Modify for NetBSD:
+ add NetBSD RCS Ids. + modify comments and descriptions + add INFO files in Makefile etc.
This commit is contained in:
parent
e1c6bd0534
commit
877ca9ccf4
14 changed files with 32 additions and 32 deletions
|
@ -1,8 +1,4 @@
|
|||
# New ports collection makefile for: gettext
|
||||
# Version required: 0.10
|
||||
# Date created: 16 March 1998
|
||||
# Whom: Yukihiro Nakai <Nakai@technologist.com>
|
||||
#
|
||||
# $NetBSD: Makefile,v 1.2 1998/09/04 12:38:53 agc Exp $
|
||||
# FreeBSD Id: Makefile,v 1.1.1.1 1998/08/09 15:13:33 kuriyama Exp
|
||||
#
|
||||
|
||||
|
@ -10,8 +6,10 @@ DISTNAME= gettext-0.10
|
|||
CATEGORIES= misc
|
||||
MASTER_SITES= ${MASTER_SITE_GNU}
|
||||
|
||||
MAINTAINER= Nakai@technologist.com
|
||||
MAINTAINER= packages@netbsd.org
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
INFO_FILES= gettext.info
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1 +1,3 @@
|
|||
$NetBSD: md5,v 1.2 1998/09/04 12:38:54 agc Exp $
|
||||
|
||||
MD5 (gettext-0.10.tar.gz) = e9d58ee3880feed61b2b8145b5ec519a
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
$NetBSD: patch-aa,v 1.2 1998/09/04 12:38:55 agc Exp $
|
||||
|
||||
--- config.h.in.orig Thu Apr 2 16:41:28 1998
|
||||
+++ config.h.in Thu Apr 2 16:41:36 1998
|
||||
@@ -6,15 +6,6 @@
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
$NetBSD: patch-ab,v 1.2 1998/09/04 12:38:55 agc Exp $
|
||||
|
||||
--- misc/Makefile.in.orig Thu Apr 2 17:02:04 1998
|
||||
+++ misc/Makefile.in Thu Apr 2 17:02:52 1998
|
||||
@@ -65,6 +65,7 @@
|
||||
|
|
|
@ -1 +1 @@
|
|||
GNU gettext package.
|
||||
tools for providing messages in different languages
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,8 +1,4 @@
|
|||
# New ports collection makefile for: gettext
|
||||
# Version required: 0.10
|
||||
# Date created: 16 March 1998
|
||||
# Whom: Yukihiro Nakai <Nakai@technologist.com>
|
||||
#
|
||||
# $NetBSD: Makefile,v 1.2 1998/09/04 12:38:53 agc Exp $
|
||||
# FreeBSD Id: Makefile,v 1.1.1.1 1998/08/09 15:13:33 kuriyama Exp
|
||||
#
|
||||
|
||||
|
@ -10,8 +6,10 @@ DISTNAME= gettext-0.10
|
|||
CATEGORIES= misc
|
||||
MASTER_SITES= ${MASTER_SITE_GNU}
|
||||
|
||||
MAINTAINER= Nakai@technologist.com
|
||||
MAINTAINER= packages@netbsd.org
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
INFO_FILES= gettext.info
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1 +1,3 @@
|
|||
$NetBSD: md5,v 1.2 1998/09/04 12:38:54 agc Exp $
|
||||
|
||||
MD5 (gettext-0.10.tar.gz) = e9d58ee3880feed61b2b8145b5ec519a
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
$NetBSD: patch-aa,v 1.2 1998/09/04 12:38:55 agc Exp $
|
||||
|
||||
--- config.h.in.orig Thu Apr 2 16:41:28 1998
|
||||
+++ config.h.in Thu Apr 2 16:41:36 1998
|
||||
@@ -6,15 +6,6 @@
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
$NetBSD: patch-ab,v 1.2 1998/09/04 12:38:55 agc Exp $
|
||||
|
||||
--- misc/Makefile.in.orig Thu Apr 2 17:02:04 1998
|
||||
+++ misc/Makefile.in Thu Apr 2 17:02:52 1998
|
||||
@@ -65,6 +65,7 @@
|
||||
|
|
|
@ -1 +1 @@
|
|||
GNU gettext package.
|
||||
tools for providing messages in different languages
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue