summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2005-04-02 19:23:42 +0000
committerKoop Mast <kwm@FreeBSD.org>2005-04-02 19:23:42 +0000
commit6f209c0e2f16ec91faf76765db01345d849ed33c (patch)
tree3f95ab6c6cea3262ed6d012bf5cb800f89dfe121 /misc
parentUpdate to 4.21 with a much cleaner installation, and one new hack. Release (diff)
Add iso-codes. Which contains translations for ISO 639 (language names),
ISO 3166 (county names) and ISO 4217.
Notes
Notes: svn path=/head/; revision=132239
Diffstat (limited to 'misc')
-rw-r--r--misc/Makefile1
-rw-r--r--misc/iso-codes/Makefile123
-rw-r--r--misc/iso-codes/distinfo2
-rw-r--r--misc/iso-codes/pkg-descr7
-rw-r--r--misc/iso-codes/pkg-plist420
5 files changed, 553 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile
index f1600675c12a..7e4ad30fa028 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -152,6 +152,7 @@
SUBDIR += instant-server
SUBDIR += instant-workstation
SUBDIR += iselect
+ SUBDIR += iso-codes
SUBDIR += jargon
SUBDIR += jbidwatcher
SUBDIR += jive
diff --git a/misc/iso-codes/Makefile b/misc/iso-codes/Makefile
new file mode 100644
index 000000000000..e8a695c60233
--- /dev/null
+++ b/misc/iso-codes/Makefile
@@ -0,0 +1,123 @@
+# New ports collection makefile for: iso-codes
+# Date created: 02 April 2005
+# Whom: Koop Mast <kwm@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= codes
+PORTVERSION= 0.45
+CATEGORIES= misc
+MASTER_SITES= ${MASTER_SITE_DEBIAN}
+MASTER_SITE_SUBDIR= pool/main/i/${PORTNAME}
+PKGNAMEPREFIX= iso-
+DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}_${PORTVERSION}.orig
+
+MAINTAINER= kwm@FreeBSD.org
+COMMENT= Lists of the country, language and currency iso names
+
+BUILD_DEPENDS= xmlproc_parse:${PORTSDIR}/textproc/py-xml
+
+WRKSRC= ${WRKDIR}/${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
+USE_PYTHON_BUILD= yes
+USE_GETTEXT= yes
+USE_GMAKE= yes
+USE_REINPLACE= yes
+GNU_CONFIGURE= yes
+CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+
+DATADIR= ${PREFIX}/share/${PKGNAMEPREFIX}${PORTNAME}
+
+CATALOGS_iso639=\
+ aa.mo af.mo am.mo ar.mo az.mo be.mo bg.mo bn.mo br.mo bs.mo \
+ byn.mo ca.mo cs.mo cy.mo da.mo de.mo dv.mo el.mo eo.mo es.mo \
+ et.mo eu.mo fa.mo fi.mo fo.mo fr.mo ga.mo gez.mo gl.mo gu.mo \
+ gv.mo haw.mo he.mo hi.mo hr.mo hu.mo hy.mo id.mo is.mo it.mo \
+ iu.mo ja.mo ka.mo kk.mo kl.mo kn.mo ko.mo kok.mo kw.mo ky.mo \
+ lt.mo lv.mo mi.mo mk.mo mn.mo mr.mo ms.mo mt.mo nb.mo nl.mo \
+ nn.mo no.mo nso.mo oc.mo om.mo pa.mo pl.mo ps.mo pt.mo \
+ pt_BR.mo ro.mo ru.mo rw.mo sa.mo sid.mo sk.mo sl.mo so.mo \
+ sq.mo sr.mo sv.mo sw.mo syr.mo ta.mo te.mo th.mo ti.mo tig.mo \
+ tr.mo tt.mo uk.mo ur.mo uz.mo ve.mo vi.mo wa.mo wal.mo xh.mo \
+ zh_CN.mo zh_TW.mo zu.mo
+CATALOGS_iso3166=\
+ aa.mo af.mo am.mo ar.mo az.mo be.mo bg.mo bn.mo br.mo bs.mo \
+ byn.mo ca.mo cs.mo cy.mo da.mo de.mo dv.mo el.mo eo.mo es.mo \
+ et.mo eu.mo fa.mo fi.mo fo.mo fr.mo ga.mo gez.mo gl.mo gu.mo \
+ gv.mo haw.mo he.mo hi.mo hr.mo hu.mo hy.mo id.mo is.mo it.mo \
+ ja.mo ka.mo kk.mo kl.mo kn.mo ko.mo kok.mo kw.mo ky.mo lt.mo \
+ lv.mo mi.mo mk.mo mn.mo mr.mo ms.mo mt.mo nb.mo nl.mo nn.mo \
+ no.mo nso.mo oc.mo om.mo pa.mo pl.mo ps.mo pt.mo pt_BR.mo \
+ ro.mo ru.mo rw.mo sa.mo sk.mo sl.mo so.mo sq.mo sr.mo sv.mo \
+ sw.mo ta.mo te.mo th.mo ti.mo tig.mo tk.mo tl.mo tr.mo uk.mo \
+ ur.mo uz.mo ve.mo vi.mo wa.mo wal.mo xh.mo zh_CN.mo zh_TW.mo \
+ zu.mo
+CATALOGS_iso3166_2=\
+ af.mo ar.mo az.mo bg.mo br.mo bs.mo ca.mo cs.mo da.mo el.mo \
+ eo.mo es.mo et.mo eu.mo fa.mo fi.mo fr.mo ga.mo gl.mo he.mo \
+ hr.mo hu.mo id.mo is.mo it.mo ja.mo ko.mo lt.mo lv.mo mi.mo \
+ mk.mo mn.mo mt.mo nb.mo nl.mo no.mo nso.mo oc.mo pl.mo pt.mo \
+ pt_BR.mo ro.mo ru.mo sk.mo sl.mo sr.mo sv.mo ta.mo th.mo tr.mo \
+ uk.mo ve.mo vi.mo wa.mo xh.mo zh_CN.mo zh_TW.mo zu.mo
+CATALOGS_iso4217=\
+ af.mo ca.mo cs.mo da.mo de.mo el.mo es.mo et.mo fi.mo fr.mo \
+ ga.mo gl.mo hr.mo hu.mo it.mo ja.mo ko.mo lt.mo mn.mo ms.mo \
+ mt.mo nl.mo nn.mo no.mo pa.mo pl.mo pt.mo pt_BR.mo ru.mo rw.mo \
+ sk.mo sl.mo sr.mo sv.mo th.mo tr.mo uk.mo zh_CN.mo zh_TW.mo
+
+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|-D|-d|g' \
+ ${WRKSRC}/iso_3166/Makefile.in ${WRKSRC}/iso_4217/Makefile.in \
+ ${WRKSRC}/iso_639/Makefile.in
+
+do-install:
+.for cat in ${CATALOGS_iso639}
+ @${MKDIR} ${PREFIX}/share/locale/${cat:S|.mo||}/LC_MESSAGES
+ @${INSTALL_SCRIPT} \
+ ${WRKSRC}/iso_639/${cat} \
+ ${PREFIX}/share/locale/${cat:S|.mo||}/LC_MESSAGES/iso_639.mo
+.endfor
+.for catalog in ${CATALOGS_iso3166}
+ @${MKDIR} ${PREFIX}/share/locale/${cat:S|.mo||}/LC_MESSAGES
+ @${INSTALL_SCRIPT} \
+ ${WRKSRC}/iso_3166/${catalog} \
+ ${PREFIX}/share/locale/${catalog:S|.mo||}/LC_MESSAGES/iso_3166.mo
+.endfor
+.for catalog in ${CATALOGS_iso3166_2}
+ @${MKDIR} ${PREFIX}/share/locale/${catalog:S|.mo||}/LC_MESSAGES
+ @${INSTALL_SCRIPT} \
+ ${WRKSRC}/iso_3166/iso_3166_2/${catalog} \
+ ${PREFIX}/share/locale/${catalog:S|.mo||}/LC_MESSAGES/iso_3166_2.mo
+.endfor
+.for catalog in ${CATALOGS_iso4217}
+ @${MKDIR} ${PREFIX}/share/locale/${catalog:S|.mo||}/LC_MESSAGES
+ @${INSTALL_SCRIPT} \
+ ${WRKSRC}/iso_4217/${catalog} \
+ ${PREFIX}/share/locale/${catalog:S|.mo||}/LC_MESSAGES/iso_4217.mo
+.endfor
+ @${MKDIR} ${PREFIX}/share/xml/iso-codes
+ @${INSTALL_SCRIPT} ${WRKSRC}/iso_3166/iso_3166.xml \
+ ${PREFIX}/share/xml/iso-codes/iso_3166.xml
+ @${INSTALL_SCRIPT} ${WRKSRC}/iso_3166/iso_3166_2/iso_3166_2.xml \
+ ${PREFIX}/share/xml/iso-codes/iso_3166_2.xml
+ @${INSTALL_SCRIPT} ${WRKSRC}/iso_4217/iso_4217.xml \
+ ${PREFIX}/share/xml/iso-codes/iso_4217.xml
+ @${INSTALL_SCRIPT} ${WRKSRC}/iso_639/iso_639.xml \
+ ${PREFIX}/share/xml/iso-codes/iso_639.xml
+ @${MKDIR} ${PREFIX}/libdata/pkgconfig
+ @${INSTALL_SCRIPT} ${WRKSRC}/iso-codes.pc \
+ ${PREFIX}/libdata/pkgconfig/iso-codes.pc
+ @${MKDIR} ${PREFIX}/share/iso-codes
+ @${INSTALL_SCRIPT} ${WRKSRC}/iso_3166/iso_3166.tab \
+ ${PREFIX}/share/iso-codes
+ @${INSTALL_SCRIPT} ${WRKSRC}/iso_3166/iso_3166_2/iso_3166_2.tab \
+ ${PREFIX}/share/iso-codes
+ @${INSTALL_SCRIPT} ${WRKSRC}/iso_4217/iso_4217.tab \
+ ${PREFIX}/share/iso-codes
+ @${INSTALL_SCRIPT} ${WRKSRC}/iso_639/iso_639.tab \
+ ${PREFIX}/share/iso-codes
+
+.include <bsd.port.mk>
diff --git a/misc/iso-codes/distinfo b/misc/iso-codes/distinfo
new file mode 100644
index 000000000000..089c4ed47404
--- /dev/null
+++ b/misc/iso-codes/distinfo
@@ -0,0 +1,2 @@
+MD5 (iso-codes_0.45.orig.tar.gz) = d765902171f395466f91472bb1e421da
+SIZE (iso-codes_0.45.orig.tar.gz) = 3628269
diff --git a/misc/iso-codes/pkg-descr b/misc/iso-codes/pkg-descr
new file mode 100644
index 000000000000..9965d2f5f5a6
--- /dev/null
+++ b/misc/iso-codes/pkg-descr
@@ -0,0 +1,7 @@
+This package aims to provide a central list of the country, language,
+and currency names and their translations. The data comes from
+ISO standards 639 (language names), 3166 (country names), and 4217 and
+the translations are from the Translation Project. The data is provided
+in tabular files as well as XML.
+
+WWW: http://alioth.debian.org/projects/pkg-isocodes/
diff --git a/misc/iso-codes/pkg-plist b/misc/iso-codes/pkg-plist
new file mode 100644
index 000000000000..5a1f2c83720d
--- /dev/null
+++ b/misc/iso-codes/pkg-plist
@@ -0,0 +1,420 @@
+libdata/pkgconfig/iso-codes.pc
+%%DATADIR%%/iso_3166.tab
+%%DATADIR%%/iso_3166_2.tab
+%%DATADIR%%/iso_4217.tab
+%%DATADIR%%/iso_639.tab
+share/locale/aa/LC_MESSAGES/iso_3166.mo
+share/locale/aa/LC_MESSAGES/iso_639.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/am/LC_MESSAGES/iso_3166.mo
+share/locale/am/LC_MESSAGES/iso_639.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/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/be/LC_MESSAGES/iso_3166.mo
+share/locale/be/LC_MESSAGES/iso_639.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/bn/LC_MESSAGES/iso_3166.mo
+share/locale/bn/LC_MESSAGES/iso_639.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/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/byn/LC_MESSAGES/iso_3166.mo
+share/locale/byn/LC_MESSAGES/iso_639.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/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/cy/LC_MESSAGES/iso_3166.mo
+share/locale/cy/LC_MESSAGES/iso_639.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/de/LC_MESSAGES/iso_3166.mo
+share/locale/de/LC_MESSAGES/iso_4217.mo
+share/locale/de/LC_MESSAGES/iso_639.mo
+share/locale/dv/LC_MESSAGES/iso_3166.mo
+share/locale/dv/LC_MESSAGES/iso_639.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/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/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/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/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/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/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/fo/LC_MESSAGES/iso_3166.mo
+share/locale/fo/LC_MESSAGES/iso_639.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/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/gez/LC_MESSAGES/iso_3166.mo
+share/locale/gez/LC_MESSAGES/iso_639.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/gu/LC_MESSAGES/iso_3166.mo
+share/locale/gu/LC_MESSAGES/iso_639.mo
+share/locale/gv/LC_MESSAGES/iso_3166.mo
+share/locale/gv/LC_MESSAGES/iso_639.mo
+share/locale/haw/LC_MESSAGES/iso_3166.mo
+share/locale/haw/LC_MESSAGES/iso_639.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/hi/LC_MESSAGES/iso_3166.mo
+share/locale/hi/LC_MESSAGES/iso_639.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/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/hy/LC_MESSAGES/iso_3166.mo
+share/locale/hy/LC_MESSAGES/iso_639.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/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/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/iu/LC_MESSAGES/iso_639.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/ka/LC_MESSAGES/iso_3166.mo
+share/locale/ka/LC_MESSAGES/iso_639.mo
+share/locale/kk/LC_MESSAGES/iso_3166.mo
+share/locale/kk/LC_MESSAGES/iso_639.mo
+share/locale/kl/LC_MESSAGES/iso_3166.mo
+share/locale/kl/LC_MESSAGES/iso_639.mo
+share/locale/kn/LC_MESSAGES/iso_3166.mo
+share/locale/kn/LC_MESSAGES/iso_639.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/kok/LC_MESSAGES/iso_3166.mo
+share/locale/kok/LC_MESSAGES/iso_639.mo
+share/locale/kw/LC_MESSAGES/iso_3166.mo
+share/locale/kw/LC_MESSAGES/iso_639.mo
+share/locale/ky/LC_MESSAGES/iso_3166.mo
+share/locale/ky/LC_MESSAGES/iso_639.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/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/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/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/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/mr/LC_MESSAGES/iso_3166.mo
+share/locale/mr/LC_MESSAGES/iso_639.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/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/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/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/nn/LC_MESSAGES/iso_3166.mo
+share/locale/nn/LC_MESSAGES/iso_4217.mo
+share/locale/nn/LC_MESSAGES/iso_639.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/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/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/om/LC_MESSAGES/iso_3166.mo
+share/locale/om/LC_MESSAGES/iso_639.mo
+share/locale/pa/LC_MESSAGES/iso_3166.mo
+share/locale/pa/LC_MESSAGES/iso_4217.mo
+share/locale/pa/LC_MESSAGES/iso_639.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/ps/LC_MESSAGES/iso_3166.mo
+share/locale/ps/LC_MESSAGES/iso_639.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_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/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/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/rw/LC_MESSAGES/iso_3166.mo
+share/locale/rw/LC_MESSAGES/iso_4217.mo
+share/locale/rw/LC_MESSAGES/iso_639.mo
+share/locale/sa/LC_MESSAGES/iso_3166.mo
+share/locale/sa/LC_MESSAGES/iso_639.mo
+share/locale/sid/LC_MESSAGES/iso_639.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/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/so/LC_MESSAGES/iso_3166.mo
+share/locale/so/LC_MESSAGES/iso_639.mo
+share/locale/sq/LC_MESSAGES/iso_3166.mo
+share/locale/sq/LC_MESSAGES/iso_639.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/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/sw/LC_MESSAGES/iso_3166.mo
+share/locale/sw/LC_MESSAGES/iso_639.mo
+share/locale/syr/LC_MESSAGES/iso_639.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/te/LC_MESSAGES/iso_3166.mo
+share/locale/te/LC_MESSAGES/iso_639.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/ti/LC_MESSAGES/iso_3166.mo
+share/locale/ti/LC_MESSAGES/iso_639.mo
+share/locale/tig/LC_MESSAGES/iso_3166.mo
+share/locale/tig/LC_MESSAGES/iso_639.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/tt/LC_MESSAGES/iso_639.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/ur/LC_MESSAGES/iso_3166.mo
+share/locale/ur/LC_MESSAGES/iso_639.mo
+share/locale/uz/LC_MESSAGES/iso_3166.mo
+share/locale/uz/LC_MESSAGES/iso_639.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/vi/LC_MESSAGES/iso_3166.mo
+share/locale/vi/LC_MESSAGES/iso_3166_2.mo
+share/locale/vi/LC_MESSAGES/iso_639.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/wal/LC_MESSAGES/iso_3166.mo
+share/locale/wal/LC_MESSAGES/iso_639.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/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_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/zu/LC_MESSAGES/iso_3166.mo
+share/locale/zu/LC_MESSAGES/iso_3166_2.mo
+share/locale/zu/LC_MESSAGES/iso_639.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
+@unexec rmdir %D/share/locale/zu/LC_MESSAGES 2>/dev/null || /usr/bin/true
+@unexec rmdir %D/share/locale/zu 2>/dev/null ||/usr/bin/true
+@unexec rmdir %D/share/locale/zh_TW/LC_MESSAGES 2>/dev/null || /usr/bin/true
+@unexec rmdir %D/share/locale/zh_TW 2>/dev/null ||/usr/bin/true
+@unexec rmdir %D/share/locale/zh_CN/LC_MESSAGES 2>/dev/null ||/usr/bin/true
+@unexec rmdir %D/share/locale/zh_CN 2>/dev/null ||/usr/bin/true
+@unexec rmdir %D/share/locale/xh/LC_MESSAGES 2>/dev/null ||/usr/bin/true
+@unexec rmdir %D/share/locale/xh 2>/dev/null ||/usr/bin/true
+@unexec rmdir %D/share/locale/wal/LC_MESSAGES 2>/dev/null ||/usr/bin/true
+@unexec rmdir %D/share/locale/wal 2>/dev/null ||/usr/bin/true
+@unexec rmdir %D/share/locale/ve/LC_MESSAGES 2>/dev/null ||/usr/bin/true
+@unexec rmdir %D/share/locale/ve 2>/dev/null ||/usr/bin/true
+@unexec rmdir %D/share/locale/uz/LC_MESSAGES 2>/dev/null ||/usr/bin/true
+@unexec rmdir %D/share/locale/uz 2>/dev/null ||/usr/bin/true
+@unexec rmdir %D/share/locale/ur/LC_MESSAGES 2>/dev/null ||/usr/bin/true
+@unexec rmdir %D/share/locale/ur 2>/dev/null ||/usr/bin/true
+@unexec rmdir %D/share/locale/uk/LC_MESSAGES 2>/dev/null ||/usr/bin/true
+@unexec rmdir %D/share/locale/uk 2>/dev/null ||/usr/bin/true
+@unexec rmdir %D/share/locale/tt/LC_MESSAGES 2>/dev/null ||/usr/bin/true
+@unexec rmdir %D/share/locale/tt 2>/dev/null ||/usr/bin/true
+@unexec rmdir %D/share/locale/tl/LC_MESSAGES 2>/dev/null ||/usr/bin/true
+@unexec rmdir %D/share/locale/tl 2>/dev/null ||/usr/bin/true
+@unexec rmdir %D/share/locale/tk/LC_MESSAGES 2>/dev/null ||/usr/bin/true
+@unexec rmdir %D/share/locale/tk 2>/dev/null ||/usr/bin/true
+@unexec rmdir %D/share/locale/tig/LC_MESSAGES 2>/dev/null ||/usr/bin/true
+@unexec rmdir %D/share/locale/tig 2>/dev/null ||/usr/bin/true
+@unexec rmdir %D/share/locale/ti/LC_MESSAGES 2>/dev/null ||/usr/bin/true
+@unexec rmdir %D/share/locale/ti 2>/dev/null ||/usr/bin/true
+@unexec rmdir %D/share/locale/te/LC_MESSAGES 2>/dev/null ||/usr/bin/true
+@unexec rmdir %D/share/locale/te 2>/dev/null ||/usr/bin/true
+@unexec rmdir %D/share/locale/ta/LC_MESSAGES 2>/dev/null ||/usr/bin/true
+@unexec rmdir %D/share/locale/ta 2>/dev/null ||/usr/bin/true
+@unexec rmdir %D/share/locale/syr/LC_MESSAGES 2>/dev/null ||/usr/bin/true
+@unexec rmdir %D/share/locale/syr 2>/dev/null ||/usr/bin/true
+@unexec rmdir %D/share/locale/sw/LC_MESSAGES 2>/dev/null ||/usr/bin/true
+@unexec rmdir %D/share/locale/sw 2>/dev/null ||/usr/bin/true
+@unexec rmdir %D/share/locale/sr/LC_MESSAGES 2>/dev/null ||/usr/bin/true
+@unexec rmdir %D/share/locale/sr 2>/dev/null ||/usr/bin/true
+@unexec rmdir %D/share/locale/so/LC_MESSAGES 2>/dev/null ||/usr/bin/true
+@unexec rmdir %D/share/locale/so 2>/dev/null ||/usr/bin/true
+@unexec rmdir %D/share/locale/sl/LC_MESSAGES 2>/dev/null ||/usr/bin/true
+@unexec rmdir %D/share/locale/sl 2>/dev/null ||/usr/bin/true
+@unexec rmdir %D/share/locale/sk/LC_MESSAGES 2>/dev/null ||/usr/bin/true
+@unexec rmdir %D/share/locale/sk 2>/dev/null ||/usr/bin/true
+@unexec rmdir %D/share/locale/sid/LC_MESSAGES 2>/dev/null ||/usr/bin/true
+@unexec rmdir %D/share/locale/sid 2>/dev/null ||/usr/bin/true
+@unexec rmdir %D/share/locale/sa/LC_MESSAGES 2>/dev/null ||/usr/bin/true
+@unexec rmdir %D/share/locale/sa 2>/dev/null ||/usr/bin/true
+@unexec rmdir %D/share/locale/rw/LC_MESSAGES 2>/dev/null ||/usr/bin/true
+@unexec rmdir %D/share/locale/rw 2>/dev/null ||/usr/bin/true
+@unexec rmdir %D/share/locale/ro/LC_MESSAGES 2>/dev/null ||/usr/bin/true
+@unexec rmdir %D/share/locale/ro 2>/dev/null ||/usr/bin/true
+@unexec rmdir %D/share/locale/pt/LC_MESSAGES 2>/dev/null ||/usr/bin/true
+@unexec rmdir %D/share/locale/pt 2>/dev/null ||/usr/bin/true
+@unexec rmdir %D/share/locale/om/LC_MESSAGES 2>/dev/null ||/usr/bin/true
+@unexec rmdir %D/share/locale/om 2>/dev/null ||/usr/bin/true
+@unexec rmdir %D/share/locale/oc/LC_MESSAGES 2>/dev/null ||/usr/bin/true
+@unexec rmdir %D/share/locale/oc/ 2>/dev/null ||/usr/bin/true
+@unexec rmdir %D/share/locale/nso/LC_MESSAGES 2>/dev/null ||/usr/bin/true
+@unexec rmdir %D/share/locale/nso 2>/dev/null ||/usr/bin/true
+@unexec rmdir %D/share/locale/no/LC_MESSAGES 2>/dev/null ||/usr/bin/true
+@unexec rmdir %D/share/locale/no 2>/dev/null ||/usr/bin/true
+@unexec rmdir %D/share/locale/nn/LC_MESSAGES 2>/dev/null ||/usr/bin/true
+@unexec rmdir %D/share/locale/nn 2>/dev/null ||/usr/bin/true
+@unexec rmdir %D/share/locale/mt/LC_MESSAGES 2>/dev/null ||/usr/bin/true
+@unexec rmdir %D/share/locale/mt 2>/dev/null ||/usr/bin/true
+@unexec rmdir %D/share/locale/mr/LC_MESSAGES 2>/dev/null ||/usr/bin/true
+@unexec rmdir %D/share/locale/mr 2>/dev/null ||/usr/bin/true
+@unexec rmdir %D/share/locale/mi/LC_MESSAGES 2>/dev/null ||/usr/bin/true
+@unexec rmdir %D/share/locale/mi 2>/dev/null ||/usr/bin/true
+@unexec rmdir %D/share/locale/ky/LC_MESSAGES 2>/dev/null ||/usr/bin/true
+@unexec rmdir %D/share/locale/ky 2>/dev/null ||/usr/bin/true
+@unexec rmdir %D/share/locale/kw/LC_MESSAGES 2>/dev/null ||/usr/bin/true
+@unexec rmdir %D/share/locale/kw 2>/dev/null ||/usr/bin/true
+@unexec rmdir %D/share/locale/kok/LC_MESSAGES 2>/dev/null ||/usr/bin/true
+@unexec rmdir %D/share/locale/kok 2>/dev/null ||/usr/bin/true
+@unexec rmdir %D/share/locale/ko/LC_MESSAGES 2>/dev/null ||/usr/bin/true
+@unexec rmdir %D/share/locale/ko 2>/dev/null ||/usr/bin/true
+@unexec rmdir %D/share/locale/kl/LC_MESSAGES 2>/dev/null ||/usr/bin/true
+@unexec rmdir %D/share/locale/kl 2>/dev/null ||/usr/bin/true
+@unexec rmdir %D/share/locale/kk/LC_MESSAGES 2>/dev/null ||/usr/bin/true
+@unexec rmdir %D/share/locale/kk 2>/dev/null ||/usr/bin/true
+@unexec rmdir %D/share/locale/iu/LC_MESSAGES 2>/dev/null ||/usr/bin/true
+@unexec rmdir %D/share/locale/iu 2>/dev/null ||/usr/bin/true
+@unexec rmdir %D/share/locale/id/LC_MESSAGES 2>/dev/null ||/usr/bin/true
+@unexec rmdir %D/share/locale/id 2>/dev/null ||/usr/bin/true
+@unexec rmdir %D/share/locale/hy/LC_MESSAGES 2>/dev/null ||/usr/bin/true
+@unexec rmdir %D/share/locale/hy 2>/dev/null ||/usr/bin/true
+@unexec rmdir %D/share/locale/haw/LC_MESSAGES 2>/dev/null ||/usr/bin/true
+@unexec rmdir %D/share/locale/haw 2>/dev/null ||/usr/bin/true
+@unexec rmdir %D/share/locale/gv/LC_MESSAGES 2>/dev/null ||/usr/bin/true
+@unexec rmdir %D/share/locale/gv 2>/dev/null ||/usr/bin/true
+@unexec rmdir %D/share/locale/gl/LC_MESSAGES 2>/dev/null ||/usr/bin/true
+@unexec rmdir %D/share/locale/gl 2>/dev/null ||/usr/bin/true
+@unexec rmdir %D/share/locale/gez/LC_MESSAGES 2>/dev/null ||/usr/bin/true
+@unexec rmdir %D/share/locale/gez 2>/dev/null ||/usr/bin/true
+@unexec rmdir %D/share/locale/fo/LC_MESSAGES 2>/dev/null ||/usr/bin/true
+@unexec rmdir %D/share/locale/fo 2>/dev/null ||/usr/bin/true
+@unexec rmdir %D/share/locale/fi/LC_MESSAGES 2>/dev/null ||/usr/bin/true
+@unexec rmdir %D/share/locale/fi 2>/dev/null ||/usr/bin/true
+@unexec rmdir %D/share/locale/el/LC_MESSAGES 2>/dev/null ||/usr/bin/true
+@unexec rmdir %D/share/locale/el 2>/dev/null ||/usr/bin/true
+@unexec rmdir %D/share/locale/dv/LC_MESSAGES 2>/dev/null ||/usr/bin/true
+@unexec rmdir %D/share/locale/dv 2>/dev/null ||/usr/bin/true
+@unexec rmdir %D/share/locale/cs/LC_MESSAGES 2>/dev/null ||/usr/bin/true
+@unexec rmdir %D/share/locale/cs 2>/dev/null ||/usr/bin/true
+@unexec rmdir %D/share/locale/ca/LC_MESSAGES 2>/dev/null ||/usr/bin/true
+@unexec rmdir %D/share/locale/ca 2>/dev/null ||/usr/bin/true
+@unexec rmdir %D/share/locale/byn/LC_MESSAGES 2>/dev/null ||/usr/bin/true
+@unexec rmdir %D/share/locale/byn 2>/dev/null ||/usr/bin/true
+@unexec rmdir %D/share/locale/be/LC_MESSAGES 2>/dev/null ||/usr/bin/true
+@unexec rmdir %D/share/locale/be 2>/dev/null ||/usr/bin/true
+@unexec rmdir %D/share/locale/aa/LC_MESSAGES 2>/dev/null ||/usr/bin/true
+@unexec rmdir %D/share/locale/aa 2>/dev/null ||/usr/bin/true