mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
Import of GNU textutils 1.22, including GNU cat and so forth. The
programs are installed wit the prefix "g", a la gmake. This produces the interesting program /usr/local/bin/god. PR: 6050 Submitted by: Adrian Wontroba <aw1@stade.co.uk>
This commit is contained in:
parent
80caabd167
commit
0c8bab91b3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=11461
32
textproc/textutils/Makefile
Normal file
32
textproc/textutils/Makefile
Normal file
@ -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>
|
1
textproc/textutils/distinfo
Normal file
1
textproc/textutils/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (textutils-1.22.tar.gz) = 190ef88a00368c7f7cb4c3095bfc80c8
|
1
textproc/textutils/pkg-comment
Normal file
1
textproc/textutils/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
GNU text utilities
|
10
textproc/textutils/pkg-descr
Normal file
10
textproc/textutils/pkg-descr
Normal file
@ -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.).
|
58
textproc/textutils/pkg-plist
Normal file
58
textproc/textutils/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user