View | Details | Raw Unified | Return to bug 238277 | Differences between
and this patch

Collapse All | Expand All

(-)devel/gettext/Makefile.common (-4 / +1 lines)
Lines 4-10 Link Here
4
# experimental ports run.  Untested commits may be backed out at portmgr's
4
# experimental ports run.  Untested commits may be backed out at portmgr's
5
# discretion.
5
# discretion.
6
6
7
PORTVERSION=	0.19.8.1
7
PORTVERSION=	0.20.1
8
PORTREVISION?=	0 # Leave this zero. Set in Makefile instead.
8
PORTREVISION?=	0 # Leave this zero. Set in Makefile instead.
9
CATEGORIES=	devel
9
CATEGORIES=	devel
10
MASTER_SITES=	GNU/gettext
10
MASTER_SITES=	GNU/gettext
Lines 13-18 DISTNAME= gettext-${PORTVERSION} Link Here
13
MAINTAINER=	tijl@FreeBSD.org
13
MAINTAINER=	tijl@FreeBSD.org
14
14
15
DISTINFO_FILE=	${.CURDIR}/../gettext/distinfo
15
DISTINFO_FILE=	${.CURDIR}/../gettext/distinfo
16
17
DATADIR=	${PREFIX}/share/gettext
18
DOCSDIR=	${PREFIX}/share/doc/gettext
(-)devel/gettext/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1465727987
1
TIMESTAMP = 1557680234
2
SHA256 (gettext-0.19.8.1.tar.xz) = 105556dbc5c3fbbc2aa0edb46d22d055748b6f5c7cd7a8d99f8e7eb84e938be4
2
SHA256 (gettext-0.20.1.tar.xz) = 53f02fbbec9e798b0faaf7c73272f83608e835c6288dd58be6c9bb54624a3800
3
SIZE (gettext-0.19.8.1.tar.xz) = 7209808
3
SIZE (gettext-0.20.1.tar.xz) = 9346544
(-)devel/gettext/pkg-descr (-1 / +1 lines)
Lines 1-4 Link Here
1
GNU gettext is a framework of libraries and tools for internationalisation
1
GNU gettext is a framework of libraries and tools for internationalisation
2
and localisation of software.
2
and localisation of software.
3
3
4
WWW: http://www.gnu.org/software/gettext/
4
WWW: https://www.gnu.org/software/gettext/
(-)devel/gettext-runtime/Makefile (-17 / +12 lines)
Lines 5-49 Link Here
5
# discretion.
5
# discretion.
6
6
7
PORTNAME=	gettext-runtime
7
PORTNAME=	gettext-runtime
8
PORTREVISION=	2
8
PORTREVISION=	0
9
9
10
COMMENT=	GNU gettext runtime libraries and programs
10
COMMENT=	GNU gettext runtime libraries and programs
11
11
12
LICENSE=	LGPL21 GPLv3
12
LICENSE=	LGPL21+ GPLv3+
13
LICENSE_COMB=	multi
13
LICENSE_COMB=	multi
14
LICENSE_FILE_LGPL21=	${WRKSRC}/intl/COPYING.LIB
14
LICENSE_FILE_LGPL21=	${WRKSRC}/intl/COPYING.LIB
15
LICENSE_FILE_GPLv3=	${WRKSRC}/../COPYING
15
LICENSE_FILE_GPLv3=	${WRKSRC}/../COPYING
16
16
17
.include "${.CURDIR}/../gettext/Makefile.common"
17
.include "${.CURDIR}/../gettext/Makefile.common"
18
18
19
USES=		charsetfix cpe iconv libtool tar:xz
20
USE_LDCONFIG=	yes
21
22
CPE_PRODUCT=	gettext
23
CPE_VENDOR=	gnu
24
19
GNU_CONFIGURE=	yes
25
GNU_CONFIGURE=	yes
20
CONFIGURE_ARGS=	--disable-csharp --disable-java --with-included-gettext \
26
CONFIGURE_ARGS=	--disable-csharp --disable-java --with-included-gettext \
21
		ac_cv_lib_rt_sched_yield=no
27
		ac_cv_lib_rt_sched_yield=no
22
INSTALL_TARGET=	install-strip
28
INSTALL_TARGET=	install-strip
23
TEST_TARGET=	check
29
TEST_TARGET=	check
24
USES=		charsetfix cpe iconv libtool tar:xz
25
USE_LDCONFIG=	yes
26
WRKSRC_SUBDIR=	gettext-runtime
30
WRKSRC_SUBDIR=	gettext-runtime
27
31
32
DATADIR=	${PREFIX}/share/gettext
33
DOCSDIR=	${PREFIX}/share/doc/gettext
28
INFO=		autosprintf
34
INFO=		autosprintf
29
CPE_PRODUCT=	gettext
30
CPE_VENDOR=	gnu
31
35
36
OPTIONS_DEFINE=	DOCS
37
32
.include <bsd.port.options.mk>
38
.include <bsd.port.options.mk>
33
39
34
.if ${OPSYS} == DragonFly
40
.if ${OPSYS} == DragonFly
35
CONFIGURE_ARGS+=--disable-threads
41
CONFIGURE_ARGS+=--disable-threads
36
.endif
42
.endif
37
38
post-patch:
39
# Do not install csharp and java documentation.
40
	@${REINPLACE_CMD} -E '/^SUBDIRS =/s/(intl-csharp|intl-java)//g' \
41
		${WRKSRC}/Makefile.in
42
# Do not install html copies of manpages.
43
	@${REINPLACE_CMD} \
44
		-e '/^all-local:/s/html-local//' \
45
		-e '/^install-data-local:/s/install-html//' \
46
		-e '/^installdirs-local:/s/installdirs-html//' \
47
		${WRKSRC}/libasprintf/Makefile.in ${WRKSRC}/man/Makefile.in
48
43
49
.include <bsd.port.mk>
44
.include <bsd.port.mk>
(-)devel/gettext-runtime/files/patch-configure (-6 / +6 lines)
Lines 1-11 Link Here
1
--- configure.orig	2014-07-14 07:30:12 UTC
1
--- configure.orig	2019-05-12 15:08:34 UTC
2
+++ configure
2
+++ configure
3
@@ -16277,7 +16277,7 @@
3
@@ -17215,7 +17215,7 @@ if test "x$ac_cv_lib_pthread_pthread_kill" = xyes; the
4
              # thread: pthread_create from libc will fail, whereas
4
              # On Solaris 10 or newer, this test is no longer needed, because
5
              # pthread_create will actually create a thread.
5
              # libc contains the fully functional pthread functions.
6
              case "$host_os" in
6
              case "$host_os" in
7
-               solaris* | hpux*)
7
-               solaris | solaris2.1-9 | solaris2.1-9.* | hpux*)
8
+               solaris* | hpux* | freebsd*)
8
+               solaris | solaris2.1-9 | solaris2.1-9.* | hpux* | freebsd*)
9
 
9
 
10
 $as_echo "#define PTHREAD_IN_USE_DETECTION_HARD 1" >>confdefs.h
10
 $as_echo "#define PTHREAD_IN_USE_DETECTION_HARD 1" >>confdefs.h
11
 
11
 
