diff options
author | obache <obache> | 2007-08-01 12:07:50 +0000 |
---|---|---|
committer | obache <obache> | 2007-08-01 12:07:50 +0000 |
commit | 78d7670508affeb65eeb076e712f8df7a018345e (patch) | |
tree | 9760517d4e8098ffc320cf38d357e308a699eedf /textproc/iso-codes | |
parent | 5f403200a647d0f1d4cf535a551e2756497e2f59 (diff) | |
download | pkgsrc-78d7670508affeb65eeb076e712f8df7a018345e.tar.gz |
Update iso-codes to 1.3.
iso-codes 1.3
-------------
Tobias Toedter <t.toedter@gmx.net>
Mon, 23 July 2007
[ ISO-3166-2 ]
* Correct misspelled entries for Poland, thanks to Jakub Bogusz.
* Correct spelling of "Wake Island", reported as bug #120111 in
Ubuntu Launchpad.
* Correct misspelled Tunisian cities, reported as bug #119572 in
Ubuntu Launchpad.
[ ISO-3166 translations ]
- Tamil (ta) updated by Tirumurti Vasudevan. Closes: #432169
[ ISO-4217 translations ]
- Turkish (tr) updated by Nilgün Belma Bugüner via TP.
[ Tobias Toedter ]
* Resurrect iso639tab.py and iso_639.tab, as it turns out that
those files are still needed. This is only a temporary measure;
the files are still deprecated and should not be used by new
programs. This helps fixing a FTBFS bug in geneweb.
Closes: #432543
iso-codes 1.2
-------------
Tobias Toedter <t.toedter@gmx.net>
Fri, 29 June 2007
[ ISO-639 translations ]
* Dutch (nl) updated by Freek de Kruijf via TP
* Irish (ga) updated by Kevin Patrick Scannell via TP
[ ISO-3166-2 translations ]
* Dutch (nl) updated by Freek de Kruijf via TP
[ ISO-4217 translations ]
* Italian (it) updated by Luca Ferretti via TP
[ Tobias Toedter ]
* Don't include iso-codes.pc in the tarball, it is generated
automatically during configuration
* Remove iso639tab.py and iso_639.tab from distribution, as
both files are deprecated and no longer used
iso-codes 1.1.1
---------------
Tobias Toedter <t.toedter@gmx.net>
Wed, 27 June 2007
[ ISO-639 translations ]
* Finnish (fi) updated by Tommi Vainikainen via TP
* Esperanto (eo) updated by Edmund GRIMLEY EVANS via TP
[ ISO-4217 translations ]
* Estonian (et) updated by Ain Vagula via TP
* Italian (it) updated by Luca Ferretti via TP
* Replace initial header values in en.po with real data, because
msgfmt exits with an error otherwise
Diffstat (limited to 'textproc/iso-codes')
-rw-r--r-- | textproc/iso-codes/Makefile | 22 | ||||
-rw-r--r-- | textproc/iso-codes/PLIST | 3 | ||||
-rw-r--r-- | textproc/iso-codes/distinfo | 8 |
3 files changed, 12 insertions, 21 deletions
diff --git a/textproc/iso-codes/Makefile b/textproc/iso-codes/Makefile index 3aed95694e4..0012f164242 100644 --- a/textproc/iso-codes/Makefile +++ b/textproc/iso-codes/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.11 2007/04/09 01:04:20 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2007/08/01 12:07:50 obache Exp $ # -DISTNAME= iso-codes-1.0 +DISTNAME= iso-codes-1.3 CATEGORIES= textproc MASTER_SITES= ftp://pkg-isocodes.alioth.debian.org/pub/pkg-isocodes/ -EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://alioth.debian.org/projects/pkg-isocodes/ @@ -12,30 +11,21 @@ COMMENT= List of country, language and currency names GNU_CONFIGURE= yes USE_PKGLOCALEDIR= yes -USE_TOOLS+= autoconf automake gmake msgfmt perl +USE_TOOLS+= gmake msgfmt WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} PKGCONFIG_OVERRIDE= iso-codes.pc.in -PYTHON_PATCH_SCRIPTS= *.py */*.py -REPLACE_PERL= tab2h.pl +REPLACE_PYTHON= *.py */*.py -PYTHON_FOR_BUILD_ONLY= yes -BUILDLINK_DEPMETHOD.gettext= build -BUILDLINK_DEPMETHOD.pyxml= build +DEPENDS+= ${PYPKGPREFIX}-expat>=0:../../textproc/py-expat -pre-configure: - ${TOUCH} ${WRKSRC}/AUTHORS - ${TOUCH} ${WRKSRC}/NEWS - cd ${WRKSRC} && autoreconf -i +PYTHON_FOR_BUILD_ONLY= yes post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/${PKGNAME_NOREV} ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/${PKGNAME_NOREV} ${INSTALL_DATA} ${WRKSRC}/TODO ${PREFIX}/share/doc/${PKGNAME_NOREV} -.include "../../devel/gettext-lib/buildlink3.mk" .include "../../lang/python/application.mk" -.include "../../textproc/py-xml/buildlink3.mk" -.include "../../textproc/xmlcatmgr/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/textproc/iso-codes/PLIST b/textproc/iso-codes/PLIST index a9a44398317..69872ef5d84 100644 --- a/textproc/iso-codes/PLIST +++ b/textproc/iso-codes/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2007/04/09 01:04:20 wiz Exp $ +@comment $NetBSD: PLIST,v 1.7 2007/08/01 12:07:51 obache Exp $ share/doc/${PKGNAME}/README share/doc/${PKGNAME}/TODO share/iso-codes/iso_3166.tab @@ -74,6 +74,7 @@ share/locale/el/LC_MESSAGES/iso_3166_2.mo share/locale/el/LC_MESSAGES/iso_4217.mo 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_3166.mo share/locale/eo/LC_MESSAGES/iso_3166_2.mo share/locale/eo/LC_MESSAGES/iso_639.mo diff --git a/textproc/iso-codes/distinfo b/textproc/iso-codes/distinfo index f58104ad851..6ebc042accb 100644 --- a/textproc/iso-codes/distinfo +++ b/textproc/iso-codes/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2007/04/09 01:04:20 wiz Exp $ +$NetBSD: distinfo,v 1.6 2007/08/01 12:07:51 obache Exp $ -SHA1 (iso-codes-1.0.tar.bz2) = 46cc91d6e2b8c739e25b5618158072819632f8e7 -RMD160 (iso-codes-1.0.tar.bz2) = 0c542a0c4d47aecd60382b9713ea49ffdfebec96 -Size (iso-codes-1.0.tar.bz2) = 4428316 bytes +SHA1 (iso-codes-1.3.tar.gz) = 05a383a781f1987b8f74427df9c04af8d66ea056 +RMD160 (iso-codes-1.3.tar.gz) = 8fb2c11e15854b0d9d920477ce9af9e977398157 +Size (iso-codes-1.3.tar.gz) = 11132725 bytes |