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:
Sheldon Hearn 1999-07-08 13:32:01 +00:00
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

View 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>

View file

@ -0,0 +1 @@
MD5 (grep-0.3.tar.gz) = 111f30bd5f29581b66e12248fda01c22

View 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 \

View file

@ -0,0 +1 @@
An implementation of grep(1) under a BSD-friendly license

View 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.

View file

@ -0,0 +1,4 @@
bin/grep
bin/egrep
bin/fgrep
bin/zgrep