pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/iso-codes Update to 1.8:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/02ffc9d58f2e
branches:  trunk
changeset: 537789:02ffc9d58f2e
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Jan 16 00:22:52 2008 +0000

description:
Update to 1.8:

iso-codes 1.8
-------------
Tobias Toedter <t.toedter%gmx.net@localhost>
Mon, 7 January 2008

  [ ISO-639 ]
  * Changes from ISO-639 maintenance agency:
    - Dec 17th 2007: added 'Pashto' as alternative for ps

  [ ISO-3166-3 ]
  * Remove attribute "alpha_2_code" from some entries, as the
    information is included in the first two letters of the
    "alpha_4_code". Closes: #445667

  [ ISO-3166-2 ]
  * Fix typos in LR-GB and LV-JK. Thanks to Freek de Kruijf.
  * Complete the list with modifications from the ISO-3166 MA
    newsletter I-9 of 2007-11-28
  * Add missing subset information

  [ ISO-4217 ]
  * GWP removed from the non-historic section (was duplicated)
  * SVC removed from the historic section (still used in El Salvador
    for financial transactions)

  [ ISO-3166 ]
  * Add Saint Barthélemy and Saint Martin (French part) according to
    ISO-3166-1 newsletter VI-1, dated 2007-09-21

  [ ISO-639 translations ]
  * Esperanto by Edmund GRIMLEY EVANS (TP)
  * French by Christian Perrier
  * Dutch by Freek de Kruijf (TP)
  * Simplified Chinese by LI Daobing (TP)
  * Russian by Yuri Kozlov

  [ ISO-4217 translations ]
  * Vietnamese by Clytie Siddall (TP)
  * Dutch by Freek de Kruijf (TP)
  * Simplified Chinese by LI Daobing (TP)

  [ ISO-15924 translations ]
  * Esperanto by Edmund GRIMLEY EVANS (TP)
  * Dutch by Freek de Kruijf (TP)
  * Russian by Yuri Kozlov

  [ ISO-3166-2 translations ]
  * Vietnamese by Clytie Siddall (TP)
  * Dutch by Freek de Kruijf (TP)

  [ ISO-3166 translations ]
  * Spanish corrections by Damián Viano. Closes: #457989
  * French by Tobias Toedter
  * German by Tobias Toedter
  * Vietnamese by Clytie Siddall
  * Portuguese by Miguel Figuereido. Closes: #459412
  * Russian by Yuri Kozlov
  * Bulgarian by Damyan Ivanov


