diff --git a/audio/audacity/Makefile b/audio/audacity/Makefile index 745b557daa01..08354df6f2dd 100644 --- a/audio/audacity/Makefile +++ b/audio/audacity/Makefile @@ -1,168 +1,171 @@ PORTNAME= audacity DISTVERSIONPREFIX= Audacity- DISTVERSION= 3.3.3 +PORTREVISION= 1 CATEGORIES= audio +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCHFILES+= 4c833569fb12.patch:-p1 + MAINTAINER= xxjack12xx@gmail.com COMMENT= GUI editor for digital audio waveforms WWW= https://www.audacityteam.org/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSE.txt BUILD_DEPENDS= conan:sysutils/conan LIB_DEPENDS= libasound.so:audio/alsa-lib \ libcurl.so:ftp/curl \ libexpat.so:textproc/expat2 \ libopenjp2.so:graphics/openjpeg \ libmp3lame.so:audio/lame \ libmpg123.so:audio/mpg123 \ libopus.so:audio/opus \ libportaudio.so:audio/portaudio \ libportmidi.so:audio/portmidi \ libpng.so:graphics/png \ libsndfile.so:audio/libsndfile \ libsoxr.so:audio/libsoxr \ libsqlite3.so:databases/sqlite3 \ libwavpack.so:audio/wavpack \ libuuid.so:misc/e2fsprogs-libuuid USES= cmake compiler:c++17-lang cpe desktop-file-utils gettext \ gnome libtool python:build pkgconfig shared-mime-info USE_GITHUB= yes USE_GNOME= cairo gdkpixbuf2 gtk30 USE_WX= 3.2+ CPE_VENDOR= audacityteam WX_COMPS= wx PORTDOCS= README.md CMAKE_ARGS= -Daudacity_lib_preference:STRING=system \ -Daudacity_use_curl:STRING=system \ -Daudacity_use_expat:STRING=system \ -Daudacity_use_jpeg:STRING=system \ -Daudacity_use_libmp3lame:STRING=system \ -Daudacity_use_libmpg123:STRING=system \ -Daudacity_use_libopus:STRING=system \ -Daudacity_use_libsndfile:STRING=system \ -Daudacity_use_midi:STRING=system \ -Daudacity_use_nyquist:STRING=local \ -Daudacity_use_portaudio:STRING=system \ -Daudacity_use_portmixer:STRING=local \ -Daudacity_use_portsmf:STRING=local \ -Daudacity_use_png:STRING=system \ -Daudacity_use_soxr:STRING=system \ -Daudacity_use_sqlite:STRING=system \ -Daudacity_use_wavpack=system \ -Daudacity_use_wxwidgets:STRING=system \ -Daudacity_use_zlib:STRING=system CMAKE_ON= audacity_bundle_gplv3 audacity_conan_allow_prebuilt_binaries audacity_obey_system_dependencies CMAKE_OFF= audacity_has_audiocom_upload audacity_conan_enabled audacity_conan_force_build_dependencies \ audacity_has_crashreports audacity_has_networking audacity_has_updates_check audacity_has_url_schemes_support \ audacity_has_sentry_reporting audacity_has_tests audacity_has_vst3 audacity_perform_codesign audacity_use_pch OPTIONS_DEFINE= DEBUG DOCS FFMPEG FLAC ID3TAG LADSPA LV2 MAD MANUAL \ OGG SBSMS SOUNDTOUCH TWOLAME VAMP \ VORBIS VST OPTIONS_DEFAULT= FFMPEG FLAC ID3TAG LADSPA LV2 MAD OGG SBSMS \ SOUNDTOUCH TWOLAME VAMP VORBIS VST OPTIONS_EXCLUDE_i386= SBSMS LV2_DESC= Add LV2 plug-in support MAD_DESC= Use libmad for mp2/3 decoding support MANUAL_DESC= Include manual SBSMS_DESC= Use libsbsms for pitch and tempo changing SOUNDTOUCH_DESC= Use libSoundTouch for pitch and tempo changing TWOLAME_DESC= Use libtwolame for MP2 export support VAMP_DESC= Vamp plug-in support VST_DESC= VST plug-in support DEBUG_CMAKE_ON= wxWidgets_USE_DEBUG DOCS_BUILD_DEPENDS= docbook-to-man:textproc/docbook-to-man \ docbook2man:textproc/docbook-utils DOCS_LIB_DEPENDS= libharfbuzz.so:print/harfbuzz FFMPEG_CMAKE_ON= -Daudacity_use_ffmpeg:STRING=loaded FFMPEG_CMAKE_OFF= -Daudacity_use_ffmpeg:STRING=off FFMPEG_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/libavcodec.pc:multimedia/ffmpeg FFMPEG_LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg FLAC_CMAKE_ON= -Daudacity_use_libflac:STRING=system FLAC_CMAKE_OFF= -Daudacity_use_libflac:STRING=off FLAC_LIB_DEPENDS= libFLAC.so:audio/flac ID3TAG_CMAKE_ON= -Daudacity_use_libid3tag:STRING=system ID3TAG_CMAKE_OFF= -Daudacity_use_libid3tag:STRING=off ID3TAG_LIB_DEPENDS= libid3tag.so:audio/libid3tag LADSPA_CMAKE_BOOL= audacity_use_ladspa LADSPA_RUN_DEPENDS= listplugins:audio/ladspa LV2_CMAKE_ON= -Daudacity_use_lv2:STRING=system LV2_CMAKE_OFF= -Daudacity_use_lv2:STRING=off LV2_LIB_DEPENDS= liblilv-0.so:audio/lilv \ libserd-0.so:devel/serd \ libsord-0.so:devel/sord \ libsratom-0.so:audio/sratom \ libsuil-0.so:audio/suil MAD_CMAKE_ON= -Daudacity_use_libmad:STRING=system MAD_CMAKE_OFF= -Daudacity_use_libmad:STRING=off MAD_LIB_DEPENDS= libmad.so:audio/libmad MANUAL_CMAKE_BOOL= audacity_package_manual # TODO: fix NLS support properly PLIST_SUB+= NLS="" OPTIONS_SUB= yes OGG_CMAKE_ON= -Daudacity_use_libogg:STRING=system OGG_CMAKE_OFF= -Daudacity_use_libogg:STRING=off OGG_LIB_DEPENDS= libogg.so:audio/libogg SBSMS_CMAKE_ON= -Daudacity_use_sbsms:STRING=local SBSMS_CMAKE_OFF= -Daudacity_use_sbsms:STRING=off SOUNDTOUCH_CMAKE_ON= -Daudacity_use_soundtouch:STRING=system SOUNDTOUCH_CMAKE_OFF= -Daudacity_use_soundtouch:STRING=off SOUNDTOUCH_LIB_DEPENDS= libSoundTouch.so:audio/soundtouch TWOLAME_CMAKE_ON= -Daudacity_use_twolame:STRING=system TWOLAME_CMAKE_OFF= -Daudacity_use_twolame:STRING=off TWOLAME_LIB_DEPENDS= libtwolame.so:audio/twolame VAMP_CMAKE_ON= -Daudacity_use_vamp:STRING=system VAMP_CMAKE_OFF= -Daudacity_use_vamp:STRING=off VAMP_LIB_DEPENDS= libvamp-hostsdk.so:audio/vamp-plugin-sdk VORBIS_CMAKE_ON= -Daudacity_use_libvorbis:STRING=system VORBIS_CMAKE_OFF= -Daudacity_use_libvorbis:STRING=off VORBIS_LIB_DEPENDS= libogg.so:audio/libogg \ libvorbis.so:audio/libvorbis VST_CMAKE_BOOL= audacity_use_vst .include .if ${ARCH} != amd64 && ${ARCH} != i386 CMAKE_ARGS+= -DHAVE_MMX:BOOL=OFF \ -DHAVE_SSE:BOOL=OFF \ -DHAVE_SSE2:BOOL=OFF .endif post-install: @${RM} ${STAGEDIR}${DOCSDIR}/LICENSE.txt #delete empty directories: https://github.com/audacity/audacity/issues/808 @${FIND} ${STAGEDIR} -type d -empty -delete post-install-DEBUG-off: @${FIND} ${STAGEDIR}${PREFIX}/lib/audacity -name '*.so*' -exec ${STRIP_CMD} {} + post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include - diff --git a/audio/audacity/distinfo b/audio/audacity/distinfo index c1063de5a435..e00fae0a9cd8 100644 --- a/audio/audacity/distinfo +++ b/audio/audacity/distinfo @@ -1,3 +1,5 @@ -TIMESTAMP = 1686455314 +TIMESTAMP = 1688376242 SHA256 (audacity-audacity-Audacity-3.3.3_GH0.tar.gz) = bf6863553bd2b822d3f236acb2de32527c93a968d114c6663920d2ebf61bf743 SIZE (audacity-audacity-Audacity-3.3.3_GH0.tar.gz) = 57120215 +SHA256 (4c833569fb12.patch) = 587b8c504c978136ec473b430f1f0969aa75d0886c7e019106f4ebfb32b490b2 +SIZE (4c833569fb12.patch) = 9593 diff --git a/deskutils/gtimer/Makefile b/deskutils/gtimer/Makefile index b9c1a6c88eba..68919609e4f2 100644 --- a/deskutils/gtimer/Makefile +++ b/deskutils/gtimer/Makefile @@ -1,47 +1,47 @@ PORTNAME= gtimer PORTVERSION= 2.0.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= deskutils MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Timer for your personal activities WWW= https://www.k5n.us/gtimer.php LICENSE= GPLv2 RUN_DEPENDS= xdg-open:devel/xdg-utils USES= gettext perl5 gmake gnome pkgconfig xorg USE_XORG= x11 xscrnsaver USE_GNOME= gtk20 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include -Wno-return-type LIBS+= -L${LOCALBASE}/lib -lX11 post-patch: @${REINPLACE_CMD} -e 's|1.1.7|${PORTVERSION}|g' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|"sensible-browser"|"xdg-open"|g' ${WRKSRC}/config.h .for file in project.c task.c @${REINPLACE_CMD} -e 's|||g' ${WRKSRC}/${file} .endfor pre-build: @(cd ${WRKSRC} && ${PERL} ./txt2h.pl < ChangeLog > changelog.h) post-build: .for lang in cs cz es fr sv cd ${WRKSRC}/po && ${LOCALBASE}/bin/msgfmt -o ${lang}.mo ${lang}.po .endfor do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1 .for lang in cs cz es fr sv @${MKDIR} ${STAGEDIR}${PREFIX}/share/locale/${lang}/LC_MESSAGES ${INSTALL_DATA} ${WRKSRC}/po/${lang}.mo \ ${STAGEDIR}${PREFIX}/share/locale/${lang}/LC_MESSAGES/${PORTNAME}.mo .endfor .include diff --git a/deskutils/gtimer/files/patch-po_es.po b/deskutils/gtimer/files/patch-po_es.po new file mode 100644 index 000000000000..9d162cc3c7fb --- /dev/null +++ b/deskutils/gtimer/files/patch-po_es.po @@ -0,0 +1,11 @@ +--- po/es.po.orig 2010-03-26 23:07:46 UTC ++++ po/es.po +@@ -2,7 +2,7 @@ msgstr "" + msgstr "" + "Date: 1999-03-18 17:50:49-0500\n" + "Last-Translator: Carlos Fernandez \n" +-"Content-Type: text/plain; charset=\n" ++"Content-Type: text/plain; charset=ISO-8859-1\n" + "Xgettext-Options: \n" + "Files: annotate.c config.c confirm.c edit.c main.c report.c task.c unhide.c xextras.c\n" + diff --git a/deskutils/gtimer/files/patch-po_fr.po b/deskutils/gtimer/files/patch-po_fr.po new file mode 100644 index 000000000000..5eef81aaa56c --- /dev/null +++ b/deskutils/gtimer/files/patch-po_fr.po @@ -0,0 +1,11 @@ +--- po/fr.po.orig 2010-03-26 23:07:46 UTC ++++ po/fr.po +@@ -2,7 +2,7 @@ msgstr "" + msgstr "" + "Date: 1999-03-18 17:50:49-0500\n" + "From: Craig Knudsen \n" +-"Content-Type: text/plain; charset=\n" ++"Content-Type: text/plain; charset=ISO-8859-1\n" + "Xgettext-Options: \n" + "Files: annotate.c config.c confirm.c edit.c main.c report.c task.c unhide.c xextras.c\n" + diff --git a/devel/efl/Makefile b/devel/efl/Makefile index 08f83f386fe0..8725697d891b 100644 --- a/devel/efl/Makefile +++ b/devel/efl/Makefile @@ -1,235 +1,235 @@ PORTNAME= efl DISTVERSION= 1.26.3 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= devel enlightenment MASTER_SITES= http://download.enlightenment.org/rel/libs/${PORTNAME}/ DIST_SUBDIR= enlightenment MAINTAINER= enlightenment@FreeBSD.org COMMENT= Enlightenment Foundation Libraries WWW= https://docs.enlightenment.org/efl/current/ LICENSE= BSD2CLAUSE LGPL21 LICENSE_COMB= multi BUILD_DEPENDS= checkmk:devel/check LIB_DEPENDS= libgif.so:graphics/giflib \ libpng.so:graphics/png \ libtiff.so:graphics/tiff \ libfreetype.so:print/freetype2 \ libfontconfig.so:x11-fonts/fontconfig \ libdbus-1.so:devel/dbus \ libcurl.so:ftp/curl \ libsndfile.so:audio/libsndfile # lib/libeio.so.1 CONFLICTS_INSTALL= libeio USES= compiler:c++14-lang gettext-tools gnome iconv \ jpeg libtool localbase:ldflags meson ninja ssl pathfix pkgconfig \ python shared-mime-info shebangfix tar:xz xorg SHEBANG_FILES= src/tests/elementary/spec/generator.py \ src/bin/exactness/exactness_play.in \ src/bin/exactness/exactness_record.in USE_XORG= x11 xcb xcursor xcomposite xdamage xext xfixes xi xinerama \ xrandr xrender xtst xscrnsaver USE_LDCONFIG= yes MESON_ARGS= -Dsystemd=false -Deeze=false -Dinput=false PLIST_SUB= BRANCHVERSION=${PORTVERSION:R} PORTVERSION=${PORTVERSION} OPTIONS_DEFINE= AVAHI FRIBIDI HARFBUZZ NLS PHYSICS PULSEAUDIO SDL VNC EFLONE ELUA EXAMPLES DOXYGEN WAYLAND OPTIONS_GROUP= EMOTION INPUT LOADER BINDINGS OPTIONS_GROUP_EMOTION= GSTREAMER V4L OPTIONS_GROUP_INPUT= IBUS SCIM XIM OPTIONS_GROUP_LOADER= OPENJPEG PDF PS RAW SVG WEBP XCF AVIF HEIF OPTIONS_GROUP_BINDINGS= LUA CXX OPTIONS_GROUP_WAYLAND= WAYLAND OPTIONS_SINGLE= CRYPTO ENGINE LUAL OPTIONS_SINGLE_CRYPTO= OPENSSL GNUTLS OPTIONS_SINGLE_ENGINE= OPENGL OPENGLES NONE OPTIONS_SINGLE_LUAL= LUAJIT LUALANG OPTIONS_DEFAULT= FRIBIDI HARFBUZZ PULSEAUDIO EXAMPLES GSTREAMER V4L SCIM XIM \ OPENSSL OPENJPEG PDF PS RAW SVG WEBP XCF OPENGLES LUAJIT CXX OPTIONS_SUB= yes HARFBUZZ_DESC= OpenType text shaping engine PHYSICS_DESC= Physics engine (bullet) - DEPRECATED UPSTREAM EFLONE_DESC= Create EFL-One library (single file library) - EXPERIMENTAL ELUA_DESC= Lua launcher binary support in efl VNC_DESC= VNC Server support IBUS_DESC= Intelligent Input Bus SCIM_DESC= Smart Common Input Method XIM_DESC= X Input Method SVG_DESC= Vector graphics support XCF_DESC= Gimp image format support LUAL_DESC= LUA LUALANG_DESC= Use Lua LUAJIT_DESC= Use Luajit OPENGLES_DESC= 2D/3D rendering support via OpenGL ES NONE_DESC= No acceleration, software only LUA_DESC= Lua Bindings CXX_DESC= C++ Bindings EXAMPLES_DESC= Build examples of using EFL AVAHI_LIB_DEPENDS= libavahi-client.so:net/avahi-app AVAHI_MESON_TRUE= avahi FRIBIDI_LIB_DEPENDS= libfribidi.so:converters/fribidi FRIBIDI_MESON_TRUE= fribidi HARFBUZZ_LIB_DEPENDS= libharfbuzz.so:print/harfbuzz HARFBUZZ_MESON_TRUE= harfbuzz NLS_USES= gettext-runtime NLS_MESON_TRUE= nls PHYSICS_LIB_DEPENDS= libBulletDynamics.so:devel/bullet PHYSICS_MESON_TRUE= physics PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio PULSEAUDIO_MESON_TRUE= pulseaudio EFLONE_BROKEN_i386= EFLONE option is broken on i386 by the upstream bug: https://phab.enlightenment.org/T8870 EFLONE_MESON_TRUE= efl-one ELUA_MESON_TRUE= elua EXAMPLES_MESON_TRUE= build-examples DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen VNC_MESON_TRUE= vnc-server VNC_LIB_DEPENDS= libvncserver.so:net/libvncserver LUA_IMPLIES= ELUA LUA_VARS= lua_binding=lua CXX_VARS= cxx_binding=cxx WAYLAND_BUILD_DEPENDS= wayland-protocols>=1.7:graphics/wayland-protocols WAYLAND_LIB_DEPENDS= libepoll-shim.so:devel/libepoll-shim \ libxkbcommon.so:x11/libxkbcommon \ libwayland-client.so:graphics/wayland \ libwayland-cursor.so:graphics/wayland WAYLAND_CFLAGS= -I${LOCALBASE}/include/libepoll-shim WAYLAND_LDFLAGS= -lepoll-shim WAYLAND_MESON_TRUE= wl WAYLAND_BROKEN= Wayland bits compile but don't yet work at runtime GSTREAMER_USES= gstreamer GSTREAMER_USE= GSTREAMER=core GSTREAMER_MESON_TRUE= gstreamer V4L_BUILD_DEPENDS= ${LOCALBASE}/include/linux/videodev2.h:multimedia/v4l_compat V4L_MESON_TRUE= v4l2 IBUS_LIB_DEPENDS= libibus-1.0.so:textproc/ibus IBUS_USES= gnome IBUS_USE= GNOME=glib20 IBUS_MESON_TRUE= glib IBUS_VARS_OFF= ibus_disabler=ibus SCIM_LIB_DEPENDS= libscim-1.0.so:textproc/scim SCIM_VARS_OFF= scim_disabler=scim XIM_VARS_OFF= xim_disabler=xim OPENJPEG_LIB_DEPENDS= libopenjp2.so:graphics/openjpeg OPENJPEG_VARS_OFF= openjpeg_disabler=jp2k GNUTLS_LIB_DEPENDS= libgcrypt.so:security/libgcrypt \ libgnutls.so:security/gnutls GNUTLS_MESON_ON= -Dcrypto=gnutls GNUTLS_MESON_OFF= -Dcrypto=openssl GNUTLS_CFLAGS= -I${LOCALBASE}/include/gnutls/ GNUTLS_BROKEN= GNUTLS option is broken by the upstream bug: https://phab.enlightenment.org/T8807 PDF_LIB_DEPENDS= libpoppler.so:graphics/poppler PDF_VARS_OFF= pdf_disabler=pdf PS_LIB_DEPENDS= libspectre.so:print/libspectre PS_VARS_OFF= ps_disabler=ps RAW_LIB_DEPENDS= libraw.so:graphics/libraw RAW_VARS_OFF= raw_disabler=raw SVG_USES= gnome SVG_USE= GNOME=cairo GNOME=librsvg2 SVG_VARS_OFF= svg_disabler=rsvg AVIF_LIB_DEPENDS= libavif.so:graphics/libavif AVIF_VARS_OFF= avif_disabler=avif HEIF_LIB_DEPENDS= libheif.so:graphics/libheif HEIF_VARS_OFF= heif_disabler=heif WEBP_LIB_DEPENDS= libwebp.so:graphics/webp WEBP_VARS_OFF= webp_disabler=webp XCF_VARS_OFF= xcf_disabler=xcf LUAJIT_USES= luajit LUAJIT_MESON_ON= -Dlua-interpreter=luajit LUAJIT_PREVENTS= LUALANG LUALANG_USES= lua:51,build,run LUALANG_MESON_ON= -Dlua-interpreter=lua LUALANG_PREVENTS= LUAJIT OPENGL_USES= gl OPENGL_USE= GL=gl OPENGL_MESON_ON= -Dopengl=full OPENGLES_USES= gl OPENGLES_USE= GL=glesv2 OPENGLES_MESON_ON= -Dopengl=es-egl NONE_MESON_ON= -Dopengl=none SDL_USES= sdl SDL_USE= SDL=sdl2 SDL_MESON_TRUE= sdl IMF_DISABLERS= ${IBUS_DISABLER} ${SCIM_DISABLER} ${XIM_DISABLER} MESON_ARGS+= -Decore-imf-loaders-disabler="${IMF_DISABLERS:ts,}" EVAS_DISABLERS= json ${OPENJPEG_DISABLER} ${PDF_DISABLER} \ ${PS_DISABLER} ${RAW_DISABLER} ${SVG_DISABLER} \ ${AVIF_DISABLER} ${HEIF_DISABLER} ${WEBP_DISABLER} \ ${XCF_DISABLER} MESON_ARGS+= -Devas-loaders-disabler="${EVAS_DISABLERS:ts,}" EFL_BINDINGS= ${LUA_BINDING} ${CXX_BINDING} MESON_ARGS+= -Dbindings="${EFL_BINDINGS:ts,}" .include # Work-around build failure, which is caused by subtle problem in lld and -as-needed flag .if ${ARCH} == i386 MESON_ARGS+= -Db_asneeded=false .endif .if ${ARCH} == aarch64 || ${ARCH} == amd64 || ${ARCH} == armv7 || ${ARCH} == i386 || ${ARCH} == powerpc || ${ARCH} == powerpc64 || ${ARCH} == powerpc64le LIB_DEPENDS+= libunwind.so:devel/libunwind .endif .if ${ARCH:Marmv?} BUILD_DEPENDS+= as:devel/binutils CFLAGS+= -no-integrated-as .endif post-install: #@${RM} -r ${STAGEDIR}${PREFIX}/share/gdb @for i in `${FIND} ${STAGEDIR}${PREFIX}/bin ${STAGEDIR}${PREFIX}/lib -type f`; do \ if ${FILE} $$i | ${GREP} -q "not stripped"; then ${STRIP_CMD} $$i; fi; \ done post-stage: @${ECHO_CMD} "autogenerating plist"; @cd ${STAGEDIR}${PREFIX} && ${FIND} * -type f -or -type l >> ${TMPPLIST} .include diff --git a/devel/efl/files/patch-src_examples_edje_en__IN_domain__name.po b/devel/efl/files/patch-src_examples_edje_en__IN_domain__name.po new file mode 100644 index 000000000000..50325d1ef8b9 --- /dev/null +++ b/devel/efl/files/patch-src_examples_edje_en__IN_domain__name.po @@ -0,0 +1,9 @@ +--- src/examples/edje/en_IN/domain_name.po.orig 2022-09-16 13:16:23 UTC ++++ src/examples/edje/en_IN/domain_name.po +@@ -1,3 +1,6 @@ ++msgid "" ++msgstr "Content-Type: text/plain; charset=UTF-8" ++ + msgid "LOADING" + msgstr "Loading..." + diff --git a/devel/efl/files/patch-src_examples_edje_hi__IN_domain__name.po b/devel/efl/files/patch-src_examples_edje_hi__IN_domain__name.po new file mode 100644 index 000000000000..509084dd05b4 --- /dev/null +++ b/devel/efl/files/patch-src_examples_edje_hi__IN_domain__name.po @@ -0,0 +1,9 @@ +--- src/examples/edje/hi_IN/domain_name.po.orig 2022-09-16 13:16:23 UTC ++++ src/examples/edje/hi_IN/domain_name.po +@@ -1,3 +1,6 @@ ++msgid "" ++msgstr "Content-Type: text/plain; charset=UTF-8" ++ + msgid "LOADING" + msgstr "लोड हो रहा है..." + diff --git a/devel/gettext-runtime/files/patch-configure b/devel/gettext-runtime/files/patch-configure index fab412b86976..e70ae06e4969 100644 --- a/devel/gettext-runtime/files/patch-configure +++ b/devel/gettext-runtime/files/patch-configure @@ -1,11 +1,11 @@ ---- configure.orig 2022-10-09 21:31:34 UTC +--- configure.orig 2023-06-17 11:53:59 UTC +++ configure -@@ -22002,7 +22002,7 @@ then : +@@ -27079,7 +27079,7 @@ then : # On Solaris 10 or newer, this test is no longer needed, because # libc contains the fully functional pthread functions. case "$host_os" in -- solaris | solaris2.1-9 | solaris2.1-9.* | hpux*) -+ solaris | solaris2.1-9 | solaris2.1-9.* | hpux* | freebsd*) +- solaris | solaris2.[1-9] | solaris2.[1-9].* | hpux*) ++ solaris | solaris2.[1-9] | solaris2.[1-9].* | hpux* | freebsd*) printf "%s\n" "#define PTHREAD_IN_USE_DETECTION_HARD 1" >>confdefs.h diff --git a/devel/gettext-runtime/files/patch-intl_Makefile.in b/devel/gettext-runtime/files/patch-intl_Makefile.in new file mode 100644 index 000000000000..40647158d4fb --- /dev/null +++ b/devel/gettext-runtime/files/patch-intl_Makefile.in @@ -0,0 +1,11 @@ +--- intl/Makefile.in.orig 2023-06-17 11:53:53 UTC ++++ intl/Makefile.in +@@ -1692,7 +1692,7 @@ AM_CPPFLAGS = -Ignulib-lib -I$(srcdir)/gnulib-lib \ + AM_CPPFLAGS = -Ignulib-lib -I$(srcdir)/gnulib-lib \ + -DLOCALEDIR=$(localedir_c_make) \ + -DLOCALE_ALIAS_PATH=\"$(aliaspath)\" -DLIBDIR=\"$(libdir)\" \ +- -DBUILDING_LIBINTL $(am__append_1) ++ -DBUILDING_LIBINTL -DBUILDING_DLL $(am__append_1) + + # Enable more warning options in this directory. + diff --git a/devel/gettext-runtime/files/patch-intl-threadlib.c b/devel/gettext-runtime/files/patch-intl_gnulib-lib_glthread_threadlib.c similarity index 76% rename from devel/gettext-runtime/files/patch-intl-threadlib.c rename to devel/gettext-runtime/files/patch-intl_gnulib-lib_glthread_threadlib.c index 8de65d9244f0..45b8beaf8f98 100644 --- a/devel/gettext-runtime/files/patch-intl-threadlib.c +++ b/devel/gettext-runtime/files/patch-intl_gnulib-lib_glthread_threadlib.c @@ -1,39 +1,39 @@ ---- intl/threadlib.c.orig 2013-03-07 08:44:37 UTC -+++ intl/threadlib.c -@@ -29,11 +29,10 @@ +--- intl/gnulib-lib/glthread/threadlib.c.orig 2023-02-03 13:19:38 UTC ++++ intl/gnulib-lib/glthread/threadlib.c +@@ -62,11 +62,10 @@ glthread_in_use (void) - # if PTHREAD_IN_USE_DETECTION_HARD + /* Test using pthread_create. */ -/* The function to be executed by a dummy thread. */ -static void * -dummy_thread_func (void *arg) +static pthread_once_t dummy_once_control = PTHREAD_ONCE_INIT; +static void +dummy_once_func (void) { - return arg; } int -@@ -44,19 +43,10 @@ glthread_in_use (void) +@@ -77,19 +76,10 @@ glthread_in_use (void) if (!tested) { - pthread_t thread; - - if (pthread_create (&thread, NULL, dummy_thread_func, NULL) != 0) - /* Thread creation failed. */ + if (pthread_once (&dummy_once_control, dummy_once_func) != 0) result = 0; else - { - /* Thread creation works. */ - void *retval; - if (pthread_join (thread, &retval) != 0) - abort (); - result = 1; - } + result = 1; tested = 1; } return result; diff --git a/devel/gettext-runtime/pkg-plist b/devel/gettext-runtime/pkg-plist index 18baf1d96239..454c0413eaf8 100644 --- a/devel/gettext-runtime/pkg-plist +++ b/devel/gettext-runtime/pkg-plist @@ -1,98 +1,99 @@ bin/envsubst bin/gettext bin/gettext.sh bin/ngettext include/autosprintf.h include/libintl.h lib/libasprintf.a lib/libasprintf.so lib/libasprintf.so.0 lib/libasprintf.so.0.0.0 lib/libintl.a lib/libintl.so lib/libintl.so.8 lib/libintl.so.8.3.0 man/man1/envsubst.1.gz man/man1/gettext.1.gz man/man1/ngettext.1.gz man/man3/bind_textdomain_codeset.3.gz man/man3/bindtextdomain.3.gz man/man3/dcgettext.3.gz man/man3/dcngettext.3.gz man/man3/dgettext.3.gz man/man3/dngettext.3.gz man/man3/gettext.3.gz man/man3/ngettext.3.gz man/man3/textdomain.3.gz %%PORTDOCS%%%%DOCSDIR%%/bind_textdomain_codeset.3.html %%PORTDOCS%%%%DOCSDIR%%/bindtextdomain.3.html %%PORTDOCS%%%%DOCSDIR%%/csharpdoc/GNU_Gettext.html %%PORTDOCS%%%%DOCSDIR%%/csharpdoc/GNU_Gettext_GettextResourceManager.html %%PORTDOCS%%%%DOCSDIR%%/csharpdoc/GNU_Gettext_GettextResourceSet.html %%PORTDOCS%%%%DOCSDIR%%/csharpdoc/begin.html %%PORTDOCS%%%%DOCSDIR%%/csharpdoc/index.html %%PORTDOCS%%%%DOCSDIR%%/csharpdoc/namespaces.html %%PORTDOCS%%%%DOCSDIR%%/envsubst.1.html %%PORTDOCS%%%%DOCSDIR%%/gettext.1.html %%PORTDOCS%%%%DOCSDIR%%/gettext.3.html %%PORTDOCS%%%%DOCSDIR%%/javadoc2/allclasses-frame.html %%PORTDOCS%%%%DOCSDIR%%/javadoc2/deprecated-list.html %%PORTDOCS%%%%DOCSDIR%%/javadoc2/gnu/gettext/GettextResource.html %%PORTDOCS%%%%DOCSDIR%%/javadoc2/gnu/gettext/package-frame.html %%PORTDOCS%%%%DOCSDIR%%/javadoc2/gnu/gettext/package-summary.html %%PORTDOCS%%%%DOCSDIR%%/javadoc2/gnu/gettext/package-tree.html %%PORTDOCS%%%%DOCSDIR%%/javadoc2/help-doc.html %%PORTDOCS%%%%DOCSDIR%%/javadoc2/index-all.html %%PORTDOCS%%%%DOCSDIR%%/javadoc2/index.html %%PORTDOCS%%%%DOCSDIR%%/javadoc2/overview-tree.html %%PORTDOCS%%%%DOCSDIR%%/javadoc2/package-list %%PORTDOCS%%%%DOCSDIR%%/javadoc2/packages.html %%PORTDOCS%%%%DOCSDIR%%/javadoc2/serialized-form.html %%PORTDOCS%%%%DOCSDIR%%/javadoc2/stylesheet.css %%PORTDOCS%%%%DOCSDIR%%/ngettext.1.html %%PORTDOCS%%%%DOCSDIR%%/ngettext.3.html %%PORTDOCS%%%%DOCSDIR%%/textdomain.3.html %%PORTDOCS%%share/doc/libasprintf/autosprintf_all.html %%DATADIR%%/ABOUT-NLS share/locale/ast/LC_MESSAGES/gettext-runtime.mo share/locale/be/LC_MESSAGES/gettext-runtime.mo share/locale/bg/LC_MESSAGES/gettext-runtime.mo share/locale/ca/LC_MESSAGES/gettext-runtime.mo share/locale/cs/LC_MESSAGES/gettext-runtime.mo share/locale/da/LC_MESSAGES/gettext-runtime.mo share/locale/de/LC_MESSAGES/gettext-runtime.mo share/locale/el/LC_MESSAGES/gettext-runtime.mo share/locale/en@boldquot/LC_MESSAGES/gettext-runtime.mo share/locale/en@quot/LC_MESSAGES/gettext-runtime.mo share/locale/eo/LC_MESSAGES/gettext-runtime.mo share/locale/es/LC_MESSAGES/gettext-runtime.mo share/locale/et/LC_MESSAGES/gettext-runtime.mo share/locale/fi/LC_MESSAGES/gettext-runtime.mo share/locale/fr/LC_MESSAGES/gettext-runtime.mo share/locale/ga/LC_MESSAGES/gettext-runtime.mo share/locale/gl/LC_MESSAGES/gettext-runtime.mo share/locale/hr/LC_MESSAGES/gettext-runtime.mo share/locale/hu/LC_MESSAGES/gettext-runtime.mo share/locale/id/LC_MESSAGES/gettext-runtime.mo share/locale/it/LC_MESSAGES/gettext-runtime.mo share/locale/ja/LC_MESSAGES/gettext-runtime.mo +share/locale/ka/LC_MESSAGES/gettext-runtime.mo share/locale/ko/LC_MESSAGES/gettext-runtime.mo share/locale/locale.alias share/locale/nb/LC_MESSAGES/gettext-runtime.mo share/locale/nl/LC_MESSAGES/gettext-runtime.mo share/locale/nn/LC_MESSAGES/gettext-runtime.mo share/locale/pl/LC_MESSAGES/gettext-runtime.mo share/locale/pt/LC_MESSAGES/gettext-runtime.mo share/locale/pt_BR/LC_MESSAGES/gettext-runtime.mo share/locale/ro/LC_MESSAGES/gettext-runtime.mo share/locale/ru/LC_MESSAGES/gettext-runtime.mo share/locale/sk/LC_MESSAGES/gettext-runtime.mo share/locale/sl/LC_MESSAGES/gettext-runtime.mo share/locale/sr/LC_MESSAGES/gettext-runtime.mo share/locale/sv/LC_MESSAGES/gettext-runtime.mo share/locale/tr/LC_MESSAGES/gettext-runtime.mo share/locale/uk/LC_MESSAGES/gettext-runtime.mo share/locale/vi/LC_MESSAGES/gettext-runtime.mo share/locale/zh_CN/LC_MESSAGES/gettext-runtime.mo share/locale/zh_HK/LC_MESSAGES/gettext-runtime.mo share/locale/zh_TW/LC_MESSAGES/gettext-runtime.mo diff --git a/devel/gettext-tools/Makefile b/devel/gettext-tools/Makefile index 4cb854f6ba66..45be53664d64 100644 --- a/devel/gettext-tools/Makefile +++ b/devel/gettext-tools/Makefile @@ -1,62 +1,47 @@ # NOTE: before committing to this port, contact portmgr to arrange for an # experimental ports run. Untested commits may be backed out at portmgr's # discretion. PORTNAME= gettext-tools PORTREVISION= 0 COMMENT= GNU gettext development and translation tools WWW= https://www.gnu.org/software/gettext/ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/../COPYING .include "${.CURDIR}/../gettext/Makefile.common" BUILD_DEPENDS= libtextstyle>=${PORTVERSION}:devel/libtextstyle LIB_DEPENDS= libtextstyle.so:devel/libtextstyle USES= charsetfix cpe gettext-runtime iconv libtool localbase tar:xz USE_LDCONFIG= yes CPE_PRODUCT= gettext CPE_VENDOR= gnu GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-csharp --disable-java --with-included-glib \ --with-included-libcroco --with-included-libunistring \ - --with-included-libxml --with-xz --without-emacs \ + --with-included-libxml --with-installed-libtextstyle \ + --with-xz --without-emacs \ ac_cv_lib_rt_sched_yield=no INSTALL_TARGET= install-strip TEST_TARGET= check WRKSRC_SUBDIR= gettext-tools DATADIR= ${PREFIX}/share/gettext DOCSDIR= ${PREFIX}/share/doc/gettext PLIST_SUB= PORTVERSION=${PORTVERSION} VERSION=${PORTVERSION} INFO= gettext OPTIONS_DEFINE= DOCS EXAMPLES THREADS OPTIONS_DEFAULT=THREADS OPTIONS_EXCLUDE_DragonFly= THREADS THREADS_CONFIGURE_ENABLE= threads -post-patch: -# Do not patch system float.h. - @${REINPLACE_CMD} 's/FLOAT_H=float\.h//' \ - ${WRKSRC}/configure -# Use libintl installed by gettext-runtime. - @${REINPLACE_CMD} '/^LDADD_no =/s,\.\./intl/libgnuintl.la,,' \ - ${WRKSRC}/tests/Makefile.in -# Use libasprintf installed by gettext-runtime. - @${REINPLACE_CMD} 's,[^ ]*libasprintf.la,-lasprintf,' \ - ${WRKSRC}/tests/lang-c++ -# Use system libtextstyle. - @${REINPLACE_CMD} \ - -e '/:/!s,[[:<:]]textstyle[^[:space:]]*\.h,,g' \ - -e 's,\.\./\.\./libtextstyle/lib/libtextstyle\.la,-ltextstyle,' \ - ${WRKSRC}/src/Makefile.in - .include diff --git a/devel/gettext-tools/files/patch-configure b/devel/gettext-tools/files/patch-configure index b519ba5fea97..aa7ea1955a41 100644 --- a/devel/gettext-tools/files/patch-configure +++ b/devel/gettext-tools/files/patch-configure @@ -1,20 +1,19 @@ ---- configure.orig 2022-10-09 21:32:05 UTC +--- configure.orig 2023-06-17 11:54:38 UTC +++ configure -@@ -24756,7 +24756,7 @@ then : +@@ -26130,7 +26130,6 @@ printf "%s\n" "$ac_res" >&6; } + if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" = "yes"; } \ + || { { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; } \ + && test "$PACKAGE" != gettext-runtime \ +- && test "$PACKAGE" != gettext-tools \ + && test "$PACKAGE" != libintl; }; then + gt_use_preinstalled_gnugettext=yes + else +@@ -35320,7 +35319,7 @@ then : # On Solaris 10 or newer, this test is no longer needed, because # libc contains the fully functional pthread functions. case "$host_os" in -- solaris | solaris2.1-9 | solaris2.1-9.* | hpux*) -+ solaris | solaris2.1-9 | solaris2.1-9.* | hpux* | freebsd*) +- solaris | solaris2.[1-9] | solaris2.[1-9].* | hpux*) ++ solaris | solaris2.[1-9] | solaris2.[1-9].* | hpux* | freebsd*) printf "%s\n" "#define PTHREAD_IN_USE_DETECTION_HARD 1" >>confdefs.h -@@ -29661,7 +29661,7 @@ printf "%s\n" "$ac_res" >&6; } - if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" = "yes"; } \ - || { { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; } \ - && test "$PACKAGE" != gettext-runtime \ -- && test "$PACKAGE" != gettext-tools; }; then -+ ; }; then - gt_use_preinstalled_gnugettext=yes - else - LIBINTL= diff --git a/devel/gettext-tools/files/patch-src_Makefile.in b/devel/gettext-tools/files/patch-src_Makefile.in new file mode 100644 index 000000000000..6ac2f71193b4 --- /dev/null +++ b/devel/gettext-tools/files/patch-src_Makefile.in @@ -0,0 +1,11 @@ +--- src/Makefile.in.orig 2023-06-17 11:54:44 UTC ++++ src/Makefile.in +@@ -696,7 +696,7 @@ am_msginit_OBJECTS = msginit-msginit.$(OBJEXT) \ + msggrep_OBJECTS = $(am_msggrep_OBJECTS) + am_msginit_OBJECTS = msginit-msginit.$(OBJEXT) \ + msginit-lang-table.$(OBJEXT) msginit-plural-count.$(OBJEXT) \ +- ../../gettext-runtime/intl/msginit-localealias.$(OBJEXT) ++ + msginit_OBJECTS = $(am_msginit_OBJECTS) + msginit_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ diff --git a/devel/gettext-tools/files/patch-tests_Makefile.in b/devel/gettext-tools/files/patch-tests_Makefile.in new file mode 100644 index 000000000000..11bd831120cf --- /dev/null +++ b/devel/gettext-tools/files/patch-tests_Makefile.in @@ -0,0 +1,11 @@ +--- tests/Makefile.in.orig 2023-06-25 16:45:40 UTC ++++ tests/Makefile.in +@@ -3788,7 +3788,7 @@ LDADD_yes = ../../gettext-runtime/intl/libintl.la @LTL + # but libtool doesn't put -Wl,-framework options into .la files. + LDADD = $(LDADD_@USE_INCLUDED_LIBINTL@) @INTL_MACOSX_LIBS@ + LDADD_yes = ../../gettext-runtime/intl/libintl.la @LTLIBTHREAD@ +-LDADD_no = ../../gettext-runtime/intl/libgnuintl.la @LTLIBTHREAD@ @LTLIBINTL@ ++LDADD_no = @LTLIBTHREAD@ @LTLIBINTL@ + tstgettext_SOURCES = \ + tstgettext.c ../../gettext-runtime/src/escapes.h \ + setlocale.c diff --git a/devel/gettext-tools/files/patch-tests_lang-c++ b/devel/gettext-tools/files/patch-tests_lang-c++ new file mode 100644 index 000000000000..887a24e088f8 --- /dev/null +++ b/devel/gettext-tools/files/patch-tests_lang-c++ @@ -0,0 +1,11 @@ +--- tests/lang-c++.orig 2023-06-08 12:56:56 UTC ++++ tests/lang-c++ +@@ -72,7 +72,7 @@ ${CONFIG_SHELL} "$top_builddir"/libtool --quiet --tag= + : ${CONFIG_SHELL=${SHELL-/bin/sh}} + ${CONFIG_SHELL} "$top_builddir"/libtool --quiet --tag=CXX --mode=link \ + ${CXX} ${CXXFLAGS} `echo "X ${LDFLAGS} " | sed -e 's/^X//' -e 's/ -Wl,--disable-auto-import / /'` -o prog prog.${OBJEXT} \ +- ../../../gettext-runtime/libasprintf/libasprintf.la \ ++ -lasprintf \ + ../../gnulib-lib/libgettextlib.la ${LTLIBINTL} \ + || Exit 1 + diff --git a/devel/gettext-tools/pkg-plist b/devel/gettext-tools/pkg-plist index c269acaa82ec..c0dd1f341684 100644 --- a/devel/gettext-tools/pkg-plist +++ b/devel/gettext-tools/pkg-plist @@ -1,1861 +1,1917 @@ bin/autopoint bin/gettextize bin/msgattrib bin/msgcat bin/msgcmp bin/msgcomm bin/msgconv bin/msgen bin/msgexec bin/msgfilter bin/msgfmt bin/msggrep bin/msginit bin/msgmerge bin/msgunfmt bin/msguniq bin/recode-sr-latin bin/xgettext include/gettext-po.h lib/gettext/cldr-plurals lib/gettext/hostname lib/gettext/project-id lib/gettext/urlget lib/gettext/user-email lib/libgettextlib-%%PORTVERSION%%.so lib/libgettextlib.so lib/libgettextpo.a lib/libgettextpo.so lib/libgettextpo.so.0 -lib/libgettextpo.so.0.5.8 +lib/libgettextpo.so.0.5.9 lib/libgettextsrc-%%PORTVERSION%%.so lib/libgettextsrc.so man/man1/autopoint.1.gz man/man1/gettextize.1.gz man/man1/msgattrib.1.gz man/man1/msgcat.1.gz man/man1/msgcmp.1.gz man/man1/msgcomm.1.gz man/man1/msgconv.1.gz man/man1/msgen.1.gz man/man1/msgexec.1.gz man/man1/msgfilter.1.gz man/man1/msgfmt.1.gz man/man1/msggrep.1.gz man/man1/msginit.1.gz man/man1/msgmerge.1.gz man/man1/msgunfmt.1.gz man/man1/msguniq.1.gz man/man1/recode-sr-latin.1.gz man/man1/xgettext.1.gz +share/aclocal/build-to-host.m4 share/aclocal/gettext.m4 share/aclocal/host-cpu-c-abi.m4 share/aclocal/iconv.m4 share/aclocal/intlmacosx.m4 share/aclocal/lib-ld.m4 share/aclocal/lib-link.m4 share/aclocal/lib-prefix.m4 share/aclocal/nls.m4 share/aclocal/po.m4 share/aclocal/progtest.m4 %%PORTDOCS%%%%DOCSDIR%%/FAQ.html %%PORTDOCS%%%%DOCSDIR%%/autopoint.1.html %%PORTEXAMPLES%%%%DOCSDIR%%/examples/README %%PORTEXAMPLES%%%%DOCSDIR%%/examples/build-aux/csharpcomp.m4 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/build-aux/csharpcomp.sh.in %%PORTEXAMPLES%%%%DOCSDIR%%/examples/build-aux/csharpexec-test.exe %%PORTEXAMPLES%%%%DOCSDIR%%/examples/build-aux/csharpexec.m4 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/build-aux/csharpexec.sh.in %%PORTEXAMPLES%%%%DOCSDIR%%/examples/build-aux/javacomp.m4 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/build-aux/javacomp.sh.in %%PORTEXAMPLES%%%%DOCSDIR%%/examples/build-aux/javaexec.m4 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/build-aux/javaexec.sh.in %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/INSTALL %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/Makefile.am %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/autoclean.sh %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/autogen.sh %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/configure.ac %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/hello.cc %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/m4/Makefile.am %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/m4/gnome-gnorba-check.m4 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/m4/gnome-orbit-check.m4 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/m4/gnome.m4 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/m4/gtk--.m4 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/m4/gtk.m4 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/LINGUAS %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/Makevars %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/POTFILES.in %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/af.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/ast.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/bg.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/ca.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/cs.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/da.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/de.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/el.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/eo.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/es.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/fi.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/fr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/ga.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/gl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/hr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/hu.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/id.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/it.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/ja.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/ka.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/ky.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/lv.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/ms.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/mt.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/nb.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/nl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/nn.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/pl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/pt.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/pt_BR.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/ro.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/ru.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/sk.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/sl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/sq.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/sr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/sv.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/ta.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/tr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/uk.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/vi.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/zh_CN.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/zh_HK.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/zh_TW.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/BUGS %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/INSTALL %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/Makefile.am %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/admin/ChangeLog %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/admin/Doxyfile.am %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/admin/Doxyfile.global %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/admin/Makefile.common %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/admin/acinclude.m4.in %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/admin/am_edit %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/admin/compile %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/admin/conf.change.pl %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/admin/config.guess %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/admin/config.pl %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/admin/config.sub %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/admin/configure.in.bot.end %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/admin/configure.in.min %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/admin/cvs-clean.pl %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/admin/cvs.sh %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/admin/debianrules %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/admin/depcomp %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/admin/detect-autoconf.sh %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/admin/install-sh %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/admin/libtool.m4.in %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/admin/ltmain.sh %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/admin/missing %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/admin/mkinstalldirs %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/admin/ylwrap %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/autoclean.sh %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/autogen.sh %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/configure.in.in %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/hello.cc %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/hellowindow.cc %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/hellowindow.h %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/m4/Makefile.am %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/LINGUAS %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/Makevars %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/POTFILES.in %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/af.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/ast.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/bg.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/ca.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/cs.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/da.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/de.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/el.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/eo.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/es.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/fi.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/fr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/ga.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/gl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/hr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/hu.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/id.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/it.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/ja.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/ka.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/ky.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/lv.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/ms.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/mt.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/nb.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/nl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/nn.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/pl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/pt.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/pt_BR.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/ro.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/ru.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/sk.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/sl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/sq.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/sr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/sv.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/ta.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/tr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/uk.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/vi.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/zh_CN.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/zh_HK.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/po/zh_TW.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/BUGS %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/INSTALL %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/Makefile.am %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/autoclean.sh %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/autogen.sh %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/configure.ac %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/hello.cc %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/m4/Makefile.am %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/m4/qt.m4 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/LINGUAS %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/Makefile.am %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/af.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/ast.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/bg.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/ca.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/cs.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/da.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/de.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/el.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/eo.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/es.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/fi.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/fr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/ga.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/gl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/hr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/hu.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/id.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/it.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/ja.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/ka.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/ky.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/lv.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/ms.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/mt.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/nb.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/nl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/nn.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/pl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/pt.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/pt_BR.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/ro.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/ru.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/sk.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/sl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/sq.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/sr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/sv.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/ta.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/tr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/uk.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/vi.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/zh_CN.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/zh_HK.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-qt/po/zh_TW.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/INSTALL %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/Makefile.am %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/autoclean.sh %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/autogen.sh %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/configure.ac %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/hello.cc %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/m4/Makefile.am %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/m4/wxwidgets.m4 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/LINGUAS %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/Makefile.am %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/af.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/ast.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/bg.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/ca.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/cs.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/da.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/de.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/el.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/eo.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/es.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/fi.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/fr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/ga.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/gl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/hr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/hu.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/id.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/it.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/ja.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/ka.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/ky.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/lv.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/ms.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/mt.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/nb.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/nl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/nn.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/pl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/pt.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/pt_BR.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/ro.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/ru.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/sk.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/sl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/sq.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/sr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/sv.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/ta.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/tr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/uk.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/vi.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/zh_CN.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/zh_HK.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-wxwidgets/po/zh_TW.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/INSTALL %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/Makefile.am %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/autoclean.sh %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/autogen.sh %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/configure.ac %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/hello.cc %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/m4/Makefile.am %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/LINGUAS %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/Makevars %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/POTFILES.in %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/af.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/ast.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/bg.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/ca.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/cs.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/da.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/de.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/el.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/eo.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/es.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/fi.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/fr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/ga.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/gl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/hr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/hu.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/id.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/it.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/ja.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/ka.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/ky.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/lv.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/ms.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/mt.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/nb.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/nl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/nn.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/pl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/pt.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/pt_BR.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/ro.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/ru.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/sk.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/sl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/sq.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/sr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/sv.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/ta.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/tr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/uk.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/vi.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/zh_CN.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/zh_HK.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++/po/zh_TW.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++20/INSTALL +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++20/Makefile.am +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++20/autoclean.sh +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++20/autogen.sh +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++20/configure.ac +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++20/hello.cc +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++20/m4/Makefile.am +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++20/po/LINGUAS +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++20/po/Makevars +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++20/po/POTFILES.in +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++20/po/af.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++20/po/ast.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++20/po/bg.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++20/po/ca.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++20/po/cs.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++20/po/da.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++20/po/de.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++20/po/el.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++20/po/eo.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++20/po/es.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++20/po/fi.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++20/po/fr.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++20/po/ga.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++20/po/gl.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++20/po/hr.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++20/po/hu.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++20/po/id.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++20/po/it.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++20/po/ja.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++20/po/ka.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++20/po/ky.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++20/po/lv.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++20/po/ms.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++20/po/mt.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++20/po/nb.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++20/po/nl.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++20/po/nn.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++20/po/pl.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++20/po/pt.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++20/po/pt_BR.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++20/po/ro.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++20/po/ru.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++20/po/sk.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++20/po/sl.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++20/po/sq.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++20/po/sr.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++20/po/sv.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++20/po/ta.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++20/po/tr.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++20/po/uk.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++20/po/vi.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++20/po/zh_CN.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++20/po/zh_HK.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++20/po/zh_TW.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/INSTALL %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/Makefile.am %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/autoclean.sh %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/autogen.sh %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/configure.ac %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/hello.c %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/m4/Makefile.am %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/m4/gnome-gnorba-check.m4 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/m4/gnome-orbit-check.m4 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/m4/gnome.m4 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/LINGUAS %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/Makevars %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/POTFILES.in %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/af.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/ast.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/bg.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/ca.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/cs.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/da.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/de.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/el.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/eo.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/es.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/fi.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/fr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/ga.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/gl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/hr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/hu.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/id.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/it.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/ja.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/ka.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/ky.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/lv.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/ms.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/mt.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/nb.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/nl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/nn.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/pl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/pt.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/pt_BR.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/ro.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/ru.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/sk.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/sl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/sq.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/sr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/sv.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/ta.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/tr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/uk.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/vi.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/zh_CN.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/zh_HK.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/zh_TW.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/INSTALL %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/Makefile.am %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/autoclean.sh %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/autogen.sh %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/configure.ac %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/hello.c %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/hello.desktop.in.in %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/hello.gresource.xml %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/hello.gschema.xml %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/hello.ui %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/m4/Makefile.am %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/LINGUAS %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/Makevars %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/POTFILES.in %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/af.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/ast.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/bg.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/ca.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/cs.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/da.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/de.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/el.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/eo.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/es.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/fi.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/fr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/ga.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/gl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/hr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/hu.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/id.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/it.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/ja.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/ka.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/ky.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/lv.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/ms.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/mt.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/nb.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/nl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/nn.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/pl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/pt.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/pt_BR.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/ro.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/ru.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/sk.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/sl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/sq.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/sr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/sv.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/ta.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/tr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/uk.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/vi.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/zh_CN.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/zh_HK.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/zh_TW.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/INSTALL %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/Makefile.am %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/autoclean.sh %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/autogen.sh %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/configure.ac %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/hello.c %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/m4/Makefile.am %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/LINGUAS %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/Makevars %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/POTFILES.in %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/af.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/ast.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/bg.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/ca.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/cs.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/da.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/de.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/el.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/eo.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/es.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/fi.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/fr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/ga.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/gl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/hr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/hu.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/id.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/it.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/ja.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/ka.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/ky.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/lv.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/ms.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/mt.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/nb.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/nl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/nn.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/pl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/pt.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/pt_BR.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/ro.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/ru.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/sk.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/sl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/sq.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/sr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/sv.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/ta.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/tr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/uk.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/vi.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/zh_CN.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/zh_HK.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/po/zh_TW.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/INSTALL %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/Makefile.am %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/autoclean.sh %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/autogen.sh %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/configure.ac %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/hello.lisp.in %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/m4/Makefile.am %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/LINGUAS %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/Makefile.am %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/af.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/ast.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/bg.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/ca.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/cs.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/da.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/de.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/el.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/eo.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/es.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/fi.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/fr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/ga.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/gl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/hr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/hu.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/id.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/it.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/ja.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/ka.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/ky.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/lv.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/ms.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/mt.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/nb.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/nl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/nn.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/pl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/pt.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/pt_BR.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/ro.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/ru.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/sk.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/sl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/sq.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/sr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/sv.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/ta.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/tr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/uk.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/vi.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/zh_CN.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/zh_HK.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-clisp/po/zh_TW.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/INSTALL %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/Makefile.am %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/README %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/autoclean.sh %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/autogen.sh %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/configure.ac %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/hello.cs %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/m4/Makefile.am %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/LINGUAS %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/Makefile.am %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/af.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/ast.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/bg.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/ca.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/cs.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/da.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/de.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/el.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/eo.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/es.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/fi.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/fr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/ga.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/gl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/hr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/hu.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/id.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/it.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/ja.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/ka.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/ky.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/lv.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/ms.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/mt.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/nb.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/nl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/nn.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/pl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/pt.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/pt_BR.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/ro.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/ru.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/sk.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/sl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/sq.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/sr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/sv.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/ta.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/tr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/uk.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/vi.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/zh_CN.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/zh_HK.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp-forms/po/zh_TW.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/INSTALL %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/Makefile.am %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/autoclean.sh %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/autogen.sh %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/configure.ac %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/hello.cs %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/m4/Makefile.am %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/LINGUAS %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/Makefile.am %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/af.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/ast.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/bg.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/ca.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/cs.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/da.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/de.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/el.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/eo.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/es.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/fi.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/fr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/ga.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/gl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/hr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/hu.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/id.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/it.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/ja.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/ka.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/ky.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/lv.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/ms.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/mt.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/nb.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/nl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/nn.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/pl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/pt.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/pt_BR.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/ro.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/ru.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/sk.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/sl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/sq.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/sr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/sv.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/ta.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/tr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/uk.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/vi.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/zh_CN.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/zh_HK.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/zh_TW.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/INSTALL %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/Makefile.am %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/autoclean.sh %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/autogen.sh %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/configure.ac %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/hello.awk %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/m4/Makefile.am %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/LINGUAS %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/Makefile.am %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/af.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/ast.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/bg.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/ca.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/cs.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/da.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/de.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/el.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/eo.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/es.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/fi.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/fr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/ga.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/gl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/hr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/hu.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/id.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/it.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/ja.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/ka.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/ky.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/lv.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/ms.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/mt.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/nb.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/nl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/nn.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/pl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/pt.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/pt_BR.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/ro.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/ru.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/sk.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/sl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/sq.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/sr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/sv.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/ta.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/tr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/uk.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/vi.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/zh_CN.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/zh_HK.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/zh_TW.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/INSTALL %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/Makefile.am %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/autoclean.sh %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/autogen.sh %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/configure.ac %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/hello.scm %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/m4/Makefile.am %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/LINGUAS %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/Makefile.am %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/af.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/ast.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/bg.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/ca.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/cs.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/da.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/de.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/el.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/eo.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/es.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/fi.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/fr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/ga.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/gl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/hr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/hu.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/id.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/it.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/ja.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/ka.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/ky.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/lv.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/ms.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/mt.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/nb.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/nl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/nn.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/pl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/pt.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/pt_BR.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/ro.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/ru.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/sk.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/sl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/sq.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/sr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/sv.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/ta.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/tr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/uk.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/vi.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/zh_CN.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/zh_HK.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/po/zh_TW.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/BUGS %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/Hello.java %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/INSTALL %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/Makefile.am %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/autoclean.sh %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/autogen.sh %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/configure.ac %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/m4/Makefile.am %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/m4/TestAWT.class %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/m4/TestAWT.java %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/LINGUAS %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/Makefile.am %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/af.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/ast.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/bg.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/ca.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/cs.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/da.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/de.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/el.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/eo.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/es.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/fi.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/fr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/ga.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/gl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/hr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/hu.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/id.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/it.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/ja.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/ka.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/ky.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/lv.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/ms.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/mt.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/nb.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/nl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/nn.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/pl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/pt.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/pt_BR.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/ro.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/ru.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/sk.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/sl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/sq.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/sr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/sv.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/ta.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/tr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/uk.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/vi.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/zh_CN.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/zh_HK.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-awt/po/zh_TW.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/BUGS %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/Hello.java %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/INSTALL %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/Makefile.am %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/autoclean.sh %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/autogen.sh %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/configure.ac %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/m4/Makefile.am %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/m4/Test15.class %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/m4/Test15.java %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/LINGUAS %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/Makefile.am %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/af.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/ast.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/bg.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/ca.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/cs.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/da.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/de.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/el.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/eo.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/es.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/fi.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/fr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/ga.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/gl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/hr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/hu.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/id.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/it.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/ja.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/ka.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/ky.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/lv.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/ms.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/mt.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/nb.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/nl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/nn.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/pl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/pt.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/pt_BR.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/ro.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/ru.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/sk.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/sl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/sq.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/sr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/sv.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/ta.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/tr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/uk.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/vi.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/zh_CN.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/zh_HK.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-qtjambi/po/zh_TW.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/BUGS %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/Hello.java %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/INSTALL %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/Makefile.am %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/autoclean.sh %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/autogen.sh %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/configure.ac %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/m4/Makefile.am %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/m4/TestAWT.class %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/m4/TestAWT.java %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/LINGUAS %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/Makefile.am %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/af.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/ast.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/bg.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/ca.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/cs.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/da.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/de.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/el.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/eo.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/es.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/fi.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/fr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/ga.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/gl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/hr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/hu.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/id.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/it.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/ja.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/ka.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/ky.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/lv.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/ms.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/mt.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/nb.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/nl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/nn.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/pl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/pt.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/pt_BR.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/ro.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/ru.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/sk.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/sl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/sq.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/sr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/sv.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/ta.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/tr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/uk.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/vi.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/zh_CN.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/zh_HK.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java-swing/po/zh_TW.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/Hello.java %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/INSTALL %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/Makefile.am %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/autoclean.sh %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/autogen.sh %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/configure.ac %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/m4/Makefile.am %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/LINGUAS %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/Makefile.am %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/af.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/ast.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/bg.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/ca.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/cs.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/da.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/de.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/el.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/eo.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/es.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/fi.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/fr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/ga.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/gl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/hr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/hu.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/id.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/it.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/ja.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/ka.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/ky.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/lv.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/ms.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/mt.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/nb.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/nl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/nn.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/pl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/pt.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/pt_BR.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/ro.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/ru.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/sk.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/sl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/sq.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/sr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/sv.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/ta.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/tr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/uk.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/vi.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/zh_CN.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/zh_HK.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-java/po/zh_TW.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/INSTALL %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/Makefile.am %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/autoclean.sh %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/autogen.sh %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/configure.ac %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/hello.jl.in %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/m4/Makefile.am %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/LINGUAS %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/Makefile.am %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/af.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/ast.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/bg.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/ca.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/cs.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/da.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/de.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/el.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/eo.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/es.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/fi.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/fr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/ga.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/gl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/hr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/hu.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/id.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/it.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/ja.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/ka.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/ky.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/lv.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/ms.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/mt.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/nb.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/nl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/nn.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/pl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/pt.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/pt_BR.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/ro.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/ru.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/sk.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/sl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/sq.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/sr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/sv.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/ta.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/tr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/uk.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/vi.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/zh_CN.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/zh_HK.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/zh_TW.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/INSTALL %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/Makefile.am %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/autoclean.sh %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/autogen.sh %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/configure.ac %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/hello.m %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/m4/Makefile.am %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/m4/gnome-gnorba-check.m4 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/m4/gnome-orbit-check.m4 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/m4/gnome.m4 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/LINGUAS %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/Makevars %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/POTFILES.in %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/af.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/ast.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/bg.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/ca.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/cs.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/da.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/de.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/el.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/eo.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/es.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/fi.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/fr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/ga.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/gl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/hr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/hu.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/id.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/it.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/ja.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/ka.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/ky.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/lv.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/ms.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/mt.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/nb.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/nl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/nn.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/pl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/pt.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/pt_BR.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/ro.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/ru.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/sk.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/sl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/sq.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/sr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/sv.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/ta.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/tr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/uk.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/vi.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/zh_CN.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/zh_HK.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/zh_TW.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/AppController.h %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/AppController.m %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/BUGS %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/GNUmakefile %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/Hello.h %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/Hello.m %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/INSTALL %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/autoclean.sh %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/autogen.sh %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/main.m %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/GNUmakefile %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/LINGUAS %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/LocaleAliases %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/af.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/ast.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/bg.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/ca.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/cs.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/da.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/de.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/el.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/eo.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/es.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/fi.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/fr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/ga.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/gl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/hr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/hu.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/id.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/it.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/ja.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/ka.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/ky.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/lv.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/ms.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/mt.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/nb.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/nl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/nn.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/pl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/pt.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/pt_BR.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/ro.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/ru.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/sk.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/sl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/sq.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/sr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/sv.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/ta.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/tr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/uk.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/vi.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/zh_CN.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/zh_HK.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/po/zh_TW.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/INSTALL %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/Makefile.am %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/autoclean.sh %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/autogen.sh %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/configure.ac %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/hello.m %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/m4/Makefile.am %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/LINGUAS %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/Makevars %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/POTFILES.in %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/af.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/ast.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/bg.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/ca.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/cs.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/da.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/de.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/el.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/eo.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/es.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/fi.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/fr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/ga.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/gl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/hr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/hu.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/id.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/it.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/ja.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/ka.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/ky.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/lv.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/ms.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/mt.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/nb.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/nl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/nn.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/pl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/pt.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/pt_BR.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/ro.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/ru.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/sk.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/sl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/sq.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/sr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/sv.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/ta.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/tr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/uk.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/vi.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/zh_CN.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/zh_HK.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc/po/zh_TW.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/INSTALL %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/Makefile.am %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/autoclean.sh %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/autogen.sh %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/configure.ac %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/hello.pas %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/m4/Makefile.am %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/LINGUAS %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/Makefile.am %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/af.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/ast.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/bg.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/ca.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/cs.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/da.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/de.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/el.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/eo.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/es.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/fi.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/fr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/ga.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/gl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/hr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/hu.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/id.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/it.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/ja.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/ka.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/ky.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/lv.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/ms.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/mt.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/nb.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/nl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/nn.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/pl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/pt.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/pt_BR.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/ro.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/ru.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/sk.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/sl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/sq.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/sr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/sv.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/ta.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/tr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/uk.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/vi.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/zh_CN.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/zh_HK.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-pascal/po/zh_TW.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/INSTALL %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/Makefile.am %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/autoclean.sh %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/autogen.sh %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/configure.ac %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/hello-1.pl.in %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/hello-2.pl.in %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/m4/Makefile.am %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/LINGUAS %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/Makefile.am %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/af.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/ast.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/bg.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/ca.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/cs.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/da.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/de.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/el.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/eo.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/es.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/fi.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/fr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/ga.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/gl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/hr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/hu.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/id.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/it.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/ja.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/ka.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/ky.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/lv.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/ms.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/mt.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/nb.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/nl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/nn.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/pl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/pt.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/pt_BR.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/ro.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/ru.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/sk.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/sl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/sq.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/sr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/sv.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/ta.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/tr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/uk.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/vi.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/zh_CN.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/zh_HK.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-perl/po/zh_TW.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/INSTALL %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/Makefile.am %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/README %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/autoclean.sh %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/autogen.sh %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/configure.ac %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/hello.php %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/m4/Makefile.am %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/LINGUAS %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/Makefile.am %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/af.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/ast.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/bg.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/ca.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/cs.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/da.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/de.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/el.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/eo.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/es.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/fi.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/fr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/ga.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/gl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/hr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/hu.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/id.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/it.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/ja.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/ka.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/ky.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/lv.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/ms.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/mt.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/nb.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/nl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/nn.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/pl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/pt.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/pt_BR.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/ro.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/ru.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/sk.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/sl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/sq.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/sr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/sv.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/ta.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/tr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/uk.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/vi.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/zh_CN.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/zh_HK.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-php/po/zh_TW.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/INSTALL %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/Makefile.am %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/autoclean.sh %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/autogen.sh %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/configure.ac %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/hello.py.in %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/m4/Makefile.am %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/LINGUAS %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/Makefile.am %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/af.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/ast.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/bg.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/ca.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/cs.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/da.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/de.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/el.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/eo.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/es.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/fi.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/fr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/ga.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/gl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/hr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/hu.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/id.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/it.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/ja.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/ka.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/ky.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/lv.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/ms.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/mt.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/nb.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/nl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/nn.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/pl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/pt.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/pt_BR.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/ro.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/ru.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/sk.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/sl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/sq.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/sr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/sv.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/ta.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/tr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/uk.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/vi.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/zh_CN.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/zh_HK.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/zh_TW.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/INSTALL %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/Makefile.am %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/autoclean.sh %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/autogen.sh %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/configure.ac %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/hello.sh %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/m4/Makefile.am %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/LINGUAS %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/Makefile.am %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/af.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/ast.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/bg.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/ca.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/cs.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/da.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/de.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/el.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/eo.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/es.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/fi.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/fr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/ga.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/gl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/hr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/hu.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/id.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/it.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/ja.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/ka.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/ky.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/lv.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/ms.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/mt.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/nb.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/nl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/nn.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/pl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/pt.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/pt_BR.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/ro.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/ru.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/sk.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/sl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/sq.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/sr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/sv.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/ta.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/tr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/uk.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/vi.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/zh_CN.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/zh_HK.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/zh_TW.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/INSTALL %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/Makefile.am %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/autoclean.sh %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/autogen.sh %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/configure.ac %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/hello.st.in %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/m4/Makefile.am %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/LINGUAS %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/Makefile.am %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/af.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/ast.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/bg.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/ca.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/cs.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/da.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/de.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/el.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/eo.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/es.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/fi.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/fr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/ga.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/gl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/hr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/hu.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/id.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/it.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/ja.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/ka.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/ky.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/lv.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/ms.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/mt.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/nb.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/nl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/nn.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/pl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/pt.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/pt_BR.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/ro.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/ru.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/sk.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/sl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/sq.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/sr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/sv.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/ta.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/tr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/uk.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/vi.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/zh_CN.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/zh_HK.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-smalltalk/po/zh_TW.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/INSTALL %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/Makefile.am %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/autoclean.sh %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/autogen.sh %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/configure.ac %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/hello.tcl %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/m4/Makefile.am %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/LINGUAS %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/Makefile.am %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/af.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/ast.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/bg.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/ca.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/cs.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/da.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/de.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/el.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/eo.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/es.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/fi.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/fr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/ga.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/gl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/hr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/hu.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/id.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/it.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/ja.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/ka.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/ky.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/lv.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/ms.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/mt.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/nb.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/nl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/nn.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/pl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/pt.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/pt_BR.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/ro.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/ru.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/sk.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/sl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/sq.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/sr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/sv.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/ta.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/tr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/uk.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/vi.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/zh_CN.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/zh_HK.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl-tk/po/zh_TW.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/INSTALL %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/Makefile.am %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/autoclean.sh %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/autogen.sh %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/configure.ac %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/hello.tcl %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/m4/Makefile.am %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/LINGUAS %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/Makefile.am %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/af.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/ast.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/bg.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/ca.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/cs.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/da.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/de.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/el.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/eo.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/es.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/fi.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/fr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/ga.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/gl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/hr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/hu.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/id.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/it.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/ja.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/ka.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/ky.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/lv.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/ms.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/mt.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/nb.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/nl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/nn.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/pl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/pt.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/pt_BR.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/ro.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/ru.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/sk.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/sl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/sq.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/sr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/sv.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/ta.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/tr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/uk.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/vi.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/zh_CN.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/zh_HK.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-tcl/po/zh_TW.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/INSTALL %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/Makefile.am %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/autoclean.sh %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/autogen.sh %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/configure.ac %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/hello.ycp %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/m4/Makefile.am %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/LINGUAS %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/Makefile.am %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/af.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/ast.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/bg.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/ca.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/cs.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/da.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/de.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/el.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/eo.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/es.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/fi.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/fr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/ga.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/gl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/hr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/hu.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/id.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/it.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/ja.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/ka.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/ky.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/lv.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/ms.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/mt.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/nb.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/nl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/nn.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/pl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/pt.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/pt_BR.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/ro.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/ru.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/sk.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/sl.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/sq.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/sr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/sv.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/ta.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/tr.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/uk.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/vi.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/zh_CN.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/zh_HK.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ycp/po/zh_TW.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/installpaths %%PORTDOCS%%%%DOCSDIR%%/gettext_1.html %%PORTDOCS%%%%DOCSDIR%%/gettext_10.html %%PORTDOCS%%%%DOCSDIR%%/gettext_11.html %%PORTDOCS%%%%DOCSDIR%%/gettext_12.html %%PORTDOCS%%%%DOCSDIR%%/gettext_13.html %%PORTDOCS%%%%DOCSDIR%%/gettext_14.html %%PORTDOCS%%%%DOCSDIR%%/gettext_15.html %%PORTDOCS%%%%DOCSDIR%%/gettext_16.html %%PORTDOCS%%%%DOCSDIR%%/gettext_17.html %%PORTDOCS%%%%DOCSDIR%%/gettext_18.html %%PORTDOCS%%%%DOCSDIR%%/gettext_19.html %%PORTDOCS%%%%DOCSDIR%%/gettext_2.html %%PORTDOCS%%%%DOCSDIR%%/gettext_20.html %%PORTDOCS%%%%DOCSDIR%%/gettext_21.html %%PORTDOCS%%%%DOCSDIR%%/gettext_22.html %%PORTDOCS%%%%DOCSDIR%%/gettext_23.html %%PORTDOCS%%%%DOCSDIR%%/gettext_24.html %%PORTDOCS%%%%DOCSDIR%%/gettext_25.html %%PORTDOCS%%%%DOCSDIR%%/gettext_26.html %%PORTDOCS%%%%DOCSDIR%%/gettext_27.html %%PORTDOCS%%%%DOCSDIR%%/gettext_28.html %%PORTDOCS%%%%DOCSDIR%%/gettext_29.html %%PORTDOCS%%%%DOCSDIR%%/gettext_3.html %%PORTDOCS%%%%DOCSDIR%%/gettext_30.html %%PORTDOCS%%%%DOCSDIR%%/gettext_4.html %%PORTDOCS%%%%DOCSDIR%%/gettext_5.html %%PORTDOCS%%%%DOCSDIR%%/gettext_6.html %%PORTDOCS%%%%DOCSDIR%%/gettext_7.html %%PORTDOCS%%%%DOCSDIR%%/gettext_8.html %%PORTDOCS%%%%DOCSDIR%%/gettext_9.html %%PORTDOCS%%%%DOCSDIR%%/gettext_abt.html %%PORTDOCS%%%%DOCSDIR%%/gettext_fot.html %%PORTDOCS%%%%DOCSDIR%%/gettext_toc.html %%PORTDOCS%%%%DOCSDIR%%/gettextize.1.html %%PORTDOCS%%%%DOCSDIR%%/msgattrib.1.html %%PORTDOCS%%%%DOCSDIR%%/msgcat.1.html %%PORTDOCS%%%%DOCSDIR%%/msgcmp.1.html %%PORTDOCS%%%%DOCSDIR%%/msgcomm.1.html %%PORTDOCS%%%%DOCSDIR%%/msgconv.1.html %%PORTDOCS%%%%DOCSDIR%%/msgen.1.html %%PORTDOCS%%%%DOCSDIR%%/msgexec.1.html %%PORTDOCS%%%%DOCSDIR%%/msgfilter.1.html %%PORTDOCS%%%%DOCSDIR%%/msgfmt.1.html %%PORTDOCS%%%%DOCSDIR%%/msggrep.1.html %%PORTDOCS%%%%DOCSDIR%%/msginit.1.html %%PORTDOCS%%%%DOCSDIR%%/msgmerge.1.html %%PORTDOCS%%%%DOCSDIR%%/msgunfmt.1.html %%PORTDOCS%%%%DOCSDIR%%/msguniq.1.html %%PORTDOCS%%%%DOCSDIR%%/recode-sr-latin.1.html %%PORTDOCS%%%%DOCSDIR%%/tutorial.html %%PORTDOCS%%%%DOCSDIR%%/xgettext.1.html %%DATADIR%%-%%VERSION%%/its/glade.loc %%DATADIR%%-%%VERSION%%/its/glade1.its %%DATADIR%%-%%VERSION%%/its/glade2.its %%DATADIR%%-%%VERSION%%/its/gsettings.its %%DATADIR%%-%%VERSION%%/its/gsettings.loc %%DATADIR%%-%%VERSION%%/its/gtkbuilder.its %%DATADIR%%-%%VERSION%%/its/metainfo.its %%DATADIR%%-%%VERSION%%/its/metainfo.loc %%DATADIR%%/archive.dir.tar.xz %%DATADIR%%/config.rpath %%DATADIR%%/javaversion.class %%DATADIR%%/msgunfmt.tcl %%DATADIR%%/po/Makefile.in.in %%DATADIR%%/po/Makevars.template %%DATADIR%%/po/Rules-quot %%DATADIR%%/po/boldquot.sed %%DATADIR%%/po/en@boldquot.header %%DATADIR%%/po/en@quot.header %%DATADIR%%/po/insert-header.sin %%DATADIR%%/po/quot.sed %%DATADIR%%/po/remove-potcdate.sin %%DATADIR%%/projects/GNOME/team-address %%DATADIR%%/projects/GNOME/teams.html %%DATADIR%%/projects/GNOME/teams.url %%DATADIR%%/projects/GNOME/trigger %%DATADIR%%/projects/KDE/team-address %%DATADIR%%/projects/KDE/teams.html %%DATADIR%%/projects/KDE/teams.url %%DATADIR%%/projects/KDE/trigger %%DATADIR%%/projects/TP/team-address %%DATADIR%%/projects/TP/teams.html %%DATADIR%%/projects/TP/teams.url %%DATADIR%%/projects/TP/trigger %%DATADIR%%/projects/index %%DATADIR%%/projects/team-address %%DATADIR%%/styles/po-default.css %%DATADIR%%/styles/po-emacs-x.css %%DATADIR%%/styles/po-emacs-xterm.css %%DATADIR%%/styles/po-emacs-xterm16.css %%DATADIR%%/styles/po-emacs-xterm256.css %%DATADIR%%/styles/po-vim.css share/locale/be/LC_MESSAGES/gettext-tools.mo share/locale/bg/LC_MESSAGES/gettext-tools.mo share/locale/ca/LC_MESSAGES/gettext-tools.mo share/locale/cs/LC_MESSAGES/gettext-tools.mo share/locale/da/LC_MESSAGES/gettext-tools.mo share/locale/de/LC_MESSAGES/gettext-tools.mo share/locale/el/LC_MESSAGES/gettext-tools.mo share/locale/en@boldquot/LC_MESSAGES/gettext-tools.mo share/locale/en@quot/LC_MESSAGES/gettext-tools.mo share/locale/es/LC_MESSAGES/gettext-tools.mo share/locale/et/LC_MESSAGES/gettext-tools.mo share/locale/eu/LC_MESSAGES/gettext-tools.mo share/locale/fi/LC_MESSAGES/gettext-tools.mo share/locale/fr/LC_MESSAGES/gettext-tools.mo share/locale/gl/LC_MESSAGES/gettext-tools.mo +share/locale/hr/LC_MESSAGES/gettext-tools.mo share/locale/id/LC_MESSAGES/gettext-tools.mo share/locale/it/LC_MESSAGES/gettext-tools.mo share/locale/ja/LC_MESSAGES/gettext-tools.mo share/locale/ko/LC_MESSAGES/gettext-tools.mo share/locale/nb/LC_MESSAGES/gettext-tools.mo share/locale/nl/LC_MESSAGES/gettext-tools.mo share/locale/nn/LC_MESSAGES/gettext-tools.mo share/locale/pa/LC_MESSAGES/gettext-tools.mo share/locale/pl/LC_MESSAGES/gettext-tools.mo share/locale/pt/LC_MESSAGES/gettext-tools.mo share/locale/pt_BR/LC_MESSAGES/gettext-tools.mo share/locale/ro/LC_MESSAGES/gettext-tools.mo share/locale/ru/LC_MESSAGES/gettext-tools.mo share/locale/sk/LC_MESSAGES/gettext-tools.mo share/locale/sl/LC_MESSAGES/gettext-tools.mo share/locale/sr/LC_MESSAGES/gettext-tools.mo share/locale/sv/LC_MESSAGES/gettext-tools.mo share/locale/tr/LC_MESSAGES/gettext-tools.mo share/locale/uk/LC_MESSAGES/gettext-tools.mo share/locale/vi/LC_MESSAGES/gettext-tools.mo share/locale/zh_CN/LC_MESSAGES/gettext-tools.mo share/locale/zh_TW/LC_MESSAGES/gettext-tools.mo diff --git a/devel/gettext/Makefile.common b/devel/gettext/Makefile.common index 7e3156c3f060..08cfb9debd9e 100644 --- a/devel/gettext/Makefile.common +++ b/devel/gettext/Makefile.common @@ -1,13 +1,13 @@ # NOTE: before committing to this port, contact portmgr to arrange for an # experimental ports run. Untested commits may be backed out at portmgr's # discretion. -PORTVERSION= 0.21.1 +DISTVERSION= 0.22 PORTREVISION?= 0 # Leave this zero. Set in Makefile instead. CATEGORIES= devel MASTER_SITES= GNU/gettext DISTNAME= gettext-${PORTVERSION} MAINTAINER?= tijl@FreeBSD.org DISTINFO_FILE= ${.CURDIR}/../gettext/distinfo diff --git a/devel/gettext/distinfo b/devel/gettext/distinfo index 6b3256f053d2..0f8a14092eeb 100644 --- a/devel/gettext/distinfo +++ b/devel/gettext/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1669052475 -SHA256 (gettext-0.21.1.tar.xz) = 50dbc8f39797950aa2c98e939947c527e5ac9ebd2c1b99dd7b06ba33a6767ae6 -SIZE (gettext-0.21.1.tar.xz) = 10054564 +TIMESTAMP = 1687532203 +SHA256 (gettext-0.22.tar.xz) = 0e60393a47061567b46875b249b7d2788b092d6457d656145bb0e7e6a3e26d93 +SIZE (gettext-0.22.tar.xz) = 10008808 diff --git a/devel/libtextstyle/pkg-plist b/devel/libtextstyle/pkg-plist index 287652c8823e..1a64a38215c6 100644 --- a/devel/libtextstyle/pkg-plist +++ b/devel/libtextstyle/pkg-plist @@ -1,17 +1,17 @@ include/textstyle.h include/textstyle/stdbool.h include/textstyle/version.h include/textstyle/woe32dll.h lib/libtextstyle.a lib/libtextstyle.so lib/libtextstyle.so.0 -lib/libtextstyle.so.0.1.2 +lib/libtextstyle.so.0.2.0 %%PORTDOCS%%%%DOCSDIR%%/libtextstyle_1.html %%PORTDOCS%%%%DOCSDIR%%/libtextstyle_2.html %%PORTDOCS%%%%DOCSDIR%%/libtextstyle_3.html %%PORTDOCS%%%%DOCSDIR%%/libtextstyle_4.html %%PORTDOCS%%%%DOCSDIR%%/libtextstyle_5.html %%PORTDOCS%%%%DOCSDIR%%/libtextstyle_6.html %%PORTDOCS%%%%DOCSDIR%%/libtextstyle_7.html %%PORTDOCS%%%%DOCSDIR%%/libtextstyle_abt.html %%PORTDOCS%%%%DOCSDIR%%/libtextstyle_toc.html diff --git a/ftp/proftpd/Makefile b/ftp/proftpd/Makefile index 31e8020950af..7fb934c4f629 100644 --- a/ftp/proftpd/Makefile +++ b/ftp/proftpd/Makefile @@ -1,240 +1,240 @@ PORTNAME?= proftpd .if !defined(DISTVERSION) PORTVERSION?= ${PROFTPD_VERSION} .endif -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES?= ftp MASTER_SITES= ftp://ftp.proftpd.org/distrib/source/ \ https://github.com/downloads/proftpd/proftpd.github.com/ \ ftp://ftpmirror.uk/ftp.proftpd.org/distrib/source/ \ http://www.mirrorservice.org/sites/ftp.proftpd.org/distrib/source/ .if defined(_BUILDING_PROFTPD_MODULE) DISTNAME= proftpd-${PROFTPD_VERSION} .endif MAINTAINER?= mm@FreeBSD.org COMMENT?= Highly configurable FTP daemon WWW?= http://www.proftpd.org/ LICENSE?= GPLv2 LICENSE_FILE?= ${WRKSRC}/COPYING .if defined(_BUILDING_PROFTPD_MODULE) BUILD_DEPENDS+= ${LOCALBASE}/sbin/proftpd:ftp/proftpd RUN_DEPENDS+= ${LOCALBASE}/sbin/proftpd:ftp/proftpd .endif PROFTPD_VERSION= 1.3.8 CPE_VENDOR= proftpd CPE_PRODUCT= proftpd .if defined(_BUILDING_PROFTPD_MODULE) DISTFILES+= ${DISTNAME}${EXTRACT_SUFX} EXTRACT_ONLY+= ${DISTNAME}${EXTRACT_SUFX} WRKSRC= ${WRKDIR}/proftpd-${PROFTPD_VERSION} . if defined(_PROFTPD_MODULE_EXTRACT_ONLY) EXTRACT_ONLY+= ${_PROFTPD_MODULE_EXTRACT_ONLY} . endif . if defined(_PROFTPD_MODULE_DISTFILES) DISTFILES+= ${_PROFTPD_MODULE_DISTFILES} DISTINFO_FILE= ${.CURDIR}/distinfo . endif . if defined(_PROFTPD_MODULE_MASTER_SITES) MASTER_SITES+= ${_PROFTPD_MODULE_MASTER_SITES} . endif .endif .if !defined(_BUILDING_PROFTPD_MODULE) PORTDOCS= * .endif MAKE_JOBS_UNSAFE= yes USES+= gmake libtool GNU_CONFIGURE= yes .if !defined(_BUILDING_PROFTPD_MODULE) USES+= cpe ssl USE_RC_SUBR= proftpd .endif LOCALSTATEDIR?= /var/run CONFIGURE_ARGS=--localstatedir=${LOCALSTATEDIR} \ --libexecdir=${PREFIX}/libexec/proftpd \ --with-pkgconfig=libdata/pkgconfig \ --sysconfdir=${PREFIX}/etc \ --enable-ctrls \ --enable-dso \ --disable-sendfile CONFIGURE_ENV+= install_user=`${ID} -u` \ install_group=`${ID} -g` .if defined(_BUILDING_PROFTPD_MODULE) MODULES= ${_BUILDING_PROFTPD_MODULE} .for m in ${MODULES} __MODULES:=${__MODULES}:${m} .endfor CONFIGURE_ARGS+= --with-shared=${__MODULES:C/^://g} INCLUDEDIRS:=${INCLUDEDIRS}:${LOCALBASE}/include/proftpd ALL_TARGET= shared BUILD_WRKSRC= ${WRKSRC}/modules INSTALL_WRKSRC= ${WRKSRC}/modules PLIST= ${WRKDIR}/PLIST .for m in ${MODULES} PLIST_FILES+= libexec/proftpd/${m}.a \ libexec/proftpd/${m}.so .endfor .else OPTIONS_DEFINE= DOCS HTMLDOCS IPV6 NLS MEMCACHE REDIS OPTIONS_DEFAULT= PCRE2 OPTIONS_RADIO+= PCREVER OPTIONS_RADIO_PCREVER= PCRE1 PCRE2 HTMLDOCS_DESC= Include HTML documentation MEMCACHE_DESC= Memcache support using libmemcached PCREVER_DESC= PCRE library to use PCRE1_DESC= ${PCRE_DESC} PCRE2_DESC= ${PCRE_DESC} version 2 REDIS_DESC= Redis support using hiredis PLIST_SUB+= LOCALSTATEDIR="${LOCALSTATEDIR}" OPTIONS_SUB= yes .endif #!defined(_BUILDING_PROFTPD_MODULE) .if !defined(_BUILDING_PROFTPD_MODULE) CPPFLAGS+= -DHAVE_OPENSSL -I${OPENSSLINC} LIBS+= -lssl -lcrypto -L${OPENSSLLIB} LDFLAGS+= -lpthread .endif .if !defined(_BUILDING_PROFTPD_MODULE) LIBDIRS?= ${LOCALBASE}/lib INCLUDEDIRS?= ${LOCALBASE}/include # Always built modules MODULES+= mod_ban \ mod_copy \ mod_ctrls_admin \ mod_deflate \ mod_dnsbl \ mod_dynmasq \ mod_exec \ mod_ifsession \ mod_ifversion \ mod_qos \ mod_quotatab \ mod_quotatab_file \ mod_quotatab_radius \ mod_quotatab_sql \ mod_radius \ mod_ratio \ mod_readme \ mod_rewrite \ mod_sftp \ mod_sftp_pam \ mod_sftp_sql \ mod_shaper \ mod_site_misc \ mod_snmp \ mod_sql \ mod_sql_passwd \ mod_tls \ mod_tls_shmcache \ mod_unique_id \ mod_wrap2 \ mod_wrap2_file \ mod_wrap2_sql IPV6_CONFIGURE_ENABLE=ipv6 NLS_CONFIGURE_ON= --enable-nls NLS_USES= gettext iconv PCRE1_CONFIGURE_ENABLE= pcre PCRE1_CONFIGURE_ON= --disable-pcre2 PCRE1_LIB_DEPENDS= libpcre.so:devel/pcre PCRE2_CONFIGURE_ENABLE= pcre2 PCRE2_CONFIGURE_ON= --disable-pcre PCRE2_LIB_DEPENDS= libpcre2-8.so:devel/pcre2 MEMCACHE_LIB_DEPENDS= libmemcached.so:databases/libmemcached MEMCACHE_CONFIGURE_ENABLE= memcache MEMCACHE_VARS= MODULES+="mod_memcache mod_tls_memcache" \ LIBS+="-L${LOCALBASE}/lib -lmemcached -lmemcachedutil" REDIS_LIB_DEPENDS= libhiredis.so:databases/hiredis REDIS_CONFIGURE_ENABLE= redis REDIS_VARS= MODULES+="mod_redis mod_tls_redis mod_wrap2_redis" \ LIBS+="-L${LOCALBASE}/lib -lhiredis" .include # Generate modules configuration string .for m in ${MODULES} _MODULES:=${_MODULES}:${m} .endfor # Keep this here below, in case similar constructs need to be made CONFIGURE_ARGS+= --with-shared=${_MODULES:C/^://g} .endif #!defined(_BUILDING_PROFTPD_MODULE) CONFIGURE_ARGS+= --with-includes=${INCLUDEDIRS} CONFIGURE_ARGS+= --with-libraries=${LIBDIRS} .include .if !defined(_BUILDING_PROFTPD_MODULE) .if empty(ICONV_PREFIX) CONFIGURE_ARGS+= ac_cv_lib_iconv_iconv_open=no \ ac_cv_lib_iconv_libiconv_open=no .endif post-patch: @${REINPLACE_CMD} -e 's|proftpd\.conf |proftpd.conf.sample |g' ${WRKSRC}/Makefile.in pre-configure: @${ECHO_MSG} "==> Configuring with following modules:" @${ECHO_MSG} "${MODULES:C/^://g}" post-configure: ${REINPLACE_CMD} -e 's: -lnsl::' ${WRKSRC}/Make.rules ${REINPLACE_CMD} -e 's:/usr/sbin:${PREFIX}/sbin:' \ -e 's:/usr/bin:${PREFIX}/bin:' \ ${WRKSRC}/src/proftpd.8 ${WRKSRC}/utils/ftpshut.8 \ ${WRKSRC}/utils/ftpcount.1 .endif #!defined(_BUILDING_PROFTPD_MODULE) .if defined(_BUILDING_PROFTPD_MODULE) pre-build: @cd ${WRKSRC} && ${MAKE_CMD} include/buildstamp.h pre-install: @${MKDIR} ${STAGEDIR}${PREFIX}/libexec/proftpd .else post-install: @${MKDIR} ${STAGEDIR}/var/run/proftpd .if ${PORT_OPTIONS:MDOCS} @${INSTALL} -d ${STAGEDIR}${DOCSDIR} @cd ${WRKSRC} && ${CP} README* RELEASE_NOTES ${STAGEDIR}${DOCSDIR} @cd ${WRKSRC}/doc/ && ${INSTALL_DATA} license.txt ${STAGEDIR}${DOCSDIR} . if ${PORT_OPTIONS:MHTMLDOCS} @${INSTALL} -d ${STAGEDIR}${DOCSDIR}/html @cd ${WRKSRC}/doc/ && ${INSTALL_DATA} faq.html ${STAGEDIR}${DOCSDIR}/html @${CP} -RP ${WRKSRC}/doc/contrib ${STAGEDIR}${DOCSDIR}/html/contrib @${CP} -RP ${WRKSRC}/doc/modules ${STAGEDIR}${DOCSDIR}/html/modules @${CP} -RP ${WRKSRC}/doc/howto ${STAGEDIR}${DOCSDIR}/html/howto . endif .endif @${INSTALL_MAN} ${WRKSRC}/src/ftpdctl.8 ${STAGEDIR}${MAN8PREFIX}/man/man8/ .endif #!defined(_BUILDING_PROFTPD_MODULE) .include diff --git a/ftp/proftpd/files/patch-locale_en__US.po b/ftp/proftpd/files/patch-locale_en__US.po new file mode 100644 index 000000000000..4397cef8eeea --- /dev/null +++ b/ftp/proftpd/files/patch-locale_en__US.po @@ -0,0 +1,11 @@ +--- locale/en_US.po.orig 2022-12-04 18:43:17 UTC ++++ locale/en_US.po +@@ -14,7 +14,7 @@ msgstr "" + "Language-Team: LANGUAGE \n" + "Language: \n" + "MIME-Version: 1.0\n" +-"Content-Type: text/plain; charset=CHARSET\n" ++"Content-Type: text/plain; charset=UTF-8\n" + "Content-Transfer-Encoding: 8bit\n" + + #: ../contrib/mod_auth_otp/mod_auth_otp.c:799 diff --git a/games/tornado/Makefile b/games/tornado/Makefile index ab6be86e2772..f5e4c954afd4 100644 --- a/games/tornado/Makefile +++ b/games/tornado/Makefile @@ -1,56 +1,56 @@ PORTNAME= tornado PORTVERSION= 1.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= https://kiza.eu/media/software/tornado/ MAINTAINER= ports@FreeBSD.org COMMENT= Ccurses-based game of weather destruction WWW= https://kiza.eu/software/tornado/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING USES= gettext gmake ncurses CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lintl post-patch: .for i in Makefile Makefile.inc @${REINPLACE_CMD} -e \ '/^CC/s| =| ?=| ; \ /^MAKE/s| =| ?=| ; \ /^LDFLAGS/s| =| +=| ; \ /^PREFIX/s| =| ?=| ; \ /^LOCALEPATH/s|/usr/local|$$(PREFIX)| ; \ /^CFLAGS/s| =| +=| ; \ s|-O2||' ${WRKSRC}/${i} .endfor @${REINPLACE_CMD} -e \ 's|/usr/local|PREFIX|' ${WRKSRC}/doc/man/tornado.6.in .for i in de fr it nl no ru @${REINPLACE_CMD} -e \ 's|/usr/local|PREFIX|' ${WRKSRC}/doc/man/${i}/tornado.6.${i}.in .endfor do-install: ${INSTALL_PROGRAM} ${WRKSRC}/tornado \ ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/doc/man/tornado.6 \ ${STAGEDIR}${MAN6PREFIX}/man/man6 .for i in de fr it nl no ru @${MKDIR} ${STAGEDIR}${MAN6PREFIX}/man/${i}/man6 ${INSTALL_MAN} ${WRKSRC}/doc/man/${i}/tornado.6 \ ${STAGEDIR}${MAN6PREFIX}/man/${i}/man6 .endfor .for i in de es fr it nl no pt ru @${MKDIR} ${STAGEDIR}${PREFIX}/share/locale/${i}/LC_MESSAGES ${INSTALL_DATA} ${WRKSRC}/po/${i}.mo \ ${STAGEDIR}${PREFIX}/share/locale/${i}/LC_MESSAGES/tornado.mo .endfor @${MKDIR} ${STAGEDIR}/var/games ${INSTALL_DATA} ${WRKSRC}/tornado.scores \ ${STAGEDIR}/var/games/tornado.scores.sample .include diff --git a/games/tornado/files/patch-po_no.po b/games/tornado/files/patch-po_no.po new file mode 100644 index 000000000000..f70abbb935d7 --- /dev/null +++ b/games/tornado/files/patch-po_no.po @@ -0,0 +1,11 @@ +--- po/no.po.orig 2009-03-06 06:49:55 UTC ++++ po/no.po +@@ -13,7 +13,7 @@ msgstr "" + "Last-Translator: FULL NAME \n" + "Language-Team: LANGUAGE \n" + "MIME-Version: 1.0\n" +-"Content-Type: text/plain; charset=CHARSET\n" ++"Content-Type: text/plain; charset=ISO-8859-1\n" + "Content-Transfer-Encoding: 8bit\n" + + #: draw.c:100 diff --git a/games/tornado/files/patch-po_pt.po b/games/tornado/files/patch-po_pt.po new file mode 100644 index 000000000000..2abda6d3e30a --- /dev/null +++ b/games/tornado/files/patch-po_pt.po @@ -0,0 +1,11 @@ +--- po/pt.po.orig 2009-03-06 06:49:55 UTC ++++ po/pt.po +@@ -13,7 +13,7 @@ msgstr "" + "Last-Translator: Tiago Baptista \n" + "Language-Team: LANGUAGE \n" + "MIME-Version: 1.0\n" +-"Content-Type: text/plain; charset=CHARSET\n" ++"Content-Type: text/plain; charset=ISO-8859-1\n" + "Content-Transfer-Encoding: 8bit\n" + + #: draw.c:100 diff --git a/graphics/tgif/Makefile b/graphics/tgif/Makefile index 3ba43524ed59..39be18b60ab8 100644 --- a/graphics/tgif/Makefile +++ b/graphics/tgif/Makefile @@ -1,65 +1,65 @@ PORTNAME= tgif PORTVERSION= 4.2.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= ftp://bourbon.usc.edu/pub/tgif/ \ http://groups.yahoo.com/group/tgif4-announce/files/ \ SF DISTNAME= ${PORTNAME}-QPL-${PORTVERSION} MAINTAINER= bmc@clapper.org COMMENT= Xlib-based two-dimensional drawing tool and hyper-object browser WWW= http://bourbon.usc.edu:8001/tgif/ LICENSE= QPLv1 LICENSE_NAME= Q PUBLIC LICENSE v1.0 LICENSE_FILE= ${WRKSRC}/LICENSE.QPL LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept RUN_DEPENDS= giftopnm:graphics/netpbm OPTIONS_DEFINE= NLS A4SIZE DOCS A4SIZE_DESC= Set default paper size to A4 USES= imake xorg PORTDOCS= HISTORY README USE_XORG= x11 xext xt sm ice .include .if ${PORT_OPTIONS:MNLS} USES+= gettext IMAKEDEFINES+= WITH_NLS PLIST_SUB+= NLS="" .else PLIST_SUB+= NLS="@comment " .endif .if ${PORT_OPTIONS:MA4SIZE} IMAKEDEFINES+= WITH_A4SIZE .endif EXAMPLES.demo= an-sr-flip-flop.obj launch-demo-1.obj \ fonts.obj launch-demo.obj keys.obj slide-demo.obj example.tex EXAMPLES.spice= README BZ.mod DN.mod DN.sym MN.mod MN.sym MP.mod MP.sym \ SN.mod SN.sym SP.mod SP.sym capacitor.sym connection.sym \ demo.obj gauge.sym ground.sym in.sym out.sym port.sym \ resistor.0tc.sym resistor.2tc.sym resistor.h.2tc.sym \ resistor.h.sym resistor.sym pre-configure: cd ${WRKSRC} && ${INSTALL_DATA} Tgif.tmpl-freebsd Tgif.tmpl ( for D in ${IMAKEDEFINES}; do \ ${ECHO_CMD} "#define $${D}"; \ done; \ ${CAT} ${FILESDIR}/Tgif.tmpl-freebsdports; \ ) > ${WRKSRC}/Tgif.tmpl-freebsdports post-install: .for D in demo spice ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/${D} cd ${WRKSRC}/${D:S/demo//} \ && ${INSTALL_DATA} ${EXAMPLES.${D}} ${STAGEDIR}${EXAMPLESDIR}/${D} .endfor ${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include diff --git a/graphics/tgif/files/patch-po_fr_fr.po b/graphics/tgif/files/patch-po_fr_fr.po new file mode 100644 index 000000000000..86b9a871dfa2 --- /dev/null +++ b/graphics/tgif/files/patch-po_fr_fr.po @@ -0,0 +1,11 @@ +--- po/fr/fr.po.orig 2004-06-18 23:12:02 UTC ++++ po/fr/fr.po +@@ -10,7 +10,7 @@ msgstr "" + "Last-Translator: Roland Baudin \n" + "Language-Team: Français" + "MIME-Version: 1.0\n" +-"Content-Type: text/plain; charset= koi8-r\n" ++"Content-Type: text/plain; charset=ISO-8859-1\n" + "Content-Transfer-Encoding: 8-bit\n" + + msgid "Flip/Rotate" diff --git a/graphics/tgif/files/patch-po_ja_ja.po b/graphics/tgif/files/patch-po_ja_ja.po new file mode 100644 index 000000000000..362adb5e55e4 --- /dev/null +++ b/graphics/tgif/files/patch-po_ja_ja.po @@ -0,0 +1,11 @@ +--- po/ja/ja.po.orig 2008-03-28 22:16:46 UTC ++++ po/ja/ja.po +@@ -11,7 +11,7 @@ msgstr "" + "Last-Translator: Jun Nishii \n" + "Language-Team: Project Vine \n" + "MIME-Version: 1.0\n" +-"Content-Type: text/plain; charset=JISX-0208-1983-0\n" ++"Content-Type: text/plain; charset=EUC-JP\n" + "Content-Transfer-Encoding: 8-bit\n" + + #: ../../menuinfo.c:72 diff --git a/multimedia/motion/Makefile b/multimedia/motion/Makefile index 7b34fa417502..ee336ece13d7 100644 --- a/multimedia/motion/Makefile +++ b/multimedia/motion/Makefile @@ -1,112 +1,112 @@ # PORTNAME block PORTNAME= motion PORTVERSION= 4.3.2 -PORTREVISION= 5 +PORTREVISION= 6 DISTVERSIONPREFIX= release- CATEGORIES= multimedia # Maintainer block MAINTAINER= ports@blievers.net COMMENT= Motion detection application WWW= https://motion-project.github.io/ # License block LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/doc/COPYING # Dependencies LIB_DEPENDS= libwebp.so:graphics/webp \ libmicrohttpd.so:www/libmicrohttpd # USES block USES= autoreconf cpe gmake jpeg localbase pkgconfig gettext CPE_VENDOR= ${PORTNAME}_project USE_GITHUB= yes GH_ACCOUNT= Motion-Project USE_RC_SUBR= ${PORTNAME} GNU_CONFIGURE= yes CFLAGS+= -I${LOCALBASE}/ffmpeg4/include LDFLAGS+= -L${LOCALBASE}/ffmpeg4/lib CONFIGURE_ENV+= PKG_CONFIG_PATH="${LOCALBASE}/ffmpeg4/libdata/pkgconfig" MAKE_ENV+= PKG_CONFIG_PATH="${LOCALBASE}/ffmpeg4/libdata/pkgconfig" # Standard bsd.port.mk variables SUB_FILES= pkg-message # Packaging list block PLIST_FILES= bin/motion \ man/man1/motion.1.gz \ "@sample ${ETCDIR}/motion.conf.sample" \ "@dir ${ETCDIR}/conf.d" PORTDOCS= * PORTEXAMPLES= camera1-dist.conf camera2-dist.conf \ camera3-dist.conf camera4-dist.conf # Options definitions OPTIONS_DEFINE= DOCS EXAMPLES FFMPEG MYSQL PGSQL SQLITE3 OPTIONS_DEFAULT= WEBCAMD FFMPEG OPTIONS_RADIO= VIDEO OPTIONS_RADIO_VIDEO= BKTR PWCBSD WEBCAMD BKTR_DESC= BKTR based TV capture cards PWCBSD_DESC= PWCBSD based Webcams VIDEO_DESC= Video capture driver (Netcam support only if none selected) WEBCAMD_DESC= Webcams using webcamd BKTR_CONFIGURE_WITH= bktr FFMPEG_LIB_DEPENDS= libavformat.so.58:multimedia/ffmpeg4 FFMPEG_CONFIGURE_ON= --with-ffmpeg=${LOCALBASE}/ffmpeg4 FFMPEG_CONFIGURE_OFF= --without-ffmpeg MYSQL_USES= mysql MYSQL_CONFIGURE_ON= --with-mysql=${LOCALBASE}/include/mysql MYSQL_CONFIGURE_OFF= --without-mysql PGSQL_USES= pgsql PGSQL_CONFIGURE_ON= --with-pgsql-lib=${LOCALBASE}/lib \ --with-pgsql-include=${LOCALBASE}/include PGSQL_CONFIGURE_OFF= --without-pgsql PWCBSD_BUILD_DEPENDS= v4l_compat>=1.0.20060801:multimedia/v4l_compat PWCBSD_RUN_DEPENDS= pwcbsd>0:multimedia/pwcbsd PWCBSD_CONFIGURE_WITH= pwcbsd SQLITE3_USES= sqlite:3 SQLITE3_CONFIGURE_WITH= sqlite3 WEBCAMD_BUILD_DEPENDS= v4l_compat>=1.0.20060801:multimedia/v4l_compat # note: all configure --with-pwcbsd does is not shut off v4l support WEBCAMD_CONFIGURE_WITH= pwcbsd .include post-patch: @${REINPLACE_CMD} -e \ 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/configure.ac # Fix pidfile path @${REINPLACE_CMD} -e \ 's|/run/motion|/run|' ${WRKSRC}/data/motion-dist.conf.in do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/motion ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/man/motion.1 ${STAGEDIR}${MANPREFIX}/man/man1 @${MKDIR} ${STAGEDIR}${ETCDIR}/conf.d ${INSTALL_DATA} ${WRKSRC}/data/motion-dist.conf \ ${STAGEDIR}${ETCDIR}/motion.conf.sample do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/* ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} do-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${PORTEXAMPLES:S|^|${WRKSRC}/data/|} ${STAGEDIR}${EXAMPLESDIR} .include diff --git a/multimedia/motion/files/patch-po_de.po b/multimedia/motion/files/patch-po_de.po new file mode 100644 index 000000000000..c37dd7b9b01c --- /dev/null +++ b/multimedia/motion/files/patch-po_de.po @@ -0,0 +1,11 @@ +--- po/de.po.orig 2020-10-25 20:53:44 UTC ++++ po/de.po +@@ -1920,7 +1920,7 @@ msgid "Could not allocate %llu bytes of memory!" + #: src/motion.c + #, c-format + msgid "Could not allocate %llu bytes of memory!" +-msgstr "%Llu Bytes Speicher konnten nicht zugeordnet werden!" ++msgstr "%llu Bytes Speicher konnten nicht zugeordnet werden!" + + #: src/motion.c + #, c-format diff --git a/multimedia/motion/files/patch-po_fi.po b/multimedia/motion/files/patch-po_fi.po new file mode 100644 index 000000000000..952e2d54f245 --- /dev/null +++ b/multimedia/motion/files/patch-po_fi.po @@ -0,0 +1,11 @@ +--- po/fi.po.orig 2020-10-25 20:53:44 UTC ++++ po/fi.po +@@ -1907,7 +1907,7 @@ msgid "Could not allocate %llu bytes of memory!" + #: src/motion.c + #, c-format + msgid "Could not allocate %llu bytes of memory!" +-msgstr "%Llu-tavua muistia ei voitu varata!" ++msgstr "%llu-tavua muistia ei voitu varata!" + + #: src/motion.c + #, c-format diff --git a/print/fontforge/Makefile b/print/fontforge/Makefile index bec017a5bb10..e82903ed460e 100644 --- a/print/fontforge/Makefile +++ b/print/fontforge/Makefile @@ -1,116 +1,125 @@ PORTNAME= fontforge DISTVERSION= 20220308 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${DISTVERSION}/ MAINTAINER= cyberbotx@cyberbotx.com COMMENT= Type 1/TrueType/OpenType/bitmap font editor WWW= https://fontforge.org/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libfreetype.so:print/freetype2 USES= compiler:c++11-lang cmake cpe desktop-file-utils gettext gnome \ iconv:wchar_t pkgconfig shared-mime-info tar:xz USE_GNOME= cairo glib20 libxml2 USE_LDCONFIG= yes PORTDOCS= * CMAKE_ARGS= -DIconv_INCLUDE_DIR=${ICONV_INCLUDE_PATH} \ -DIconv_LIBRARY=${ICONV_LIB_PATH} OPTIONS_DEFINE= DOCS FREETYPE GIF JPEG PNG PYTHON READLINE SPIRO TIFF \ TILEPATH UNINAMESLIST WOFF2 WRITEPFM OPTIONS_RADIO= GUI OPTIONS_RADIO_GUI= GTK3 X11 OPTIONS_SINGLE= THEME OPTIONS_SINGLE_THEME= TANGO 2012 OPTIONS_DEFAULT=GIF GTK3 JPEG PNG PYTHON READLINE SPIRO TANGO TIFF \ TILEPATH UNINAMESLIST WOFF2 OPTIONS_SUB= yes 2012_DESC= Old theme that was used until 2012 2012_CMAKE_ON= -DTHEME:ENUM=2012 DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>0:textproc/py-sphinx@${PY_FLAVOR} DOCS_CMAKE_BOOL=ENABLE_DOCS FREETYPE_DESC= Include freetype's internal debugger FREETYPE_PATCH_DEPENDS= ${NONEXISTENT}:print/freetype2:extract FREETYPE_CMAKE_ON= -DENABLE_FREETYPE_DEBUGGER:PATH=${WRKSRC}/freetype GIF_LIB_DEPENDS= libgif.so:graphics/giflib GIF_CMAKE_BOOL= ENABLE_LIBGIF GTK3_LIB_DEPENDS= libharfbuzz.so:print/harfbuzz GTK3_USE= gnome=gdkpixbuf2,gtk30 JPEG_USES= jpeg JPEG_CMAKE_BOOL=ENABLE_LIBJPEG PNG_LIB_DEPENDS=libpng.so:graphics/png PNG_CMAKE_BOOL= ENABLE_LIBPNG PYTHON_USES= python PYTHON_USES_OFF=python:build PYTHON_CMAKE_BOOL= ENABLE_PYTHON_SCRIPTING ENABLE_PYTHON_EXTENSION READLINE_USES= readline READLINE_CMAKE_BOOL= ENABLE_LIBREADLINE SPIRO_DESC= Use libspiro to edit with clothoid splines SPIRO_LIB_DEPENDS= libspiro.so:graphics/libspiro SPIRO_CMAKE_BOOL= ENABLE_LIBSPIRO TANGO_DESC= Default theme based on the Tango Desktop Project TANGO_CMAKE_ON= -DTHEME:ENUM=tango TIFF_LIB_DEPENDS= libtiff.so:graphics/tiff TIFF_CMAKE_BOOL=ENABLE_LIBTIFF # This is disabled by default in fontforge's CMakeLists.txt, but it was # previously enabled in this port when it was using GNU configure, so I've # defaulted it to enabled TILEPATH_DESC= Enable a 'tile path' command (a variant of 'expand stroke') TILEPATH_CMAKE_BOOL= ENABLE_TILE_PATH UNINAMESLIST_DESC= Use libuninameslist for Unicode attribute data UNINAMESLIST_LIB_DEPENDS= libuninameslist.so:textproc/libuninameslist UNINAMESLIST_CMAKE_BOOL= ENABLE_LIBUNINAMESLIST WOFF2_DESC= WOFF2 web font support WOFF2_LIB_DEPENDS= libbrotlidec.so:archivers/brotli \ libwoff2dec.so:devel/woff2 WOFF2_CMAKE_BOOL= ENABLE_WOFF2 WRITEPFM_DESC= Add ability to save PFM file w/o creating associated font file WRITEPFM_CMAKE_BOOL= ENABLE_WRITE_PFM X11_USES= xorg X11_USE= gnome=pango xorg=ice,sm,x11,xext,xft,xi X11_LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libharfbuzz.so:print/harfbuzz X11_RUN_DEPENDS= ${LOCALBASE}/share/fonts/gnu-unifont/unifont.pcf.gz:x11-fonts/gnu-unifont X11_CMAKE_BOOL= ENABLE_X11 -post-patch-FREETYPE-on: - @${LN} -s $$(${MAKE} -C ${PORTSDIR}/print/freetype2 -V WRKSRC) \ - ${WRKSRC}/freetype - -post-stage-DOCS-on: - @${RM} ${STAGEDIR}${DOCSDIR}/.buildinfo \ - ${STAGEDIR}${DOCSDIR}/.nojekyll - .include .if ${PORT_OPTIONS:MGTK3} || ${PORT_OPTIONS:MX11} CMAKE_ARGS+= -DENABLE_GUI:BOOL=true .else CMAKE_ARGS+= -DENABLE_GUI:BOOL=false .endif +post-patch: +# https://github.com/fontforge/fontforge/issues/5251 + @${REINPLACE_CMD} 's/\(%[^%[:space:]]*\)hs/\1s/g' \ + ${WRKSRC}/fontforgeexe/searchview.c \ + ${WRKSRC}/po/de.po ${WRKSRC}/po/ca.po ${WRKSRC}/po/hr.po \ + ${WRKSRC}/po/it.po ${WRKSRC}/po/pl.po ${WRKSRC}/po/uk.po \ + ${WRKSRC}/po/en_GB.po ${WRKSRC}/po/fr.po ${WRKSRC}/po/vi.po \ + ${WRKSRC}/po/ko.po ${WRKSRC}/po/ja.po + +post-patch-FREETYPE-on: + @${LN} -s $$(${MAKE} -C ${PORTSDIR}/print/freetype2 -V WRKSRC) \ + ${WRKSRC}/freetype + +post-stage-DOCS-on: + @${RM} ${STAGEDIR}${DOCSDIR}/.buildinfo \ + ${STAGEDIR}${DOCSDIR}/.nojekyll + .include diff --git a/sysutils/xfsprogs/Makefile b/sysutils/xfsprogs/Makefile index 1bf61df83144..6a9d97c3cbde 100644 --- a/sysutils/xfsprogs/Makefile +++ b/sysutils/xfsprogs/Makefile @@ -1,43 +1,43 @@ PORTNAME= xfsprogs PORTVERSION= 3.2.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MASTER_SITES= ftp://oss.sgi.com/projects/xfs/cmd_tars/ \ ftp://oss.sgi.com/projects/xfs/previous/cmd_tars/ MAINTAINER= ports@FreeBSD.org COMMENT= Utilities for managing XFS filesystems WWW= http://oss.sgi.com/projects/xfs/ LICENSE= LGPL21 GPLv2 LICENSE_COMB= multi LICENSE_FILE= ${WRKSRC}/doc/COPYING CPE_PRODUCT= ${PORTNAME} CPE_VENDOR= sgi USES= cpe gettext gmake libtool:build readline GNU_CONFIGURE= yes CONFIGURE_ENV= OPTIMIZER=-fcommon CONFIGURE_ARGS= --disable-shared --enable-readline ALL_TARGET= # empty MAKE_ARGS= V=1 OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e '/utmp/d' \ ${WRKSRC}/quota/report.c ${WRKSRC}/quota/util.c @${REINPLACE_CMD} \ -e 's|/usr/local|${LOCALBASE}|g' \ -e 's/lio_listio/timer_create/' \ ${WRKSRC}/configure @${REINPLACE_CMD} -e '/#!/s|bash|sh|' \ ${WRKSRC}/include/install-sh ${WRKSRC}/install-sh post-install: .for f in mkfs.xfs xfs_copy xfs_db xfs_estimate xfs_fsr xfs_growfs xfs_io \ xfs_logprint xfs_mdrestore xfs_quota xfs_repair xfs_rtcp ${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/${f} .endfor .include diff --git a/sysutils/xfsprogs/files/patch-po_de.po b/sysutils/xfsprogs/files/patch-po_de.po new file mode 100644 index 000000000000..bf9faedd7eda --- /dev/null +++ b/sysutils/xfsprogs/files/patch-po_de.po @@ -0,0 +1,11 @@ +--- po/de.po.orig 2015-07-24 04:28:04 UTC ++++ po/de.po +@@ -3084,7 +3084,7 @@ msgid "%s will take about %.1f megabytes\n" + #: .././estimate/xfs_estimate.c:191 + #, c-format + msgid "%s will take about %.1f megabytes\n" +-msgstr "%s wird etwa %.lf Megabytes einnehmen\n" ++msgstr "%s wird etwa %.1f Megabytes einnehmen\n" + + #: .././estimate/xfs_estimate.c:198 + #, c-format diff --git a/x11/mate-panel/Makefile b/x11/mate-panel/Makefile index 2f211a9b141d..fdfa7da377a1 100644 --- a/x11/mate-panel/Makefile +++ b/x11/mate-panel/Makefile @@ -1,63 +1,63 @@ PORTNAME= mate-panel PORTVERSION= 1.26.2 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= x11 mate MASTER_SITES= MATE DIST_SUBDIR= mate MAINTAINER= gnome@FreeBSD.org COMMENT= Panel component for the MATE Desktop WWW= https://mate-desktop.org/ LICENSE= GPLv2 GFDL LGPL21 LICENSE_COMB= multi LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING LICENSE_FILE_GFDL= ${WRKSRC}/COPYING-DOCS LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LIB BUILD_DEPENDS= itstool:textproc/itstool LIB_DEPENDS= libdbus-1.so:devel/dbus \ libdbus-glib-1.so:devel/dbus-glib \ libstartup-notification-1.so:x11/startup-notification PORTSCOUT= limitw:1,even USES= gettext gmake gnome libtool localbase mate pathfix pkgconfig \ tar:xz xorg USE_CSTD= c99 USE_MATE= desktop libmateweather menus USE_XORG= ice sm USE_GNOME= cairo dconf gnomeprefix gtk30 intltool \ introspection:build librsvg2 USE_LDCONFIG= yes GNU_CONFIGURE= yes INSTALL_TARGET= install-strip GLIB_SCHEMAS= org.mate.panel.applet.clock.gschema.xml \ org.mate.panel.applet.fish.gschema.xml \ org.mate.panel.enums.xml \ org.mate.panel.gschema.xml \ org.mate.panel.menubar.gschema.xml \ org.mate.panel.object.gschema.xml \ org.mate.panel.toplevel.gschema.xml OPTIONS_DEFINE= DOCS OPTIONS_MULTI= GUI OPTIONS_MULTI_GUI= WAYLAND X11 OPTIONS_DEFAULT= WAYLAND X11 OPTIONS_SUB= yes WAYLAND_LIB_DEPENDS= libgtk-layer-shell.so:x11-toolkits/gtk-layer-shell WAYLAND_CONFIGURE_ENABLE= wayland X11_USE= GNOME=libwnck3 XORG=x11,xau,xrandr X11_CONFIGURE_ENABLE= x11 X11_VARS= GLIB_SCHEMAS+=org.mate.panel.applet.notification-area.gschema.xml \ GLIB_SCHEMAS+=org.mate.panel.applet.window-list.gschema.xml \ GLIB_SCHEMAS+=org.mate.panel.applet.workspace-switcher.gschema.xml \ GLIB_SCHEMAS+=org.mate.panel.applet.window-list-previews.gschema.xml X11_CONFIGURE_ENV_OFF= WNCKLET_CFLAGS=" " WNCKLET_LIBS=" " \ XRANDR_CFLAGS=" " XRANDR_LIBS=" " .include diff --git a/x11/mate-panel/files/patch-libmate-panel-applet_Makefile.in b/x11/mate-panel/files/patch-libmate-panel-applet_Makefile.in new file mode 100644 index 000000000000..a5e10f85d821 --- /dev/null +++ b/x11/mate-panel/files/patch-libmate-panel-applet_Makefile.in @@ -0,0 +1,11 @@ +--- libmate-panel-applet/Makefile.in.orig 2023-06-30 15:20:38 UTC ++++ libmate-panel-applet/Makefile.in +@@ -1030,7 +1030,7 @@ $(noinst_DATA): $(applet_in_files) + --eprod "GType @enum_name@_get_type (void);\n" \ + $(mate_panel_applet_enum_headers) > $@ + $(noinst_DATA): $(applet_in_files) +- $(AM_V_GEN) $(MSGFMT) --desktop --keyword Name --keyword Description --template $< -d $(top_srcdir)/po -o $@ ++ $(AM_V_GEN) $(MSGFMT) --desktop --keyword=Name --keyword=Description --template $< -d $(top_srcdir)/po -o $@ + + ############################### + # Introspection generation