diff options
author | cjep <cjep@pkgsrc.org> | 2002-11-19 07:13:55 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2002-11-19 07:13:55 +0000 |
commit | b455f717a3964d968f4790f516d56e140d7477d5 (patch) | |
tree | d70e993e085d246ca41ba70cb0038f385a0b5339 /sysutils | |
parent | 3f316bc026175f6b04ebbb1c577c666abc75f11b (diff) | |
download | pkgsrc-b455f717a3964d968f4790f516d56e140d7477d5.tar.gz |
Move to textproc.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/Makefile | 3 | ||||
-rw-r--r-- | sysutils/bsdgrep/DESCR | 1 | ||||
-rw-r--r-- | sysutils/bsdgrep/Makefile | 15 | ||||
-rw-r--r-- | sysutils/bsdgrep/PLIST | 9 | ||||
-rw-r--r-- | sysutils/bsdgrep/distinfo | 6 | ||||
-rw-r--r-- | sysutils/bsdgrep/patches/patch-aa | 36 | ||||
-rw-r--r-- | sysutils/bsdgrep/patches/patch-ab | 106 |
7 files changed, 1 insertions, 175 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index d8dc7cc84d2..fdaa38499b7 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.166 2002/11/18 22:34:14 cjep Exp $ +# $NetBSD: Makefile,v 1.167 2002/11/19 07:13:55 cjep Exp $ COMMENT= System utilities @@ -20,7 +20,6 @@ SUBDIR+= asapm SUBDIR+= bbsload SUBDIR+= bchunk SUBDIR+= bkpupsd -SUBDIR+= bsdgrep SUBDIR+= c++rt0 SUBDIR+= cdbkup SUBDIR+= cdrdao diff --git a/sysutils/bsdgrep/DESCR b/sysutils/bsdgrep/DESCR deleted file mode 100644 index 32a8a9414b0..00000000000 --- a/sysutils/bsdgrep/DESCR +++ /dev/null @@ -1 +0,0 @@ -This is the BSD-licensed grep(1) replacement by Jamie Howard. diff --git a/sysutils/bsdgrep/Makefile b/sysutils/bsdgrep/Makefile deleted file mode 100644 index 0c9055b1e60..00000000000 --- a/sysutils/bsdgrep/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/11/18 22:33:40 cjep Exp $ - -DISTNAME= grep-0.16 -PKGNAME= bsdgrep-0.16 -CATEGORIES= sysutils -MASTER_SITES= http://www.wam.umd.edu/~howardjp/software/grep/ - -MAINTAINER= packages@netbsd.org -HOMEPAGE= http://www.wam.umd.edu/~howardjp/software/grep/ -COMMENT= BSD version of grep - -post-patch: - @${CP} ${WRKSRC}/grep.1 ${WRKSRC}/bgrep.1 - -.include "../../mk/bsd.pkg.mk" diff --git a/sysutils/bsdgrep/PLIST b/sysutils/bsdgrep/PLIST deleted file mode 100644 index 95d74a95220..00000000000 --- a/sysutils/bsdgrep/PLIST +++ /dev/null @@ -1,9 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2002/11/18 22:33:40 cjep Exp $ -bin/bgrep -bin/ebgrep -bin/fbgrep -bin/zbgrep -man/man1/bgrep.1 -man/man1/ebgrep.1 -man/man1/fbgrep.1 -man/man1/zbgrep.1 diff --git a/sysutils/bsdgrep/distinfo b/sysutils/bsdgrep/distinfo deleted file mode 100644 index 07b9f87edb6..00000000000 --- a/sysutils/bsdgrep/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -$NetBSD: distinfo,v 1.1.1.1 2002/11/18 22:33:40 cjep Exp $ - -SHA1 (grep-0.16.tar.gz) = 37fe06c5601fadc7d062292b66f95098d5d4bc47 -Size (grep-0.16.tar.gz) = 9712 bytes -SHA1 (patch-aa) = 359b9379f4ffd5a9fac86f6032e49479ab98fbf8 -SHA1 (patch-ab) = 7ad2fc9c23e793611f03db5ce0e6b500901c3028 diff --git a/sysutils/bsdgrep/patches/patch-aa b/sysutils/bsdgrep/patches/patch-aa deleted file mode 100644 index aee625b8849..00000000000 --- a/sysutils/bsdgrep/patches/patch-aa +++ /dev/null @@ -1,36 +0,0 @@ -$NetBSD: patch-aa,v 1.1.1.1 2002/11/18 22:33:40 cjep Exp $ - ---- Makefile.orig Fri Nov 5 15:28:02 1999 -+++ Makefile -@@ -2,14 +2,22 @@ - --PROG= grep -+PREFIX?=/usr/local -+ -+PROG= bgrep -+MAN= bgrep.1 - SRCS= binary.c file.c grep.c mmfile.c queue.c util.c --LINKS= ${BINDIR}/grep ${BINDIR}/egrep \ -- ${BINDIR}/grep ${BINDIR}/fgrep \ -- ${BINDIR}/grep ${BINDIR}/zgrep --MLINKS= grep.1 egrep.1 \ -- grep.1 fgrep.1 \ -- grep.1 zgrep.1 -+LINKS= ${BINDIR}/bgrep ${BINDIR}/ebgrep \ -+ ${BINDIR}/bgrep ${BINDIR}/fbgrep \ -+ ${BINDIR}/bgrep ${BINDIR}/zbgrep -+MLINKS= bgrep.1 ebgrep.1 \ -+ bgrep.1 fbgrep.1 \ -+ bgrep.1 zbgrep.1 -+ -+#CFLAGS+= -I/usr/local/include -Wall -pedantic - --CFLAGS+= -I/usr/local/include -Wall -pedantic -+#LDADD= -lz -L/usr/local/lib/ -liberty -+LDADD= -lz - --LDADD= -lz -L/usr/local/lib/ -liberty -+MANDIR=${PREFIX}/man -+BINDIR=${PREFIX}/bin -+MKCATPAGES=no - diff --git a/sysutils/bsdgrep/patches/patch-ab b/sysutils/bsdgrep/patches/patch-ab deleted file mode 100644 index 75bbbe505d9..00000000000 --- a/sysutils/bsdgrep/patches/patch-ab +++ /dev/null @@ -1,106 +0,0 @@ -$NetBSD: patch-ab,v 1.1.1.1 2002/11/18 22:33:40 cjep Exp $ - ---- grep.1.orig Fri Oct 29 17:02:36 1999 -+++ grep.1 -@@ -35,10 +35,10 @@ - .Dt GREP 1 - .Os - .Sh NAME --.Nm grep, egrep, fgrep. zgrep -+.Nm bgrep, egrep, fgrep, zgrep - .Nd file pattern searcher - .Sh SYNOPSIS --.Nm grep -+.Nm bgrep - .Op Fl AB Ar num - .Op Fl CEFGHLPRSVZabchilnoqsvwx - .Op Fl e Ar pattern -@@ -46,7 +46,7 @@ - .Op Ar - .Sh DESCRIPTION - The --.Nm grep -+.Nm bgrep - utilities search the given input files selecting lines that match one - or more patterns. - By default, a pattern matches an input line if any regular expression -@@ -57,7 +57,7 @@ - to the standard output. - .Pp - The --.Nm grep -+.Nm bgrep - utility is used for simple patterns and - .Xr ex 1 - or -@@ -74,7 +74,7 @@ - the input. - The - .Nm zgrep --utility acts like grep, but accepts input files compressed with the -+utility acts like bgrep, but accepts input files compressed with the - .Xr compress 1 - or - .Xr gzip 1 -@@ -99,19 +99,19 @@ - .Ar 2 . - .It Fl E - Force --.Nm grep -+.Nm bgrep - to behave as - .Nm egrep. - .It Fl F - Force --.Nm grep -+.Nm bgrep - to behave as - .Nm fgrep. - .It Fl G - Force --.Nm grep -+.Nm bgrep - to behave as --.Nm grep. -+.Nm bgrep. - .It Fl H - If - .Fl R -@@ -138,7 +138,7 @@ - Display version information. - .It Fl Z - Force --.Nm grep -+.Nm bgrep - to behave as - .Nm zgrep . - .It Fl a -@@ -204,7 +204,7 @@ - If no file arguments are specified, the standard input is used. - .Pp - The --.Nm grep -+.Nm bgrep - utility exits with one of the following values: - .Pp - .Bl -tag -width flag -compact -@@ -243,16 +243,16 @@ - .Sh EXAMPLES - To find all occurrences of the word patricia in a file: - .Pp --.Dl grep patricia myfile -+.Dl bgrep patricia myfile - .Pp - To find all occurrences of the pattern - .Ql \&.Pp - at the beginning of a line: - .Pp --.Dl grep '^\e.Pp' -+.Dl bgrep '^\e.Pp' - .Pp - The apostrophes assure the entire expression is evaluated by --.Nm grep -+.Nm bgrep - instead of by the - user's shell. - The caret |