summaryrefslogtreecommitdiff
path: root/misc/iso-codes
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-04-24 22:59:22 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-04-24 22:59:22 +0000
commita3a4aa93af1c48ce05cd5be53bcb35f76347d336 (patch)
tree521e0f9d05a3554304e6d5f25b1fb9620e25f0f7 /misc/iso-codes
parent- Update to 2.6.8 (diff)
- Update to 0.50
- Take maintainership PR: ports/95798 Submitted by: Rainer Alves <rainer.alves@gmail.com>
Notes
Notes: svn path=/head/; revision=160401
Diffstat (limited to 'misc/iso-codes')
-rw-r--r--misc/iso-codes/Makefile15
-rw-r--r--misc/iso-codes/distinfo6
-rw-r--r--misc/iso-codes/files/patch-Makefile.am10
-rw-r--r--misc/iso-codes/files/patch-iso_3166__Makefile.in12
-rw-r--r--misc/iso-codes/files/patch-iso_3166__iso_3166_2__Makefile.in12
-rw-r--r--misc/iso-codes/files/patch-iso_4217__Makefile.in12
-rw-r--r--misc/iso-codes/files/patch-rules.make (renamed from misc/iso-codes/files/patch-iso_639__Makefile.in)6
-rw-r--r--misc/iso-codes/pkg-plist110
8 files changed, 132 insertions, 51 deletions
diff --git a/misc/iso-codes/Makefile b/misc/iso-codes/Makefile
index 235d421f19c8..0fc0cda4cc67 100644
--- a/misc/iso-codes/Makefile
+++ b/misc/iso-codes/Makefile
@@ -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 --git a/misc/iso-codes/distinfo b/misc/iso-codes/distinfo
index 6177aa7a9e19..6e513abf7f1d 100644
--- a/misc/iso-codes/distinfo
+++ b/misc/iso-codes/distinfo
@@ -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 --git a/misc/iso-codes/files/patch-Makefile.am b/misc/iso-codes/files/patch-Makefile.am
new file mode 100644
index 000000000000..c67cfaa8b7e9
--- /dev/null
+++ b/misc/iso-codes/files/patch-Makefile.am
@@ -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 --git a/misc/iso-codes/files/patch-iso_3166__Makefile.in b/misc/iso-codes/files/patch-iso_3166__Makefile.in
deleted file mode 100644
index 0508e6dd37b8..000000000000
--- a/misc/iso-codes/files/patch-iso_3166__Makefile.in
+++ /dev/null
@@ -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 --git a/misc/iso-codes/files/patch-iso_3166__iso_3166_2__Makefile.in b/misc/iso-codes/files/patch-iso_3166__iso_3166_2__Makefile.in
deleted file mode 100644
index 9051b00e3ef8..000000000000
--- a/misc/iso-codes/files/patch-iso_3166__iso_3166_2__Makefile.in
+++ /dev/null
@@ -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 --git a/misc/iso-codes/files/patch-iso_4217__Makefile.in b/misc/iso-codes/files/patch-iso_4217__Makefile.in
deleted file mode 100644
index 2ee574895f96..000000000000
--- a/misc/iso-codes/files/patch-iso_4217__Makefile.in
+++ /dev/null
@@ -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 --git a/misc/iso-codes/files/patch-iso_639__Makefile.in b/misc/iso-codes/files/patch-rules.make
index ef7075060edd..d09e9fca7893 100644
--- a/misc/iso-codes/files/patch-iso_639__Makefile.in
+++ b/misc/iso-codes/files/patch-rules.make
@@ -1,6 +1,6 @@
---- 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)
+--- 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; \
diff --git a/misc/iso-codes/pkg-plist b/misc/iso-codes/pkg-plist
index 2bccc8ca2458..a77fb428727a 100644
--- a/misc/iso-codes/pkg-plist
+++ b/misc/iso-codes/pkg-plist
@@ -5,307 +5,411 @@ libdata/pkgconfig/iso-codes.pc
%%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 @@ share/xml/iso-codes/iso_639.xml
@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 @@ share/xml/iso-codes/iso_639.xml
@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