Import Jamie Howard's grep(1) implementation under BSD-friendly license
agreement. Severl developers are keen to see this brought into the base system to replace GNU grep. When that happens, this port can go away.
This commit is contained in:
parent
ebae5e61ae
commit
b5b692f10c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=20123
6 changed files with 42 additions and 0 deletions
20
textproc/freegrep/Makefile
Normal file
20
textproc/freegrep/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
|||
# New ports collection makefile for: grep
|
||||
# Version required: 0.3
|
||||
# Date created: 8 June 1999
|
||||
# Whom: Sheldon Hearn <sheldonh@freebsd.org>
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= grep-0.3
|
||||
PKGNAME= freegrep-0.3
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= ftp://dragon.ham.muohio.edu/pub/howardjp/ \
|
||||
ftp://ftp.wam.umd.edu/pub/howardjp/ \
|
||||
ftp://ftp.ofug.org/pub/grep/
|
||||
|
||||
MAINTAINER= howardjp@wam.umd.edu
|
||||
|
||||
MAN1= grep.1 egrep.1 fgrep.1 zgrep.1
|
||||
|
||||
.include <bsd.port.mk>
|
1
textproc/freegrep/distinfo
Normal file
1
textproc/freegrep/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (grep-0.3.tar.gz) = 111f30bd5f29581b66e12248fda01c22
|
13
textproc/freegrep/files/patch-aa
Normal file
13
textproc/freegrep/files/patch-aa
Normal file
|
@ -0,0 +1,13 @@
|
|||
--- Makefile.orig Mon Jul 5 22:01:43 1999
|
||||
+++ Makefile Thu Jul 8 15:07:45 1999
|
||||
@@ -1,5 +1,10 @@
|
||||
# $Id$
|
||||
|
||||
+DESTDIR= ${PREFIX}
|
||||
+BINDIR= /bin
|
||||
+MANDIR= /man/man
|
||||
+NOMANCOMPRESS= 1
|
||||
+
|
||||
PROG= grep
|
||||
SRCS= binary.c grep.c util.c
|
||||
LINKS= ${BINDIR}/grep ${BINDIR}/egrep \
|
1
textproc/freegrep/pkg-comment
Normal file
1
textproc/freegrep/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
An implementation of grep(1) under a BSD-friendly license
|
3
textproc/freegrep/pkg-descr
Normal file
3
textproc/freegrep/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
This is an implementation of grep(1) intended as a replacement for
|
||||
FreeBSD's GNU grep. GNU grep falls under GPL, while this implementation
|
||||
is under a BSD-friendly licence.
|
4
textproc/freegrep/pkg-plist
Normal file
4
textproc/freegrep/pkg-plist
Normal file
|
@ -0,0 +1,4 @@
|
|||
bin/grep
|
||||
bin/egrep
|
||||
bin/fgrep
|
||||
bin/zgrep
|
Loading…
Reference in a new issue