diff options
author | kuriyama <kuriyama@FreeBSD.org> | 1998-08-25 16:13:04 +0000 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 1998-08-25 16:13:04 +0000 |
commit | 5fe2595804112ee9728b20a72be32d407799e572 (patch) | |
tree | 89e2dc44eec48adf757af89b97a420b501f85221 /devel/gettext/pkg-plist | |
parent | 118d1308d0e715d37fb54dab0b0f3578ff763b00 (diff) | |
download | FreeBSD-ports-5fe2595804112ee9728b20a72be32d407799e572.zip FreeBSD-ports-5fe2595804112ee9728b20a72be32d407799e572.tar.gz |
GNU gettext package.
Submitted by: Yukihiro Nakai <Nakai@technologist.com>
Diffstat (limited to 'devel/gettext/pkg-plist')
-rw-r--r-- | devel/gettext/pkg-plist | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/devel/gettext/pkg-plist b/devel/gettext/pkg-plist new file mode 100644 index 0000000..45c3ed8 --- /dev/null +++ b/devel/gettext/pkg-plist @@ -0,0 +1,62 @@ +bin/gettext +bin/gettextize +bin/msgcmp +bin/msgfmt +bin/msgmerge +bin/msgunfmt +bin/tupdate +bin/xgettext +include/libintl.h +@unexec install-info --delete %D/info/gettext.info %D/info/dir +info/gettext.info +info/gettext.info-1 +info/gettext.info-2 +info/gettext.info-3 +info/gettext.info-4 +@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir +@exec install-info %D/info/gettext.info %D/info/dir +lib/libintl.a +@exec /sbin/ldconfig -m %B +@unexec /sbin/ldconfig -R +lib/locale/de/LC_MESSAGES/gettext.cat +lib/locale/fr/LC_MESSAGES/gettext.cat +lib/locale/no/LC_MESSAGES/gettext.cat +lib/locale/no@nynorsk/LC_MESSAGES/gettext.cat +lib/locale/sv/LC_MESSAGES/gettext.cat +share/gettext/aclocal.m4 +share/gettext/intl-ChangeLog +share/gettext/intl-Makefile.in +share/gettext/intl-VERSION +share/gettext/intl-bindtextdom.c +share/gettext/intl-cat-compat.c +share/gettext/intl-dcgettext.c +share/gettext/intl-dgettext.c +share/gettext/intl-finddomain.c +share/gettext/intl-gettext.c +share/gettext/intl-gettext.h +share/gettext/intl-gettextP.h +share/gettext/intl-hash-string.h +share/gettext/intl-intl-compat.c +share/gettext/intl-libgettext.h +share/gettext/intl-linux-msg.sed +share/gettext/intl-loadmsgcat.c +share/gettext/intl-localealias.c +share/gettext/intl-po2tbl.sed.in +share/gettext/intl-textdomain.c +share/gettext/intl-xopen-msg.sed +share/gettext/po-Makefile.in.in +share/gettext/root-ABOUT-NLS +share/locale/locale.alias +@dirrm lib/locale/de/LC_MESSAGES +@dirrm lib/locale/de +@dirrm lib/locale/fr/LC_MESSAGES +@dirrm lib/locale/fr +@dirrm lib/locale/no/LC_MESSAGES +@dirrm lib/locale/no +@dirrm lib/locale/no@nynorsk/LC_MESSAGES +@dirrm lib/locale/no@nynorsk +@dirrm lib/locale/sv/LC_MESSAGES +@dirrm lib/locale/sv +@dirrm lib/locale +@dirrm share/gettext +@dirrm share/locale |