iso-codes 1.7
-------------
Tobias Toedter <t.toedter%gmx.net@localhost>
Fri, 21 December 2007

  [ General ]
  * iso2pot.py now marks historic entries as such, so that translators
    do not report "obsolete" entries. This relies on the attribute
    "date_withdrawn" and currently applies to ISO 3166 and ISO 4217.

  [ ISO-639 ]
  * ISO-639 changes dated 2007-10-18:
    - bej: added "Bedawiyet" as alternative
    - chp: added "Dene Suline" as alternative
    - iii: added "Nuosu" as alternative
    - ile: added "Occidental" as alternative
    - pam: added "Kapampangan" as alternative

  [ ISO-4217 ]
  * Corrected names:
    (from http://www.iso.org/iso/support/faqs/faqs_widely_used_standards/widely_used_standards_other/currency_codes/currency_codes_list-1.htm)
    BDT, BOV, HTG, ILS, JPY, KRW, MXD, NAD, PLN, RON, UGX
    UZS, VND, WST, XDR, XFO, XFU, ZAR, ZMK
    Thanks to Vladimir Volovich for reporting (Closes: #451199)
  * Moved to historic section: GHC, SDD, VEB
  * New (or previously missin) entries:
    GHS: Ghana Cedi
    GWP: Guinea-Bissau Peso
    RSD: Serbian Dinar
    SDG: Sudanese pound
    SVC: El Salvador Colon
    UYI: Uruguay Peso en Unidades Indexadas
    VEF: Bolivar Fuerte (Closes: #440653)

  [ ISO-15924 ]
  * Added 2007-11-26: Armi, Cakm, Kthi, Phli, Phlv, Prti, Tavt, Zmth, Zsym
  * Changed 2007-11-26: Lana

  [ ISO-4217 translations ]
  * French by Christian Perrier
  * Estonian by Ain Vagula (TP)
  * Russian by Yuri Kozlov
  * Polish by Andrzej M. Krzysztofowicz (TP)
  * Dutch by Freek de Kruijf (TP)

  [ ISO-3166 translations ]
  * Polish by Andrzej M. Krzysztofowicz (TP)
  * Norwegian Bokmål by Hans Fredrik Nordhaug (Closes: #452098)
  * Dzongkha by Jurmey Rabgay (Closes: #454120)

  [ ISO-3166-2 translations ]
  * Vietnamese by Clytie Siddall (TP)

  [ ISO-639 translations ]
  * Esperanto by Edmund GRIMLEY EVANS (TP)
  * Russian by Yuri Kozlov
  * Vietnamese by Clytie Siddall (TP)
  * French updated by Christian Perrier
  * Dutch by Freek de Kruijf (TP)

  [ ISO-15924 translations ]
  * Russian by Yuri Kozlov
  * Esperanto (new translation) by Edmund GRIMLEY EVANS (TP)
  * French updated by Christian Perrier

diffstat:

 textproc/iso-codes/Makefile         |   4 ++--
 textproc/iso-codes/PLIST            |   3 ++-
 textproc/iso-codes/distinfo         |  10 ++++++----
 textproc/iso-codes/patches/patch-aa |  12 ++++++++++++
 textproc/iso-codes/patches/patch-ab |  12 ++++++++++++
 5 files changed, 34 insertions(+), 7 deletions(-)

diffs (77 lines):

diff -r 322db0c95c46 -r 02ffc9d58f2e textproc/iso-codes/Makefile
--- a/textproc/iso-codes/Makefile       Tue Jan 15 23:59:22 2008 +0000
+++ b/textproc/iso-codes/Makefile       Wed Jan 16 00:22:52 2008 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2007/11/25 23:57:03 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2008/01/16 00:22:52 wiz Exp $
 #
 
-DISTNAME=      iso-codes-1.6
+DISTNAME=      iso-codes-1.8
 CATEGORIES=    textproc
 MASTER_SITES=  ftp://pkg-isocodes.alioth.debian.org/pub/pkg-isocodes/
 
diff -r 322db0c95c46 -r 02ffc9d58f2e textproc/iso-codes/PLIST
--- a/textproc/iso-codes/PLIST  Tue Jan 15 23:59:22 2008 +0000
+++ b/textproc/iso-codes/PLIST  Wed Jan 16 00:22:52 2008 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2007/11/25 23:57:03 wiz Exp $
+@comment $NetBSD: PLIST,v 1.9 2008/01/16 00:22:52 wiz Exp $
 share/doc/${PKGNAME}/README
 share/doc/${PKGNAME}/TODO
 share/iso-codes/iso_3166.tab
@@ -84,6 +84,7 @@
 share/locale/el/LC_MESSAGES/iso_639.mo
 share/locale/el/LC_MESSAGES/iso_639_3.mo
 share/locale/en/LC_MESSAGES/iso_3166_2.mo
+share/locale/eo/LC_MESSAGES/iso_15924.mo
 share/locale/eo/LC_MESSAGES/iso_3166.mo
 share/locale/eo/LC_MESSAGES/iso_3166_2.mo
 share/locale/eo/LC_MESSAGES/iso_639.mo
diff -r 322db0c95c46 -r 02ffc9d58f2e textproc/iso-codes/distinfo
--- a/textproc/iso-codes/distinfo       Tue Jan 15 23:59:22 2008 +0000
+++ b/textproc/iso-codes/distinfo       Wed Jan 16 00:22:52 2008 +0000
@@ -1,5 +1,7 @@
-$NetBSD: distinfo,v 1.7 2007/11/25 23:57:03 wiz Exp $
+$NetBSD: distinfo,v 1.8 2008/01/16 00:22:52 wiz Exp $
 
-SHA1 (iso-codes-1.6.tar.gz) = 77bbbbf321f216e085d69cf1bd17bef8f42ccc11
-RMD160 (iso-codes-1.6.tar.gz) = 90d5c68319fef4b6dbac3db72afb3dcb175f4ea5
-Size (iso-codes-1.6.tar.gz) = 11680604 bytes
+SHA1 (iso-codes-1.8.tar.gz) = b0fc03ab35dd58c966311544f65e3f9e825e24c3
+RMD160 (iso-codes-1.8.tar.gz) = a096bfb3fc8dc4553b4ca97d555b2ef11448309e
+Size (iso-codes-1.8.tar.gz) = 11972983 bytes
+SHA1 (patch-aa) = c48a0121b39a49134186e1cb4c7217e195c10966
+SHA1 (patch-ab) = 9a25409f6142bb88dcd8935b727086eade3affc3
diff -r 322db0c95c46 -r 02ffc9d58f2e textproc/iso-codes/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/iso-codes/patches/patch-aa       Wed Jan 16 00:22:52 2008 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.3 2008/01/16 00:22:52 wiz Exp $
+
+--- iso_4217/hu.po.orig        2008-01-07 09:08:42.000000000 +0000
++++ iso_4217/hu.po
+@@ -1180,7 +1180,6 @@ msgstr "zairei zaire"
+ #~ msgstr "dél-koreai won"
+ 
+ #, fuzzy
+-#~| msgid "Polish Złoty"
+ #~ msgid "Polish Zloty"
+ #~ msgstr "lengyel zlotyi"
+ 
diff -r 322db0c95c46 -r 02ffc9d58f2e textproc/iso-codes/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/iso-codes/patches/patch-ab       Wed Jan 16 00:22:52 2008 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ab,v 1.3 2008/01/16 00:22:52 wiz Exp $
+
+--- iso_4217/zh_HK.po.orig     2008-01-07 09:08:42.000000000 +0000
++++ iso_4217/zh_HK.po
+@@ -1179,7 +1179,6 @@ msgstr "薩伊"
+ #~ msgstr "南韓圜"
+ 
+ #, fuzzy
+-#~| msgid "Polish Złoty"
+ #~ msgid "Polish Zloty"
+ #~ msgstr "波蘭茲羅提"
+ 


Home | Main Index | Thread Index | Old Index