diff options
| author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-11-29 18:22:32 +0000 |
|---|---|---|
| committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-11-29 18:22:32 +0000 |
| commit | edb7229dd444037f6015d4a7d1c93eade4ed41f0 (patch) | |
| tree | dd9cb6760a88c6c8e370786a93ecef5ba96f616c /devel/gettext | |
| parent | Simplify ONLY_FOR_ARCHES wording (diff) | |
Split devel/gettext in devel/gettext-runtime and devel/gettext-tools. The
first contains runtime libraries such as libintl and the latter contains
developer tools such as msgfmt. Ports that use gettext will usually need
a LIB_DEPENDS on gettext-runtime and a BUILD_DEPENDS on gettext-tools.
USES=gettext-runtime can be used to set a LIB/BUILD/RUN_DEPENDS on
devel/gettext-runtime and USES=gettext-tools can be used to set a
BUILD/RUN_DEPENDS on devel/gettext-tools. USES=gettext is now the same
as "USES=gettext-runtime gettext-tools" meaning a LIB_DEPENDS on
devel/gettext-runtime and a BUILD_DEPENDS on devel/gettext-tools.
Update gettext to 0.19.3.
Remove :oldver from converters/libiconv and devel/gettext-runtime. Leave
symlinks with the old library versions to avoid the need to bump
PORTREVISION on a large number of dependent ports. When most of the
dependent ports have had normal version updates, PORTREVISION can be
bumped on the remaining ones (low number) and the links can be removed.
Fix some ports that installed files in lib/locale instead of share/locale.
PR: 194038
Reviewed by: bapt
Exp-run: antoine
Approved by: portmgr (antoine)
Notes
Notes:
svn path=/head/; revision=373636
Diffstat (limited to 'devel/gettext')
| -rw-r--r-- | devel/gettext/Makefile | 48 | ||||
| -rw-r--r-- | devel/gettext/Makefile.common | 18 | ||||
| -rw-r--r-- | devel/gettext/distinfo | 4 | ||||
| -rw-r--r-- | devel/gettext/files/extra-patch-nodocs | 55 | ||||
| -rw-r--r-- | devel/gettext/files/patch-gettext-runtime_man_Makefile.in | 11 | ||||
| -rw-r--r-- | devel/gettext/files/patch-gettext-tools_Makefile.in | 7 | ||||
| -rw-r--r-- | devel/gettext/files/patch-gettext-tools_config.h.in | 8 | ||||
| -rw-r--r-- | devel/gettext/files/patch-gettext-tools_configure | 16 | ||||
| -rw-r--r-- | devel/gettext/files/patch-gettext-tools_man_Makefile.in | 11 | ||||
| -rw-r--r-- | devel/gettext/files/patch-gettext-tools_src_x-glade.c | 15 | ||||
| -rw-r--r-- | devel/gettext/pkg-descr | 7 | ||||
| -rw-r--r-- | devel/gettext/pkg-plist | 346 |
12 files changed, 31 insertions, 515 deletions
diff --git a/devel/gettext/Makefile b/devel/gettext/Makefile index 728ef30f7612..c387cdb74ded 100644 --- a/devel/gettext/Makefile +++ b/devel/gettext/Makefile @@ -1,50 +1,20 @@ -# Created by: Yukihiro Nakai <Nakai@technologist.com> # $FreeBSD$ -PORTNAME= gettext -PORTVERSION= 0.18.3.1 -PORTREVISION= 1 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= gettext - -# note: before committing to this port, contact portmgr to arrange for an +# NOTE: before committing to this port, contact portmgr to arrange for an # experimental ports run. Untested commits may be backed out at portmgr's # discretion. -MAINTAINER= autotools@FreeBSD.org -COMMENT= GNU gettext package - -USES= charsetfix iconv libtool:oldver -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-csharp --disable-java \ - --disable-openmp --disable-threads \ - --with-included-gettext --with-included-glib \ - --with-included-libcroco --with-included-libunistring \ - --with-included-libxml ${ICONV_CONFIGURE_ARG} \ - --without-emacs --without-git -USE_LDCONFIG= yes -INSTALL_TARGET= install-strip -INFO= autosprintf gettext - -OPTIONS_DEFINE= DOCS +PORTNAME= gettext +PORTREVISION= 0 +DISTFILES= -.include <bsd.port.options.mk> +COMMENT= GNU gettext meta package -.if ! ${PORT_OPTIONS:MDOCS} -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-nodocs -.endif +.include "${.CURDIR}/../gettext/Makefile.common" -post-patch: -.if ! ${PORT_OPTIONS:MDOCS} -.for dir in runtime tools - @${REINPLACE_CMD} -e 's|^SUBDIRS = doc|SUBDIRS =|' \ - ${WRKSRC}/gettext-${dir}/Makefile.in -.endfor -.endif +USES= gettext-runtime:run gettext-tools:run -post-install: - @${SETENV} ${MAKE_ENV} ${MAKE_CMD} -C ${WRKSRC}/gettext-tools/doc \ - ${MAKE_ARGS} install-info-am +NO_BUILD= yes +NO_INSTALL= yes .include <bsd.port.mk> diff --git a/devel/gettext/Makefile.common b/devel/gettext/Makefile.common new file mode 100644 index 000000000000..ad0c17a7a12b --- /dev/null +++ b/devel/gettext/Makefile.common @@ -0,0 +1,18 @@ +# $FreeBSD$ + +# NOTE: before committing to this port, contact portmgr to arrange for an +# experimental ports run. Untested commits may be backed out at portmgr's +# discretion. + +PORTVERSION= 0.19.3 +PORTREVISION?= 0 # Leave this zero. Set in Makefile instead. +CATEGORIES= devel +MASTER_SITES= GNU/gettext +DISTNAME= gettext-${PORTVERSION} + +MAINTAINER= autotools@FreeBSD.org + +DISTINFO_FILE= ${.CURDIR}/../gettext/distinfo + +DATADIR= ${PREFIX}/share/gettext +DOCSDIR= ${PREFIX}/share/doc/gettext diff --git a/devel/gettext/distinfo b/devel/gettext/distinfo index efe7b1da6a33..70c42117363f 100644 --- a/devel/gettext/distinfo +++ b/devel/gettext/distinfo @@ -1,2 +1,2 @@ -SHA256 (gettext-0.18.3.1.tar.gz) = 0d8f9a33531b77776b3dc473e7940019ca19bfca5b4c06db6e96065eeb07245d -SIZE (gettext-0.18.3.1.tar.gz) = 16341773 +SHA256 (gettext-0.19.3.tar.xz) = f6fdb29c9ee8ce85c7e574f60ff64fa91cf0f4f018437dfe800227d15595db46 +SIZE (gettext-0.19.3.tar.xz) = 6628460 diff --git a/devel/gettext/files/extra-patch-nodocs b/devel/gettext/files/extra-patch-nodocs deleted file mode 100644 index 58acc18a9f6e..000000000000 --- a/devel/gettext/files/extra-patch-nodocs +++ /dev/null @@ -1,55 +0,0 @@ ---- gettext-runtime/intl-java/Makefile.in.orig Mon May 23 04:23:40 2005 -+++ gettext-runtime/intl-java/Makefile.in Tue Jan 30 20:02:41 2007 -@@ -464,5 +464,5 @@ - --all-local: all-classes all-javadoc2 --install-data-local: install-classes install-javadoc2 --installdirs-local: installdirs-classes installdirs-javadoc2 -+all-local: all-classes -+install-data-local: install-classes -+installdirs-local: installdirs-classes - uninstall-local: uninstall-classes uninstall-javadoc2 - ---- gettext-runtime/intl-csharp/Makefile.in.orig Mon May 23 04:23:39 2005 -+++ gettext-runtime/intl-csharp/Makefile.in Tue Jan 30 20:11:08 2007 -@@ -432,5 +432,5 @@ - --all-local: all-dll all-doc --install-data-local: install-dll install-doc --installdirs-local: installdirs-dll installdirs-doc -+all-local: all-dll -+install-data-local: install-dll -+installdirs-local: installdirs-dll - uninstall-local: uninstall-dll uninstall-doc - ---- gettext-runtime/libasprintf/Makefile.in.orig Mon May 23 04:23:55 2005 -+++ gettext-runtime/libasprintf/Makefile.in Tue Jan 30 20:24:01 2007 -@@ -882,5 +882,5 @@ - --all-local: html-local --install-data-local: install-html --installdirs-local: installdirs-html -+all-local: -+install-data-local: -+installdirs-local: - uninstall-local: uninstall-html - ---- gettext-tools/Makefile.in.orig Mon Nov 27 09:34:56 2006 -+++ gettext-tools/Makefile.in Tue Jan 30 23:15:59 2007 -@@ -944,3 +944,3 @@ - --install-data-am: install-examplesbuildauxDATA \ -+install-data-am: \ - install-gettextsrcSCRIPTS - ---- gettext-tools/m4/Makefile.in.orig Mon May 23 04:24:27 2005 -+++ gettext-tools/m4/Makefile.in Tue Jan 30 20:19:34 2007 -@@ -530,3 +530,3 @@ - installdirs: -- for dir in "$(DESTDIR)$(aclocaldir)" "$(DESTDIR)$(examplesbuildauxdir)"; do \ -+ for dir in "$(DESTDIR)$(aclocaldir)" ; do \ - test -z "$$dir" || $(mkdir_p) "$$dir"; \ -@@ -575,3 +575,3 @@ - --install-data-am: install-aclocalDATA install-examplesbuildauxDATA -+install-data-am: install-aclocalDATA diff --git a/devel/gettext/files/patch-gettext-runtime_man_Makefile.in b/devel/gettext/files/patch-gettext-runtime_man_Makefile.in deleted file mode 100644 index 22be4429b9c8..000000000000 --- a/devel/gettext/files/patch-gettext-runtime_man_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- gettext-runtime/man/Makefile.in.orig Mon May 23 04:23:40 2005 -+++ gettext-runtime/man/Makefile.in Tue Jan 30 22:30:58 2007 -@@ -576,5 +576,5 @@ - --all-local: html-local --install-data-local: install-html --installdirs-local: installdirs-html -+all-local: -+install-data-local: -+installdirs-local: - uninstall-local: uninstall-html diff --git a/devel/gettext/files/patch-gettext-tools_Makefile.in b/devel/gettext/files/patch-gettext-tools_Makefile.in deleted file mode 100644 index 73174661ba6f..000000000000 --- a/devel/gettext/files/patch-gettext-tools_Makefile.in +++ /dev/null @@ -1,7 +0,0 @@ ---- gettext-tools/Makefile.in.orig 2007-11-06 23:40:19.000000000 +0000 -+++ gettext-tools/Makefile.in 2007-12-12 03:30:36.000000000 +0000 -@@ -726,3 +726,3 @@ - ACLOCAL_AMFLAGS = -I m4 -I ../gettext-runtime/m4 -I ../autoconf-lib-link/m4 -I ../m4 -I gnulib-m4 -I libgettextpo/gnulib-m4 --SUBDIRS = doc intl gnulib-lib libgrep src libgettextpo po projects styles misc man m4 tests gnulib-tests examples -+SUBDIRS = doc intl gnulib-lib libgrep src libgettextpo po projects styles misc man m4 - diff --git a/devel/gettext/files/patch-gettext-tools_config.h.in b/devel/gettext/files/patch-gettext-tools_config.h.in deleted file mode 100644 index 88d513ca7e14..000000000000 --- a/devel/gettext/files/patch-gettext-tools_config.h.in +++ /dev/null @@ -1,8 +0,0 @@ ---- gettext-tools/config.h.in.orig 2013-03-05 08:43:50.000000000 +0000 -+++ gettext-tools/config.h.in 2013-05-23 19:14:44.000000000 +0000 -@@ -524,2 +524,5 @@ - -+/* Define to 1 if the expat library is bsdxml. */ -+#undef HAVE_BSDXML -+ - /* Define to 1 if you have the 'btowc' function. */ diff --git a/devel/gettext/files/patch-gettext-tools_configure b/devel/gettext/files/patch-gettext-tools_configure deleted file mode 100644 index 811a93225422..000000000000 --- a/devel/gettext/files/patch-gettext-tools_configure +++ /dev/null @@ -1,16 +0,0 @@ ---- gettext-tools/configure.orig Mon Nov 27 09:34:40 2006 -+++ gettext-tools/configure Sun Dec 3 17:54:35 2006 -@@ -50083,2 +50071,13 @@ - case "$host_os" in -+ freebsd*) -+ -+cat >>confdefs.h <<\_ACEOF -+#define HAVE_BSDXML 1 -+#define HAVE_LIBEXPAT 1 -+_ACEOF -+ -+ LIBEXPAT="-lbsdxml" -+ LTLIBEXPAT="-lbsdxml" -+ -+ ;; - linux*) diff --git a/devel/gettext/files/patch-gettext-tools_man_Makefile.in b/devel/gettext/files/patch-gettext-tools_man_Makefile.in deleted file mode 100644 index a9dfe1734871..000000000000 --- a/devel/gettext/files/patch-gettext-tools_man_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- gettext-tools/man/Makefile.in.orig Mon May 23 04:24:28 2005 -+++ gettext-tools/man/Makefile.in Tue Jan 30 22:12:40 2007 -@@ -576,5 +576,5 @@ - --all-local: html-local --install-data-local: install-html --installdirs-local: installdirs-html -+all-local: -+install-data-local: -+installdirs-local: - uninstall-local: uninstall-html diff --git a/devel/gettext/files/patch-gettext-tools_src_x-glade.c b/devel/gettext/files/patch-gettext-tools_src_x-glade.c deleted file mode 100644 index a482cd98d36d..000000000000 --- a/devel/gettext/files/patch-gettext-tools_src_x-glade.c +++ /dev/null @@ -1,15 +0,0 @@ ---- gettext-tools/src/x-glade.c.orig Sat Aug 28 11:53:08 2004 -+++ gettext-tools/src/x-glade.c Sat Aug 28 11:53:48 2004 -@@ -30,7 +30,11 @@ - # include <dlfcn.h> - #else - # if HAVE_LIBEXPAT --# include <expat.h> -+# if HAVE_BSDXML -+# include <bsdxml.h> -+# else -+# include <expat.h> -+# endif - # endif - #endif - diff --git a/devel/gettext/pkg-descr b/devel/gettext/pkg-descr index 38165c0868e7..c2f69ee3903c 100644 --- a/devel/gettext/pkg-descr +++ b/devel/gettext/pkg-descr @@ -1,7 +1,4 @@ -This is the GNU gettext package. It is interesting for authors or -maintainers of other packages or programs which they want to see -internationalized. As one step the handling of messages in different -languages should be implemented. For this task GNU gettext provides -the needed tools and library functions. +GNU gettext is a framework of libraries and tools for internationalisation +and localisation of software. WWW: http://www.gnu.org/software/gettext/ diff --git a/devel/gettext/pkg-plist b/devel/gettext/pkg-plist deleted file mode 100644 index 86ad58294453..000000000000 --- a/devel/gettext/pkg-plist +++ /dev/null @@ -1,346 +0,0 @@ -bin/autopoint -bin/envsubst -bin/gettext -bin/gettext.sh -bin/gettextize -bin/msgattrib -bin/msgcat -bin/msgcmp -bin/msgcomm -bin/msgconv -bin/msgen -bin/msgexec -bin/msgfilter -bin/msgfmt -bin/msggrep -bin/msginit -bin/msgmerge -bin/msgunfmt -bin/msguniq -bin/ngettext -bin/recode-sr-latin -bin/xgettext -include/autosprintf.h -include/gettext-po.h -include/libintl.h -lib/libasprintf.a -lib/libasprintf.la -lib/libasprintf.so -lib/libasprintf.so.0 -lib/libgettextlib-0.18.3.so -lib/libgettextlib.la -lib/libgettextlib.so -lib/libgettextpo.a -lib/libgettextpo.la -lib/libgettextpo.so -lib/libgettextpo.so.5 -lib/libgettextsrc.la -lib/libgettextsrc-0.18.3.so -lib/libgettextsrc.so -lib/libintl.a -lib/libintl.la -lib/libintl.so -lib/libintl.so.9 -lib/gettext/hostname -lib/gettext/project-id -lib/gettext/urlget -lib/gettext/user-email -man/man1/autopoint.1.gz -man/man1/envsubst.1.gz -man/man1/gettext.1.gz -man/man1/gettextize.1.gz -man/man1/msgattrib.1.gz -man/man1/msgcat.1.gz -man/man1/msgcmp.1.gz -man/man1/msgcomm.1.gz -man/man1/msgconv.1.gz -man/man1/msgen.1.gz -man/man1/msgexec.1.gz -man/man1/msgfilter.1.gz -man/man1/msgfmt.1.gz -man/man1/msggrep.1.gz -man/man1/msginit.1.gz -man/man1/msgmerge.1.gz -man/man1/msgunfmt.1.gz -man/man1/msguniq.1.gz -man/man1/ngettext.1.gz -man/man1/recode-sr-latin.1.gz -man/man1/xgettext.1.gz -man/man3/bind_textdomain_codeset.3.gz -man/man3/bindtextdomain.3.gz -man/man3/dcgettext.3.gz -man/man3/dcngettext.3.gz -man/man3/dgettext.3.gz -man/man3/dngettext.3.gz -man/man3/gettext.3.gz -man/man3/ngettext.3.gz -man/man3/textdomain.3.gz -share/aclocal/codeset.m4 -share/aclocal/gettext.m4 -share/aclocal/fcntl-o.m4 -share/aclocal/glibc2.m4 -share/aclocal/glibc21.m4 -share/aclocal/iconv.m4 -share/aclocal/intdiv0.m4 -share/aclocal/intl.m4 -share/aclocal/intldir.m4 -share/aclocal/intlmacosx.m4 -share/aclocal/intmax.m4 -share/aclocal/inttypes-pri.m4 -share/aclocal/inttypes_h.m4 -share/aclocal/lcmessage.m4 -share/aclocal/lib-ld.m4 -share/aclocal/lib-link.m4 -share/aclocal/lib-prefix.m4 -share/aclocal/lock.m4 -share/aclocal/longlong.m4 -share/aclocal/nls.m4 -share/aclocal/po.m4 -share/aclocal/printf-posix.m4 -share/aclocal/progtest.m4 -share/aclocal/size_max.m4 -share/aclocal/stdint_h.m4 -share/aclocal/threadlib.m4 -share/aclocal/uintmax_t.m4 -share/aclocal/visibility.m4 -share/aclocal/wchar_t.m4 -share/aclocal/wint_t.m4 -share/aclocal/xsize.m4 -%%PORTDOCS%%%%DOCSDIR%%/FAQ.html -%%PORTDOCS%%%%DOCSDIR%%/csharpdoc/GNU_Gettext.html -%%PORTDOCS%%%%DOCSDIR%%/csharpdoc/GNU_Gettext_GettextResourceManager.html -%%PORTDOCS%%%%DOCSDIR%%/csharpdoc/GNU_Gettext_GettextResourceSet.html -%%PORTDOCS%%%%DOCSDIR%%/csharpdoc/begin.html -%%PORTDOCS%%%%DOCSDIR%%/csharpdoc/index.html -%%PORTDOCS%%%%DOCSDIR%%/csharpdoc/namespaces.html -%%PORTDOCS%%%%DOCSDIR%%/examples/build-aux/csharpcomp.m4 -%%PORTDOCS%%%%DOCSDIR%%/examples/build-aux/csharpcomp.sh.in -%%PORTDOCS%%%%DOCSDIR%%/examples/build-aux/csharpexec.m4 -%%PORTDOCS%%%%DOCSDIR%%/examples/build-aux/csharpexec.sh.in -%%PORTDOCS%%%%DOCSDIR%%/examples/build-aux/csharpexec-test.exe -%%PORTDOCS%%%%DOCSDIR%%/examples/build-aux/gcj.m4 -%%PORTDOCS%%%%DOCSDIR%%/examples/build-aux/javacomp.m4 -%%PORTDOCS%%%%DOCSDIR%%/examples/build-aux/javacomp.sh.in -%%PORTDOCS%%%%DOCSDIR%%/examples/build-aux/javaexec.m4 -%%PORTDOCS%%%%DOCSDIR%%/examples/build-aux/javaexec.sh.in -%%PORTDOCS%%%%DOCSDIR%%/gettext_1.html -%%PORTDOCS%%%%DOCSDIR%%/gettext_2.html -%%PORTDOCS%%%%DOCSDIR%%/gettext_3.html -%%PORTDOCS%%%%DOCSDIR%%/gettext_4.html -%%PORTDOCS%%%%DOCSDIR%%/gettext_5.html -%%PORTDOCS%%%%DOCSDIR%%/gettext_6.html -%%PORTDOCS%%%%DOCSDIR%%/gettext_7.html -%%PORTDOCS%%%%DOCSDIR%%/gettext_8.html -%%PORTDOCS%%%%DOCSDIR%%/gettext_9.html -%%PORTDOCS%%%%DOCSDIR%%/gettext_10.html -%%PORTDOCS%%%%DOCSDIR%%/gettext_11.html -%%PORTDOCS%%%%DOCSDIR%%/gettext_12.html -%%PORTDOCS%%%%DOCSDIR%%/gettext_13.html -%%PORTDOCS%%%%DOCSDIR%%/gettext_14.html -%%PORTDOCS%%%%DOCSDIR%%/gettext_15.html -%%PORTDOCS%%%%DOCSDIR%%/gettext_16.html -%%PORTDOCS%%%%DOCSDIR%%/gettext_17.html -%%PORTDOCS%%%%DOCSDIR%%/gettext_18.html -%%PORTDOCS%%%%DOCSDIR%%/gettext_19.html -%%PORTDOCS%%%%DOCSDIR%%/gettext_20.html -%%PORTDOCS%%%%DOCSDIR%%/gettext_21.html -%%PORTDOCS%%%%DOCSDIR%%/gettext_22.html -%%PORTDOCS%%%%DOCSDIR%%/gettext_23.html -%%PORTDOCS%%%%DOCSDIR%%/gettext_24.html -%%PORTDOCS%%%%DOCSDIR%%/gettext_25.html -%%PORTDOCS%%%%DOCSDIR%%/gettext_foot.html -%%PORTDOCS%%%%DOCSDIR%%/gettext_toc.html -%%PORTDOCS%%%%DOCSDIR%%/javadoc2/allclasses-frame.html -%%PORTDOCS%%%%DOCSDIR%%/javadoc2/deprecated-list.html -%%PORTDOCS%%%%DOCSDIR%%/javadoc2/gnu/gettext/GettextResource.html -%%PORTDOCS%%%%DOCSDIR%%/javadoc2/gnu/gettext/package-frame.html -%%PORTDOCS%%%%DOCSDIR%%/javadoc2/gnu/gettext/package-summary.html -%%PORTDOCS%%%%DOCSDIR%%/javadoc2/gnu/gettext/package-tree.html -%%PORTDOCS%%%%DOCSDIR%%/javadoc2/help-doc.html -%%PORTDOCS%%%%DOCSDIR%%/javadoc2/index-all.html -%%PORTDOCS%%%%DOCSDIR%%/javadoc2/index.html -%%PORTDOCS%%%%DOCSDIR%%/javadoc2/overview-tree.html -%%PORTDOCS%%%%DOCSDIR%%/javadoc2/package-list -%%PORTDOCS%%%%DOCSDIR%%/javadoc2/packages.html -%%PORTDOCS%%%%DOCSDIR%%/javadoc2/serialized-form.html -%%PORTDOCS%%%%DOCSDIR%%/javadoc2/stylesheet.css -%%PORTDOCS%%%%DOCSDIR%%/tutorial.html -%%PORTDOCS%%share/doc/libasprintf/autosprintf_all.html -%%DATADIR%%/ABOUT-NLS -%%DATADIR%%/archive.dir.tar.xz -%%DATADIR%%/config.rpath -%%DATADIR%%/gettext.h -%%DATADIR%%/intl/COPYING.LIB -%%DATADIR%%/intl/ChangeLog -%%DATADIR%%/intl/Makefile.in -%%DATADIR%%/intl/VERSION -%%DATADIR%%/intl/bindtextdom.c -%%DATADIR%%/intl/config.charset -%%DATADIR%%/intl/dcgettext.c -%%DATADIR%%/intl/dcigettext.c -%%DATADIR%%/intl/dcngettext.c -%%DATADIR%%/intl/dgettext.c -%%DATADIR%%/intl/dngettext.c -%%DATADIR%%/intl/eval-plural.h -%%DATADIR%%/intl/explodename.c -%%DATADIR%%/intl/export.h -%%DATADIR%%/intl/finddomain.c -%%DATADIR%%/intl/gettext.c -%%DATADIR%%/intl/gettextP.h -%%DATADIR%%/intl/gmo.h -%%DATADIR%%/intl/hash-string.c -%%DATADIR%%/intl/hash-string.h -%%DATADIR%%/intl/intl-compat.c -%%DATADIR%%/intl/intl-exports.c -%%DATADIR%%/intl/l10nflist.c -%%DATADIR%%/intl/langprefs.c -%%DATADIR%%/intl/libgnuintl.in.h -%%DATADIR%%/intl/libintl.rc -%%DATADIR%%/intl/loadinfo.h -%%DATADIR%%/intl/loadmsgcat.c -%%DATADIR%%/intl/localcharset.c -%%DATADIR%%/intl/localcharset.h -%%DATADIR%%/intl/locale.alias -%%DATADIR%%/intl/localealias.c -%%DATADIR%%/intl/localename.c -%%DATADIR%%/intl/lock.c -%%DATADIR%%/intl/lock.h -%%DATADIR%%/intl/log.c -%%DATADIR%%/intl/ngettext.c -%%DATADIR%%/intl/os2compat.c -%%DATADIR%%/intl/os2compat.h -%%DATADIR%%/intl/osdep.c -%%DATADIR%%/intl/plural-exp.c -%%DATADIR%%/intl/plural-exp.h -%%DATADIR%%/intl/plural.c -%%DATADIR%%/intl/plural.y -%%DATADIR%%/intl/printf-args.c -%%DATADIR%%/intl/printf-args.h -%%DATADIR%%/intl/printf-parse.c -%%DATADIR%%/intl/printf-parse.h -%%DATADIR%%/intl/printf.c -%%DATADIR%%/intl/ref-add.sin -%%DATADIR%%/intl/ref-del.sin -%%DATADIR%%/intl/relocatable.c -%%DATADIR%%/intl/relocatable.h -%%DATADIR%%/intl/setlocale.c -%%DATADIR%%/intl/textdomain.c -%%DATADIR%%/intl/threadlib.c -%%DATADIR%%/intl/tsearch.c -%%DATADIR%%/intl/tsearch.h -%%DATADIR%%/intl/vasnprintf.c -%%DATADIR%%/intl/vasnprintf.h -%%DATADIR%%/intl/vasnwprintf.h -%%DATADIR%%/intl/verify.h -%%DATADIR%%/intl/version.c -%%DATADIR%%/intl/wprintf-parse.h -%%DATADIR%%/intl/xsize.c -%%DATADIR%%/intl/xsize.h -%%DATADIR%%/javaversion.class -%%DATADIR%%/msgunfmt.tcl -%%DATADIR%%/po/Makefile.in.in -%%DATADIR%%/po/Makevars.template -%%DATADIR%%/po/Rules-quot -%%DATADIR%%/po/boldquot.sed -%%DATADIR%%/po/en@boldquot.header -%%DATADIR%%/po/en@quot.header -%%DATADIR%%/po/insert-header.sin -%%DATADIR%%/po/quot.sed -%%DATADIR%%/po/remove-potcdate.sin -%%DATADIR%%/projects/GNOME/team-address -%%DATADIR%%/projects/GNOME/teams.html -%%DATADIR%%/projects/GNOME/teams.url -%%DATADIR%%/projects/GNOME/trigger -%%DATADIR%%/projects/KDE/team-address -%%DATADIR%%/projects/KDE/teams.html -%%DATADIR%%/projects/KDE/teams.url -%%DATADIR%%/projects/KDE/trigger -%%DATADIR%%/projects/TP/team-address -%%DATADIR%%/projects/TP/teams.html -%%DATADIR%%/projects/TP/teams.url -%%DATADIR%%/projects/TP/trigger -%%DATADIR%%/projects/index -%%DATADIR%%/projects/team-address -%%DATADIR%%/styles/po-default.css -%%DATADIR%%/styles/po-emacs-x.css -%%DATADIR%%/styles/po-emacs-xterm.css -%%DATADIR%%/styles/po-emacs-xterm16.css -%%DATADIR%%/styles/po-emacs-xterm256.css -%%DATADIR%%/styles/po-vim.css -share/locale/be/LC_MESSAGES/gettext-runtime.mo -share/locale/be/LC_MESSAGES/gettext-tools.mo -share/locale/bg/LC_MESSAGES/gettext-runtime.mo -share/locale/bg/LC_MESSAGES/gettext-tools.mo -share/locale/ca/LC_MESSAGES/gettext-runtime.mo -share/locale/ca/LC_MESSAGES/gettext-tools.mo -share/locale/cs/LC_MESSAGES/gettext-runtime.mo -share/locale/cs/LC_MESSAGES/gettext-tools.mo -share/locale/da/LC_MESSAGES/gettext-runtime.mo -share/locale/da/LC_MESSAGES/gettext-tools.mo -share/locale/de/LC_MESSAGES/gettext-runtime.mo -share/locale/de/LC_MESSAGES/gettext-tools.mo -share/locale/el/LC_MESSAGES/gettext-runtime.mo -share/locale/el/LC_MESSAGES/gettext-tools.mo -share/locale/en@boldquot/LC_MESSAGES/gettext-runtime.mo -share/locale/en@boldquot/LC_MESSAGES/gettext-tools.mo -share/locale/en@quot/LC_MESSAGES/gettext-runtime.mo -share/locale/en@quot/LC_MESSAGES/gettext-tools.mo -share/locale/eo/LC_MESSAGES/gettext-runtime.mo -share/locale/es/LC_MESSAGES/gettext-runtime.mo -share/locale/es/LC_MESSAGES/gettext-tools.mo -share/locale/et/LC_MESSAGES/gettext-runtime.mo -share/locale/et/LC_MESSAGES/gettext-tools.mo -share/locale/eu/LC_MESSAGES/gettext-tools.mo -share/locale/fi/LC_MESSAGES/gettext-runtime.mo -share/locale/fi/LC_MESSAGES/gettext-tools.mo -share/locale/fr/LC_MESSAGES/gettext-runtime.mo -share/locale/fr/LC_MESSAGES/gettext-tools.mo -share/locale/ga/LC_MESSAGES/gettext-runtime.mo -share/locale/gl/LC_MESSAGES/gettext-runtime.mo -share/locale/gl/LC_MESSAGES/gettext-tools.mo -share/locale/hr/LC_MESSAGES/gettext-runtime.mo -share/locale/id/LC_MESSAGES/gettext-runtime.mo -share/locale/id/LC_MESSAGES/gettext-tools.mo -share/locale/it/LC_MESSAGES/gettext-runtime.mo -share/locale/it/LC_MESSAGES/gettext-tools.mo -share/locale/ja/LC_MESSAGES/gettext-runtime.mo -share/locale/ja/LC_MESSAGES/gettext-tools.mo -share/locale/ko/LC_MESSAGES/gettext-runtime.mo -share/locale/ko/LC_MESSAGES/gettext-tools.mo -share/locale/locale.alias -share/locale/nb/LC_MESSAGES/gettext-runtime.mo -share/locale/nb/LC_MESSAGES/gettext-tools.mo -share/locale/nl/LC_MESSAGES/gettext-runtime.mo -share/locale/nl/LC_MESSAGES/gettext-tools.mo -share/locale/nn/LC_MESSAGES/gettext-runtime.mo -share/locale/nn/LC_MESSAGES/gettext-tools.mo -share/locale/pa/LC_MESSAGES/gettext-tools.mo -share/locale/pl/LC_MESSAGES/gettext-runtime.mo -share/locale/pl/LC_MESSAGES/gettext-tools.mo -share/locale/pt/LC_MESSAGES/gettext-runtime.mo -share/locale/pt/LC_MESSAGES/gettext-tools.mo -share/locale/pt_BR/LC_MESSAGES/gettext-runtime.mo -share/locale/pt_BR/LC_MESSAGES/gettext-tools.mo -share/locale/ro/LC_MESSAGES/gettext-runtime.mo -share/locale/ro/LC_MESSAGES/gettext-tools.mo -share/locale/ru/LC_MESSAGES/gettext-runtime.mo -share/locale/ru/LC_MESSAGES/gettext-tools.mo -share/locale/sk/LC_MESSAGES/gettext-runtime.mo -share/locale/sk/LC_MESSAGES/gettext-tools.mo -share/locale/sl/LC_MESSAGES/gettext-runtime.mo -share/locale/sl/LC_MESSAGES/gettext-tools.mo -share/locale/sr/LC_MESSAGES/gettext-runtime.mo -share/locale/sr/LC_MESSAGES/gettext-tools.mo -share/locale/sv/LC_MESSAGES/gettext-runtime.mo -share/locale/sv/LC_MESSAGES/gettext-tools.mo -share/locale/tr/LC_MESSAGES/gettext-runtime.mo -share/locale/tr/LC_MESSAGES/gettext-tools.mo -share/locale/uk/LC_MESSAGES/gettext-runtime.mo -share/locale/uk/LC_MESSAGES/gettext-tools.mo -share/locale/vi/LC_MESSAGES/gettext-runtime.mo -share/locale/vi/LC_MESSAGES/gettext-tools.mo -share/locale/zh_CN/LC_MESSAGES/gettext-runtime.mo -share/locale/zh_CN/LC_MESSAGES/gettext-tools.mo -share/locale/zh_HK/LC_MESSAGES/gettext-runtime.mo -share/locale/zh_TW/LC_MESSAGES/gettext-runtime.mo -share/locale/zh_TW/LC_MESSAGES/gettext-tools.mo |
