Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Apr 2006 06:57:01 -0300 (BRST)
From:      Rainer Alves <rainer.alves@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/95798: [UPDATE] misc/iso-codes to 0.50
Message-ID:  <200604150957.k3F9v1gc042099@valfenda.ibest.com.br>
Resent-Message-ID: <200604151000.k3FA0Ugi038075@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         95798
>Category:       ports
>Synopsis:       [UPDATE] misc/iso-codes to 0.50
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr 15 10:00:24 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Rainer Alves
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
BrasilTelecom

>Environment:
>Description:

- Update to 0.50
- Fix patches
- Take maintainership


>How-To-Repeat:
>Fix:

--- iso-codes-0.50.diff begins here ---
diff -ruN /usr/ports/misc/iso-codes/Makefile misc/iso-codes/Makefile
--- /usr/ports/misc/iso-codes/Makefile	Fri Apr 14 23:39:04 2006
+++ misc/iso-codes/Makefile	Sat Apr 15 06:14:03 2006
@@ -6,30 +6,29 @@
 #
 
 PORTNAME=	iso-codes
-PORTVERSION=	0.48
+PORTVERSION=	0.50
 CATEGORIES=	misc
-MASTER_SITES=	${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR=	kwm
+MASTER_SITES=	${MASTER_SITE_DEBIAN_POOL}
+DISTNAME=	${PORTNAME}_${PORTVERSION}.orig
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	rainer.alves@gmail.com
 COMMENT=	Lists of the country, language and currency iso names
 
 BUILD_DEPENDS=	xmlproc_parse:${PORTSDIR}/textproc/py-xml
 
-USE_BZIP2=	yes
 USE_PYTHON_BUILD=	yes
 USE_GETTEXT=	yes
 USE_GMAKE=	yes
-USE_REINPLACE=	yes
 GNU_CONFIGURE=	yes
+USE_AUTOTOOLS=	aclocal:19 autoconf:259 automake:19
+AUTOMAKE_ARGS+=	--add-missing --foreign --copy
+WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|!/usr/bin/python|!${LOCALBASE}/bin/python|g' \
 		${WRKSRC}/iso2pot.py ${WRKSRC}/iso2tab.py \
 		${WRKSRC}/iso_3166/iso3166tab.py ${WRKSRC}/iso_639/iso639tab.py
-	@${REINPLACE_CMD} -e 's|(datadir)/pkgconfig|(prefix)/libdata/pkgconfig|g' \
-		${WRKSRC}/Makefile.in
 
 post-install:
 	@${INSTALL_SCRIPT} ${WRKSRC}/iso_3166/iso_3166_2/iso_3166_2.tab \
diff -ruN /usr/ports/misc/iso-codes/distinfo misc/iso-codes/distinfo
--- /usr/ports/misc/iso-codes/distinfo	Sun Jan 22 18:06:07 2006
+++ misc/iso-codes/distinfo	Sat Apr 15 05:38:44 2006
@@ -1,3 +1,3 @@
-MD5 (iso-codes-0.48.tar.bz2) = 01c3ad65035771daefe31fe34c6033ce
-SHA256 (iso-codes-0.48.tar.bz2) = 620af0be1f09739de7980d22cdfc1e7c16b6a1e287c4f33f26c32f54c4c29253
-SIZE (iso-codes-0.48.tar.bz2) = 1674221
+MD5 (iso-codes_0.50.orig.tar.gz) = 77ef7d27a5d7a4c836a4be8cc009363b
+SHA256 (iso-codes_0.50.orig.tar.gz) = 8a57fdbf2dbf2d220a0ac5df4589689d5efe0108da5febe6dbd3e6c2f1825837
+SIZE (iso-codes_0.50.orig.tar.gz) = 9254598
diff -ruN /usr/ports/misc/iso-codes/files/patch-Makefile.am misc/iso-codes/files/patch-Makefile.am
--- /usr/ports/misc/iso-codes/files/patch-Makefile.am	Wed Dec 31 21:00:00 1969
+++ misc/iso-codes/files/patch-Makefile.am	Sat Apr 15 06:28:40 2006
@@ -0,0 +1,10 @@
+--- Makefile.am.orig	Sat Apr 15 06:27:10 2006
++++ Makefile.am	Sat Apr 15 06:28:17 2006
+@@ -1,6 +1,6 @@
+ SUBDIRS = iso_639 iso_3166 iso_4217 notes
+ 
+-pkgconfigdir = $(datadir)/pkgconfig
++pkgconfigdir = $(prefix)/libdata/pkgconfig
+ pkgconfig_DATA = iso-codes.pc
+ 
+ EXTRA_DIST = \
diff -ruN /usr/ports/misc/iso-codes/files/patch-iso_3166__Makefile.in misc/iso-codes/files/patch-iso_3166__Makefile.in
--- /usr/ports/misc/iso-codes/files/patch-iso_3166__Makefile.in	Wed Oct 19 09:10:12 2005
+++ misc/iso-codes/files/patch-iso_3166__Makefile.in	Wed Dec 31 21:00:00 1969
@@ -1,12 +0,0 @@
---- iso_3166/Makefile.in.orig	Mon Oct  3 16:51:05 2005
-+++ iso_3166/Makefile.in	Thu Oct 13 09:53:50 2005
-@@ -507,7 +507,8 @@ install-data-hook: $(mofiles)
- 		cat=`basename $$cat`; \
- 		lang=`echo $$cat | sed 's/\.mo$$//'`; \
- 		dir=$(DESTDIR)$(localedir)/$$lang/LC_MESSAGES; \
--		$(INSTALL_DATA) -D $$cat $$dir/$(DOMAIN).mo; \
-+		mkdir -p $$dir; \
-+		$(INSTALL_DATA) $$cat $$dir/$(DOMAIN).mo; \
- 	done
- 
- uninstall-hook:
diff -ruN /usr/ports/misc/iso-codes/files/patch-iso_3166__iso_3166_2__Makefile.in misc/iso-codes/files/patch-iso_3166__iso_3166_2__Makefile.in
--- /usr/ports/misc/iso-codes/files/patch-iso_3166__iso_3166_2__Makefile.in	Wed Oct 19 09:10:12 2005
+++ misc/iso-codes/files/patch-iso_3166__iso_3166_2__Makefile.in	Wed Dec 31 21:00:00 1969
@@ -1,12 +0,0 @@
---- iso_3166/iso_3166_2/Makefile.in.orig	Thu Oct 13 09:46:42 2005
-+++ iso_3166/iso_3166_2/Makefile.in	Thu Oct 13 09:47:00 2005
-@@ -322,7 +322,8 @@ install-data-hook: $(mofiles)
- 		cat=`basename $$cat`; \
- 		lang=`echo $$cat | sed 's/\.mo$$//'`; \
- 		dir=$(DESTDIR)$(localedir)/$$lang/LC_MESSAGES; \
--		$(INSTALL_DATA) -D $$cat $$dir/$(DOMAIN).mo; \
-+		mkdir -p $$dir; \
-+		$(INSTALL_DATA) $$cat $$dir/$(DOMAIN).mo; \
- 	done
- 
- uninstall-hook:
diff -ruN /usr/ports/misc/iso-codes/files/patch-iso_4217__Makefile.in misc/iso-codes/files/patch-iso_4217__Makefile.in
--- /usr/ports/misc/iso-codes/files/patch-iso_4217__Makefile.in	Wed Oct 19 09:10:12 2005
+++ misc/iso-codes/files/patch-iso_4217__Makefile.in	Wed Dec 31 21:00:00 1969
@@ -1,12 +0,0 @@
---- iso_4217/Makefile.in.orig	Thu Oct 13 09:47:07 2005
-+++ iso_4217/Makefile.in	Thu Oct 13 09:47:24 2005
-@@ -322,7 +322,8 @@ install-data-hook: $(mofiles)
- 		cat=`basename $$cat`; \
- 		lang=`echo $$cat | sed 's/\.mo$$//'`; \
- 		dir=$(DESTDIR)$(localedir)/$$lang/LC_MESSAGES; \
--		$(INSTALL_DATA) -D $$cat $$dir/$(DOMAIN).mo; \
-+		mkdir -p $$dir; \
-+		$(INSTALL_DATA) $$cat $$dir/$(DOMAIN).mo; \
- 	done
- 
- uninstall-hook:
diff -ruN /usr/ports/misc/iso-codes/files/patch-iso_639__Makefile.in misc/iso-codes/files/patch-iso_639__Makefile.in
--- /usr/ports/misc/iso-codes/files/patch-iso_639__Makefile.in	Wed Oct 19 09:10:12 2005
+++ misc/iso-codes/files/patch-iso_639__Makefile.in	Wed Dec 31 21:00:00 1969
@@ -1,12 +0,0 @@
---- iso_639/Makefile.in.orig	Thu Oct 13 09:47:29 2005
-+++ iso_639/Makefile.in	Thu Oct 13 09:47:51 2005
-@@ -350,7 +350,8 @@ install-data-hook: $(mofiles)
- 		cat=`basename $$cat`; \
- 		lang=`echo $$cat | sed 's/\.mo$$//'`; \
- 		dir=$(DESTDIR)$(localedir)/$$lang/LC_MESSAGES; \
--		$(INSTALL_DATA) -D $$cat $$dir/$(DOMAIN).mo; \
-+		mkdir -p $$dir; \
-+		$(INSTALL_DATA) $$cat $$dir/$(DOMAIN).mo; \
- 	done
- 
- uninstall-hook:
diff -ruN /usr/ports/misc/iso-codes/files/patch-rules.make misc/iso-codes/files/patch-rules.make
--- /usr/ports/misc/iso-codes/files/patch-rules.make	Wed Dec 31 21:00:00 1969
+++ misc/iso-codes/files/patch-rules.make	Sat Apr 15 06:21:36 2006
@@ -0,0 +1,12 @@
+--- rules.make.orig	Sat Apr 15 06:19:19 2006
++++ rules.make	Sat Apr 15 06:20:57 2006
+@@ -12,7 +12,8 @@
+ 		cat=`basename $$cat`; \
+ 		lang=`echo $$cat | sed 's/\.mo$$//'`; \
+ 		dir=$(DESTDIR)$(localedir)/$$lang/LC_MESSAGES; \
+-		$(INSTALL_DATA) -D $$cat $$dir/$(DOMAIN).mo; \
++		mkdir -p $$dir; \
++		$(INSTALL_DATA) $$cat $$dir/$(DOMAIN).mo; \
+ 	done
+ 
+ uninstall-hook:
diff -ruN /usr/ports/misc/iso-codes/pkg-plist misc/iso-codes/pkg-plist
--- /usr/ports/misc/iso-codes/pkg-plist	Sun Jan 22 18:06:07 2006
+++ misc/iso-codes/pkg-plist	Sat Apr 15 06:43:26 2006
@@ -5,307 +5,411 @@
 %%DATADIR%%/iso_639.tab
 share/locale/aa/LC_MESSAGES/iso_3166.mo
 share/locale/aa/LC_MESSAGES/iso_639.mo
+share/locale/aa/LC_MESSAGES/iso_639_3.mo
 share/locale/af/LC_MESSAGES/iso_3166.mo
 share/locale/af/LC_MESSAGES/iso_3166_2.mo
 share/locale/af/LC_MESSAGES/iso_4217.mo
 share/locale/af/LC_MESSAGES/iso_639.mo
+share/locale/af/LC_MESSAGES/iso_639_3.mo
 share/locale/am/LC_MESSAGES/iso_3166.mo
 share/locale/am/LC_MESSAGES/iso_639.mo
+share/locale/am/LC_MESSAGES/iso_639_3.mo
 share/locale/ar/LC_MESSAGES/iso_3166.mo
 share/locale/ar/LC_MESSAGES/iso_3166_2.mo
 share/locale/ar/LC_MESSAGES/iso_639.mo
+share/locale/ar/LC_MESSAGES/iso_639_3.mo
 share/locale/az/LC_MESSAGES/iso_3166.mo
 share/locale/az/LC_MESSAGES/iso_3166_2.mo
 share/locale/az/LC_MESSAGES/iso_639.mo
+share/locale/az/LC_MESSAGES/iso_639_3.mo
 share/locale/be/LC_MESSAGES/iso_3166.mo
 share/locale/be/LC_MESSAGES/iso_639.mo
+share/locale/be/LC_MESSAGES/iso_639_3.mo
 share/locale/bg/LC_MESSAGES/iso_3166.mo
 share/locale/bg/LC_MESSAGES/iso_3166_2.mo
 share/locale/bg/LC_MESSAGES/iso_639.mo
+share/locale/bg/LC_MESSAGES/iso_639_3.mo
 share/locale/bn/LC_MESSAGES/iso_3166.mo
 share/locale/bn/LC_MESSAGES/iso_639.mo
+share/locale/bn/LC_MESSAGES/iso_639_3.mo
 share/locale/br/LC_MESSAGES/iso_3166.mo
 share/locale/br/LC_MESSAGES/iso_3166_2.mo
 share/locale/br/LC_MESSAGES/iso_639.mo
+share/locale/br/LC_MESSAGES/iso_639_3.mo
 share/locale/bs/LC_MESSAGES/iso_3166.mo
 share/locale/bs/LC_MESSAGES/iso_3166_2.mo
 share/locale/bs/LC_MESSAGES/iso_639.mo
+share/locale/bs/LC_MESSAGES/iso_639_3.mo
 share/locale/byn/LC_MESSAGES/iso_3166.mo
 share/locale/byn/LC_MESSAGES/iso_639.mo
+share/locale/byn/LC_MESSAGES/iso_639_3.mo
 share/locale/ca/LC_MESSAGES/iso_3166.mo
 share/locale/ca/LC_MESSAGES/iso_3166_2.mo
 share/locale/ca/LC_MESSAGES/iso_4217.mo
 share/locale/ca/LC_MESSAGES/iso_639.mo
+share/locale/ca/LC_MESSAGES/iso_639_3.mo
 share/locale/cs/LC_MESSAGES/iso_3166.mo
 share/locale/cs/LC_MESSAGES/iso_3166_2.mo
 share/locale/cs/LC_MESSAGES/iso_4217.mo
 share/locale/cs/LC_MESSAGES/iso_639.mo
+share/locale/cs/LC_MESSAGES/iso_639_3.mo
 share/locale/cy/LC_MESSAGES/iso_3166.mo
 share/locale/cy/LC_MESSAGES/iso_639.mo
+share/locale/cy/LC_MESSAGES/iso_639_3.mo
 share/locale/da/LC_MESSAGES/iso_3166.mo
 share/locale/da/LC_MESSAGES/iso_3166_2.mo
 share/locale/da/LC_MESSAGES/iso_4217.mo
 share/locale/da/LC_MESSAGES/iso_639.mo
+share/locale/da/LC_MESSAGES/iso_639_3.mo
 share/locale/de/LC_MESSAGES/iso_3166.mo
 share/locale/de/LC_MESSAGES/iso_4217.mo
 share/locale/de/LC_MESSAGES/iso_639.mo
+share/locale/de/LC_MESSAGES/iso_639_3.mo
 share/locale/dv/LC_MESSAGES/iso_3166.mo
 share/locale/dv/LC_MESSAGES/iso_639.mo
+share/locale/dv/LC_MESSAGES/iso_639_3.mo
 share/locale/el/LC_MESSAGES/iso_3166.mo
 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/eo/LC_MESSAGES/iso_3166.mo
 share/locale/eo/LC_MESSAGES/iso_3166_2.mo
 share/locale/eo/LC_MESSAGES/iso_639.mo
+share/locale/eo/LC_MESSAGES/iso_639_3.mo
 share/locale/es/LC_MESSAGES/iso_3166.mo
 share/locale/es/LC_MESSAGES/iso_3166_2.mo
 share/locale/es/LC_MESSAGES/iso_4217.mo
 share/locale/es/LC_MESSAGES/iso_639.mo
+share/locale/es/LC_MESSAGES/iso_639_3.mo
 share/locale/et/LC_MESSAGES/iso_3166.mo
 share/locale/et/LC_MESSAGES/iso_3166_2.mo
 share/locale/et/LC_MESSAGES/iso_4217.mo
 share/locale/et/LC_MESSAGES/iso_639.mo
+share/locale/et/LC_MESSAGES/iso_639_3.mo
 share/locale/eu/LC_MESSAGES/iso_3166.mo
 share/locale/eu/LC_MESSAGES/iso_3166_2.mo
 share/locale/eu/LC_MESSAGES/iso_639.mo
+share/locale/eu/LC_MESSAGES/iso_639_3.mo
 share/locale/fa/LC_MESSAGES/iso_3166.mo
 share/locale/fa/LC_MESSAGES/iso_3166_2.mo
 share/locale/fa/LC_MESSAGES/iso_639.mo
+share/locale/fa/LC_MESSAGES/iso_639_3.mo
 share/locale/fi/LC_MESSAGES/iso_3166.mo
 share/locale/fi/LC_MESSAGES/iso_3166_2.mo
 share/locale/fi/LC_MESSAGES/iso_4217.mo
 share/locale/fi/LC_MESSAGES/iso_639.mo
+share/locale/fi/LC_MESSAGES/iso_639_3.mo
 share/locale/fo/LC_MESSAGES/iso_3166.mo
 share/locale/fo/LC_MESSAGES/iso_639.mo
+share/locale/fo/LC_MESSAGES/iso_639_3.mo
 share/locale/fr/LC_MESSAGES/iso_3166.mo
 share/locale/fr/LC_MESSAGES/iso_3166_2.mo
 share/locale/fr/LC_MESSAGES/iso_4217.mo
 share/locale/fr/LC_MESSAGES/iso_639.mo
+share/locale/fr/LC_MESSAGES/iso_639_3.mo
 share/locale/ga/LC_MESSAGES/iso_3166.mo
 share/locale/ga/LC_MESSAGES/iso_3166_2.mo
 share/locale/ga/LC_MESSAGES/iso_4217.mo
 share/locale/ga/LC_MESSAGES/iso_639.mo
+share/locale/ga/LC_MESSAGES/iso_639_3.mo
 share/locale/gez/LC_MESSAGES/iso_3166.mo
 share/locale/gez/LC_MESSAGES/iso_639.mo
+share/locale/gez/LC_MESSAGES/iso_639_3.mo
 share/locale/gl/LC_MESSAGES/iso_3166.mo
 share/locale/gl/LC_MESSAGES/iso_3166_2.mo
 share/locale/gl/LC_MESSAGES/iso_4217.mo
 share/locale/gl/LC_MESSAGES/iso_639.mo
+share/locale/gl/LC_MESSAGES/iso_639_3.mo
 share/locale/gu/LC_MESSAGES/iso_3166.mo
 share/locale/gu/LC_MESSAGES/iso_639.mo
+share/locale/gu/LC_MESSAGES/iso_639_3.mo
 share/locale/gv/LC_MESSAGES/iso_3166.mo
 share/locale/gv/LC_MESSAGES/iso_639.mo
+share/locale/gv/LC_MESSAGES/iso_639_3.mo
 share/locale/haw/LC_MESSAGES/iso_3166.mo
 share/locale/haw/LC_MESSAGES/iso_639.mo
+share/locale/haw/LC_MESSAGES/iso_639_3.mo
 share/locale/he/LC_MESSAGES/iso_3166.mo
 share/locale/he/LC_MESSAGES/iso_3166_2.mo
 share/locale/he/LC_MESSAGES/iso_639.mo
+share/locale/he/LC_MESSAGES/iso_639_3.mo
 share/locale/hi/LC_MESSAGES/iso_3166.mo
 share/locale/hi/LC_MESSAGES/iso_639.mo
+share/locale/hi/LC_MESSAGES/iso_639_3.mo
 share/locale/hr/LC_MESSAGES/iso_3166.mo
 share/locale/hr/LC_MESSAGES/iso_3166_2.mo
 share/locale/hr/LC_MESSAGES/iso_4217.mo
 share/locale/hr/LC_MESSAGES/iso_639.mo
+share/locale/hr/LC_MESSAGES/iso_639_3.mo
 share/locale/hu/LC_MESSAGES/iso_3166.mo
 share/locale/hu/LC_MESSAGES/iso_3166_2.mo
 share/locale/hu/LC_MESSAGES/iso_4217.mo
 share/locale/hu/LC_MESSAGES/iso_639.mo
+share/locale/hu/LC_MESSAGES/iso_639_3.mo
 share/locale/hy/LC_MESSAGES/iso_3166.mo
 share/locale/hy/LC_MESSAGES/iso_639.mo
+share/locale/hy/LC_MESSAGES/iso_639_3.mo
 share/locale/id/LC_MESSAGES/iso_3166.mo
 share/locale/id/LC_MESSAGES/iso_3166_2.mo
 share/locale/id/LC_MESSAGES/iso_639.mo
+share/locale/id/LC_MESSAGES/iso_639_3.mo
 share/locale/is/LC_MESSAGES/iso_3166.mo
 share/locale/is/LC_MESSAGES/iso_3166_2.mo
 share/locale/is/LC_MESSAGES/iso_639.mo
+share/locale/is/LC_MESSAGES/iso_639_3.mo
 share/locale/it/LC_MESSAGES/iso_3166.mo
 share/locale/it/LC_MESSAGES/iso_3166_2.mo
 share/locale/it/LC_MESSAGES/iso_4217.mo
 share/locale/it/LC_MESSAGES/iso_639.mo
+share/locale/it/LC_MESSAGES/iso_639_3.mo
 share/locale/iu/LC_MESSAGES/iso_639.mo
+share/locale/iu/LC_MESSAGES/iso_639_3.mo
 share/locale/ja/LC_MESSAGES/iso_3166.mo
 share/locale/ja/LC_MESSAGES/iso_3166_2.mo
 share/locale/ja/LC_MESSAGES/iso_4217.mo
 share/locale/ja/LC_MESSAGES/iso_639.mo
+share/locale/ja/LC_MESSAGES/iso_639_3.mo
 share/locale/ka/LC_MESSAGES/iso_3166.mo
 share/locale/ka/LC_MESSAGES/iso_639.mo
+share/locale/ka/LC_MESSAGES/iso_639_3.mo
 share/locale/kk/LC_MESSAGES/iso_3166.mo
 share/locale/kk/LC_MESSAGES/iso_639.mo
+share/locale/kk/LC_MESSAGES/iso_639_3.mo
 share/locale/kl/LC_MESSAGES/iso_3166.mo
 share/locale/kl/LC_MESSAGES/iso_639.mo
+share/locale/kl/LC_MESSAGES/iso_639_3.mo
 share/locale/kn/LC_MESSAGES/iso_3166.mo
 share/locale/kn/LC_MESSAGES/iso_639.mo
+share/locale/kn/LC_MESSAGES/iso_639_3.mo
 share/locale/ko/LC_MESSAGES/iso_3166.mo
 share/locale/ko/LC_MESSAGES/iso_3166_2.mo
 share/locale/ko/LC_MESSAGES/iso_4217.mo
 share/locale/ko/LC_MESSAGES/iso_639.mo
+share/locale/ko/LC_MESSAGES/iso_639_3.mo
 share/locale/kok/LC_MESSAGES/iso_3166.mo
 share/locale/kok/LC_MESSAGES/iso_639.mo
+share/locale/kok/LC_MESSAGES/iso_639_3.mo
+share/locale/ku/LC_MESSAGES/iso_3166.mo
 share/locale/kw/LC_MESSAGES/iso_3166.mo
 share/locale/kw/LC_MESSAGES/iso_639.mo
+share/locale/kw/LC_MESSAGES/iso_639_3.mo
 share/locale/ky/LC_MESSAGES/iso_3166.mo
 share/locale/ky/LC_MESSAGES/iso_639.mo
+share/locale/ky/LC_MESSAGES/iso_639_3.mo
 share/locale/lt/LC_MESSAGES/iso_3166.mo
 share/locale/lt/LC_MESSAGES/iso_3166_2.mo
 share/locale/lt/LC_MESSAGES/iso_4217.mo
 share/locale/lt/LC_MESSAGES/iso_639.mo
+share/locale/lt/LC_MESSAGES/iso_639_3.mo
 share/locale/lv/LC_MESSAGES/iso_3166.mo
 share/locale/lv/LC_MESSAGES/iso_3166_2.mo
 share/locale/lv/LC_MESSAGES/iso_639.mo
+share/locale/lv/LC_MESSAGES/iso_639_3.mo
 share/locale/mi/LC_MESSAGES/iso_3166.mo
 share/locale/mi/LC_MESSAGES/iso_3166_2.mo
 share/locale/mi/LC_MESSAGES/iso_639.mo
+share/locale/mi/LC_MESSAGES/iso_639_3.mo
 share/locale/mk/LC_MESSAGES/iso_3166.mo
 share/locale/mk/LC_MESSAGES/iso_3166_2.mo
 share/locale/mk/LC_MESSAGES/iso_639.mo
+share/locale/mk/LC_MESSAGES/iso_639_3.mo
 share/locale/mn/LC_MESSAGES/iso_3166.mo
 share/locale/mn/LC_MESSAGES/iso_3166_2.mo
 share/locale/mn/LC_MESSAGES/iso_4217.mo
 share/locale/mn/LC_MESSAGES/iso_639.mo
+share/locale/mn/LC_MESSAGES/iso_639_3.mo
 share/locale/mr/LC_MESSAGES/iso_3166.mo
 share/locale/mr/LC_MESSAGES/iso_639.mo
+share/locale/mr/LC_MESSAGES/iso_639_3.mo
 share/locale/ms/LC_MESSAGES/iso_3166.mo
 share/locale/ms/LC_MESSAGES/iso_4217.mo
 share/locale/ms/LC_MESSAGES/iso_639.mo
+share/locale/ms/LC_MESSAGES/iso_639_3.mo
 share/locale/mt/LC_MESSAGES/iso_3166.mo
 share/locale/mt/LC_MESSAGES/iso_3166_2.mo
 share/locale/mt/LC_MESSAGES/iso_4217.mo
 share/locale/mt/LC_MESSAGES/iso_639.mo
+share/locale/mt/LC_MESSAGES/iso_639_3.mo
 share/locale/nb/LC_MESSAGES/iso_3166.mo
 share/locale/nb/LC_MESSAGES/iso_3166_2.mo
 share/locale/nb/LC_MESSAGES/iso_639.mo
+share/locale/nb/LC_MESSAGES/iso_639_3.mo
 share/locale/nl/LC_MESSAGES/iso_3166.mo
 share/locale/nl/LC_MESSAGES/iso_3166_2.mo
 share/locale/nl/LC_MESSAGES/iso_4217.mo
 share/locale/nl/LC_MESSAGES/iso_639.mo
+share/locale/nl/LC_MESSAGES/iso_639_3.mo
 share/locale/nn/LC_MESSAGES/iso_3166.mo
 share/locale/nn/LC_MESSAGES/iso_4217.mo
 share/locale/nn/LC_MESSAGES/iso_639.mo
+share/locale/nn/LC_MESSAGES/iso_639_3.mo
 share/locale/no/LC_MESSAGES/iso_3166.mo
 share/locale/no/LC_MESSAGES/iso_3166_2.mo
 share/locale/no/LC_MESSAGES/iso_4217.mo
 share/locale/no/LC_MESSAGES/iso_639.mo
+share/locale/no/LC_MESSAGES/iso_639_3.mo
 share/locale/nso/LC_MESSAGES/iso_3166.mo
 share/locale/nso/LC_MESSAGES/iso_3166_2.mo
 share/locale/nso/LC_MESSAGES/iso_639.mo
+share/locale/nso/LC_MESSAGES/iso_639_3.mo
 share/locale/oc/LC_MESSAGES/iso_3166.mo
 share/locale/oc/LC_MESSAGES/iso_3166_2.mo
 share/locale/oc/LC_MESSAGES/iso_639.mo
+share/locale/oc/LC_MESSAGES/iso_639_3.mo
 share/locale/om/LC_MESSAGES/iso_3166.mo
 share/locale/om/LC_MESSAGES/iso_639.mo
-share/locale/pa/LC_MESSAGES/iso_3166.mo
+share/locale/om/LC_MESSAGES/iso_639_3.mo
 share/locale/pa/LC_MESSAGES/iso_4217.mo
 share/locale/pa/LC_MESSAGES/iso_639.mo
+share/locale/pa/LC_MESSAGES/iso_639_3.mo
+share/locale/pa_IN/LC_MESSAGES/iso_3166.mo
 share/locale/pl/LC_MESSAGES/iso_3166.mo
 share/locale/pl/LC_MESSAGES/iso_3166_2.mo
 share/locale/pl/LC_MESSAGES/iso_4217.mo
 share/locale/pl/LC_MESSAGES/iso_639.mo
+share/locale/pl/LC_MESSAGES/iso_639_3.mo
 share/locale/ps/LC_MESSAGES/iso_3166.mo
 share/locale/ps/LC_MESSAGES/iso_639.mo
+share/locale/ps/LC_MESSAGES/iso_639_3.mo
 share/locale/pt/LC_MESSAGES/iso_3166.mo
 share/locale/pt/LC_MESSAGES/iso_3166_2.mo
 share/locale/pt/LC_MESSAGES/iso_4217.mo
 share/locale/pt/LC_MESSAGES/iso_639.mo
+share/locale/pt/LC_MESSAGES/iso_639_3.mo
 share/locale/pt_BR/LC_MESSAGES/iso_3166.mo
 share/locale/pt_BR/LC_MESSAGES/iso_3166_2.mo
 share/locale/pt_BR/LC_MESSAGES/iso_4217.mo
 share/locale/pt_BR/LC_MESSAGES/iso_639.mo
+share/locale/pt_BR/LC_MESSAGES/iso_639_3.mo
 share/locale/ro/LC_MESSAGES/iso_3166.mo
 share/locale/ro/LC_MESSAGES/iso_3166_2.mo
 share/locale/ro/LC_MESSAGES/iso_639.mo
+share/locale/ro/LC_MESSAGES/iso_639_3.mo
 share/locale/ru/LC_MESSAGES/iso_3166.mo
 share/locale/ru/LC_MESSAGES/iso_3166_2.mo
 share/locale/ru/LC_MESSAGES/iso_4217.mo
 share/locale/ru/LC_MESSAGES/iso_639.mo
+share/locale/ru/LC_MESSAGES/iso_639_3.mo
 share/locale/rw/LC_MESSAGES/iso_3166.mo
 share/locale/rw/LC_MESSAGES/iso_4217.mo
 share/locale/rw/LC_MESSAGES/iso_639.mo
+share/locale/rw/LC_MESSAGES/iso_639_3.mo
 share/locale/sa/LC_MESSAGES/iso_3166.mo
 share/locale/sa/LC_MESSAGES/iso_639.mo
+share/locale/sa/LC_MESSAGES/iso_639_3.mo
 share/locale/sid/LC_MESSAGES/iso_639.mo
+share/locale/sid/LC_MESSAGES/iso_639_3.mo
 share/locale/sk/LC_MESSAGES/iso_3166.mo
 share/locale/sk/LC_MESSAGES/iso_3166_2.mo
 share/locale/sk/LC_MESSAGES/iso_4217.mo
 share/locale/sk/LC_MESSAGES/iso_639.mo
+share/locale/sk/LC_MESSAGES/iso_639_3.mo
 share/locale/sl/LC_MESSAGES/iso_3166.mo
 share/locale/sl/LC_MESSAGES/iso_3166_2.mo
 share/locale/sl/LC_MESSAGES/iso_4217.mo
 share/locale/sl/LC_MESSAGES/iso_639.mo
+share/locale/sl/LC_MESSAGES/iso_639_3.mo
 share/locale/so/LC_MESSAGES/iso_3166.mo
 share/locale/so/LC_MESSAGES/iso_639.mo
+share/locale/so/LC_MESSAGES/iso_639_3.mo
 share/locale/sq/LC_MESSAGES/iso_3166.mo
 share/locale/sq/LC_MESSAGES/iso_639.mo
+share/locale/sq/LC_MESSAGES/iso_639_3.mo
 share/locale/sr/LC_MESSAGES/iso_3166.mo
 share/locale/sr/LC_MESSAGES/iso_3166_2.mo
 share/locale/sr/LC_MESSAGES/iso_4217.mo
 share/locale/sr/LC_MESSAGES/iso_639.mo
+share/locale/sr/LC_MESSAGES/iso_639_3.mo
 share/locale/sv/LC_MESSAGES/iso_3166.mo
 share/locale/sv/LC_MESSAGES/iso_3166_2.mo
 share/locale/sv/LC_MESSAGES/iso_4217.mo
 share/locale/sv/LC_MESSAGES/iso_639.mo
+share/locale/sv/LC_MESSAGES/iso_639_3.mo
 share/locale/sw/LC_MESSAGES/iso_3166.mo
 share/locale/sw/LC_MESSAGES/iso_639.mo
+share/locale/sw/LC_MESSAGES/iso_639_3.mo
 share/locale/syr/LC_MESSAGES/iso_639.mo
+share/locale/syr/LC_MESSAGES/iso_639_3.mo
 share/locale/ta/LC_MESSAGES/iso_3166.mo
 share/locale/ta/LC_MESSAGES/iso_3166_2.mo
 share/locale/ta/LC_MESSAGES/iso_639.mo
+share/locale/ta/LC_MESSAGES/iso_639_3.mo
 share/locale/te/LC_MESSAGES/iso_3166.mo
 share/locale/te/LC_MESSAGES/iso_639.mo
+share/locale/te/LC_MESSAGES/iso_639_3.mo
 share/locale/th/LC_MESSAGES/iso_3166.mo
 share/locale/th/LC_MESSAGES/iso_3166_2.mo
 share/locale/th/LC_MESSAGES/iso_4217.mo
 share/locale/th/LC_MESSAGES/iso_639.mo
+share/locale/th/LC_MESSAGES/iso_639_3.mo
 share/locale/ti/LC_MESSAGES/iso_3166.mo
 share/locale/ti/LC_MESSAGES/iso_639.mo
+share/locale/ti/LC_MESSAGES/iso_639_3.mo
 share/locale/tig/LC_MESSAGES/iso_3166.mo
 share/locale/tig/LC_MESSAGES/iso_639.mo
+share/locale/tig/LC_MESSAGES/iso_639_3.mo
 share/locale/tk/LC_MESSAGES/iso_3166.mo
 share/locale/tl/LC_MESSAGES/iso_3166.mo
 share/locale/tr/LC_MESSAGES/iso_3166.mo
 share/locale/tr/LC_MESSAGES/iso_3166_2.mo
 share/locale/tr/LC_MESSAGES/iso_4217.mo
 share/locale/tr/LC_MESSAGES/iso_639.mo
+share/locale/tr/LC_MESSAGES/iso_639_3.mo
+share/locale/tt/LC_MESSAGES/iso_3166.mo
 share/locale/tt/LC_MESSAGES/iso_639.mo
+share/locale/tt/LC_MESSAGES/iso_639_3.mo
 share/locale/uk/LC_MESSAGES/iso_3166.mo
 share/locale/uk/LC_MESSAGES/iso_3166_2.mo
 share/locale/uk/LC_MESSAGES/iso_4217.mo
 share/locale/uk/LC_MESSAGES/iso_639.mo
+share/locale/uk/LC_MESSAGES/iso_639_3.mo
 share/locale/ur/LC_MESSAGES/iso_3166.mo
 share/locale/ur/LC_MESSAGES/iso_639.mo
+share/locale/ur/LC_MESSAGES/iso_639_3.mo
 share/locale/uz/LC_MESSAGES/iso_3166.mo
 share/locale/uz/LC_MESSAGES/iso_639.mo
+share/locale/uz/LC_MESSAGES/iso_639_3.mo
 share/locale/ve/LC_MESSAGES/iso_3166.mo
 share/locale/ve/LC_MESSAGES/iso_3166_2.mo
 share/locale/ve/LC_MESSAGES/iso_639.mo
+share/locale/ve/LC_MESSAGES/iso_639_3.mo
 share/locale/vi/LC_MESSAGES/iso_3166.mo
 share/locale/vi/LC_MESSAGES/iso_3166_2.mo
 share/locale/vi/LC_MESSAGES/iso_4217.mo
 share/locale/vi/LC_MESSAGES/iso_639.mo
+share/locale/vi/LC_MESSAGES/iso_639_3.mo
 share/locale/wa/LC_MESSAGES/iso_3166.mo
 share/locale/wa/LC_MESSAGES/iso_3166_2.mo
 share/locale/wa/LC_MESSAGES/iso_639.mo
+share/locale/wa/LC_MESSAGES/iso_639_3.mo
 share/locale/wal/LC_MESSAGES/iso_3166.mo
 share/locale/wal/LC_MESSAGES/iso_639.mo
+share/locale/wal/LC_MESSAGES/iso_639_3.mo
 share/locale/wo/LC_MESSAGES/iso_3166.mo
 share/locale/xh/LC_MESSAGES/iso_3166.mo
 share/locale/xh/LC_MESSAGES/iso_3166_2.mo
 share/locale/xh/LC_MESSAGES/iso_639.mo
+share/locale/xh/LC_MESSAGES/iso_639_3.mo
 share/locale/zh_CN/LC_MESSAGES/iso_3166.mo
 share/locale/zh_CN/LC_MESSAGES/iso_3166_2.mo
 share/locale/zh_CN/LC_MESSAGES/iso_4217.mo
 share/locale/zh_CN/LC_MESSAGES/iso_639.mo
+share/locale/zh_CN/LC_MESSAGES/iso_639_3.mo
 share/locale/zh_TW/LC_MESSAGES/iso_3166.mo
 share/locale/zh_TW/LC_MESSAGES/iso_3166_2.mo
 share/locale/zh_TW/LC_MESSAGES/iso_4217.mo
 share/locale/zh_TW/LC_MESSAGES/iso_639.mo
+share/locale/zh_TW/LC_MESSAGES/iso_639_3.mo
 share/locale/zu/LC_MESSAGES/iso_3166.mo
 share/locale/zu/LC_MESSAGES/iso_3166_2.mo
 share/locale/zu/LC_MESSAGES/iso_639.mo
+share/locale/zu/LC_MESSAGES/iso_639_3.mo
 share/xml/iso-codes/iso_3166.xml
 share/xml/iso-codes/iso_3166_2.xml
 share/xml/iso-codes/iso_4217.xml
 share/xml/iso-codes/iso_639.xml
+share/xml/iso-codes/iso_639_3.xml
 @dirrm share/xml/iso-codes
 @dirrmtry share/locale/zu/LC_MESSAGES
 @dirrmtry share/locale/zu
@@ -365,6 +469,8 @@
 @dirrmtry share/locale/ps
 @dirrmtry share/locale/pl/LC_MESSAGES
 @dirrmtry share/locale/pl
+@dirrmtry share/locale/pa_IN/LC_MESSAGES
+@dirrmtry share/locale/pa_IN
 @dirrmtry share/locale/om/LC_MESSAGES
 @dirrmtry share/locale/om
 @dirrmtry share/locale/oc/LC_MESSAGES
@@ -383,6 +489,8 @@
 @dirrmtry share/locale/ky
 @dirrmtry share/locale/kw/LC_MESSAGES
 @dirrmtry share/locale/kw
+@dirrmtry share/locale/ku/LC_MESSAGES
+@dirrmtry share/locale/ku
 @dirrmtry share/locale/kok/LC_MESSAGES
 @dirrmtry share/locale/kok
 @dirrmtry share/locale/ko/LC_MESSAGES
--- iso-codes-0.50.diff ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604150957.k3F9v1gc042099>