summaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-03-18 07:14:07 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-03-18 07:14:07 +0800
commit38805275c637738ba52876e300c63e3827b8807b (patch)
tree9218db17a33465f36d73ad0a85df7448c2ef3df2 /devel
parentbfffdbb9a02ad15126fbddc0df76c13a86ba1a1a (diff)
downloadmarcuscom-ports-38805275c637738ba52876e300c63e3827b8807b.tar
marcuscom-ports-38805275c637738ba52876e300c63e3827b8807b.tar.gz
marcuscom-ports-38805275c637738ba52876e300c63e3827b8807b.tar.bz2
marcuscom-ports-38805275c637738ba52876e300c63e3827b8807b.tar.lz
marcuscom-ports-38805275c637738ba52876e300c63e3827b8807b.tar.xz
marcuscom-ports-38805275c637738ba52876e300c63e3827b8807b.tar.zst
marcuscom-ports-38805275c637738ba52876e300c63e3827b8807b.zip
It has been merged in the FreeBSD ports tree, so remove it.
Ade, your welcome. :-) git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8572 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel')
-rw-r--r--devel/gettext/Makefile90
-rw-r--r--devel/gettext/distinfo3
-rw-r--r--devel/gettext/files/extra-patch-nodocs55
-rw-r--r--devel/gettext/files/patch-ad14
-rw-r--r--devel/gettext/files/patch-ak13
-rw-r--r--devel/gettext/files/patch-gettext-runtime_configure10
-rw-r--r--devel/gettext/files/patch-gettext-runtime_intl_Makefile.in40
-rw-r--r--devel/gettext/files/patch-gettext-runtime_man_Makefile.in11
-rw-r--r--devel/gettext/files/patch-gettext-tools_Makefile.in7
-rw-r--r--devel/gettext/files/patch-gettext-tools_config.h.in12
-rw-r--r--devel/gettext/files/patch-gettext-tools_configure38
-rw-r--r--devel/gettext/files/patch-gettext-tools_libgettextpo_Makefile.in12
-rw-r--r--devel/gettext/files/patch-gettext-tools_man_Makefile.in11
-rw-r--r--devel/gettext/files/patch-gettext-tools_src_Makefile.in25
-rw-r--r--devel/gettext/files/patch-gettext-tools_src_msginit.c22
-rw-r--r--devel/gettext/files/patch-gettext-tools_src_x-glade.c15
-rw-r--r--devel/gettext/pkg-descr7
-rw-r--r--devel/gettext/pkg-plist391
18 files changed, 0 insertions, 776 deletions
diff --git a/devel/gettext/Makefile b/devel/gettext/Makefile
deleted file mode 100644
index 660421d3e..000000000
--- a/devel/gettext/Makefile
+++ /dev/null
@@ -1,90 +0,0 @@
-# New ports collection makefile for: gettext
-# Date created: 16 March 1998
-# Whom: Yukihiro Nakai <Nakai@technologist.com>
-#
-# $FreeBSD$
-# $MCom: ports/devel/gettext/Makefile,v 1.7 2007/02/16 04:18:54 mezz Exp $
-#
-
-PORTNAME= gettext
-PORTVERSION= 0.16.1
-CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_GNU}
-MASTER_SITE_SUBDIR= gettext
-
-MAINTAINER= ade@FreeBSD.org
-COMMENT= GNU gettext package
-
-USE_ICONV= yes
-LIBTOOLFILES= autoconf-lib-link/configure gettext-runtime/configure \
- gettext-runtime/libasprintf/configure gettext-tools/configure
-USE_AUTOTOOLS= libtool:15
-CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
-CONFIGURE_ENV= ACLOCAL="${TRUE}" \
- AUTOCONF="${TRUE}" \
- AUTOMAKE="${TRUE}" \
- AUTOHEADER="${TRUE}" \
- MAKEINFO="makeinfo --no-split" \
- CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib" \
- EMACS="no"
-CONFIGURE_ARGS= --disable-csharp --mandir=${PREFIX}/man \
- --infodir=${PREFIX}/info
-USE_LDCONFIG= yes
-
-PLIST_SUB= VERSION=${PORTVERSION}
-
-MAN1= autopoint.1 gettext.1 gettextize.1 msgattrib.1 msgcat.1 \
- msgcmp.1 msgcomm.1 msgconv.1 msgen.1 msgexec.1 \
- msgfilter.1 msgfmt.1 msggrep.1 msginit.1 msgmerge.1 \
- msgunfmt.1 msguniq.1 ngettext.1 xgettext.1 envsubst.1
-MAN3= bind_textdomain_codeset.3 bindtextdomain.3 dcgettext.3 \
- dcngettext.3 dgettext.3 dngettext.3 gettext.3 ngettext.3 \
- textdomain.3
-INFO= autosprintf gettext
-
-.ifdef USE_GETTEXT
-.error USE_GETTEXT is defined as an environment variable, or in the arguments \
- to "make". Please unset it and restart the build.
-.endif
-
-.if defined (NOPORTDOCS)
-EXTRA_PATCHES+= ${FILESDIR}/extra-patch-nodocs
-.endif
-
-pre-extract:
-.if exists(${PREFIX}/bin/kaffe)
- @${ECHO_MSG} "Gettext won't build with Kaffe's jar utility. Doing:"
- -${MV} ${PREFIX}/bin/jar ${PREFIX}/bin/jar.backup
- @${ECHO_MSG} "Be sure to mv" ${PREFIX}/bin/jar.backup ${PREFIX}/bin/jar
- @${ECHO_MSG} "if you abandon your attempt to build gettext."
- @sleep 5
-.endif
-
-post-patch:
- @${FIND} ${WRKSRC} -name configure -print | ${XARGS} \
- ${REINPLACE_CMD} -e 's|mkdir gmkdir|mkdir|'
-.if defined (NOPORTDOCS)
-.for dir in runtime tools
- @${REINPLACE_CMD} -e 's|^SUBDIRS = doc|SUBDIRS =|' \
- ${WRKSRC}/gettext-${dir}/Makefile.in
-.endfor
-.endif
-
-post-build:
-.if exists(${PREFIX}/bin/kaffe)
- -${MV} ${PREFIX}/bin/jar.backup ${PREFIX}/bin/jar
- @${ECHO_MSG}
- @${ECHO_MSG} "Your" ${PREFIX}/bin/jar "has been restored."
- @sleep 5
-.endif
-
-post-install:
-.for f in po-compat.el po-mode.el
- @${INSTALL_DATA} ${WRKSRC}/gettext-tools/misc/${f} \
- ${PREFIX}/share/emacs/site-lisp
-.endfor
- @${MKDIR} ${X11BASE}/share/locale
- @cd ${WRKSRC}/gettext-tools/doc && make install-info-am
-
-.include <bsd.port.mk>
diff --git a/devel/gettext/distinfo b/devel/gettext/distinfo
deleted file mode 100644
index e24a57ca7..000000000
--- a/devel/gettext/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (gettext-0.16.1.tar.gz) = 3d9ad24301c6d6b17ec30704a13fe127
-SHA256 (gettext-0.16.1.tar.gz) = 0bf850d1a079fb5a61f0a47b1a9efd35eb44032255375e1cedb0253bc27b376d
-SIZE (gettext-0.16.1.tar.gz) = 8539634
diff --git a/devel/gettext/files/extra-patch-nodocs b/devel/gettext/files/extra-patch-nodocs
deleted file mode 100644
index 81cf6e2a0..000000000
--- 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-javadoc1 all-javadoc2
--install-data-local: install-classes install-javadoc1 install-javadoc2
--installdirs-local: installdirs-classes installdirs-javadoc1 installdirs-javadoc2
-+all-local: all-classes
-+install-data-local: install-classes
-+installdirs-local: installdirs-classes
- uninstall-local: uninstall-classes uninstall-javadoc1 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-ad b/devel/gettext/files/patch-ad
deleted file mode 100644
index 4bd832b13..000000000
--- a/devel/gettext/files/patch-ad
+++ /dev/null
@@ -1,14 +0,0 @@
---- gettext-tools/misc/Makefile.in.orig Mon Mar 14 07:24:11 2005
-+++ gettext-tools/misc/Makefile.in Mon Mar 14 20:40:33 2005
-@@ -447,11 +447,9 @@
- list='$(lisp_LISP)'; for p in $$list; do \
- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
- f=$(am__strip_dir) \
-- echo " $(lispLISP_INSTALL) '$$d$$p' '$(DESTDIR)$(lispdir)/$$f'"; \
- $(lispLISP_INSTALL) "$$d$$p" "$(DESTDIR)$(lispdir)/$$f"; \
- if test -f $${p}c; then \
- echo " $(lispLISP_INSTALL) '$${p}c' '$(DESTDIR)$(lispdir)/$${f}c'"; \
-- $(lispLISP_INSTALL) "$${p}c" "$(DESTDIR)$(lispdir)/$${f}c"; \
- else : ; fi; \
- done; \
- else : ; fi
diff --git a/devel/gettext/files/patch-ak b/devel/gettext/files/patch-ak
deleted file mode 100644
index 1f65e86f4..000000000
--- a/devel/gettext/files/patch-ak
+++ /dev/null
@@ -1,13 +0,0 @@
-$FreeBSD: ports/devel/gettext/files/patch-ak,v 1.4 2005/05/13 03:51:07 ahze Exp $
-
---- gettext-tools/misc/po-mode.el.orig Sun Jan 23 22:35:10 2000
-+++ gettext-tools/misc/po-mode.el Sun Jan 23 22:35:39 2000
-@@ -330,7 +330,7 @@
- :type 'face
- :group 'po)
-
--(defcustom po-gzip-uuencode-command "gzip -9 | uuencode -m"
-+(defcustom po-gzip-uuencode-command "gzip -9 | uuencode"
- "*The filter to use for preparing a mail invoice of the PO file.
- Normally \"gzip -9 | uuencode -m\", remove the -9 for lesser compression,
- or remove the -m if you are not using the GNU version of `uuencode'."
diff --git a/devel/gettext/files/patch-gettext-runtime_configure b/devel/gettext/files/patch-gettext-runtime_configure
deleted file mode 100644
index f0c314c40..000000000
--- a/devel/gettext/files/patch-gettext-runtime_configure
+++ /dev/null
@@ -1,10 +0,0 @@
---- gettext-runtime/configure.orig Mon Nov 27 09:34:04 2006
-+++ gettext-runtime/configure Sun Dec 3 17:44:05 2006
-@@ -4663,7 +4663,3 @@
-
--if test -n "$HAVE_JAVACOMP" && test -n "$JAR" && test "$JAVA_CHOICE" != no; then
-- BUILDJAVA=yes
--else
- BUILDJAVA=no
--fi
-
diff --git a/devel/gettext/files/patch-gettext-runtime_intl_Makefile.in b/devel/gettext/files/patch-gettext-runtime_intl_Makefile.in
deleted file mode 100644
index 48a26872a..000000000
--- a/devel/gettext/files/patch-gettext-runtime_intl_Makefile.in
+++ /dev/null
@@ -1,40 +0,0 @@
---- gettext-runtime/intl/Makefile.in.orig Mon Nov 27 09:02:00 2006
-+++ gettext-runtime/intl/Makefile.in Sun Dec 3 17:48:38 2006
-@@ -78,3 +78,3 @@
- DEFS = -DLOCALEDIR=\"$(localedir)\" -DLOCALE_ALIAS_PATH=\"$(aliaspath)\" \
---DLIBDIR=\"$(libdir)\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL \
-+-DLIBDIR=\"$(prefix)/libdata\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL \
- -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"$(libdir)\" -DNO_XMALLOC \
-@@ -191,3 +191,3 @@
- $(CC) $(CPPFLAGS) $(CFLAGS) $(XCFLAGS) $(LDFLAGS) -o $@ \
-- $(OBJECTS) @LTLIBICONV@ @INTL_MACOSX_LIBS@ $(LIBS) @LTLIBTHREAD@ -lc \
-+ $(OBJECTS) @LTLIBICONV@ @INTL_MACOSX_LIBS@ $(LIBS) @LTLIBTHREAD@ \
- -version-info $(LTV_CURRENT):$(LTV_REVISION):$(LTV_AGE) \
-@@ -346,18 +346,2 @@
- if test '@USE_INCLUDED_LIBINTL@' = yes; then \
-- test @GLIBC21@ != no || $(mkdir_p) $(DESTDIR)$(libdir); \
-- temp=$(DESTDIR)$(libdir)/t-charset.alias; \
-- dest=$(DESTDIR)$(libdir)/charset.alias; \
-- if test -f $(DESTDIR)$(libdir)/charset.alias; then \
-- orig=$(DESTDIR)$(libdir)/charset.alias; \
-- sed -f ref-add.sed $$orig > $$temp; \
-- $(INSTALL_DATA) $$temp $$dest; \
-- rm -f $$temp; \
-- else \
-- if test @GLIBC21@ = no; then \
-- orig=charset.alias; \
-- sed -f ref-add.sed $$orig > $$temp; \
-- $(INSTALL_DATA) $$temp $$dest; \
-- rm -f $$temp; \
-- fi; \
-- fi; \
- $(mkdir_p) $(DESTDIR)$(localedir); \
-@@ -447,5 +431,5 @@
- if test '@USE_INCLUDED_LIBINTL@' = yes; then \
-- if test -f $(DESTDIR)$(libdir)/charset.alias; then \
-- temp=$(DESTDIR)$(libdir)/t-charset.alias; \
-- dest=$(DESTDIR)$(libdir)/charset.alias; \
-+ if test -f $(DESTDIR)$(prefix)/libdata/charset.alias; then \
-+ temp=$(DESTDIR)$(prefix)/libdata/t-charset.alias; \
-+ dest=$(DESTDIR)$(prefix)/libdata/charset.alias; \
- sed -f ref-del.sed $$dest > $$temp; \
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 22be4429b..000000000
--- 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 e96c41c38..000000000
--- a/devel/gettext/files/patch-gettext-tools_Makefile.in
+++ /dev/null
@@ -1,7 +0,0 @@
---- gettext-tools/Makefile.in.orig Mon Nov 27 09:34:56 2006
-+++ gettext-tools/Makefile.in Sun Dec 3 17:50:43 2006
-@@ -486,3 +486,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 libuniname src libgettextpo po projects misc man m4 tests examples
-+SUBDIRS = doc intl gnulib-lib libgrep libuniname src libgettextpo po projects 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 cab5933fd..000000000
--- a/devel/gettext/files/patch-gettext-tools_config.h.in
+++ /dev/null
@@ -1,12 +0,0 @@
---- gettext-tools/config.h.in.orig Sat Aug 28 11:50:21 2004
-+++ gettext-tools/config.h.in Sat Aug 28 11:51:26 2004
-@@ -45,6 +45,9 @@
- /* Define to 1 if you have the `atexit' function. */
- #undef HAVE_ATEXIT
-
-+/* Define if the expat library is bsdxml. */
-+#undef HAVE_BSDXML
-+
- /* Define to 1 if you have the `btowc' function. */
- #undef HAVE_BTOWC
-
diff --git a/devel/gettext/files/patch-gettext-tools_configure b/devel/gettext/files/patch-gettext-tools_configure
deleted file mode 100644
index 37cf35e4d..000000000
--- a/devel/gettext/files/patch-gettext-tools_configure
+++ /dev/null
@@ -1,38 +0,0 @@
---- gettext-tools/configure.orig Mon Nov 27 09:34:40 2006
-+++ gettext-tools/configure Sun Dec 3 17:54:35 2006
-@@ -3962,7 +3962,3 @@
-
--if test -n "$HAVE_GCJ" && test "$JAVA_CHOICE" = yes; then
-- BUILDJAVAEXE=yes
--else
- BUILDJAVAEXE=no
--fi
-
-@@ -5110,13 +5106,5 @@
-
--if test -n "$HAVE_JAVACOMP" && test -n "$JAR" && test "$JAVA_CHOICE" != no; then
-- BUILDJAVA=yes
--else
- BUILDJAVA=no
--fi
-
--if test -n "$HAVE_JAVAEXEC" && test $BUILDJAVA = yes; then
-- TESTJAVA=yes
--else
- TESTJAVA=no
--fi
-
-@@ -50083,2 +50071,13 @@
- case "$host_os" in
-+ freebsd[5-9]*)
-+
-+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_libgettextpo_Makefile.in b/devel/gettext/files/patch-gettext-tools_libgettextpo_Makefile.in
deleted file mode 100644
index 5ec2810bf..000000000
--- a/devel/gettext/files/patch-gettext-tools_libgettextpo_Makefile.in
+++ /dev/null
@@ -1,12 +0,0 @@
---- gettext-tools/libgettextpo/Makefile.in.orig Mon Nov 27 09:48:21 2006
-+++ gettext-tools/libgettextpo/Makefile.in Sun Dec 3 17:58:44 2006
-@@ -601,3 +601,3 @@
- $(LTV_CURRENT):$(LTV_REVISION):$(LTV_AGE) -rpath $(libdir) \
-- @LTLIBINTL@ @LTLIBICONV@ -lc @LTNOUNDEF@ $(am__append_2)
-+ @LTLIBINTL@ @LTLIBICONV@ @LTNOUNDEF@ $(am__append_2)
- libgnu_la_SOURCES = allocsa.h allocsa.c basename.h basename.c \
-@@ -989,3 +989,3 @@
-
--install-exec-am: install-exec-local install-libLTLIBRARIES
-+install-exec-am: install-libLTLIBRARIES
-
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 a9dfe1734..000000000
--- 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_Makefile.in b/devel/gettext/files/patch-gettext-tools_src_Makefile.in
deleted file mode 100644
index 5ed216ba6..000000000
--- a/devel/gettext/files/patch-gettext-tools_src_Makefile.in
+++ /dev/null
@@ -1,25 +0,0 @@
---- gettext-tools/src/Makefile.in.orig Mon Nov 27 09:34:56 2006
-+++ gettext-tools/src/Makefile.in Sun Dec 3 18:02:09 2006
-@@ -489,3 +489,3 @@
- -DGETTEXTJAR=\"$(jardir)/gettext.jar\" \
-- -DLIBDIR=\"$(libdir)\" \
-+ -DLIBDIR=\"$(prefix)/libdata\" \
- -DGETTEXTDATADIR=\"$(pkgdatadir)\" \
-@@ -861,3 +861,3 @@
- libgettextsrc_la_LDFLAGS = -release @VERSION@ \
-- ../gnulib-lib/libgettextlib.la @LTLIBINTL@ @LTLIBICONV@ -lc \
-+ ../gnulib-lib/libgettextlib.la @LTLIBINTL@ @LTLIBICONV@ \
- @LTNOUNDEF@ $(am__append_2)
-@@ -1872,7 +1872,7 @@
- install-exec-local:
-- $(mkdir_p) $(DESTDIR)$(pkglibdir)
-- $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) hostname$(EXEEXT) $(DESTDIR)$(pkglibdir)/hostname$(EXEEXT)
-- $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) urlget$(EXEEXT) $(DESTDIR)$(pkglibdir)/urlget$(EXEEXT)
-- $(INSTALL_SCRIPT) user-email $(DESTDIR)$(pkglibdir)/user-email
-- $(INSTALL_SCRIPT) $(srcdir)/project-id $(DESTDIR)$(pkglibdir)/project-id
-+ $(mkdir_p) $(DESTDIR)$(prefix)/libdata/$(PACKAGE)
-+ $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) hostname$(EXEEXT) $(DESTDIR)$(prefix)/libdata/$(PACKAGE)/hostname$(EXEEXT)
-+ $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) urlget$(EXEEXT) $(DESTDIR)$(prefix)/libdata/$(PACKAGE)/urlget$(EXEEXT)
-+ $(INSTALL_SCRIPT) user-email $(DESTDIR)$(prefix)/libdata/$(PACKAGE)/user-email
-+ $(INSTALL_SCRIPT) $(srcdir)/project-id $(DESTDIR)$(prefix)/libdata/$(PACKAGE)/project-id
-
diff --git a/devel/gettext/files/patch-gettext-tools_src_msginit.c b/devel/gettext/files/patch-gettext-tools_src_msginit.c
deleted file mode 100644
index e806cc853..000000000
--- a/devel/gettext/files/patch-gettext-tools_src_msginit.c
+++ /dev/null
@@ -1,22 +0,0 @@
---- gettext-tools/src/msginit.c.orig Mon Nov 27 09:02:08 2006
-+++ gettext-tools/src/msginit.c Sun Dec 3 18:03:46 2006
-@@ -820,3 +820,3 @@
- if (gettextlibdir == NULL || gettextlibdir[0] == '\0')
-- gettextlibdir = relocate (LIBDIR "/gettext");
-+ gettextlibdir = relocate (LIBDIR "/gettext-tools");
-
-@@ -887,3 +887,3 @@
- if (gettextlibdir == NULL || gettextlibdir[0] == '\0')
-- gettextlibdir = relocate (LIBDIR "/gettext");
-+ gettextlibdir = relocate (LIBDIR "/gettext-tools");
-
-@@ -1037,3 +1037,3 @@
- {
-- const char *prog = relocate (LIBDIR "/gettext/user-email");
-+ const char *prog = relocate (LIBDIR "/gettext-tools/user-email");
- char *argv[4];
-@@ -1134,3 +1134,3 @@
- argv[2] = (char *) relocate (PROJECTSDIR);
-- argv[3] = (char *) relocate (LIBDIR "/gettext");
-+ argv[3] = (char *) relocate (LIBDIR "/gettext-tools");
- argv[4] = (char *) catalogname;
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 a482cd98d..000000000
--- 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
deleted file mode 100644
index 38165c086..000000000
--- a/devel/gettext/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-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.
-
-WWW: http://www.gnu.org/software/gettext/
diff --git a/devel/gettext/pkg-plist b/devel/gettext/pkg-plist
deleted file mode 100644
index 7692ff3da..000000000
--- a/devel/gettext/pkg-plist
+++ /dev/null
@@ -1,391 +0,0 @@
-@comment $FreeBSD: ports/devel/gettext/pkg-plist,v 1.38 2006/02/23 10:35:39 ade Exp $
-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
-@exec /bin/mkdir -p %D/lib/gettext
-lib/charset.alias
-lib/libasprintf.a
-lib/libasprintf.la
-lib/libasprintf.so
-lib/libasprintf.so.0
-lib/libgettextlib-%%VERSION%%.so
-lib/libgettextlib.la
-lib/libgettextlib.so
-lib/libgettextpo.a
-lib/libgettextpo.la
-lib/libgettextpo.so
-lib/libgettextpo.so.3
-lib/libgettextsrc.la
-lib/libgettextsrc-%%VERSION%%.so
-lib/libgettextsrc.so
-lib/libintl.a
-lib/libintl.la
-lib/libintl.so
-lib/libintl.so.8
-libdata/gettext-tools/hostname
-libdata/gettext-tools/project-id
-libdata/gettext-tools/urlget
-libdata/gettext-tools/user-email
-share/aclocal/codeset.m4
-share/aclocal/gettext.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/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/longdouble.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/uintmax_t.m4
-share/aclocal/ulonglong.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%%/javadoc1/AllNames.html
-%%PORTDOCS%%%%DOCSDIR%%/javadoc1/gnu.gettext.GettextResource.html
-%%PORTDOCS%%%%DOCSDIR%%/javadoc1/images/blue-ball-small.gif
-%%PORTDOCS%%%%DOCSDIR%%/javadoc1/images/blue-ball.gif
-%%PORTDOCS%%%%DOCSDIR%%/javadoc1/images/class-index.gif
-%%PORTDOCS%%%%DOCSDIR%%/javadoc1/images/constructor-index.gif
-%%PORTDOCS%%%%DOCSDIR%%/javadoc1/images/constructors.gif
-%%PORTDOCS%%%%DOCSDIR%%/javadoc1/images/cyan-ball-small.gif
-%%PORTDOCS%%%%DOCSDIR%%/javadoc1/images/cyan-ball.gif
-%%PORTDOCS%%%%DOCSDIR%%/javadoc1/images/error-index.gif
-%%PORTDOCS%%%%DOCSDIR%%/javadoc1/images/exception-index.gif
-%%PORTDOCS%%%%DOCSDIR%%/javadoc1/images/green-ball-small.gif
-%%PORTDOCS%%%%DOCSDIR%%/javadoc1/images/green-ball.gif
-%%PORTDOCS%%%%DOCSDIR%%/javadoc1/images/interface-index.gif
-%%PORTDOCS%%%%DOCSDIR%%/javadoc1/images/magenta-ball-small.gif
-%%PORTDOCS%%%%DOCSDIR%%/javadoc1/images/magenta-ball.gif
-%%PORTDOCS%%%%DOCSDIR%%/javadoc1/images/method-index.gif
-%%PORTDOCS%%%%DOCSDIR%%/javadoc1/images/methods.gif
-%%PORTDOCS%%%%DOCSDIR%%/javadoc1/images/package-index.gif
-%%PORTDOCS%%%%DOCSDIR%%/javadoc1/images/red-ball-small.gif
-%%PORTDOCS%%%%DOCSDIR%%/javadoc1/images/red-ball.gif
-%%PORTDOCS%%%%DOCSDIR%%/javadoc1/images/variable-index.gif
-%%PORTDOCS%%%%DOCSDIR%%/javadoc1/images/variables.gif
-%%PORTDOCS%%%%DOCSDIR%%/javadoc1/images/yellow-ball-small.gif
-%%PORTDOCS%%%%DOCSDIR%%/javadoc1/images/yellow-ball.gif
-%%PORTDOCS%%%%DOCSDIR%%/javadoc1/packages.html
-%%PORTDOCS%%%%DOCSDIR%%/javadoc1/tree.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
-share/emacs/site-lisp/po-compat.el
-share/emacs/site-lisp/po-mode.el
-%%DATADIR%%/ABOUT-NLS
-%%DATADIR%%/archive.tar.gz
-%%DATADIR%%/config.rpath
-%%DATADIR%%/gettext.h
-%%DATADIR%%/intl/COPYING.LIB-2.0
-%%DATADIR%%/intl/COPYING.LIB-2.1
-%%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.h.in
-%%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/textdomain.c
-%%DATADIR%%/intl/vasnprintf.c
-%%DATADIR%%/intl/vasnprintf.h
-%%DATADIR%%/intl/vasnwprintf.h
-%%DATADIR%%/intl/version.c
-%%DATADIR%%/intl/wprintf-parse.h
-%%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
-share/locale/be/LC_MESSAGES/gettext-runtime.mo
-share/locale/be/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/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/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/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/no/LC_MESSAGES/gettext-runtime.mo
-share/locale/no/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
-@dirrm %%DATADIR%%/projects/TP
-@dirrm %%DATADIR%%/projects/KDE
-@dirrm %%DATADIR%%/projects/GNOME
-@dirrm %%DATADIR%%/projects
-@dirrm %%DATADIR%%/po
-@dirrm %%DATADIR%%/intl
-@dirrm %%DATADIR%%
-%%PORTDOCS%%@dirrm share/doc/libasprintf
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/javadoc2/gnu/gettext
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/javadoc2/gnu
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/javadoc2
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/javadoc1/images
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/javadoc1
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/examples/build-aux
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/examples
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/csharpdoc
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
-@dirrm libdata/gettext-tools
-@dirrm lib/gettext
-@dirrmtry share/locale/be/LC_MESSAGES
-@dirrmtry share/locale/ca/LC_MESSAGES
-@dirrmtry share/locale/cs/LC_MESSAGES
-@dirrmtry share/locale/el/LC_MESSAGES
-@dirrmtry share/locale/en@boldquot/LC_MESSAGES
-@dirrmtry share/locale/en@quot/LC_MESSAGES
-@dirrmtry share/locale/fi/LC_MESSAGES
-@dirrmtry share/locale/gl/LC_MESSAGES
-@dirrmtry share/locale/ko/LC_MESSAGES
-@dirrmtry share/locale/nn/LC_MESSAGES
-@dirrmtry share/locale/no/LC_MESSAGES
-@dirrmtry share/locale/pl/LC_MESSAGES
-@dirrmtry share/locale/pt/LC_MESSAGES
-@dirrmtry share/locale/ro/LC_MESSAGES
-@dirrmtry share/locale/sk/LC_MESSAGES
-@dirrmtry share/locale/sl/LC_MESSAGES
-@dirrmtry share/locale/sr/LC_MESSAGES
-@dirrmtry share/locale/uk/LC_MESSAGES
-@dirrmtry share/locale/zh_CN/LC_MESSAGES
-@dirrmtry share/locale/zh_HK/LC_MESSAGES
-@dirrmtry share/locale/zh_TW/LC_MESSAGES
-@dirrmtry share/locale/be
-@dirrmtry share/locale/ca
-@dirrmtry share/locale/cs
-@dirrmtry share/locale/el
-@dirrmtry share/locale/en@boldquot
-@dirrmtry share/locale/en@quot
-@dirrmtry share/locale/fi
-@dirrmtry share/locale/gl
-@dirrmtry share/locale/ko
-@dirrmtry share/locale/nn
-@dirrmtry share/locale/no
-@dirrmtry share/locale/pl
-@dirrmtry share/locale/pt
-@dirrmtry share/locale/ro
-@dirrmtry share/locale/sk
-@dirrmtry share/locale/sl
-@dirrmtry share/locale/sr
-@dirrmtry share/locale/uk
-@dirrmtry share/locale/zh_CN
-@dirrmtry share/locale/zh_HK
-@dirrmtry share/locale/zh_TW