(-)devel/gettext-runtime/pkg-descr (-1 / +1 lines)
Lines 3-6 and localisation of software. Link Here
3
3
4
This package contains the runtime libraries and programs.
4
This package contains the runtime libraries and programs.
5
5
6
WWW: http://www.gnu.org/software/gettext/
6
WWW: https://www.gnu.org/software/gettext/
(-)devel/gettext-runtime/pkg-plist (-1 / +31 lines)
Lines 11-17 lib/libasprintf.so.0.0.0 Link Here
11
lib/libintl.a
11
lib/libintl.a
12
lib/libintl.so
12
lib/libintl.so
13
lib/libintl.so.8
13
lib/libintl.so.8
14
lib/libintl.so.8.1.5
14
lib/libintl.so.8.1.6
15
man/man1/envsubst.1.gz
15
man/man1/envsubst.1.gz
16
man/man1/gettext.1.gz
16
man/man1/gettext.1.gz
17
man/man1/ngettext.1.gz
17
man/man1/ngettext.1.gz
Lines 24-30 man/man3/dngettext.3.gz Link Here
24
man/man3/gettext.3.gz
24
man/man3/gettext.3.gz
25
man/man3/ngettext.3.gz
25
man/man3/ngettext.3.gz
26
man/man3/textdomain.3.gz
26
man/man3/textdomain.3.gz
27
%%PORTDOCS%%%%DOCSDIR%%/bind_textdomain_codeset.3.html
28
%%PORTDOCS%%%%DOCSDIR%%/bindtextdomain.3.html
29
%%PORTDOCS%%%%DOCSDIR%%/csharpdoc/GNU_Gettext.html
30
%%PORTDOCS%%%%DOCSDIR%%/csharpdoc/GNU_Gettext_GettextResourceManager.html
31
%%PORTDOCS%%%%DOCSDIR%%/csharpdoc/GNU_Gettext_GettextResourceSet.html
32
%%PORTDOCS%%%%DOCSDIR%%/csharpdoc/begin.html
33
%%PORTDOCS%%%%DOCSDIR%%/csharpdoc/index.html
34
%%PORTDOCS%%%%DOCSDIR%%/csharpdoc/namespaces.html
35
%%PORTDOCS%%%%DOCSDIR%%/envsubst.1.html
36
%%PORTDOCS%%%%DOCSDIR%%/gettext.1.html
37
%%PORTDOCS%%%%DOCSDIR%%/gettext.3.html
38
%%PORTDOCS%%%%DOCSDIR%%/javadoc2/allclasses-frame.html
39
%%PORTDOCS%%%%DOCSDIR%%/javadoc2/deprecated-list.html
40
%%PORTDOCS%%%%DOCSDIR%%/javadoc2/gnu/gettext/GettextResource.html
41
%%PORTDOCS%%%%DOCSDIR%%/javadoc2/gnu/gettext/package-frame.html
42
%%PORTDOCS%%%%DOCSDIR%%/javadoc2/gnu/gettext/package-summary.html
43
%%PORTDOCS%%%%DOCSDIR%%/javadoc2/gnu/gettext/package-tree.html
44
%%PORTDOCS%%%%DOCSDIR%%/javadoc2/help-doc.html
45
%%PORTDOCS%%%%DOCSDIR%%/javadoc2/index-all.html
46
%%PORTDOCS%%%%DOCSDIR%%/javadoc2/index.html
47
%%PORTDOCS%%%%DOCSDIR%%/javadoc2/overview-tree.html
48
%%PORTDOCS%%%%DOCSDIR%%/javadoc2/package-list
49
%%PORTDOCS%%%%DOCSDIR%%/javadoc2/packages.html
50
%%PORTDOCS%%%%DOCSDIR%%/javadoc2/serialized-form.html
51
%%PORTDOCS%%%%DOCSDIR%%/javadoc2/stylesheet.css
52
%%PORTDOCS%%%%DOCSDIR%%/ngettext.1.html
53
%%PORTDOCS%%%%DOCSDIR%%/ngettext.3.html
54
%%PORTDOCS%%%%DOCSDIR%%/textdomain.3.html
55
%%PORTDOCS%%share/doc/libasprintf/autosprintf_all.html
27
%%DATADIR%%/ABOUT-NLS
56
%%DATADIR%%/ABOUT-NLS
57
share/locale/ast/LC_MESSAGES/gettext-runtime.mo
28
share/locale/be/LC_MESSAGES/gettext-runtime.mo
58
share/locale/be/LC_MESSAGES/gettext-runtime.mo
29
share/locale/bg/LC_MESSAGES/gettext-runtime.mo
59
share/locale/bg/LC_MESSAGES/gettext-runtime.mo
30
share/locale/ca/LC_MESSAGES/gettext-runtime.mo
60
share/locale/ca/LC_MESSAGES/gettext-runtime.mo
(-)devel/gettext-tools/Makefile (-27 / +21 lines)
Lines 5-60 Link Here
5
# discretion.
5
# discretion.
6
6
7
PORTNAME=	gettext-tools
7
PORTNAME=	gettext-tools
8
PORTREVISION=	1
8
PORTREVISION=	0
9
9
10
COMMENT=	GNU gettext development and translation tools
10
COMMENT=	GNU gettext development and translation tools
11
11
12
LICENSE=	GPLv3
12
LICENSE=	GPLv3+
13
LICENSE_FILE=	${WRKSRC}/../COPYING
13
LICENSE_FILE=	${WRKSRC}/../COPYING
14
14
15
.include "${.CURDIR}/../gettext/Makefile.common"
15
.include "${.CURDIR}/../gettext/Makefile.common"
16
16
17
LIB_DEPENDS=	libtextstyle.so:devel/libtextstyle
18
19
USES=		charsetfix cpe gettext-runtime iconv libtool tar:xz
20
USE_LDCONFIG=	yes
21
22
CPE_PRODUCT=	gettext
23
CPE_VENDOR=	gnu
24
17
GNU_CONFIGURE=	yes
25
GNU_CONFIGURE=	yes
18
CONFIGURE_ARGS=	--disable-csharp --disable-java --disable-openmp \
26
CONFIGURE_ARGS=	--disable-csharp --disable-java --disable-openmp \
19
		--with-included-glib --with-included-libcroco \
27
		--with-included-glib --with-included-libcroco \
20
		--with-included-libunistring --with-included-libxml \
28
		--with-included-libunistring --with-included-libxml \
21
		--without-emacs --without-git ac_cv_lib_rt_sched_yield=no
29
		--without-emacs --without-git ac_cv_lib_rt_sched_yield=no
22
CPPFLAGS+=	-I${LOCALBASE}/include
23
LIBS+=		-L${LOCALBASE}/lib
24
INSTALL_TARGET=	install-strip
30
INSTALL_TARGET=	install-strip
25
PLIST_SUB=	VERSION=${PORTVERSION:R}
26
TEST_TARGET=	check
31
TEST_TARGET=	check
27
USES=		charsetfix cpe gettext-runtime iconv libtool tar:xz
28
USE_LDCONFIG=	yes
29
WRKSRC_SUBDIR=	gettext-tools
32
WRKSRC_SUBDIR=	gettext-tools
30
33
31
CPE_PRODUCT=	gettext
34
DATADIR=	${PREFIX}/share/gettext
32
CPE_VENDOR=	gnu
35
DOCSDIR=	${PREFIX}/share/doc/gettext
36
PLIST_SUB=	PORTVERSION=${PORTVERSION} VERSION=${PORTVERSION:R}
33
37
34
OPTIONS_DEFINE=	DOCS THREADS
38
INFO=		gettext
39
40
OPTIONS_DEFINE=	DOCS EXAMPLES THREADS
35
OPTIONS_DEFAULT=THREADS
41
OPTIONS_DEFAULT=THREADS
36
OPTIONS_EXCLUDE_DragonFly=	THREADS
42
OPTIONS_EXCLUDE_DragonFly=	THREADS
37
43
38
DOCS_INFO=	gettext
39
40
THREADS_CONFIGURE_ENABLE=	threads
44
THREADS_CONFIGURE_ENABLE=	threads
41
45
42
post-patch-DOCS-off:
43
	@${REINPLACE_CMD} '/^SUBDIRS =/s/doc//' ${WRKSRC}/Makefile.in
44
45
post-patch:
46
post-patch:
46
# Exclude examples and gnulib-tests.
47
	@${REINPLACE_CMD} -E '/^SUBDIRS =/s/(examples|gnulib-tests)//g' \
48
		${WRKSRC}/Makefile.in
49
	@${REINPLACE_CMD} \
50
		'/^install-data-am:/s/install-examplesbuildauxDATA//' \
51
		${WRKSRC}/Makefile.in ${WRKSRC}/m4/Makefile.in
52
# Do not install html copies of manpages.
53
	@${REINPLACE_CMD} \
54
		-e '/^all-local:/s/html-local//' \
55
		-e '/^install-data-local:/s/install-html//' \
56
		-e '/^installdirs-local:/s/installdirs-html//' \
57
		${WRKSRC}/man/Makefile.in
58
# Do not patch system float.h.
47
# Do not patch system float.h.
59
	@${REINPLACE_CMD} 's/FLOAT_H=float\.h//' \
48
	@${REINPLACE_CMD} 's/FLOAT_H=float\.h//' \
60
		${WRKSRC}/configure
49
		${WRKSRC}/configure
Lines 64-68 post-patch: Link Here
64
# Use libasprintf installed by gettext-runtime.
53
# Use libasprintf installed by gettext-runtime.
65
	@${REINPLACE_CMD} 's,[^ ]*libasprintf.la,-lasprintf,' \
54
	@${REINPLACE_CMD} 's,[^ ]*libasprintf.la,-lasprintf,' \
66
		${WRKSRC}/tests/lang-c++
55
		${WRKSRC}/tests/lang-c++
56
# Use system libtextstyle.
57
	@${REINPLACE_CMD} \
58
		-e '/:/!s,[[:<:]]textstyle[^[:space:]]*\.h,,g' \
59
		-e 's,\.\./\.\./libtextstyle/lib/libtextstyle\.la,-ltextstyle,' \
60
		${WRKSRC}/src/Makefile.in
67
61
68
.include <bsd.port.mk>
62
.include <bsd.port.mk>
(-)devel/gettext-tools/files/patch-configure (-7 / +7 lines)
Lines 1-15 Link Here
1
--- configure.orig	2014-07-14 07:30:23 UTC
1
--- configure.orig	2019-05-12 15:09:13 UTC
2
+++ configure
2
+++ configure
3
@@ -18293,7 +18293,7 @@
3
@@ -19449,7 +19449,7 @@ if test "x$ac_cv_lib_pthread_pthread_kill" = xyes; the
4
              # thread: pthread_create from libc will fail, whereas
4
              # On Solaris 10 or newer, this test is no longer needed, because
5
              # pthread_create will actually create a thread.
5
              # libc contains the fully functional pthread functions.
6
              case "$host_os" in
6
              case "$host_os" in
7
-               solaris* | hpux*)
7
-               solaris | solaris2.1-9 | solaris2.1-9.* | hpux*)
8
+               solaris* | hpux* | freebsd*)
8
+               solaris | solaris2.1-9 | solaris2.1-9.* | hpux* | freebsd*)
9
 
9
 
10
 $as_echo "#define PTHREAD_IN_USE_DETECTION_HARD 1" >>confdefs.h
10
 $as_echo "#define PTHREAD_IN_USE_DETECTION_HARD 1" >>confdefs.h
11
 
11
 
