mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
GNU gettext package.
Submitted by: Yukihiro Nakai <Nakai@technologist.com>
This commit is contained in:
parent
c6cf610ca0
commit
bbfa516de3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=12847
15 changed files with 258 additions and 0 deletions
17
devel/gettext-devel/Makefile
Normal file
17
devel/gettext-devel/Makefile
Normal file
|
@ -0,0 +1,17 @@
|
|||
# New ports collection makefile for: gettext
|
||||
# Version required: 0.10
|
||||
# Date created: 16 March 1998
|
||||
# Whom: Yukihiro Nakai <Nakai@technologist.com>
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= gettext-0.10
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_GNU}
|
||||
|
||||
MAINTAINER= Nakai@technologist.com
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
.include <bsd.port.mk>
|
1
devel/gettext-devel/distinfo
Normal file
1
devel/gettext-devel/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (gettext-0.10.tar.gz) = e9d58ee3880feed61b2b8145b5ec519a
|
1
devel/gettext-devel/pkg-comment
Normal file
1
devel/gettext-devel/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
GNU gettext package.
|
5
devel/gettext-devel/pkg-descr
Normal file
5
devel/gettext-devel/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
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.
|
62
devel/gettext-devel/pkg-plist
Normal file
62
devel/gettext-devel/pkg-plist
Normal file
|
@ -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
|
17
devel/gettext-old/Makefile
Normal file
17
devel/gettext-old/Makefile
Normal file
|
@ -0,0 +1,17 @@
|
|||
# New ports collection makefile for: gettext
|
||||
# Version required: 0.10
|
||||
# Date created: 16 March 1998
|
||||
# Whom: Yukihiro Nakai <Nakai@technologist.com>
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= gettext-0.10
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_GNU}
|
||||
|
||||
MAINTAINER= Nakai@technologist.com
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
.include <bsd.port.mk>
|
1
devel/gettext-old/distinfo
Normal file
1
devel/gettext-old/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (gettext-0.10.tar.gz) = e9d58ee3880feed61b2b8145b5ec519a
|
1
devel/gettext-old/pkg-comment
Normal file
1
devel/gettext-old/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
GNU gettext package.
|
5
devel/gettext-old/pkg-descr
Normal file
5
devel/gettext-old/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
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.
|
62
devel/gettext-old/pkg-plist
Normal file
62
devel/gettext-old/pkg-plist
Normal file
|
@ -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
|
17
devel/gettext/Makefile
Normal file
17
devel/gettext/Makefile
Normal file
|
@ -0,0 +1,17 @@
|
|||
# New ports collection makefile for: gettext
|
||||
# Version required: 0.10
|
||||
# Date created: 16 March 1998
|
||||
# Whom: Yukihiro Nakai <Nakai@technologist.com>
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= gettext-0.10
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_GNU}
|
||||
|
||||
MAINTAINER= Nakai@technologist.com
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
.include <bsd.port.mk>
|
1
devel/gettext/distinfo
Normal file
1
devel/gettext/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (gettext-0.10.tar.gz) = e9d58ee3880feed61b2b8145b5ec519a
|
1
devel/gettext/pkg-comment
Normal file
1
devel/gettext/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
GNU gettext package.
|
5
devel/gettext/pkg-descr
Normal file
5
devel/gettext/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
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.
|
62
devel/gettext/pkg-plist
Normal file
62
devel/gettext/pkg-plist
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue