FreeBSD Bugzilla – Attachment 204862 Details for
Bug 238277
[exp-run] devel/gettext: update to 0.20.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch4
gettext.patch (text/plain), 123.20 KB, created by
Tijl Coosemans
on 2019-06-06 15:20:38 UTC
(
hide
)
Description:
patch4
Filename:
MIME Type:
Creator:
Tijl Coosemans
Created:
2019-06-06 15:20:38 UTC
Size:
123.20 KB
patch
obsolete
>Index: devel/gettext/Makefile.common >=================================================================== >--- devel/gettext/Makefile.common (revision 503574) >+++ devel/gettext/Makefile.common (working copy) >@@ -4,7 +4,7 @@ > # experimental ports run. Untested commits may be backed out at portmgr's > # discretion. > >-PORTVERSION= 0.19.8.1 >+PORTVERSION= 0.20.1 > PORTREVISION?= 0 # Leave this zero. Set in Makefile instead. > CATEGORIES= devel > MASTER_SITES= GNU/gettext >@@ -13,6 +13,3 @@ DISTNAME= gettext-${PORTVERSION} > MAINTAINER= tijl@FreeBSD.org > > DISTINFO_FILE= ${.CURDIR}/../gettext/distinfo >- >-DATADIR= ${PREFIX}/share/gettext >-DOCSDIR= ${PREFIX}/share/doc/gettext >Index: devel/gettext/distinfo >=================================================================== >--- devel/gettext/distinfo (revision 503574) >+++ devel/gettext/distinfo (working copy) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1465727987 >-SHA256 (gettext-0.19.8.1.tar.xz) = 105556dbc5c3fbbc2aa0edb46d22d055748b6f5c7cd7a8d99f8e7eb84e938be4 >-SIZE (gettext-0.19.8.1.tar.xz) = 7209808 >+TIMESTAMP = 1557680234 >+SHA256 (gettext-0.20.1.tar.xz) = 53f02fbbec9e798b0faaf7c73272f83608e835c6288dd58be6c9bb54624a3800 >+SIZE (gettext-0.20.1.tar.xz) = 9346544 >Index: devel/gettext/pkg-descr >=================================================================== >--- devel/gettext/pkg-descr (revision 503574) >+++ devel/gettext/pkg-descr (working copy) >@@ -1,4 +1,4 @@ > GNU gettext is a framework of libraries and tools for internationalisation > and localisation of software. > >-WWW: http://www.gnu.org/software/gettext/ >+WWW: https://www.gnu.org/software/gettext/ >Index: devel/gettext-runtime/Makefile >=================================================================== >--- devel/gettext-runtime/Makefile (revision 503574) >+++ devel/gettext-runtime/Makefile (working copy) >@@ -5,45 +5,40 @@ > # discretion. > > PORTNAME= gettext-runtime >-PORTREVISION= 2 >+PORTREVISION= 0 > > COMMENT= GNU gettext runtime libraries and programs > >-LICENSE= LGPL21 GPLv3 >+LICENSE= LGPL21+ GPLv3+ > LICENSE_COMB= multi > LICENSE_FILE_LGPL21= ${WRKSRC}/intl/COPYING.LIB > LICENSE_FILE_GPLv3= ${WRKSRC}/../COPYING > > .include "${.CURDIR}/../gettext/Makefile.common" > >+USES= charsetfix cpe iconv libtool tar:xz >+USE_LDCONFIG= yes >+ >+CPE_PRODUCT= gettext >+CPE_VENDOR= gnu >+ > GNU_CONFIGURE= yes > CONFIGURE_ARGS= --disable-csharp --disable-java --with-included-gettext \ > ac_cv_lib_rt_sched_yield=no > INSTALL_TARGET= install-strip > TEST_TARGET= check >-USES= charsetfix cpe iconv libtool tar:xz >-USE_LDCONFIG= yes > WRKSRC_SUBDIR= gettext-runtime > >+DATADIR= ${PREFIX}/share/gettext >+DOCSDIR= ${PREFIX}/share/doc/gettext > INFO= autosprintf >-CPE_PRODUCT= gettext >-CPE_VENDOR= gnu > >+OPTIONS_DEFINE= DOCS >+ > .include <bsd.port.options.mk> > > .if ${OPSYS} == DragonFly > CONFIGURE_ARGS+=--disable-threads > .endif >- >-post-patch: >-# Do not install csharp and java documentation. >- @${REINPLACE_CMD} -E '/^SUBDIRS =/s/(intl-csharp|intl-java)//g' \ >- ${WRKSRC}/Makefile.in >-# Do not install html copies of manpages. >- @${REINPLACE_CMD} \ >- -e '/^all-local:/s/html-local//' \ >- -e '/^install-data-local:/s/install-html//' \ >- -e '/^installdirs-local:/s/installdirs-html//' \ >- ${WRKSRC}/libasprintf/Makefile.in ${WRKSRC}/man/Makefile.in > > .include <bsd.port.mk> >Index: devel/gettext-runtime/files/patch-configure >=================================================================== >--- devel/gettext-runtime/files/patch-configure (revision 503574) >+++ devel/gettext-runtime/files/patch-configure (working copy) >@@ -1,11 +1,11 @@ >---- configure.orig 2014-07-14 07:30:12 UTC >+--- configure.orig 2019-05-12 15:08:34 UTC > +++ configure >-@@ -16277,7 +16277,7 @@ >- # thread: pthread_create from libc will fail, whereas >- # pthread_create will actually create a thread. >+@@ -17215,7 +17215,7 @@ if test "x$ac_cv_lib_pthread_pthread_kill" = xyes; the >+ # On Solaris 10 or newer, this test is no longer needed, because >+ # libc contains the fully functional pthread functions. > case "$host_os" in >-- solaris* | hpux*) >-+ solaris* | hpux* | freebsd*) >+- solaris | solaris2.1-9 | solaris2.1-9.* | hpux*) >++ solaris | solaris2.1-9 | solaris2.1-9.* | hpux* | freebsd*) > > $as_echo "#define PTHREAD_IN_USE_DETECTION_HARD 1" >>confdefs.h > >Index: devel/gettext-runtime/pkg-descr >=================================================================== >--- devel/gettext-runtime/pkg-descr (revision 503574) >+++ devel/gettext-runtime/pkg-descr (working copy) >@@ -3,4 +3,4 @@ and localisation of software. > > This package contains the runtime libraries and programs. > >-WWW: http://www.gnu.org/software/gettext/ >+WWW: https://www.gnu.org/software/gettext/ >Index: devel/gettext-runtime/pkg-plist >=================================================================== >--- devel/gettext-runtime/pkg-plist (revision 503574) >+++ devel/gettext-runtime/pkg-plist (working copy) >@@ -11,7 +11,7 @@ lib/libasprintf.so.0.0.0 > lib/libintl.a > lib/libintl.so > lib/libintl.so.8 >-lib/libintl.so.8.1.5 >+lib/libintl.so.8.1.6 > man/man1/envsubst.1.gz > man/man1/gettext.1.gz > man/man1/ngettext.1.gz >@@ -24,7 +24,37 @@ man/man3/dngettext.3.gz > man/man3/gettext.3.gz > man/man3/ngettext.3.gz > man/man3/textdomain.3.gz >+%%PORTDOCS%%%%DOCSDIR%%/bind_textdomain_codeset.3.html >+%%PORTDOCS%%%%DOCSDIR%%/bindtextdomain.3.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%%/envsubst.1.html >+%%PORTDOCS%%%%DOCSDIR%%/gettext.1.html >+%%PORTDOCS%%%%DOCSDIR%%/gettext.3.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%%/ngettext.1.html >+%%PORTDOCS%%%%DOCSDIR%%/ngettext.3.html >+%%PORTDOCS%%%%DOCSDIR%%/textdomain.3.html >+%%PORTDOCS%%share/doc/libasprintf/autosprintf_all.html > %%DATADIR%%/ABOUT-NLS >+share/locale/ast/LC_MESSAGES/gettext-runtime.mo > share/locale/be/LC_MESSAGES/gettext-runtime.mo > share/locale/bg/LC_MESSAGES/gettext-runtime.mo > share/locale/ca/LC_MESSAGES/gettext-runtime.mo >Index: devel/gettext-tools/Makefile >=================================================================== >--- devel/gettext-tools/Makefile (revision 503574) >+++ devel/gettext-tools/Makefile (working copy) >@@ -5,56 +5,45 @@ > # discretion. > > PORTNAME= gettext-tools >-PORTREVISION= 1 >+PORTREVISION= 0 > > COMMENT= GNU gettext development and translation tools > >-LICENSE= GPLv3 >+LICENSE= GPLv3+ > LICENSE_FILE= ${WRKSRC}/../COPYING > > .include "${.CURDIR}/../gettext/Makefile.common" > >+LIB_DEPENDS= libtextstyle.so:devel/libtextstyle >+ >+USES= charsetfix cpe gettext-runtime iconv libtool tar:xz >+USE_LDCONFIG= yes >+ >+CPE_PRODUCT= gettext >+CPE_VENDOR= gnu >+ > GNU_CONFIGURE= yes > CONFIGURE_ARGS= --disable-csharp --disable-java --disable-openmp \ > --with-included-glib --with-included-libcroco \ > --with-included-libunistring --with-included-libxml \ > --without-emacs --without-git ac_cv_lib_rt_sched_yield=no >-CPPFLAGS+= -I${LOCALBASE}/include >-LIBS+= -L${LOCALBASE}/lib > INSTALL_TARGET= install-strip >-PLIST_SUB= VERSION=${PORTVERSION:R} > TEST_TARGET= check >-USES= charsetfix cpe gettext-runtime iconv libtool tar:xz >-USE_LDCONFIG= yes > WRKSRC_SUBDIR= gettext-tools > >-CPE_PRODUCT= gettext >-CPE_VENDOR= gnu >+DATADIR= ${PREFIX}/share/gettext >+DOCSDIR= ${PREFIX}/share/doc/gettext >+PLIST_SUB= PORTVERSION=${PORTVERSION} VERSION=${PORTVERSION:R} > >-OPTIONS_DEFINE= DOCS THREADS >+INFO= gettext >+ >+OPTIONS_DEFINE= DOCS EXAMPLES THREADS > OPTIONS_DEFAULT=THREADS > OPTIONS_EXCLUDE_DragonFly= THREADS > >-DOCS_INFO= gettext >- > THREADS_CONFIGURE_ENABLE= threads > >-post-patch-DOCS-off: >- @${REINPLACE_CMD} '/^SUBDIRS =/s/doc//' ${WRKSRC}/Makefile.in >- > post-patch: >-# Exclude examples and gnulib-tests. >- @${REINPLACE_CMD} -E '/^SUBDIRS =/s/(examples|gnulib-tests)//g' \ >- ${WRKSRC}/Makefile.in >- @${REINPLACE_CMD} \ >- '/^install-data-am:/s/install-examplesbuildauxDATA//' \ >- ${WRKSRC}/Makefile.in ${WRKSRC}/m4/Makefile.in >-# Do not install html copies of manpages. >- @${REINPLACE_CMD} \ >- -e '/^all-local:/s/html-local//' \ >- -e '/^install-data-local:/s/install-html//' \ >- -e '/^installdirs-local:/s/installdirs-html//' \ >- ${WRKSRC}/man/Makefile.in > # Do not patch system float.h. > @${REINPLACE_CMD} 's/FLOAT_H=float\.h//' \ > ${WRKSRC}/configure >@@ -64,5 +53,10 @@ post-patch: > # Use libasprintf installed by gettext-runtime. > @${REINPLACE_CMD} 's,[^ ]*libasprintf.la,-lasprintf,' \ > ${WRKSRC}/tests/lang-c++ >+# Use system libtextstyle. >+ @${REINPLACE_CMD} \ >+ -e '/:/!s,[[:<:]]textstyle[^[:space:]]*\.h,,g' \ >+ -e 's,\.\./\.\./libtextstyle/lib/libtextstyle\.la,-ltextstyle,' \ >+ ${WRKSRC}/src/Makefile.in > > .include <bsd.port.mk> >Index: devel/gettext-tools/files/patch-configure >=================================================================== >--- devel/gettext-tools/files/patch-configure (revision 503574) >+++ devel/gettext-tools/files/patch-configure (working copy) >@@ -1,15 +1,15 @@ >---- configure.orig 2014-07-14 07:30:23 UTC >+--- configure.orig 2019-05-12 15:09:13 UTC > +++ configure >-@@ -18293,7 +18293,7 @@ >- # thread: pthread_create from libc will fail, whereas >- # pthread_create will actually create a thread. >+@@ -19449,7 +19449,7 @@ if test "x$ac_cv_lib_pthread_pthread_kill" = xyes; the >+ # On Solaris 10 or newer, this test is no longer needed, because >+ # libc contains the fully functional pthread functions. > case "$host_os" in >-- solaris* | hpux*) >-+ solaris* | hpux* | freebsd*) >+- solaris | solaris2.1-9 | solaris2.1-9.* | hpux*) >++ solaris | solaris2.1-9 | solaris2.1-9.* | hpux* | freebsd*) > > $as_echo "#define PTHREAD_IN_USE_DETECTION_HARD 1" >>confdefs.h > >-@@ -21679,7 +21679,7 @@ >+@@ -23751,7 +23751,7 @@ $as_echo "$ac_res" >&6; } > if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" = "yes"; } \ > || { { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; } \ > && test "$PACKAGE" != gettext-runtime \ >Index: devel/gettext-tools/pkg-descr >=================================================================== >--- devel/gettext-tools/pkg-descr (revision 503574) >+++ devel/gettext-tools/pkg-descr (working copy) >@@ -3,4 +3,4 @@ and localisation of software. > > This package contains development and translation tools. > >-WWW: http://www.gnu.org/software/gettext/ >+WWW: https://www.gnu.org/software/gettext/ >Index: devel/gettext-tools/pkg-plist >=================================================================== >--- devel/gettext-tools/pkg-plist (revision 503574) >+++ devel/gettext-tools/pkg-plist (working copy) >@@ -17,19 +17,19 @@ bin/msguniq > bin/recode-sr-latin > bin/xgettext > include/gettext-po.h >-lib/libgettextlib-%%VERSION%%.1.so >-lib/libgettextlib.so >-lib/libgettextpo.a >-lib/libgettextpo.so >-lib/libgettextpo.so.0 >-lib/libgettextpo.so.0.5.4 >-lib/libgettextsrc-%%VERSION%%.1.so >-lib/libgettextsrc.so > lib/gettext/cldr-plurals > lib/gettext/hostname > lib/gettext/project-id > lib/gettext/urlget > lib/gettext/user-email >+lib/libgettextlib-%%PORTVERSION%%.so >+lib/libgettextlib.so >+lib/libgettextpo.a >+lib/libgettextpo.so >+lib/libgettextpo.so.0 >+lib/libgettextpo.so.0.5.5 >+lib/libgettextsrc-%%PORTVERSION%%.so >+lib/libgettextsrc.so > man/man1/autopoint.1.gz > man/man1/gettextize.1.gz > man/man1/msgattrib.1.gz >@@ -48,48 +48,1599 @@ man/man1/msgunfmt.1.gz > man/man1/msguniq.1.gz > man/man1/recode-sr-latin.1.gz > man/man1/xgettext.1.gz >-share/aclocal/codeset.m4 >-share/aclocal/extern-inline.m4 > share/aclocal/gettext.m4 >-share/aclocal/fcntl-o.m4 >-share/aclocal/glibc2.m4 >-share/aclocal/glibc21.m4 >+share/aclocal/host-cpu-c-abi.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%%/autopoint.1.html >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/README >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/build-aux/csharpcomp.m4 >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/build-aux/csharpcomp.sh.in >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/build-aux/csharpexec-test.exe >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/build-aux/csharpexec.m4 >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/build-aux/csharpexec.sh.in >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/build-aux/javacomp.m4 >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/build-aux/javacomp.sh.in >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/build-aux/javaexec.m4 >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/build-aux/javaexec.sh.in >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/INSTALL >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/Makefile.am >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/autoclean.sh >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/autogen.sh >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/configure.ac >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/hello.cc >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/m4/Makefile.am >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/m4/gnome-gnorba-check.m4 >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/m4/gnome-orbit-check.m4 >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/m4/gnome.m4 >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/m4/gtk--.m4 >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/m4/gtk.m4 >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/LINGUAS >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/Makevars >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/POTFILES.in >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/af.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/ast.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/bg.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/ca.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/cs.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/da.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/de.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/el.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/eo.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/es.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/fi.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/fr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/ga.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/gl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/hr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/hu.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/id.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/it.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/ja.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/ky.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/lv.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/ms.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/mt.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/nb.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/nl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/pl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/pt.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/pt_BR.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/ro.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/ru.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/sk.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/sl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/sr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/sv.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/ta.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/tr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/uk.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/vi.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/zh_CN.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/zh_HK.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/zh_TW.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/BUGS >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/INSTALL >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/Makefile.am >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/admin/ChangeLog >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/admin/Doxyfile.am >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/admin/Doxyfile.global >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/admin/Makefile.common >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/admin/acinclude.m4.in >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/admin/am_edit >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/admin/compile >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/admin/conf.change.pl >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/admin/config.guess >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/admin/config.pl >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/admin/config.sub >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/admin/configure.in.bot.end >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/admin/configure.in.min >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/admin/cvs-clean.pl >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/admin/cvs.sh >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/admin/debianrules >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/admin/depcomp >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/admin/detect-autoconf.sh >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/admin/install-sh >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/admin/libtool.m4.in >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/admin/ltmain.sh >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/admin/missing >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/admin/mkinstalldirs >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/admin/ylwrap >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/autoclean.sh >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/autogen.sh >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/configure.in.in >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/hello.cc >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/hellowindow.cc >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/hellowindow.h >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/m4/Makefile.am >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/LINGUAS >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/Makevars >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/POTFILES.in >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/af.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/ast.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/bg.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/ca.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/cs.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/da.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/de.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/el.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/eo.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/es.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/fi.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/fr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/ga.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/gl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/hr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/hu.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/id.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/it.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/ja.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/ky.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/lv.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/ms.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/mt.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/nb.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/nl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/pl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/pt.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/pt_BR.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/ro.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/ru.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/sk.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/sl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/sr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/sv.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/ta.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/tr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/uk.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/vi.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/zh_CN.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/zh_HK.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/zh_TW.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/BUGS >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/INSTALL >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/Makefile.am >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/autoclean.sh >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/autogen.sh >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/configure.ac >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/hello.cc >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/m4/Makefile.am >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/m4/qt.m4 >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/LINGUAS >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/Makefile.am >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/af.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/ast.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/bg.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/ca.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/cs.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/da.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/de.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/el.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/eo.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/es.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/fi.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/fr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/ga.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/gl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/hr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/hu.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/id.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/it.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/ja.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/ky.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/lv.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/ms.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/mt.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/nb.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/nl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/pl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/pt.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/pt_BR.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/ro.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/ru.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/sk.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/sl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/sr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/sv.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/ta.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/tr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/uk.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/vi.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/zh_CN.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/zh_HK.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/zh_TW.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/INSTALL >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/Makefile.am >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/autoclean.sh >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/autogen.sh >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/configure.ac >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/hello.cc >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/m4/Makefile.am >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/m4/wxwidgets.m4 >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/LINGUAS >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/Makefile.am >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/af.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/ast.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/bg.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/ca.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/cs.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/da.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/de.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/el.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/eo.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/es.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/fi.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/fr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/ga.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/gl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/hr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/hu.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/id.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/it.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/ja.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/ky.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/lv.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/ms.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/mt.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/nb.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/nl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/pl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/pt.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/pt_BR.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/ro.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/ru.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/sk.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/sl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/sr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/sv.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/ta.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/tr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/uk.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/vi.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/zh_CN.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/zh_HK.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/zh_TW.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/INSTALL >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/Makefile.am >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/autoclean.sh >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/autogen.sh >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/configure.ac >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/hello.cc >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/m4/Makefile.am >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/LINGUAS >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/Makevars >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/POTFILES.in >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/af.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/ast.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/bg.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/ca.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/cs.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/da.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/de.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/el.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/eo.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/es.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/fi.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/fr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/ga.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/gl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/hr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/hu.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/id.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/it.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/ja.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/ky.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/lv.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/ms.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/mt.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/nb.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/nl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/pl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/pt.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/pt_BR.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/ro.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/ru.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/sk.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/sl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/sr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/sv.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/ta.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/tr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/uk.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/vi.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/zh_CN.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/zh_HK.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/zh_TW.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/INSTALL >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/Makefile.am >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/autoclean.sh >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/autogen.sh >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/configure.ac >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/hello.c >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/m4/Makefile.am >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/m4/gnome-gnorba-check.m4 >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/m4/gnome-orbit-check.m4 >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/m4/gnome.m4 >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/LINGUAS >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/Makevars >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/POTFILES.in >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/af.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/ast.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/bg.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/ca.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/cs.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/da.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/de.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/el.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/eo.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/es.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/fi.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/fr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/ga.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/gl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/hr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/hu.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/id.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/it.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/ja.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/ky.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/lv.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/ms.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/mt.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/nb.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/nl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/pl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/pt.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/pt_BR.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/ro.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/ru.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/sk.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/sl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/sr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/sv.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/ta.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/tr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/uk.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/vi.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/zh_CN.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/zh_HK.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/zh_TW.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/INSTALL >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/Makefile.am >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/autoclean.sh >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/autogen.sh >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/configure.ac >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/hello.c >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/hello.desktop.in.in >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/hello.gresource.xml >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/hello.gschema.xml >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/hello.ui >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/m4/Makefile.am >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/LINGUAS >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/Makevars >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/POTFILES.in >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/af.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/ast.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/bg.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/ca.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/cs.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/da.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/de.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/el.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/eo.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/es.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/fi.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/fr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/ga.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/gl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/hr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/hu.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/id.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/it.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/ja.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/ky.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/lv.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/ms.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/mt.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/nb.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/nl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/pl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/pt.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/pt_BR.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/ro.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/ru.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/sk.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/sl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/sr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/sv.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/ta.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/tr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/uk.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/vi.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/zh_CN.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/zh_HK.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/zh_TW.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/INSTALL >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/Makefile.am >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/autoclean.sh >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/autogen.sh >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/configure.ac >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/hello.c >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/m4/Makefile.am >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/LINGUAS >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/Makevars >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/POTFILES.in >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/af.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/ast.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/bg.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/ca.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/cs.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/da.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/de.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/el.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/eo.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/es.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/fi.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/fr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/ga.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/gl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/hr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/hu.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/id.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/it.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/ja.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/ky.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/lv.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/ms.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/mt.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/nb.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/nl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/pl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/pt.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/pt_BR.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/ro.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/ru.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/sk.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/sl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/sr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/sv.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/ta.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/tr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/uk.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/vi.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/zh_CN.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/zh_HK.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/zh_TW.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/INSTALL >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/Makefile.am >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/autoclean.sh >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/autogen.sh >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/configure.ac >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/hello.lisp.in >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/m4/Makefile.am >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/LINGUAS >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/Makefile.am >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/af.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/ast.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/bg.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/ca.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/cs.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/da.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/de.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/el.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/eo.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/es.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/fi.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/fr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/ga.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/gl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/hr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/hu.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/id.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/it.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/ja.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/ky.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/lv.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/ms.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/mt.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/nb.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/nl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/pl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/pt.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/pt_BR.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/ro.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/ru.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/sk.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/sl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/sr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/sv.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/ta.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/tr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/uk.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/vi.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/zh_CN.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/zh_HK.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/zh_TW.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/INSTALL >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/Makefile.am >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/README >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/autoclean.sh >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/autogen.sh >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/configure.ac >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/hello.cs >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/m4/Makefile.am >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/LINGUAS >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/Makefile.am >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/af.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/ast.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/bg.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/ca.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/cs.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/da.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/de.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/el.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/eo.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/es.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/fi.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/fr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/ga.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/gl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/hr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/hu.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/id.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/it.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/ja.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/ky.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/lv.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/ms.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/mt.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/nb.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/nl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/pl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/pt.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/pt_BR.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/ro.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/ru.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/sk.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/sl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/sr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/sv.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/ta.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/tr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/uk.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/vi.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/zh_CN.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/zh_HK.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/zh_TW.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/INSTALL >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/Makefile.am >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/autoclean.sh >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/autogen.sh >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/configure.ac >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/hello.cs >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/m4/Makefile.am >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/LINGUAS >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/Makefile.am >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/af.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/ast.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/bg.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/ca.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/cs.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/da.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/de.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/el.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/eo.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/es.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/fi.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/fr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/ga.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/gl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/hr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/hu.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/id.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/it.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/ja.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/ky.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/lv.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/ms.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/mt.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/nb.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/nl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/pl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/pt.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/pt_BR.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/ro.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/ru.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/sk.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/sl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/sr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/sv.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/ta.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/tr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/uk.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/vi.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/zh_CN.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/zh_HK.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/zh_TW.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/INSTALL >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/Makefile.am >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/autoclean.sh >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/autogen.sh >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/configure.ac >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/hello.awk >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/m4/Makefile.am >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/LINGUAS >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/Makefile.am >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/af.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/ast.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/bg.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/ca.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/cs.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/da.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/de.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/el.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/eo.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/es.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/fi.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/fr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/ga.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/gl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/hr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/hu.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/id.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/it.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/ja.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/ky.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/lv.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/ms.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/mt.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/nb.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/nl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/pl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/pt.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/pt_BR.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/ro.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/ru.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/sk.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/sl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/sr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/sv.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/ta.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/tr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/uk.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/vi.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/zh_CN.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/zh_HK.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/zh_TW.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/INSTALL >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/Makefile.am >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/autoclean.sh >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/autogen.sh >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/configure.ac >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/hello.scm >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/m4/Makefile.am >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/LINGUAS >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/Makefile.am >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/af.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/ast.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/bg.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/ca.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/cs.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/da.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/de.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/el.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/eo.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/es.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/fi.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/fr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/ga.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/gl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/hr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/hu.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/id.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/it.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/ja.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/ky.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/lv.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/ms.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/mt.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/nb.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/nl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/pl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/pt.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/pt_BR.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/ro.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/ru.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/sk.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/sl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/sr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/sv.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/ta.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/tr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/uk.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/vi.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/zh_CN.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/zh_HK.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/zh_TW.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/BUGS >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/Hello.java >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/INSTALL >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/Makefile.am >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/autoclean.sh >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/autogen.sh >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/configure.ac >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/m4/Makefile.am >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/m4/TestAWT.class >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/m4/TestAWT.java >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/LINGUAS >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/Makefile.am >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/af.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/ast.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/bg.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/ca.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/cs.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/da.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/de.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/el.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/eo.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/es.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/fi.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/fr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/ga.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/gl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/hr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/hu.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/id.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/it.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/ja.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/ky.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/lv.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/ms.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/mt.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/nb.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/nl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/pl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/pt.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/pt_BR.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/ro.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/ru.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/sk.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/sl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/sr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/sv.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/ta.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/tr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/uk.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/vi.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/zh_CN.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/zh_HK.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/zh_TW.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/BUGS >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/Hello.java >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/INSTALL >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/Makefile.am >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/autoclean.sh >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/autogen.sh >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/configure.ac >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/m4/Makefile.am >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/m4/Test15.class >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/m4/Test15.java >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/LINGUAS >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/Makefile.am >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/af.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/ast.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/bg.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/ca.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/cs.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/da.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/de.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/el.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/eo.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/es.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/fi.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/fr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/ga.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/gl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/hr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/hu.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/id.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/it.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/ja.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/ky.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/lv.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/ms.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/mt.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/nb.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/nl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/pl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/pt.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/pt_BR.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/ro.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/ru.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/sk.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/sl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/sr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/sv.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/ta.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/tr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/uk.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/vi.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/zh_CN.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/zh_HK.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/zh_TW.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/BUGS >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/Hello.java >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/INSTALL >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/Makefile.am >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/autoclean.sh >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/autogen.sh >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/configure.ac >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/m4/Makefile.am >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/m4/TestAWT.class >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/m4/TestAWT.java >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/LINGUAS >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/Makefile.am >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/af.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/ast.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/bg.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/ca.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/cs.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/da.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/de.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/el.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/eo.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/es.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/fi.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/fr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/ga.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/gl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/hr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/hu.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/id.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/it.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/ja.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/ky.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/lv.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/ms.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/mt.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/nb.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/nl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/pl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/pt.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/pt_BR.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/ro.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/ru.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/sk.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/sl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/sr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/sv.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/ta.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/tr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/uk.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/vi.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/zh_CN.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/zh_HK.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/zh_TW.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/Hello.java >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/INSTALL >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/Makefile.am >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/autoclean.sh >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/autogen.sh >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/configure.ac >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/m4/Makefile.am >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/LINGUAS >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/Makefile.am >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/af.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/ast.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/bg.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/ca.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/cs.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/da.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/de.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/el.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/eo.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/es.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/fi.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/fr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/ga.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/gl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/hr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/hu.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/id.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/it.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/ja.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/ky.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/lv.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/ms.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/mt.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/nb.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/nl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/pl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/pt.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/pt_BR.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/ro.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/ru.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/sk.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/sl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/sr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/sv.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/ta.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/tr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/uk.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/vi.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/zh_CN.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/zh_HK.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/zh_TW.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/INSTALL >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/Makefile.am >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/autoclean.sh >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/autogen.sh >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/configure.ac >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/hello.jl.in >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/m4/Makefile.am >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/LINGUAS >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/Makefile.am >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/af.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/ast.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/bg.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/ca.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/cs.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/da.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/de.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/el.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/eo.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/es.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/fi.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/fr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/ga.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/gl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/hr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/hu.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/id.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/it.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/ja.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/ky.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/lv.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/ms.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/mt.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/nb.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/nl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/pl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/pt.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/pt_BR.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/ro.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/ru.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/sk.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/sl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/sr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/sv.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/ta.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/tr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/uk.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/vi.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/zh_CN.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/zh_HK.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/zh_TW.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/INSTALL >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/Makefile.am >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/autoclean.sh >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/autogen.sh >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/configure.ac >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/hello.m >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/m4/Makefile.am >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/m4/gnome-gnorba-check.m4 >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/m4/gnome-orbit-check.m4 >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/m4/gnome.m4 >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/LINGUAS >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/Makevars >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/POTFILES.in >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/af.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/ast.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/bg.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/ca.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/cs.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/da.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/de.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/el.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/eo.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/es.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/fi.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/fr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/ga.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/gl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/hr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/hu.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/id.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/it.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/ja.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/ky.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/lv.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/ms.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/mt.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/nb.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/nl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/pl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/pt.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/pt_BR.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/ro.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/ru.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/sk.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/sl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/sr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/sv.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/ta.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/tr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/uk.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/vi.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/zh_CN.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/zh_HK.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/zh_TW.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/AppController.h >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/AppController.m >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/BUGS >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/GNUmakefile >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/Hello.h >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/Hello.m >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/INSTALL >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/autoclean.sh >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/autogen.sh >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/main.m >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/GNUmakefile >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/LINGUAS >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/LocaleAliases >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/af.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/ast.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/bg.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/ca.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/cs.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/da.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/de.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/el.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/eo.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/es.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/fi.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/fr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/ga.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/gl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/hr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/hu.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/id.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/it.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/ja.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/ky.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/lv.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/ms.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/mt.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/nb.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/nl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/pl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/pt.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/pt_BR.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/ro.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/ru.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/sk.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/sl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/sr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/sv.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/ta.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/tr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/uk.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/vi.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/zh_CN.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/zh_HK.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/zh_TW.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/INSTALL >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/Makefile.am >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/autoclean.sh >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/autogen.sh >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/configure.ac >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/hello.m >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/m4/Makefile.am >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/LINGUAS >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/Makevars >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/POTFILES.in >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/af.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/ast.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/bg.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/ca.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/cs.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/da.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/de.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/el.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/eo.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/es.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/fi.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/fr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/ga.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/gl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/hr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/hu.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/id.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/it.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/ja.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/ky.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/lv.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/ms.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/mt.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/nb.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/nl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/pl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/pt.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/pt_BR.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/ro.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/ru.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/sk.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/sl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/sr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/sv.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/ta.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/tr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/uk.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/vi.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/zh_CN.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/zh_HK.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/zh_TW.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/INSTALL >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/Makefile.am >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/autoclean.sh >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/autogen.sh >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/configure.ac >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/hello.pas >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/m4/Makefile.am >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/LINGUAS >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/Makefile.am >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/af.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/ast.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/bg.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/ca.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/cs.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/da.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/de.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/el.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/eo.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/es.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/fi.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/fr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/ga.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/gl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/hr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/hu.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/id.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/it.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/ja.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/ky.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/lv.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/ms.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/mt.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/nb.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/nl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/pl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/pt.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/pt_BR.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/ro.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/ru.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/sk.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/sl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/sr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/sv.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/ta.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/tr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/uk.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/vi.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/zh_CN.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/zh_HK.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/zh_TW.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/INSTALL >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/Makefile.am >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/autoclean.sh >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/autogen.sh >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/configure.ac >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/hello-1.pl.in >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/hello-2.pl.in >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/m4/Makefile.am >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/LINGUAS >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/Makefile.am >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/af.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/ast.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/bg.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/ca.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/cs.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/da.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/de.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/el.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/eo.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/es.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/fi.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/fr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/ga.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/gl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/hr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/hu.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/id.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/it.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/ja.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/ky.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/lv.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/ms.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/mt.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/nb.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/nl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/pl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/pt.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/pt_BR.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/ro.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/ru.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/sk.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/sl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/sr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/sv.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/ta.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/tr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/uk.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/vi.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/zh_CN.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/zh_HK.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/zh_TW.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/INSTALL >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/Makefile.am >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/README >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/autoclean.sh >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/autogen.sh >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/configure.ac >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/hello.php >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/m4/Makefile.am >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/LINGUAS >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/Makefile.am >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/af.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/ast.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/bg.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/ca.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/cs.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/da.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/de.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/el.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/eo.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/es.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/fi.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/fr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/ga.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/gl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/hr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/hu.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/id.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/it.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/ja.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/ky.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/lv.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/ms.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/mt.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/nb.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/nl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/pl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/pt.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/pt_BR.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/ro.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/ru.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/sk.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/sl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/sr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/sv.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/ta.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/tr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/uk.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/vi.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/zh_CN.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/zh_HK.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/zh_TW.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/INSTALL >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/Makefile.am >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/autoclean.sh >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/autogen.sh >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/configure.ac >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/hello.py.in >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/m4/Makefile.am >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/LINGUAS >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/Makefile.am >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/af.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/ast.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/bg.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/ca.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/cs.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/da.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/de.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/el.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/eo.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/es.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/fi.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/fr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/ga.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/gl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/hr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/hu.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/id.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/it.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/ja.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/ky.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/lv.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/ms.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/mt.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/nb.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/nl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/pl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/pt.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/pt_BR.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/ro.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/ru.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/sk.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/sl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/sr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/sv.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/ta.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/tr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/uk.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/vi.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/zh_CN.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/zh_HK.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/zh_TW.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/INSTALL >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/Makefile.am >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/autoclean.sh >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/autogen.sh >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/configure.ac >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/hello.sh >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/m4/Makefile.am >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/LINGUAS >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/Makefile.am >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/af.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/ast.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/bg.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/ca.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/cs.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/da.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/de.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/el.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/eo.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/es.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/fi.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/fr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/ga.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/gl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/hr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/hu.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/id.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/it.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/ja.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/ky.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/lv.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/ms.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/mt.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/nb.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/nl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/pl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/pt.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/pt_BR.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/ro.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/ru.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/sk.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/sl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/sr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/sv.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/ta.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/tr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/uk.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/vi.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/zh_CN.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/zh_HK.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/zh_TW.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/INSTALL >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/Makefile.am >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/autoclean.sh >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/autogen.sh >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/configure.ac >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/hello.st.in >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/m4/Makefile.am >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/LINGUAS >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/Makefile.am >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/af.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/ast.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/bg.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/ca.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/cs.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/da.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/de.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/el.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/eo.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/es.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/fi.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/fr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/ga.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/gl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/hr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/hu.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/id.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/it.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/ja.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/ky.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/lv.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/ms.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/mt.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/nb.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/nl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/pl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/pt.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/pt_BR.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/ro.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/ru.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/sk.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/sl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/sr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/sv.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/ta.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/tr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/uk.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/vi.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/zh_CN.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/zh_HK.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/zh_TW.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/INSTALL >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/Makefile.am >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/autoclean.sh >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/autogen.sh >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/configure.ac >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/hello.tcl >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/m4/Makefile.am >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/LINGUAS >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/Makefile.am >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/af.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/ast.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/bg.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/ca.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/cs.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/da.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/de.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/el.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/eo.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/es.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/fi.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/fr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/ga.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/gl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/hr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/hu.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/id.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/it.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/ja.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/ky.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/lv.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/ms.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/mt.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/nb.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/nl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/pl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/pt.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/pt_BR.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/ro.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/ru.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/sk.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/sl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/sr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/sv.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/ta.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/tr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/uk.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/vi.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/zh_CN.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/zh_HK.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/zh_TW.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/INSTALL >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/Makefile.am >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/autoclean.sh >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/autogen.sh >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/configure.ac >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/hello.tcl >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/m4/Makefile.am >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/LINGUAS >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/Makefile.am >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/af.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/ast.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/bg.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/ca.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/cs.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/da.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/de.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/el.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/eo.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/es.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/fi.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/fr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/ga.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/gl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/hr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/hu.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/id.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/it.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/ja.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/ky.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/lv.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/ms.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/mt.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/nb.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/nl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/pl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/pt.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/pt_BR.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/ro.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/ru.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/sk.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/sl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/sr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/sv.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/ta.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/tr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/uk.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/vi.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/zh_CN.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/zh_HK.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/zh_TW.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/INSTALL >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/Makefile.am >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/autoclean.sh >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/autogen.sh >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/configure.ac >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/hello.ycp >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/m4/Makefile.am >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/LINGUAS >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/Makefile.am >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/af.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/ast.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/bg.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/ca.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/cs.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/da.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/de.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/el.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/eo.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/es.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/fi.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/fr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/ga.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/gl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/hr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/hu.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/id.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/it.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/ja.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/ky.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/lv.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/ms.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/mt.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/nb.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/nl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/pl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/pt.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/pt_BR.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/ro.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/ru.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/sk.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/sl.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/sr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/sv.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/ta.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/tr.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/uk.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/vi.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/zh_CN.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/zh_HK.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/zh_TW.po >+%%PORTEXAMPLES%%%%DOCSDIR%%/examples/installpaths > %%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 >@@ -100,83 +1651,57 @@ share/aclocal/xsize.m4 > %%PORTDOCS%%%%DOCSDIR%%/gettext_17.html > %%PORTDOCS%%%%DOCSDIR%%/gettext_18.html > %%PORTDOCS%%%%DOCSDIR%%/gettext_19.html >+%%PORTDOCS%%%%DOCSDIR%%/gettext_2.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_26.html >+%%PORTDOCS%%%%DOCSDIR%%/gettext_27.html >+%%PORTDOCS%%%%DOCSDIR%%/gettext_28.html >+%%PORTDOCS%%%%DOCSDIR%%/gettext_29.html >+%%PORTDOCS%%%%DOCSDIR%%/gettext_3.html >+%%PORTDOCS%%%%DOCSDIR%%/gettext_30.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_abt.html >+%%PORTDOCS%%%%DOCSDIR%%/gettext_fot.html > %%PORTDOCS%%%%DOCSDIR%%/gettext_toc.html >+%%PORTDOCS%%%%DOCSDIR%%/gettextize.1.html >+%%PORTDOCS%%%%DOCSDIR%%/msgattrib.1.html >+%%PORTDOCS%%%%DOCSDIR%%/msgcat.1.html >+%%PORTDOCS%%%%DOCSDIR%%/msgcmp.1.html >+%%PORTDOCS%%%%DOCSDIR%%/msgcomm.1.html >+%%PORTDOCS%%%%DOCSDIR%%/msgconv.1.html >+%%PORTDOCS%%%%DOCSDIR%%/msgen.1.html >+%%PORTDOCS%%%%DOCSDIR%%/msgexec.1.html >+%%PORTDOCS%%%%DOCSDIR%%/msgfilter.1.html >+%%PORTDOCS%%%%DOCSDIR%%/msgfmt.1.html >+%%PORTDOCS%%%%DOCSDIR%%/msggrep.1.html >+%%PORTDOCS%%%%DOCSDIR%%/msginit.1.html >+%%PORTDOCS%%%%DOCSDIR%%/msgmerge.1.html >+%%PORTDOCS%%%%DOCSDIR%%/msgunfmt.1.html >+%%PORTDOCS%%%%DOCSDIR%%/msguniq.1.html >+%%PORTDOCS%%%%DOCSDIR%%/recode-sr-latin.1.html > %%PORTDOCS%%%%DOCSDIR%%/tutorial.html >+%%PORTDOCS%%%%DOCSDIR%%/xgettext.1.html >+%%DATADIR%%-%%VERSION%%/its/glade.loc >+%%DATADIR%%-%%VERSION%%/its/glade1.its >+%%DATADIR%%-%%VERSION%%/its/glade2.its >+%%DATADIR%%-%%VERSION%%/its/gsettings.its >+%%DATADIR%%-%%VERSION%%/its/gsettings.loc >+%%DATADIR%%-%%VERSION%%/its/gtkbuilder.its >+%%DATADIR%%-%%VERSION%%/its/metainfo.its >+%%DATADIR%%-%%VERSION%%/its/metainfo.loc > %%DATADIR%%/archive.dir.tar.xz > %%DATADIR%%/config.rpath > %%DATADIR%%/gettext.h >-%%DATADIR%%/intl/COPYING.LIB >-%%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 >@@ -208,14 +1733,6 @@ share/aclocal/xsize.m4 > %%DATADIR%%/styles/po-emacs-xterm16.css > %%DATADIR%%/styles/po-emacs-xterm256.css > %%DATADIR%%/styles/po-vim.css >-share/gettext-%%VERSION%%/its/appdata.its >-share/gettext-%%VERSION%%/its/appdata.loc >-share/gettext-%%VERSION%%/its/glade.loc >-share/gettext-%%VERSION%%/its/glade1.its >-share/gettext-%%VERSION%%/its/glade2.its >-share/gettext-%%VERSION%%/its/gsettings.its >-share/gettext-%%VERSION%%/its/gsettings.loc >-share/gettext-%%VERSION%%/its/gtkbuilder.its > share/locale/be/LC_MESSAGES/gettext-tools.mo > share/locale/bg/LC_MESSAGES/gettext-tools.mo > share/locale/ca/LC_MESSAGES/gettext-tools.mo >Index: devel/libtextstyle/Makefile >=================================================================== >--- devel/libtextstyle/Makefile (revision 503574) >+++ devel/libtextstyle/Makefile (working copy) >@@ -1,21 +1,27 @@ >-# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> > # $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. >+ > PORTNAME= libtextstyle >-PORTVERSION= 0.8 >-CATEGORIES= devel >-MASTER_SITES= GNU_ALPHA/gettext >+PORTREVISION= 0 > >-MAINTAINER= sunpoet@FreeBSD.org > COMMENT= Text styling library > > LICENSE= GPLv3+ > LICENSE_FILE= ${WRKSRC}/COPYING > >-USES= iconv libtool ncurses >+.include "${.CURDIR}/../gettext/Makefile.common" > >+USES= iconv libtool ncurses tar:xz >+USE_LDCONFIG= yes >+ > GNU_CONFIGURE= yes >+CONFIGURE_ARGS= --with-libncurses-prefix=${NCURSESBASE} >+INSTALL_TARGET= install-strip > TEST_TARGET= check >+WRKSRC_SUBDIR= libtextstyle > > INFO= libtextstyle > >Index: devel/libtextstyle/distinfo >=================================================================== >--- devel/libtextstyle/distinfo (revision 503574) >+++ devel/libtextstyle/distinfo (nonexistent) >@@ -1,3 +0,0 @@ >-TIMESTAMP = 1559381101 >-SHA256 (libtextstyle-0.8.tar.gz) = 5cd91ef7683111af2734095e00f4ee4995c916cf32ea38e314aee251f8683216 >-SIZE (libtextstyle-0.8.tar.gz) = 2917915 > >Property changes on: devel/libtextstyle/distinfo >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property >Index: ftp/weex/Makefile >=================================================================== >--- ftp/weex/Makefile (revision 503574) >+++ ftp/weex/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= weex > PORTVERSION= 2.8.2 >+PORTREVISION= 1 > CATEGORIES= ftp > MASTER_SITES= SF/weex/weex > DISTNAME= ${PORTNAME}_${PORTVERSION} >@@ -14,16 +15,25 @@ LICENSE= GPLv2 > LICENSE_FILE= ${WRKSRC}/doc/COPYING > > USES= autoreconf gmake ssl gettext-tools >-GNU_CONFIGURE= yes > >+GNU_CONFIGURE= yes >+CONFIGURE_ARGS= --with-cafile=${LOCALBASE}/share/certs/ca-root-nss.crt >+CPPFLAGS+= -I${OPENSSLINC} >+LIBS+= -L${OPENSSLLIB} > WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} > >-# NLS support is very broken in this release >-CONFIGURE_ARGS= --disable-nls >+OPTIONS_DEFINE= EXAMPLES NLS >+OPTIONS_SUB= yes > >+NLS_CONFIGURE_ENABLE= nls >+NLS_USES= gettext-runtime >+ > post-patch: >- @${REINPLACE_CMD} -e 's|^\(SUBDIRS.*\)debian|\1|' \ >- ${WRKSRC}/Makefile.in >+ @${RM} -r ${WRKSRC}/intl >+ >+pre-configure: >+ ${CP} ${LOCALBASE}/share/gettext/po/Makevars.template \ >+ ${WRKSRC}/po/Makevars > > post-install: > @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} >Index: ftp/weex/files/patch-Makefile.am >=================================================================== >--- ftp/weex/files/patch-Makefile.am (nonexistent) >+++ ftp/weex/files/patch-Makefile.am (working copy) >@@ -0,0 +1,8 @@ >+--- Makefile.am.orig 2000-06-13 11:56:56 UTC >++++ Makefile.am >+@@ -1,4 +1,4 @@ >+ AUTOMAKE_OPTIONS=foreign >+ >+-SUBDIRS=po intl src doc man debian >++SUBDIRS=po src doc man debian >+ EXTRA_DIST=weex-2.6.1.spec > >Property changes on: ftp/weex/files/patch-Makefile.am >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: ftp/weex/files/patch-configure.in >=================================================================== >--- ftp/weex/files/patch-configure.in (nonexistent) >+++ ftp/weex/files/patch-configure.in (working copy) >@@ -0,0 +1,36 @@ >+--- configure.in.orig 2014-09-19 21:34:27 UTC >++++ configure.in >+@@ -1,5 +1,6 @@ >+ dnl Process this file with autoconf to produce a configure script. >+ AC_INIT(src/weex.c) >++AC_CONFIG_MACRO_DIR([m4]) >+ >+ PACKAGE=weex >+ VERSION=2.8.0 >+@@ -24,8 +25,8 @@ AC_PROG_CC >+ AC_PROG_INSTALL >+ >+ dnl for gettext >+-AM_GNU_GETTEXT >+-AC_CHECK_FUNC(gettext,,AC_CHECK_LIB(intl, gettext)) >++AM_GNU_GETTEXT_VERSION([0.20]) >++AM_GNU_GETTEXT([external]) >+ localedir='${prefix}/share/locale' >+ AC_SUBST(localedir) >+ >+@@ -33,7 +34,7 @@ dnl Checks for libraries. >+ AC_CHECK_LIB(socket,socket) >+ AC_CHECK_LIB(nsl,gethostbyname) >+ AC_CHECK_LIB([crypto],[CRYPTO_new_ex_data], >+- AC_CHECK_LIB([ssl],[SSL_library_init], >++ AC_CHECK_LIB([ssl],[SSL_new], >+ [LIBS="$LIBS -lssl -lcrypto"; CFLAGS="$CFLAGS -DUSE_SSL=1"], []) >+ ) >+ >+@@ -79,5 +80,5 @@ if test x$CC = xgcc; then >+ fi >+ >+ >+-AC_OUTPUT(Makefile intl/Makefile src/Makefile po/Makefile.in \ >++AC_OUTPUT(Makefile src/Makefile po/Makefile.in \ >+ debian/Makefile doc/Makefile man/Makefile) > >Property changes on: ftp/weex/files/patch-configure.in >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: ftp/weex/files/patch-po-fr.po >=================================================================== >--- ftp/weex/files/patch-po-fr.po (nonexistent) >+++ ftp/weex/files/patch-po-fr.po (working copy) >@@ -0,0 +1,11 @@ >+--- po/fr.po.orig 2000-06-13 11:57:11 UTC >++++ po/fr.po >+@@ -32,7 +32,7 @@ msgstr "Création d'un nouveau fichier.\n" >+ #: src/cache.c:83 src/cache.c:89 >+ #, c-format >+ msgid "Cache file `%s' is broken at line %d.\n" >+-msgstr "Le fichier de cache a une erreur à la ligne %d.\n" >++msgstr "Le fichier de cache `%s' a une erreur à la ligne %d.\n" >+ >+ #: src/cache.c:200 >+ msgid "Internal error: cache facility is broken.\n" > >Property changes on: ftp/weex/files/patch-po-fr.po >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: ftp/weex/files/patch-src-Makefile.am >=================================================================== >--- ftp/weex/files/patch-src-Makefile.am (nonexistent) >+++ ftp/weex/files/patch-src-Makefile.am (working copy) >@@ -0,0 +1,10 @@ >+--- src/Makefile.am.orig 2014-09-19 09:09:22 UTC >++++ src/Makefile.am >+@@ -3,6 +3,5 @@ weex_SOURCES=config.c ftplib.c ftplib.h weex.c intl.h >+ parsecfg.c parsecfg.h proto.h shhopt.c shhopt.h strlib.c strlib.h variable.h \ >+ ftpmain.c message.c cache.c sub.c filedata.c log.c >+ >+-LDADD=$(INTLLIBS) >++LDADD=$(LIBINTL) >+ AM_CPPFLAGS=-DLOCALEDIR=\""$(localedir)"\" >+-INCLUDES=-I$(top_srcdir)/intl -I$(top_builddir)/intl > >Property changes on: ftp/weex/files/patch-src-Makefile.am >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: ftp/weex/pkg-plist >=================================================================== >--- ftp/weex/pkg-plist (revision 503574) >+++ ftp/weex/pkg-plist (working copy) >@@ -1,3 +1,8 @@ > bin/weex > man/man1/weex.1.gz >-%%EXAMPLESDIR%%/sample.weexrc >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sample.weexrc >+%%NLS%%share/locale/de/LC_MESSAGES/weex.mo >+%%NLS%%share/locale/es/LC_MESSAGES/weex.mo >+%%NLS%%share/locale/fr/LC_MESSAGES/weex.mo >+%%NLS%%share/locale/ja/LC_MESSAGES/weex.mo >+%%NLS%%share/locale/nl/LC_MESSAGES/weex.mo >Index: games/lgeneral/Makefile >=================================================================== >--- games/lgeneral/Makefile (revision 503574) >+++ games/lgeneral/Makefile (working copy) >@@ -18,24 +18,25 @@ LICENSE_FILE= ${WRKSRC}/COPYING > BROKEN_powerpc= does not install > BROKEN_sparc64= does not install > >-USES= autoreconf gettext-tools gmake localbase >+USES= gmake localbase > USE_CSTD= gnu89 > USE_SDL= sdl >+ > GNU_CONFIGURE= yes > > OPTIONS_DEFINE= DOCS NLS SOUND > OPTIONS_DEFAULT= SOUND > OPTIONS_SUB= yes > >-NLS_USES= gettext-runtime >+NLS_USES= gettext > NLS_CONFIGURE_ENABLE= nls >-NLS_CONFIGURE_ENV_OFF= am_cv_func_iconv=no > SOUND_USE= sdl=mixer > SOUND_CONFIGURE_OFF= --disable-sound > > post-patch: > .for i in flags terrain units >- @${REINPLACE_CMD} -e 's|$$(${i}dir)|$$(DESTDIR)/&|' ${WRKSRC}/src/gfx/${i}/Makefile.am >+ @${REINPLACE_CMD} -e '/mkinstalldirs/s/$$(${i}dir)/$$(DESTDIR)&/' \ >+ ${WRKSRC}/src/gfx/${i}/Makefile.in > .endfor > > post-install: >Index: www/sarg/Makefile >=================================================================== >--- www/sarg/Makefile (revision 503574) >+++ www/sarg/Makefile (working copy) >@@ -42,8 +42,4 @@ ICONV_USES= iconv > ICONV_CONFIGURE_WITH= iconv > ICONV_LDFLAGS= ${ICONV_LIB} > >-post-patch: >- @${REINPLACE_CMD} -e '/test .*==/ s/==/=/' \ >- ${WRKSRC}/configure >- > .include <bsd.port.mk> >Index: www/sarg/files/patch-configure.ac >=================================================================== >--- www/sarg/files/patch-configure.ac (nonexistent) >+++ www/sarg/files/patch-configure.ac (working copy) >@@ -0,0 +1,10 @@ >+--- configure.ac.orig 2018-01-14 19:01:22 UTC >++++ configure.ac >+@@ -2,6 +2,7 @@ dnl Process this file with autoconf or autoreconf to p >+ AC_INIT([sarg],[2.3.11]) >+ AC_CONFIG_SRCDIR([log.c]) >+ AC_CONFIG_AUX_DIR(cfgaux) >++AC_CONFIG_MACRO_DIR([m4]) >+ >+ AC_CANONICAL_HOST >+ > >Property changes on: www/sarg/files/patch-configure.ac >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 238277
:
204757
|
204780
|
204857
| 204862