diff options
author | Matthew Hunt <mph@FreeBSD.org> | 1998-06-16 19:16:16 +0000 |
---|---|---|
committer | Matthew Hunt <mph@FreeBSD.org> | 1998-06-16 19:16:16 +0000 |
commit | 0c8bab91b38e8a4bc034340c3fc479cbb68f4e65 (patch) | |
tree | 00fe993105c0bec3d0589f1f65d1352a85d8f969 /textproc/textutils | |
parent | 80caabd1676402ea1a953837fd042b283abdfd6c (diff) | |
download | ports-0c8bab91b38e8a4bc034340c3fc479cbb68f4e65.tar.gz ports-0c8bab91b38e8a4bc034340c3fc479cbb68f4e65.zip |
Notes
Diffstat (limited to 'textproc/textutils')
-rw-r--r-- | textproc/textutils/Makefile | 32 | ||||
-rw-r--r-- | textproc/textutils/distinfo | 1 | ||||
-rw-r--r-- | textproc/textutils/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/textutils/pkg-descr | 10 | ||||
-rw-r--r-- | textproc/textutils/pkg-plist | 58 |
5 files changed, 102 insertions, 0 deletions
diff --git a/textproc/textutils/Makefile b/textproc/textutils/Makefile new file mode 100644 index 000000000000..abd7f6cfa088 --- /dev/null +++ b/textproc/textutils/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: textutils +# Version required: 1.22 +# Date created: 14 May 1998 +# Whom: Adrian Wontroba <aw1@stade.co.uk> +# +# $Id$ +# + +DISTNAME= textutils-1.22 +CATEGORIES= textproc +MASTER_SITES= ${MASTER_SITE_GNU} + +MAINTAINER= aw1@stade.co.uk + +GNU_CONFIGURE= yes + +CONFIGURE_ARGS= --program-prefix=g + +USE_GMAKE= yes + +MAN1= gcat.1 gcksum.1 gcomm.1 gcsplit.1 gcut.1 gexpand.1\ + gfmt.1 gfold.1 ghead.1 gjoin.1 gmd5sum.1 gnl.1\ + god.1 gpaste.1 gpr.1 gsort.1 gsplit.1 gsum.1 gtac.1\ + gtail.1 gtr.1 gunexpand.1 guniq.1 gwc.1 + +post-install: + @if [ ! -f ${PREFIX}/info/dir ]; then \ + ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ + fi + @install-info ${PREFIX}/info/textutils.info ${PREFIX}/info/dir + +.include <bsd.port.mk> diff --git a/textproc/textutils/distinfo b/textproc/textutils/distinfo new file mode 100644 index 000000000000..df64a513fde9 --- /dev/null +++ b/textproc/textutils/distinfo @@ -0,0 +1 @@ +MD5 (textutils-1.22.tar.gz) = 190ef88a00368c7f7cb4c3095bfc80c8 diff --git a/textproc/textutils/pkg-comment b/textproc/textutils/pkg-comment new file mode 100644 index 000000000000..dec39ad13956 --- /dev/null +++ b/textproc/textutils/pkg-comment @@ -0,0 +1 @@ +GNU text utilities diff --git a/textproc/textutils/pkg-descr b/textproc/textutils/pkg-descr new file mode 100644 index 000000000000..b9d9eb16911b --- /dev/null +++ b/textproc/textutils/pkg-descr @@ -0,0 +1,10 @@ +GNU text utilities + +The Free Software Foundation's text processing utilities, for rearranging, +reformatting and generally mangling text. + +Many of the utilities exist in the FreeBSD base collection, but the GNU +versions have added functionality, which is sometimes useful. + +Note that the texinfo documentation refers to these utilities +without the "g" prefix (cat rather than gcat, etc.). diff --git a/textproc/textutils/pkg-plist b/textproc/textutils/pkg-plist new file mode 100644 index 000000000000..5b9f89ad67fe --- /dev/null +++ b/textproc/textutils/pkg-plist @@ -0,0 +1,58 @@ +bin/gcat +bin/gcksum +bin/gcomm +bin/gcsplit +bin/gcut +bin/gexpand +bin/gfmt +bin/gfold +bin/ghead +bin/gjoin +bin/gmd5sum +bin/gnl +bin/god +bin/gpaste +bin/gpr +bin/gsort +bin/gsplit +bin/gsum +bin/gtac +bin/gtail +bin/gtr +bin/gunexpand +bin/guniq +bin/gwc +@unexec install-info --delete %D/info/textutils.info %D/info/dir +info/textutils.info +@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir +@exec install-info %D/info/textutils.info %D/info/dir +man/man1/gcat.1.gz +man/man1/gcksum.1.gz +man/man1/gcomm.1.gz +man/man1/gcsplit.1.gz +man/man1/gcut.1.gz +man/man1/gexpand.1.gz +man/man1/gfmt.1.gz +man/man1/gfold.1.gz +man/man1/ghead.1.gz +man/man1/gjoin.1.gz +man/man1/gmd5sum.1.gz +man/man1/gnl.1.gz +man/man1/god.1.gz +man/man1/gpaste.1.gz +man/man1/gpr.1.gz +man/man1/gsort.1.gz +man/man1/gsplit.1.gz +man/man1/gsum.1.gz +man/man1/gtac.1.gz +man/man1/gtail.1.gz +man/man1/gtr.1.gz +man/man1/gunexpand.1.gz +man/man1/guniq.1.gz +man/man1/gwc.1.gz +share/locale/de/LC_MESSAGES/textutils.mo +share/locale/es/LC_MESSAGES/textutils.mo +share/locale/fr/LC_MESSAGES/textutils.mo +share/locale/ko/LC_MESSAGES/textutils.mo +share/locale/nl/LC_MESSAGES/textutils.mo +share/locale/pl/LC_MESSAGES/textutils.mo |