diff options
author | agc <agc@pkgsrc.org> | 1998-09-04 12:38:53 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-09-04 12:38:53 +0000 |
commit | 877ca9ccf4e671aee1f72bb191223ffc5bb1cbf3 (patch) | |
tree | 2198b56d675f27d842a0dd09f5c44edfd6f2d3ac /devel/gettext/pkg | |
parent | e1c6bd0534d0a41de708578cfd990a1f1f0c576c (diff) | |
download | pkgsrc-877ca9ccf4e671aee1f72bb191223ffc5bb1cbf3.tar.gz |
Modify for NetBSD:
+ add NetBSD RCS Ids.
+ modify comments and descriptions
+ add INFO files in Makefile
etc.
Diffstat (limited to 'devel/gettext/pkg')
-rw-r--r-- | devel/gettext/pkg/COMMENT | 2 | ||||
-rw-r--r-- | devel/gettext/pkg/DESCR | 8 | ||||
-rw-r--r-- | devel/gettext/pkg/PLIST | 4 |
3 files changed, 5 insertions, 9 deletions
diff --git a/devel/gettext/pkg/COMMENT b/devel/gettext/pkg/COMMENT index 9217b068c2a..d1e4d5364fa 100644 --- a/devel/gettext/pkg/COMMENT +++ b/devel/gettext/pkg/COMMENT @@ -1 +1 @@ -GNU gettext package. +tools for providing messages in different languages diff --git a/devel/gettext/pkg/DESCR b/devel/gettext/pkg/DESCR index 24fee26e0c2..1b8854e9eed 100644 --- a/devel/gettext/pkg/DESCR +++ b/devel/gettext/pkg/DESCR @@ -1,5 +1,3 @@ -This is the GNU gettext package. It is interesting for authors or -maintainers of other packages or programs which they want to see -internationalized. As one step the handling of messages in different -languages should be implemented. For this task GNU gettext provides -the needed tools and library functions. +GNU gettext provides the necessary tools and libraries for handling +messages in different languages, as one of the steps to +internationalisation (or i18n) of a utility. diff --git a/devel/gettext/pkg/PLIST b/devel/gettext/pkg/PLIST index 45c3ed84ed6..fd759173e2b 100644 --- a/devel/gettext/pkg/PLIST +++ b/devel/gettext/pkg/PLIST @@ -1,3 +1,4 @@ +@comment $NetBSD: PLIST,v 1.2 1998/09/04 12:38:56 agc Exp $ bin/gettext bin/gettextize bin/msgcmp @@ -13,11 +14,8 @@ 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 |