12
@@ -21679,7 +21679,7 @@
12
@@ -23751,7 +23751,7 @@ $as_echo "$ac_res" >&6; }
13
                                         if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" = "yes"; } \
13
                                         if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" = "yes"; } \
14
            || { { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; } \
14
            || { { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; } \
15
                 && test "$PACKAGE" != gettext-runtime \
15
                 && test "$PACKAGE" != gettext-runtime \
(-)devel/gettext-tools/pkg-descr (-1 / +1 lines)
Lines 3-6 and localisation of software. Link Here
3
3
4
This package contains development and translation tools.
4
This package contains development and translation tools.
5
5
6
WWW: http://www.gnu.org/software/gettext/
6
WWW: https://www.gnu.org/software/gettext/
(-)devel/gettext-tools/pkg-plist (-113 / +1630 lines)
Lines 17-35 bin/msguniq Link Here
17
bin/recode-sr-latin
17
bin/recode-sr-latin
18
bin/xgettext
18
bin/xgettext
19
include/gettext-po.h
19
include/gettext-po.h
20
lib/libgettextlib-%%VERSION%%.1.so
21
lib/libgettextlib.so
22
lib/libgettextpo.a
23
lib/libgettextpo.so
24
lib/libgettextpo.so.0
25
lib/libgettextpo.so.0.5.4
26
lib/libgettextsrc-%%VERSION%%.1.so
27
lib/libgettextsrc.so
28
lib/gettext/cldr-plurals
20
lib/gettext/cldr-plurals
29
lib/gettext/hostname
21
lib/gettext/hostname
30
lib/gettext/project-id
22
lib/gettext/project-id
31
lib/gettext/urlget
23
lib/gettext/urlget
32
lib/gettext/user-email
24
lib/gettext/user-email
25
lib/libgettextlib-%%PORTVERSION%%.so
26
lib/libgettextlib.so
27
lib/libgettextpo.a
28
lib/libgettextpo.so
29
lib/libgettextpo.so.0
30
lib/libgettextpo.so.0.5.5
31
lib/libgettextsrc-%%PORTVERSION%%.so
32
lib/libgettextsrc.so
33
man/man1/autopoint.1.gz
33
man/man1/autopoint.1.gz
34
man/man1/gettextize.1.gz
34
man/man1/gettextize.1.gz
35
man/man1/msgattrib.1.gz
35
man/man1/msgattrib.1.gz
Lines 48-95 man/man1/msgunfmt.1.gz Link Here
48
man/man1/msguniq.1.gz
48
man/man1/msguniq.1.gz
49
man/man1/recode-sr-latin.1.gz
49
man/man1/recode-sr-latin.1.gz
50
man/man1/xgettext.1.gz
50
man/man1/xgettext.1.gz
51
share/aclocal/codeset.m4
52
share/aclocal/extern-inline.m4
53
share/aclocal/gettext.m4
51
share/aclocal/gettext.m4
54
share/aclocal/fcntl-o.m4
52
share/aclocal/host-cpu-c-abi.m4
55
share/aclocal/glibc2.m4
56
share/aclocal/glibc21.m4
57
share/aclocal/iconv.m4
53
share/aclocal/iconv.m4
58
share/aclocal/intdiv0.m4
59
share/aclocal/intl.m4
60
share/aclocal/intldir.m4
61
share/aclocal/intlmacosx.m4
54
share/aclocal/intlmacosx.m4
62
share/aclocal/intmax.m4
63
share/aclocal/inttypes-pri.m4
64
share/aclocal/inttypes_h.m4
65
share/aclocal/lcmessage.m4
66
share/aclocal/lib-ld.m4
55
share/aclocal/lib-ld.m4
67
share/aclocal/lib-link.m4
56
share/aclocal/lib-link.m4
68
share/aclocal/lib-prefix.m4
57
share/aclocal/lib-prefix.m4
69
share/aclocal/lock.m4
70
share/aclocal/longlong.m4
71
share/aclocal/nls.m4
58
share/aclocal/nls.m4
72
share/aclocal/po.m4
59
share/aclocal/po.m4
73
share/aclocal/printf-posix.m4
74
share/aclocal/progtest.m4
60
share/aclocal/progtest.m4
75
share/aclocal/size_max.m4
76
share/aclocal/stdint_h.m4
77
share/aclocal/threadlib.m4
78
share/aclocal/uintmax_t.m4
79
share/aclocal/visibility.m4
80
share/aclocal/wchar_t.m4
81
share/aclocal/wint_t.m4
82
share/aclocal/xsize.m4
83
%%PORTDOCS%%%%DOCSDIR%%/FAQ.html
61
%%PORTDOCS%%%%DOCSDIR%%/FAQ.html
62
%%PORTDOCS%%%%DOCSDIR%%/autopoint.1.html
63
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/README
64
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/build-aux/csharpcomp.m4
65
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/build-aux/csharpcomp.sh.in
66
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/build-aux/csharpexec-test.exe
67
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/build-aux/csharpexec.m4
68
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/build-aux/csharpexec.sh.in
69
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/build-aux/javacomp.m4
70
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/build-aux/javacomp.sh.in
71
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/build-aux/javaexec.m4
72
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/build-aux/javaexec.sh.in
73
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/INSTALL
74
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/Makefile.am
75
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/autoclean.sh
76
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/autogen.sh
77
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/configure.ac
78
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/hello.cc
79
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/m4/Makefile.am
80
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/m4/gnome-gnorba-check.m4
81
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/m4/gnome-orbit-check.m4
82
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/m4/gnome.m4
83
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/m4/gtk--.m4
84
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/m4/gtk.m4
85
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/LINGUAS
86
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/Makevars
87
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/POTFILES.in
88
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/af.po
89
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/ast.po
90
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/bg.po
91
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/ca.po
92
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/cs.po
93
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/da.po
94
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/de.po
95
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/el.po
96
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/eo.po
97
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/es.po
98
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/fi.po
99
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/fr.po
100
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/ga.po
101
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/gl.po
102
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/hr.po
103
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/hu.po
104
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/id.po
105
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/it.po
106
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/ja.po
107
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/ky.po
108
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/lv.po
109
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/ms.po
110
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/mt.po
111
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/nb.po
112
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/nl.po
113
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/pl.po
114
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/pt.po
115
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/pt_BR.po
116
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/ro.po
117
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/ru.po
118
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/sk.po
119
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/sl.po
120
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/sr.po
121
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/sv.po
122
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/ta.po
123
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/tr.po
124
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/uk.po
125
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/vi.po
126
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/zh_CN.po
127
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/zh_HK.po
128
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/zh_TW.po
129
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/BUGS
130
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/INSTALL
131
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/Makefile.am
132
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/admin/ChangeLog
133
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/admin/Doxyfile.am
134
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/admin/Doxyfile.global
135
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/admin/Makefile.common
136
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/admin/acinclude.m4.in
137
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/admin/am_edit
138
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/admin/compile
139
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/admin/conf.change.pl
140
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/admin/config.guess
141
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/admin/config.pl
142
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/admin/config.sub
143
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/admin/configure.in.bot.end
144
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/admin/configure.in.min
145
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/admin/cvs-clean.pl
146
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/admin/cvs.sh
147
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/admin/debianrules
148
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/admin/depcomp
149
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/admin/detect-autoconf.sh
150
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/admin/install-sh
151
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/admin/libtool.m4.in
152
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/admin/ltmain.sh
153
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/admin/missing
154
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/admin/mkinstalldirs
155
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/admin/ylwrap
156
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/autoclean.sh
157
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/autogen.sh
158
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/configure.in.in
159
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/hello.cc
160
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/hellowindow.cc
161
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/hellowindow.h
162
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/m4/Makefile.am
163
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/LINGUAS
164
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/Makevars
165
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/POTFILES.in
166
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/af.po
167
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/ast.po
168
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/bg.po
169
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/ca.po
170
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/cs.po
171
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/da.po
172
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/de.po
173
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/el.po
174
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/eo.po
175
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/es.po
176
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/fi.po
177
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/fr.po
178
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/ga.po
179
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/gl.po
180
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/hr.po
181
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/hu.po
182
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/id.po
183
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/it.po
184
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/ja.po
185
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/ky.po
186
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/lv.po
187
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/ms.po
188
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/mt.po
189
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/nb.po
190
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/nl.po
191
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/pl.po
192
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/pt.po
193
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/pt_BR.po
194
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/ro.po
195
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/ru.po
196
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/sk.po
197
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/sl.po
198
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/sr.po
199
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/sv.po
200
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/ta.po
201
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/tr.po
202
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/uk.po
203
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/vi.po
204
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/zh_CN.po
205
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/zh_HK.po
206
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/zh_TW.po
207
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/BUGS
208
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/INSTALL
209
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/Makefile.am
210
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/autoclean.sh
211
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/autogen.sh
212
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/configure.ac
213
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/hello.cc
214
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/m4/Makefile.am
215
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/m4/qt.m4
216
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/LINGUAS
217
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/Makefile.am
218
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/af.po
219
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/ast.po
220
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/bg.po
221
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/ca.po
222
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/cs.po
223
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/da.po
224
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/de.po
225
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/el.po
226
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/eo.po
227
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/es.po
228
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/fi.po
229
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/fr.po
230
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/ga.po
231
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/gl.po
232
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/hr.po
233
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/hu.po
234
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/id.po
235
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/it.po
236
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/ja.po
237
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/ky.po
238
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/lv.po
239
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/ms.po
240
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/mt.po
241
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/nb.po
242
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/nl.po
243
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/pl.po
244
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/pt.po
245
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/pt_BR.po
246
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/ro.po
247
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/ru.po
248
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/sk.po
249
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/sl.po
250
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/sr.po
251
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/sv.po
252
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/ta.po
253
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/tr.po
254
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/uk.po
255
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/vi.po
256
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/zh_CN.po
257
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/zh_HK.po
258
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/zh_TW.po
259
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/INSTALL
260
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/Makefile.am
261
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/autoclean.sh
262
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/autogen.sh
263
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/configure.ac
264
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/hello.cc
265
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/m4/Makefile.am
266
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/m4/wxwidgets.m4
267
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/LINGUAS
268
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/Makefile.am
269
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/af.po
270
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/ast.po
271
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/bg.po
272
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/ca.po
273
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/cs.po
274
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/da.po
275
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/de.po
276
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/el.po
277
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/eo.po
278
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/es.po
279
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/fi.po
280
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/fr.po
281
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/ga.po
282
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/gl.po
283
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/hr.po
284
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/hu.po
285
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/id.po
286
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/it.po
287
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/ja.po
288
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/ky.po
289
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/lv.po
290
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/ms.po
291
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/mt.po
292
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/nb.po
293
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/nl.po
294
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/pl.po
295
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/pt.po
296
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/pt_BR.po
297
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/ro.po
298
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/ru.po
299
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/sk.po
300
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/sl.po
301
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/sr.po
302
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/sv.po
303
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/ta.po
304
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/tr.po
305
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/uk.po
306
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/vi.po
307
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/zh_CN.po
308
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/zh_HK.po
309
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/zh_TW.po
310
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/INSTALL
311
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/Makefile.am
312
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/autoclean.sh
313
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/autogen.sh
314
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/configure.ac
315
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/hello.cc
316
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/m4/Makefile.am
317
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/LINGUAS
318
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/Makevars
319
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/POTFILES.in
320
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/af.po
321
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/ast.po
322
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/bg.po
323
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/ca.po
324
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/cs.po
325
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/da.po
326
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/de.po
327
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/el.po
328
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/eo.po
329
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/es.po
330
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/fi.po
331
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/fr.po
332
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/ga.po
333
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/gl.po
334
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/hr.po
335
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/hu.po
336
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/id.po
337
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/it.po
338
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/ja.po
339
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/ky.po
340
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/lv.po
341
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/ms.po
342
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/mt.po
343
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/nb.po
344
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/nl.po
345
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/pl.po
346
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/pt.po
347
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/pt_BR.po
348
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/ro.po
349
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/ru.po
350
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/sk.po
351
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/sl.po
352
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/sr.po
353
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/sv.po
354
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/ta.po
355
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/tr.po
356
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/uk.po
357
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/vi.po
358
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/zh_CN.po
359
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/zh_HK.po
360
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/zh_TW.po
361
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/INSTALL
362
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/Makefile.am
363
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/autoclean.sh
364
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/autogen.sh
365
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/configure.ac
366
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/hello.c
367
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/m4/Makefile.am
368
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/m4/gnome-gnorba-check.m4
369
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/m4/gnome-orbit-check.m4
370
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/m4/gnome.m4
371
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/LINGUAS
372
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/Makevars
373
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/POTFILES.in
374
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/af.po
375
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/ast.po
376
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/bg.po
377
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/ca.po
378
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/cs.po
379
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/da.po
380
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/de.po
381
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/el.po
382
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/eo.po
383
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/es.po
384
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/fi.po
385
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/fr.po
386
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/ga.po
387
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/gl.po
388
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/hr.po
389
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/hu.po
390
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/id.po
391
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/it.po
392
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/ja.po
393
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/ky.po
394
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/lv.po
395
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/ms.po
396
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/mt.po
397
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/nb.po
398
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/nl.po
399
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/pl.po
400
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/pt.po
401
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/pt_BR.po
402
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/ro.po
403
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/ru.po
404
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/sk.po
405
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/sl.po
406
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/sr.po
407
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/sv.po
408
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/ta.po
409
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/tr.po
410
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/uk.po
411
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/vi.po
412
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/zh_CN.po
413
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/zh_HK.po
414
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/zh_TW.po
415
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/INSTALL
416
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/Makefile.am
417
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/autoclean.sh
418
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/autogen.sh
419
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/configure.ac
420
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/hello.c
421
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/hello.desktop.in.in
422
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/hello.gresource.xml
423
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/hello.gschema.xml
424
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/hello.ui
425
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/m4/Makefile.am
426
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/LINGUAS
427
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/Makevars
428
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/POTFILES.in
429
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/af.po
430
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/ast.po
431
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/bg.po
432
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/ca.po
433
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/cs.po
434
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/da.po
435
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/de.po
436
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/el.po
437
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/eo.po
438
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/es.po
439
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/fi.po
440
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/fr.po
441
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/ga.po
442
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/gl.po
443
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/hr.po
444
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/hu.po
445
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/id.po
446
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/it.po
447
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/ja.po
448
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/ky.po
449
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/lv.po
450
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/ms.po
451
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/mt.po
452
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/nb.po
453
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/nl.po
454
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/pl.po
455
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/pt.po
456
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/pt_BR.po
457
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/ro.po
458
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/ru.po
459
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/sk.po
460
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/sl.po
461
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/sr.po
462
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/sv.po
463
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/ta.po
464
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/tr.po
465
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/uk.po
466
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/vi.po
467
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/zh_CN.po
468
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/zh_HK.po
469
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/zh_TW.po
470
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/INSTALL
471
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/Makefile.am
472
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/autoclean.sh
473
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/autogen.sh
474
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/configure.ac
475
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/hello.c
476
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/m4/Makefile.am
477
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/LINGUAS
478
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/Makevars
479
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/POTFILES.in
480
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/af.po
481
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/ast.po
482
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/bg.po
483
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/ca.po
484
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/cs.po
485
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/da.po
486
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/de.po
487
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/el.po
488
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/eo.po
489
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/es.po
490
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/fi.po
491
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/fr.po
492
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/ga.po
493
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/gl.po
494
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/hr.po
495
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/hu.po
496
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/id.po
497
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/it.po
498
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/ja.po
499
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/ky.po
500
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/lv.po
501
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/ms.po
502
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/mt.po
503
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/nb.po
504
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/nl.po
505
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/pl.po
506
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/pt.po
507
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/pt_BR.po
508
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/ro.po
509
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/ru.po
510
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/sk.po
511
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/sl.po
512
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/sr.po
513
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/sv.po
514
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/ta.po
515
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/tr.po
516
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/uk.po
517
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/vi.po
518
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/zh_CN.po
519
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/zh_HK.po
520
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/zh_TW.po
521
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/INSTALL
522
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/Makefile.am
523
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/autoclean.sh
524
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/autogen.sh
525
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/configure.ac
526
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/hello.lisp.in
527
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/m4/Makefile.am
528
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/LINGUAS
529
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/Makefile.am
530
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/af.po
531
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/ast.po
532
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/bg.po
533
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/ca.po
534
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/cs.po
535
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/da.po
536
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/de.po
537
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/el.po
538
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/eo.po
539
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/es.po
540
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/fi.po
541
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/fr.po
542
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/ga.po
543
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/gl.po
544
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/hr.po
545
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/hu.po
546
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/id.po
547
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/it.po
548
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/ja.po
549
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/ky.po
550
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/lv.po
551
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/ms.po
552
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/mt.po
553
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/nb.po
554
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/nl.po
555
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/pl.po
556
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/pt.po
557
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/pt_BR.po
558
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/ro.po
559
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/ru.po
560
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/sk.po
561
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/sl.po
562
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/sr.po
563
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/sv.po
564
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/ta.po
565
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/tr.po
566
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/uk.po
567
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/vi.po
568
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/zh_CN.po
569
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/zh_HK.po
570
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/zh_TW.po
571
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/INSTALL
572
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/Makefile.am
573
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/README
574
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/autoclean.sh
575
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/autogen.sh
576
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/configure.ac
577
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/hello.cs
578
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/m4/Makefile.am
579
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/LINGUAS
580
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/Makefile.am
581
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/af.po
582
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/ast.po
583
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/bg.po
584
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/ca.po
585
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/cs.po
586
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/da.po
587
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/de.po
588
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/el.po
589
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/eo.po
590
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/es.po
591
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/fi.po
592
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/fr.po
593
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/ga.po
594
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/gl.po
595
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/hr.po
596
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/hu.po
597
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/id.po
598
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/it.po
599
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/ja.po
600
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/ky.po
601
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/lv.po
602
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/ms.po
603
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/mt.po
604
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/nb.po
605
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/nl.po
606
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/pl.po
607
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/pt.po
608
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/pt_BR.po
609
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/ro.po
610
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/ru.po
611
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/sk.po
612
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/sl.po
613
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/sr.po
614
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/sv.po
615
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/ta.po
616
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/tr.po
617
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/uk.po
618
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/vi.po
619
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/zh_CN.po
620
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/zh_HK.po
621
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/zh_TW.po
622
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/INSTALL
623
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/Makefile.am
624
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/autoclean.sh
625
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/autogen.sh
626
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/configure.ac
627
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/hello.cs
628
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/m4/Makefile.am
629
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/LINGUAS
630
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/Makefile.am
631
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/af.po
632
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/ast.po
633
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/bg.po
634
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/ca.po
635
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/cs.po
636
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/da.po
637
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/de.po
638
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/el.po
639
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/eo.po
640
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/es.po
641
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/fi.po
642
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/fr.po
643
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/ga.po
644
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/gl.po
645
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/hr.po
646
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/hu.po
647
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/id.po
648
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/it.po
649
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/ja.po
650
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/ky.po
651
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/lv.po
652
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/ms.po
653
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/mt.po
654
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/nb.po
655
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/nl.po
656
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/pl.po
657
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/pt.po
658
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/pt_BR.po
659
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/ro.po
660
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/ru.po
661
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/sk.po
662
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/sl.po
663
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/sr.po
664
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/sv.po
665
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/ta.po
666
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/tr.po
667
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/uk.po
668
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/vi.po
669
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/zh_CN.po
670
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/zh_HK.po
671
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/zh_TW.po
672
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/INSTALL
673
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/Makefile.am
674
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/autoclean.sh
675
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/autogen.sh
676
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/configure.ac
677
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/hello.awk
678
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/m4/Makefile.am
679
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/LINGUAS
680
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/Makefile.am
681
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/af.po
682
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/ast.po
683
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/bg.po
684
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/ca.po
685
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/cs.po
686
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/da.po
687
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/de.po
688
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/el.po
689
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/eo.po
690
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/es.po
691
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/fi.po
692
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/fr.po
693
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/ga.po
694
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/gl.po
695
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/hr.po
696
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/hu.po
697
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/id.po
698
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/it.po
699
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/ja.po
700
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/ky.po
701
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/lv.po
702
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/ms.po
703
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/mt.po
704
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/nb.po
705
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/nl.po
706
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/pl.po
707
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/pt.po
708
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/pt_BR.po
709
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/ro.po
710
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/ru.po
711
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/sk.po
712
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/sl.po
713
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/sr.po
714
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/sv.po
715
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/ta.po
716
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/tr.po
717
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/uk.po
718
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/vi.po
719
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/zh_CN.po
720
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/zh_HK.po
721
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/zh_TW.po
722
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/INSTALL
723
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/Makefile.am
724
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/autoclean.sh
725
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/autogen.sh
726
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/configure.ac
727
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/hello.scm
728
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/m4/Makefile.am
729
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/LINGUAS
730
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/Makefile.am
731
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/af.po
732
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/ast.po
733
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/bg.po
734
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/ca.po
735
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/cs.po
736
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/da.po
737
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/de.po
738
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/el.po
739
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/eo.po
740
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/es.po
741
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/fi.po
742
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/fr.po
743
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/ga.po
744
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/gl.po
745
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/hr.po
746
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/hu.po
747
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/id.po
748
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/it.po
749
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/ja.po
750
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/ky.po
751
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/lv.po
752
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/ms.po
753
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/mt.po
754
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/nb.po
755
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/nl.po
756
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/pl.po
757
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/pt.po
758
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/pt_BR.po
759
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/ro.po
760
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/ru.po
761
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/sk.po
762
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/sl.po
763
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/sr.po
764
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/sv.po
765
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/ta.po
766
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/tr.po
767
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/uk.po
768
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/vi.po
769
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/zh_CN.po
770
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/zh_HK.po
771
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/zh_TW.po
772
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/BUGS
773
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/Hello.java
774
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/INSTALL
775
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/Makefile.am
776
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/autoclean.sh
777
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/autogen.sh
778
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/configure.ac
779
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/m4/Makefile.am
780
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/m4/TestAWT.class
781
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/m4/TestAWT.java
782
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/LINGUAS
783
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/Makefile.am
784
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/af.po
785
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/ast.po
786
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/bg.po
787
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/ca.po
788
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/cs.po
789
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/da.po
790
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/de.po
791
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/el.po
792
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/eo.po
793
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/es.po
794
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/fi.po
795
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/fr.po
796
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/ga.po
797
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/gl.po
798
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/hr.po
799
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/hu.po
800
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/id.po
801
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/it.po
802
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/ja.po
803
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/ky.po
804
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/lv.po
805
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/ms.po
806
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/mt.po
807
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/nb.po
808
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/nl.po
809
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/pl.po
810
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/pt.po
811
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/pt_BR.po
812
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/ro.po
813
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/ru.po
814
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/sk.po
815
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/sl.po
816
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/sr.po
817
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/sv.po
818
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/ta.po
819
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/tr.po
820
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/uk.po
821
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/vi.po
822
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/zh_CN.po
823
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/zh_HK.po
824
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/zh_TW.po
825
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/BUGS
826
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/Hello.java
827
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/INSTALL
828
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/Makefile.am
829
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/autoclean.sh
830
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/autogen.sh
831
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/configure.ac
832
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/m4/Makefile.am
833
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/m4/Test15.class
834
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/m4/Test15.java
835
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/LINGUAS
836
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/Makefile.am
837
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/af.po
838
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/ast.po
839
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/bg.po
840
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/ca.po
841
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/cs.po
842
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/da.po
843
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/de.po
844
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/el.po
845
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/eo.po
846
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/es.po
847
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/fi.po
848
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/fr.po
849
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/ga.po
850
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/gl.po
851
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/hr.po
852
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/hu.po
853
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/id.po
854
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/it.po
855
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/ja.po
856
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/ky.po
857
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/lv.po
858
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/ms.po
859
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/mt.po
860
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/nb.po
861
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/nl.po
862
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/pl.po
863
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/pt.po
864
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/pt_BR.po
865
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/ro.po
866
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/ru.po
867
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/sk.po
868
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/sl.po
869
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/sr.po
870
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/sv.po
871
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/ta.po
872
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/tr.po
873
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/uk.po
874
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/vi.po
875
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/zh_CN.po
876
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/zh_HK.po
877
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/zh_TW.po
878
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/BUGS
879
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/Hello.java
880
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/INSTALL
881
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/Makefile.am
882
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/autoclean.sh
883
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/autogen.sh
884
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/configure.ac
885
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/m4/Makefile.am
886
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/m4/TestAWT.class
887
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/m4/TestAWT.java
888
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/LINGUAS
889
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/Makefile.am
890
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/af.po
891
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/ast.po
892
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/bg.po
893
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/ca.po
894
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/cs.po
895
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/da.po
896
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/de.po
897
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/el.po
898
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/eo.po
899
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/es.po
900
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/fi.po
901
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/fr.po
902
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/ga.po
903
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/gl.po
904
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/hr.po
905
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/hu.po
906
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/id.po
907
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/it.po
908
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/ja.po
909
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/ky.po
910
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/lv.po
911
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/ms.po
912
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/mt.po
913
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/nb.po
914
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/nl.po
915
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/pl.po
916
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/pt.po
917
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/pt_BR.po
918
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/ro.po
919
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/ru.po
920
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/sk.po
921
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/sl.po
922
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/sr.po
923
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/sv.po
924
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/ta.po
925
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/tr.po
926
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/uk.po
927
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/vi.po
928
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/zh_CN.po
929
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/zh_HK.po
930
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/zh_TW.po
931
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/Hello.java
932
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/INSTALL
933
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/Makefile.am
934
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/autoclean.sh
935
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/autogen.sh
936
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/configure.ac
937
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/m4/Makefile.am
938
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/LINGUAS
939
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/Makefile.am
940
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/af.po
941
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/ast.po
942
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/bg.po
943
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/ca.po
944
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/cs.po
945
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/da.po
946
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/de.po
947
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/el.po
948
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/eo.po
949
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/es.po
950
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/fi.po
951
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/fr.po
952
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/ga.po
953
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/gl.po
954
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/hr.po
955
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/hu.po
956
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/id.po
957
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/it.po
958
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/ja.po
959
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/ky.po
960
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/lv.po
961
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/ms.po
962
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/mt.po
963
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/nb.po
964
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/nl.po
965
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/pl.po
966
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/pt.po
967
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/pt_BR.po
968
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/ro.po
969
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/ru.po
970
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/sk.po
971
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/sl.po
972
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/sr.po
973
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/sv.po
974
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/ta.po
975
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/tr.po
976
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/uk.po
977
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/vi.po
978
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/zh_CN.po
979
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/zh_HK.po
980
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/zh_TW.po
981
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/INSTALL
982
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/Makefile.am
983
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/autoclean.sh
984
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/autogen.sh
985
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/configure.ac
986
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/hello.jl.in
987
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/m4/Makefile.am
988
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/LINGUAS
989
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/Makefile.am
990
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/af.po
991
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/ast.po
992
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/bg.po
993
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/ca.po
994
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/cs.po
995
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/da.po
996
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/de.po
997
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/el.po
998
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/eo.po
999
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/es.po
1000
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/fi.po
1001
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/fr.po
1002
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/ga.po
1003
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/gl.po
1004
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/hr.po
1005
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/hu.po
1006
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/id.po
1007
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/it.po
1008
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/ja.po
1009
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/ky.po
1010
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/lv.po
1011
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/ms.po
1012
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/mt.po
1013
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/nb.po
1014
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/nl.po
1015
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/pl.po
1016
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/pt.po
1017
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/pt_BR.po
1018
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/ro.po
1019
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/ru.po
1020
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/sk.po
1021
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/sl.po
1022
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/sr.po
1023
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/sv.po
1024
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/ta.po
1025
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/tr.po
1026
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/uk.po
1027
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/vi.po
1028
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/zh_CN.po
1029
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/zh_HK.po
1030
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/zh_TW.po
1031
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/INSTALL
1032
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/Makefile.am
1033
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/autoclean.sh
1034
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/autogen.sh
1035
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/configure.ac
1036
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/hello.m
1037
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/m4/Makefile.am
1038
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/m4/gnome-gnorba-check.m4
1039
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/m4/gnome-orbit-check.m4
1040
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/m4/gnome.m4
1041
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/LINGUAS
1042
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/Makevars
1043
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/POTFILES.in
1044
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/af.po
1045
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/ast.po
1046
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/bg.po
1047
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/ca.po
1048
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/cs.po
1049
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/da.po
1050
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/de.po
1051
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/el.po
1052
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/eo.po
1053
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/es.po
1054
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/fi.po
1055
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/fr.po
1056
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/ga.po
1057
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/gl.po
1058
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/hr.po
1059
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/hu.po
1060
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/id.po
1061
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/it.po
1062
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/ja.po
1063
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/ky.po
1064
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/lv.po
1065
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/ms.po
1066
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/mt.po
1067
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/nb.po
1068
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/nl.po
1069
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/pl.po
1070
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/pt.po
1071
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/pt_BR.po
1072
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/ro.po
1073
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/ru.po
1074
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/sk.po
1075
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/sl.po
1076
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/sr.po
1077
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/sv.po
1078
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/ta.po
1079
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/tr.po
1080
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/uk.po
1081
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/vi.po
1082
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/zh_CN.po
1083
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/zh_HK.po
1084
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/zh_TW.po
1085
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/AppController.h
1086
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/AppController.m
1087
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/BUGS
1088
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/GNUmakefile
1089
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/Hello.h
1090
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/Hello.m
1091
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/INSTALL
1092
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/autoclean.sh
1093
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/autogen.sh
1094
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/main.m
1095
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/GNUmakefile
1096
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/LINGUAS
1097
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/LocaleAliases
1098
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/af.po
1099
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/ast.po
1100
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/bg.po
1101
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/ca.po
1102
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/cs.po
1103
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/da.po
1104
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/de.po
1105
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/el.po
1106
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/eo.po
1107
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/es.po
1108
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/fi.po
1109
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/fr.po
1110
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/ga.po
1111
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/gl.po
1112
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/hr.po
1113
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/hu.po
1114
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/id.po
1115
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/it.po
1116
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/ja.po
1117
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/ky.po
1118
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/lv.po
1119
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/ms.po
1120
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/mt.po
1121
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/nb.po
1122
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/nl.po
1123
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/pl.po
1124
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/pt.po
1125
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/pt_BR.po
1126
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/ro.po
1127
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/ru.po
1128
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/sk.po
1129
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/sl.po
1130
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/sr.po
1131
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/sv.po
1132
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/ta.po
1133
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/tr.po
1134
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/uk.po
1135
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/vi.po
1136
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/zh_CN.po
1137
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/zh_HK.po
1138
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/zh_TW.po
1139
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/INSTALL
1140
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/Makefile.am
1141
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/autoclean.sh
1142
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/autogen.sh
1143
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/configure.ac
1144
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/hello.m
1145
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/m4/Makefile.am
1146
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/LINGUAS
1147
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/Makevars
1148
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/POTFILES.in
1149
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/af.po
1150
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/ast.po
1151
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/bg.po
1152
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/ca.po
1153
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/cs.po
1154
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/da.po
1155
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/de.po
1156
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/el.po
1157
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/eo.po
1158
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/es.po
1159
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/fi.po
1160
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/fr.po
1161
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/ga.po
1162
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/gl.po
1163
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/hr.po
1164
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/hu.po
1165
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/id.po
1166
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/it.po
1167
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/ja.po
1168
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/ky.po
1169
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/lv.po
1170
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/ms.po
1171
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/mt.po
1172
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/nb.po
1173
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/nl.po
1174
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/pl.po
1175
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/pt.po
1176
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/pt_BR.po
1177
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/ro.po
1178
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/ru.po
1179
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/sk.po
1180
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/sl.po
1181
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/sr.po
1182
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/sv.po
1183
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/ta.po
1184
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/tr.po
1185
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/uk.po
1186
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/vi.po
1187
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/zh_CN.po
1188
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/zh_HK.po
1189
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/zh_TW.po
1190
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/INSTALL
1191
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/Makefile.am
1192
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/autoclean.sh
1193
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/autogen.sh
1194
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/configure.ac
1195
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/hello.pas
1196
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/m4/Makefile.am
1197
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/LINGUAS
1198
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/Makefile.am
1199
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/af.po
1200
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/ast.po
1201
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/bg.po
1202
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/ca.po
1203
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/cs.po
1204
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/da.po
1205
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/de.po
1206
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/el.po
1207
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/eo.po
1208
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/es.po
1209
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/fi.po
1210
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/fr.po
1211
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/ga.po
1212
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/gl.po
1213
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/hr.po
1214
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/hu.po
1215
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/id.po
1216
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/it.po
1217
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/ja.po
1218
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/ky.po
1219
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/lv.po
1220
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/ms.po
1221
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/mt.po
1222
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/nb.po
1223
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/nl.po
1224
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/pl.po
1225
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/pt.po
1226
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/pt_BR.po
1227
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/ro.po
1228
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/ru.po
1229
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/sk.po
1230
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/sl.po
1231
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/sr.po
1232
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/sv.po
1233
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/ta.po
1234
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/tr.po
1235
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/uk.po
1236
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/vi.po
1237
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/zh_CN.po
1238
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/zh_HK.po
1239
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/zh_TW.po
1240
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/INSTALL
1241
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/Makefile.am
1242
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/autoclean.sh
1243
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/autogen.sh
1244
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/configure.ac
1245
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/hello-1.pl.in
1246
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/hello-2.pl.in
1247
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/m4/Makefile.am
1248
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/LINGUAS
1249
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/Makefile.am
1250
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/af.po
1251
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/ast.po
1252
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/bg.po
1253
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/ca.po
1254
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/cs.po
1255
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/da.po
1256
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/de.po
1257
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/el.po
1258
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/eo.po
1259
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/es.po
1260
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/fi.po
1261
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/fr.po
1262
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/ga.po
1263
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/gl.po
1264
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/hr.po
1265
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/hu.po
1266
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/id.po
1267
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/it.po
1268
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/ja.po
1269
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/ky.po
1270
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/lv.po
1271
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/ms.po
1272
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/mt.po
1273
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/nb.po
1274
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/nl.po
1275
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/pl.po
1276
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/pt.po
1277
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/pt_BR.po
1278
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/ro.po
1279
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/ru.po
1280
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/sk.po
1281
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/sl.po
1282
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/sr.po
1283
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/sv.po
1284
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/ta.po
1285
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/tr.po
1286
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/uk.po
1287
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/vi.po
1288
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/zh_CN.po
1289
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/zh_HK.po
1290
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/zh_TW.po
1291
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/INSTALL
1292
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/Makefile.am
1293
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/README
1294
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/autoclean.sh
1295
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/autogen.sh
1296
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/configure.ac
1297
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/hello.php
1298
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/m4/Makefile.am
1299
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/LINGUAS
1300
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/Makefile.am
1301
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/af.po
1302
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/ast.po
1303
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/bg.po
1304
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/ca.po
1305
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/cs.po
1306
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/da.po
1307
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/de.po
1308
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/el.po
1309
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/eo.po
1310
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/es.po
1311
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/fi.po
1312
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/fr.po
1313
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/ga.po
1314
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/gl.po
1315
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/hr.po
1316
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/hu.po
1317
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/id.po
1318
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/it.po
1319
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/ja.po
1320
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/ky.po
1321
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/lv.po
1322
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/ms.po
1323
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/mt.po
1324
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/nb.po
1325
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/nl.po
1326
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/pl.po
1327
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/pt.po
1328
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/pt_BR.po
1329
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/ro.po
1330
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/ru.po
1331
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/sk.po
1332
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/sl.po
1333
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/sr.po
1334
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/sv.po
1335
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/ta.po
1336
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/tr.po
1337
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/uk.po
1338
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/vi.po
1339
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/zh_CN.po
1340
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/zh_HK.po
1341
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/zh_TW.po
1342
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/INSTALL
1343
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/Makefile.am
1344
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/autoclean.sh
1345
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/autogen.sh
1346
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/configure.ac
1347
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/hello.py.in
1348
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/m4/Makefile.am
1349
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/LINGUAS
1350
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/Makefile.am
1351
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/af.po
1352
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/ast.po
1353
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/bg.po
1354
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/ca.po
1355
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/cs.po
1356
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/da.po
1357
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/de.po
1358
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/el.po
1359
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/eo.po
1360
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/es.po
1361
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/fi.po
1362
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/fr.po
1363
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/ga.po
1364
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/gl.po
1365
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/hr.po
1366
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/hu.po
1367
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/id.po
1368
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/it.po
1369
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/ja.po
1370
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/ky.po
1371
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/lv.po
1372
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/ms.po
1373
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/mt.po
1374
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/nb.po
1375
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/nl.po
1376
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/pl.po
1377
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/pt.po
1378
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/pt_BR.po
1379
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/ro.po
1380
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/ru.po
1381
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/sk.po
1382
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/sl.po
1383
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/sr.po
1384
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/sv.po
1385
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/ta.po
1386
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/tr.po
1387
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/uk.po
1388
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/vi.po
1389
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/zh_CN.po
1390
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/zh_HK.po
1391
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/zh_TW.po
1392
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/INSTALL
1393
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/Makefile.am
1394
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/autoclean.sh
1395
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/autogen.sh
1396
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/configure.ac
1397
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/hello.sh
1398
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/m4/Makefile.am
1399
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/LINGUAS
1400
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/Makefile.am
1401
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/af.po
1402
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/ast.po
1403
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/bg.po
1404
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/ca.po
1405
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/cs.po
1406
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/da.po
1407
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/de.po
1408
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/el.po
1409
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/eo.po
1410
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/es.po
1411
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/fi.po
1412
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/fr.po
1413
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/ga.po
1414
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/gl.po
1415
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/hr.po
1416
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/hu.po
1417
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/id.po
1418
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/it.po
1419
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/ja.po
1420
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/ky.po
1421
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/lv.po
1422
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/ms.po
1423
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/mt.po
1424
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/nb.po
1425
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/nl.po
1426
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/pl.po
1427
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/pt.po
1428
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/pt_BR.po
1429
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/ro.po
1430
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/ru.po
1431
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/sk.po
1432
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/sl.po
1433
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/sr.po
1434
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/sv.po
1435
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/ta.po
1436
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/tr.po
1437
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/uk.po
1438
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/vi.po
1439
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/zh_CN.po
1440
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/zh_HK.po
1441
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/zh_TW.po
1442
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/INSTALL
1443
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/Makefile.am
1444
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/autoclean.sh
1445
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/autogen.sh
1446
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/configure.ac
1447
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/hello.st.in
1448
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/m4/Makefile.am
1449
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/LINGUAS
1450
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/Makefile.am
1451
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/af.po
1452
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/ast.po
1453
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/bg.po
1454
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/ca.po
1455
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/cs.po
1456
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/da.po
1457
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/de.po
1458
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/el.po
1459
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/eo.po
1460
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/es.po
1461
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/fi.po
1462
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/fr.po
1463
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/ga.po
1464
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/gl.po
1465
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/hr.po
1466
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/hu.po
1467
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/id.po
1468
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/it.po
1469
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/ja.po
1470
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/ky.po
1471
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/lv.po
1472
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/ms.po
1473
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/mt.po
1474
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/nb.po
1475
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/nl.po
1476
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/pl.po
1477
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/pt.po
1478
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/pt_BR.po
1479
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/ro.po
1480
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/ru.po
1481
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/sk.po
1482
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/sl.po
1483
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/sr.po
1484
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/sv.po
1485
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/ta.po
1486
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/tr.po
1487
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/uk.po
1488
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/vi.po
1489
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/zh_CN.po
1490
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/zh_HK.po
1491
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/zh_TW.po
1492
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/INSTALL
1493
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/Makefile.am
1494
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/autoclean.sh
1495
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/autogen.sh
1496
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/configure.ac
1497
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/hello.tcl
1498
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/m4/Makefile.am
1499
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/LINGUAS
1500
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/Makefile.am
1501
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/af.po
1502
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/ast.po
1503
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/bg.po
1504
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/ca.po
1505
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/cs.po
1506
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/da.po
1507
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/de.po
1508
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/el.po
1509
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/eo.po
1510
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/es.po
1511
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/fi.po
1512
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/fr.po
1513
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/ga.po
1514
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/gl.po
1515
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/hr.po
1516
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/hu.po
1517
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/id.po
1518
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/it.po
1519
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/ja.po
1520
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/ky.po
1521
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/lv.po
1522
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/ms.po
1523
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/mt.po
1524
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/nb.po
1525
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/nl.po
1526
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/pl.po
1527
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/pt.po
1528
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/pt_BR.po
1529
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/ro.po
1530
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/ru.po
1531
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/sk.po
1532
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/sl.po
1533
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/sr.po
1534
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/sv.po
1535
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/ta.po
1536
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/tr.po
1537
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/uk.po
1538
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/vi.po
1539
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/zh_CN.po
1540
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/zh_HK.po
1541
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/zh_TW.po
1542
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/INSTALL
1543
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/Makefile.am
1544
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/autoclean.sh
1545
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/autogen.sh
1546
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/configure.ac
1547
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/hello.tcl
1548
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/m4/Makefile.am
1549
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/LINGUAS
1550
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/Makefile.am
1551
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/af.po
1552
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/ast.po
1553
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/bg.po
1554
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/ca.po
1555
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/cs.po
1556
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/da.po
1557
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/de.po
1558
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/el.po
1559
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/eo.po
1560
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/es.po
1561
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/fi.po
1562
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/fr.po
1563
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/ga.po
1564
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/gl.po
1565
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/hr.po
1566
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/hu.po
1567
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/id.po
1568
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/it.po
1569
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/ja.po
1570
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/ky.po
1571
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/lv.po
1572
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/ms.po
1573
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/mt.po
1574
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/nb.po
1575
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/nl.po
1576
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/pl.po
1577
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/pt.po
1578
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/pt_BR.po
1579
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/ro.po
1580
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/ru.po
1581
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/sk.po
1582
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/sl.po
1583
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/sr.po
1584
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/sv.po
1585
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/ta.po
1586
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/tr.po
1587
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/uk.po
1588
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/vi.po
1589
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/zh_CN.po
1590
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/zh_HK.po
1591
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/zh_TW.po
1592
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/INSTALL
1593
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/Makefile.am
1594
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/autoclean.sh
1595
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/autogen.sh
1596
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/configure.ac
1597
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/hello.ycp
1598
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/m4/Makefile.am
1599
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/LINGUAS
1600
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/Makefile.am
1601
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/af.po
1602
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/ast.po
1603
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/bg.po
1604
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/ca.po
1605
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/cs.po
1606
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/da.po
1607
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/de.po
1608
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/el.po
1609
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/eo.po
1610
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/es.po
1611
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/fi.po
1612
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/fr.po
1613
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/ga.po
1614
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/gl.po
1615
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/hr.po
1616
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/hu.po
1617
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/id.po
1618
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/it.po
1619
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/ja.po
1620
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/ky.po
1621
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/lv.po
1622
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/ms.po
1623
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/mt.po
1624
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/nb.po
1625
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/nl.po
1626
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/pl.po
1627
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/pt.po
1628
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/pt_BR.po
1629
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/ro.po
1630
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/ru.po
1631
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/sk.po
1632
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/sl.po
1633
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/sr.po
1634
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/sv.po
1635
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/ta.po
1636
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/tr.po
1637
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/uk.po
1638
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/vi.po
1639
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/zh_CN.po
1640
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/zh_HK.po
1641
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/zh_TW.po
1642
%%PORTEXAMPLES%%%%DOCSDIR%%/examples/installpaths
84
%%PORTDOCS%%%%DOCSDIR%%/gettext_1.html
1643
%%PORTDOCS%%%%DOCSDIR%%/gettext_1.html
85
%%PORTDOCS%%%%DOCSDIR%%/gettext_2.html
86
%%PORTDOCS%%%%DOCSDIR%%/gettext_3.html
87
%%PORTDOCS%%%%DOCSDIR%%/gettext_4.html
88
%%PORTDOCS%%%%DOCSDIR%%/gettext_5.html
89
%%PORTDOCS%%%%DOCSDIR%%/gettext_6.html
90
%%PORTDOCS%%%%DOCSDIR%%/gettext_7.html
91
%%PORTDOCS%%%%DOCSDIR%%/gettext_8.html
92
%%PORTDOCS%%%%DOCSDIR%%/gettext_9.html
93
%%PORTDOCS%%%%DOCSDIR%%/gettext_10.html
1644
%%PORTDOCS%%%%DOCSDIR%%/gettext_10.html
94
%%PORTDOCS%%%%DOCSDIR%%/gettext_11.html
1645
%%PORTDOCS%%%%DOCSDIR%%/gettext_11.html
95
%%PORTDOCS%%%%DOCSDIR%%/gettext_12.html
1646
%%PORTDOCS%%%%DOCSDIR%%/gettext_12.html
Lines 100-182 share/aclocal/xsize.m4 Link Here
100
%%PORTDOCS%%%%DOCSDIR%%/gettext_17.html
1651
%%PORTDOCS%%%%DOCSDIR%%/gettext_17.html
101
%%PORTDOCS%%%%DOCSDIR%%/gettext_18.html
1652
%%PORTDOCS%%%%DOCSDIR%%/gettext_18.html
102
%%PORTDOCS%%%%DOCSDIR%%/gettext_19.html
1653
%%PORTDOCS%%%%DOCSDIR%%/gettext_19.html
1654
%%PORTDOCS%%%%DOCSDIR%%/gettext_2.html
103
%%PORTDOCS%%%%DOCSDIR%%/gettext_20.html
1655
%%PORTDOCS%%%%DOCSDIR%%/gettext_20.html
104
%%PORTDOCS%%%%DOCSDIR%%/gettext_21.html
1656
%%PORTDOCS%%%%DOCSDIR%%/gettext_21.html
105
%%PORTDOCS%%%%DOCSDIR%%/gettext_22.html
1657
%%PORTDOCS%%%%DOCSDIR%%/gettext_22.html
106
%%PORTDOCS%%%%DOCSDIR%%/gettext_23.html
1658
%%PORTDOCS%%%%DOCSDIR%%/gettext_23.html
107
%%PORTDOCS%%%%DOCSDIR%%/gettext_24.html
1659
%%PORTDOCS%%%%DOCSDIR%%/gettext_24.html
108
%%PORTDOCS%%%%DOCSDIR%%/gettext_25.html
1660
%%PORTDOCS%%%%DOCSDIR%%/gettext_25.html
109
%%PORTDOCS%%%%DOCSDIR%%/gettext_foot.html
1661
%%PORTDOCS%%%%DOCSDIR%%/gettext_26.html
1662
%%PORTDOCS%%%%DOCSDIR%%/gettext_27.html
1663
%%PORTDOCS%%%%DOCSDIR%%/gettext_28.html
1664
%%PORTDOCS%%%%DOCSDIR%%/gettext_29.html
1665
%%PORTDOCS%%%%DOCSDIR%%/gettext_3.html
1666
%%PORTDOCS%%%%DOCSDIR%%/gettext_30.html
1667
%%PORTDOCS%%%%DOCSDIR%%/gettext_4.html
1668
%%PORTDOCS%%%%DOCSDIR%%/gettext_5.html
1669
%%PORTDOCS%%%%DOCSDIR%%/gettext_6.html
1670
%%PORTDOCS%%%%DOCSDIR%%/gettext_7.html
1671
%%PORTDOCS%%%%DOCSDIR%%/gettext_8.html
1672
%%PORTDOCS%%%%DOCSDIR%%/gettext_9.html
1673
%%PORTDOCS%%%%DOCSDIR%%/gettext_abt.html
1674
%%PORTDOCS%%%%DOCSDIR%%/gettext_fot.html
110
%%PORTDOCS%%%%DOCSDIR%%/gettext_toc.html
1675
%%PORTDOCS%%%%DOCSDIR%%/gettext_toc.html
1676
%%PORTDOCS%%%%DOCSDIR%%/gettextize.1.html
1677
%%PORTDOCS%%%%DOCSDIR%%/msgattrib.1.html
1678
%%PORTDOCS%%%%DOCSDIR%%/msgcat.1.html
1679
%%PORTDOCS%%%%DOCSDIR%%/msgcmp.1.html
1680
%%PORTDOCS%%%%DOCSDIR%%/msgcomm.1.html
1681
%%PORTDOCS%%%%DOCSDIR%%/msgconv.1.html
1682
%%PORTDOCS%%%%DOCSDIR%%/msgen.1.html
1683
%%PORTDOCS%%%%DOCSDIR%%/msgexec.1.html
1684
%%PORTDOCS%%%%DOCSDIR%%/msgfilter.1.html
1685
%%PORTDOCS%%%%DOCSDIR%%/msgfmt.1.html
1686
%%PORTDOCS%%%%DOCSDIR%%/msggrep.1.html
1687
%%PORTDOCS%%%%DOCSDIR%%/msginit.1.html
1688
%%PORTDOCS%%%%DOCSDIR%%/msgmerge.1.html
1689
%%PORTDOCS%%%%DOCSDIR%%/msgunfmt.1.html
1690
%%PORTDOCS%%%%DOCSDIR%%/msguniq.1.html
1691
%%PORTDOCS%%%%DOCSDIR%%/recode-sr-latin.1.html
111
%%PORTDOCS%%%%DOCSDIR%%/tutorial.html
1692
%%PORTDOCS%%%%DOCSDIR%%/tutorial.html
1693
%%PORTDOCS%%%%DOCSDIR%%/xgettext.1.html
1694
%%DATADIR%%-%%VERSION%%/its/glade.loc
1695
%%DATADIR%%-%%VERSION%%/its/glade1.its
1696
%%DATADIR%%-%%VERSION%%/its/glade2.its
1697
%%DATADIR%%-%%VERSION%%/its/gsettings.its
1698
%%DATADIR%%-%%VERSION%%/its/gsettings.loc
1699
%%DATADIR%%-%%VERSION%%/its/gtkbuilder.its
1700
%%DATADIR%%-%%VERSION%%/its/metainfo.its
1701
%%DATADIR%%-%%VERSION%%/its/metainfo.loc
112
%%DATADIR%%/archive.dir.tar.xz
1702
%%DATADIR%%/archive.dir.tar.xz
113
%%DATADIR%%/config.rpath
1703
%%DATADIR%%/config.rpath
114
%%DATADIR%%/gettext.h
1704
%%DATADIR%%/gettext.h
115
%%DATADIR%%/intl/COPYING.LIB
116
%%DATADIR%%/intl/Makefile.in
117
%%DATADIR%%/intl/VERSION
118
%%DATADIR%%/intl/bindtextdom.c
119
%%DATADIR%%/intl/config.charset
120
%%DATADIR%%/intl/dcgettext.c
121
%%DATADIR%%/intl/dcigettext.c
122
%%DATADIR%%/intl/dcngettext.c
123
%%DATADIR%%/intl/dgettext.c
124
%%DATADIR%%/intl/dngettext.c
125
%%DATADIR%%/intl/eval-plural.h
126
%%DATADIR%%/intl/explodename.c
127
%%DATADIR%%/intl/export.h
128
%%DATADIR%%/intl/finddomain.c
129
%%DATADIR%%/intl/gettext.c
130
%%DATADIR%%/intl/gettextP.h
131
%%DATADIR%%/intl/gmo.h
132
%%DATADIR%%/intl/hash-string.c
133
%%DATADIR%%/intl/hash-string.h
134
%%DATADIR%%/intl/intl-compat.c
135
%%DATADIR%%/intl/intl-exports.c
136
%%DATADIR%%/intl/l10nflist.c
137
%%DATADIR%%/intl/langprefs.c
138
%%DATADIR%%/intl/libgnuintl.in.h
139
%%DATADIR%%/intl/libintl.rc
140
%%DATADIR%%/intl/loadinfo.h
141
%%DATADIR%%/intl/loadmsgcat.c
142
%%DATADIR%%/intl/localcharset.c
143
%%DATADIR%%/intl/localcharset.h
144
%%DATADIR%%/intl/locale.alias
145
%%DATADIR%%/intl/localealias.c
146
%%DATADIR%%/intl/localename.c
147
%%DATADIR%%/intl/lock.c
148
%%DATADIR%%/intl/lock.h
149
%%DATADIR%%/intl/log.c
150
%%DATADIR%%/intl/ngettext.c
151
%%DATADIR%%/intl/os2compat.c
152
%%DATADIR%%/intl/os2compat.h
153
%%DATADIR%%/intl/osdep.c
154
%%DATADIR%%/intl/plural-exp.c
155
%%DATADIR%%/intl/plural-exp.h
156
%%DATADIR%%/intl/plural.c
157
%%DATADIR%%/intl/plural.y
158
%%DATADIR%%/intl/printf-args.c
159
%%DATADIR%%/intl/printf-args.h
160
%%DATADIR%%/intl/printf-parse.c
161
%%DATADIR%%/intl/printf-parse.h
162
%%DATADIR%%/intl/printf.c
163
%%DATADIR%%/intl/ref-add.sin
164
%%DATADIR%%/intl/ref-del.sin
165
%%DATADIR%%/intl/relocatable.c
166
%%DATADIR%%/intl/relocatable.h
167
%%DATADIR%%/intl/setlocale.c
168
%%DATADIR%%/intl/textdomain.c
169
%%DATADIR%%/intl/threadlib.c
170
%%DATADIR%%/intl/tsearch.c
171
%%DATADIR%%/intl/tsearch.h
172
%%DATADIR%%/intl/vasnprintf.c
173
%%DATADIR%%/intl/vasnprintf.h
174
%%DATADIR%%/intl/vasnwprintf.h
175
%%DATADIR%%/intl/verify.h
176
%%DATADIR%%/intl/version.c
177
%%DATADIR%%/intl/wprintf-parse.h
178
%%DATADIR%%/intl/xsize.c
179
%%DATADIR%%/intl/xsize.h
180
%%DATADIR%%/javaversion.class
1705
%%DATADIR%%/javaversion.class
181
%%DATADIR%%/msgunfmt.tcl
1706
%%DATADIR%%/msgunfmt.tcl
182
%%DATADIR%%/po/Makefile.in.in
1707
%%DATADIR%%/po/Makefile.in.in
Lines 208-221 share/aclocal/xsize.m4 Link Here
208
%%DATADIR%%/styles/po-emacs-xterm16.css
1733
%%DATADIR%%/styles/po-emacs-xterm16.css
209
%%DATADIR%%/styles/po-emacs-xterm256.css
1734
%%DATADIR%%/styles/po-emacs-xterm256.css
210
%%DATADIR%%/styles/po-vim.css
1735
%%DATADIR%%/styles/po-vim.css
211
share/gettext-%%VERSION%%/its/appdata.its
212
share/gettext-%%VERSION%%/its/appdata.loc
213
share/gettext-%%VERSION%%/its/glade.loc
214
share/gettext-%%VERSION%%/its/glade1.its
215
share/gettext-%%VERSION%%/its/glade2.its
216
share/gettext-%%VERSION%%/its/gsettings.its
217
share/gettext-%%VERSION%%/its/gsettings.loc
218
share/gettext-%%VERSION%%/its/gtkbuilder.its
219
share/locale/be/LC_MESSAGES/gettext-tools.mo
1736
share/locale/be/LC_MESSAGES/gettext-tools.mo
220
share/locale/bg/LC_MESSAGES/gettext-tools.mo
1737
share/locale/bg/LC_MESSAGES/gettext-tools.mo
221
share/locale/ca/LC_MESSAGES/gettext-tools.mo
1738
share/locale/ca/LC_MESSAGES/gettext-tools.mo
(-)devel/libtextstyle/Makefile (-6 / +12 lines)
Lines 1-21 Link Here
1
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
2
# $FreeBSD$
1
# $FreeBSD$
3
2
3
# NOTE: before committing to this port, contact portmgr to arrange for an
4
# experimental ports run.  Untested commits may be backed out at portmgr's
5
# discretion.
6
4
PORTNAME=	libtextstyle
7
PORTNAME=	libtextstyle
5
PORTVERSION=	0.8
8
PORTREVISION=	0
6
CATEGORIES=	devel
7
MASTER_SITES=	GNU_ALPHA/gettext
8
9
9
MAINTAINER=	sunpoet@FreeBSD.org
10
COMMENT=	Text styling library
10
COMMENT=	Text styling library
11
11
12
LICENSE=	GPLv3+
12
LICENSE=	GPLv3+
13
LICENSE_FILE=	${WRKSRC}/COPYING
13
LICENSE_FILE=	${WRKSRC}/COPYING
14
14
15
USES=		iconv libtool ncurses
15
.include "${.CURDIR}/../gettext/Makefile.common"
16
16
17
USES=		iconv libtool ncurses tar:xz
18
USE_LDCONFIG=	yes
19
17
GNU_CONFIGURE=	yes
20
GNU_CONFIGURE=	yes
21
CONFIGURE_ARGS=	--with-libncurses-prefix=${NCURSESBASE}
22
INSTALL_TARGET=	install-strip
18
TEST_TARGET=	check
23
TEST_TARGET=	check
24
WRKSRC_SUBDIR=	libtextstyle
19
25
20
INFO=		libtextstyle
26
INFO=		libtextstyle
21
27
(-)devel/libtextstyle/distinfo (-3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1559381101
2
SHA256 (libtextstyle-0.8.tar.gz) = 5cd91ef7683111af2734095e00f4ee4995c916cf32ea38e314aee251f8683216
3
SIZE (libtextstyle-0.8.tar.gz) = 2917915

Return to bug 238277