aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/freegrep
diff options
context:
space:
mode:
authorsheldonh <sheldonh@FreeBSD.org>1999-07-08 21:32:01 +0800
committersheldonh <sheldonh@FreeBSD.org>1999-07-08 21:32:01 +0800
commitb0cff5230dbb1f53f264e56e7f4b36769a9a60c5 (patch)
treecf13dd58216007411c10e47bb6b23b27f14fe7b4 /textproc/freegrep
parent4dd3d3b6416ebcfeb524b350d34d76c14ec5dc71 (diff)
downloadfreebsd-ports-gnome-b0cff5230dbb1f53f264e56e7f4b36769a9a60c5.tar.gz
freebsd-ports-gnome-b0cff5230dbb1f53f264e56e7f4b36769a9a60c5.tar.zst
freebsd-ports-gnome-b0cff5230dbb1f53f264e56e7f4b36769a9a60c5.zip
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.
Diffstat (limited to 'textproc/freegrep')
-rw-r--r--textproc/freegrep/Makefile20
-rw-r--r--textproc/freegrep/distinfo1
-rw-r--r--textproc/freegrep/files/patch-aa13
-rw-r--r--textproc/freegrep/pkg-comment1
-rw-r--r--textproc/freegrep/pkg-descr3
-rw-r--r--textproc/freegrep/pkg-plist4
6 files changed, 42 insertions, 0 deletions
diff --git a/textproc/freegrep/Makefile b/textproc/freegrep/Makefile
new file mode 100644
index 000000000000..b31412829f79
--- /dev/null
+++ b/textproc/freegrep/Makefile
@@ -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>
diff --git a/textproc/freegrep/distinfo b/textproc/freegrep/distinfo
new file mode 100644
index 000000000000..b81b271b0df0
--- /dev/null
+++ b/textproc/freegrep/distinfo
@@ -0,0 +1 @@
+MD5 (grep-0.3.tar.gz) = 111f30bd5f29581b66e12248fda01c22
diff --git a/textproc/freegrep/files/patch-aa b/textproc/freegrep/files/patch-aa
new file mode 100644
index 000000000000..304c7b194eff
--- /dev/null
+++ b/textproc/freegrep/files/patch-aa
@@ -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 \
diff --git a/textproc/freegrep/pkg-comment b/textproc/freegrep/pkg-comment
new file mode 100644
index 000000000000..6d14f0504f14
--- /dev/null
+++ b/textproc/freegrep/pkg-comment
@@ -0,0 +1 @@
+An implementation of grep(1) under a BSD-friendly license
diff --git a/textproc/freegrep/pkg-descr b/textproc/freegrep/pkg-descr
new file mode 100644
index 000000000000..2a7a2ebbfc24
--- /dev/null
+++ b/textproc/freegrep/pkg-descr
@@ -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.
diff --git a/textproc/freegrep/pkg-plist b/textproc/freegrep/pkg-plist
new file mode 100644
index 000000000000..2dbc17548819
--- /dev/null
+++ b/textproc/freegrep/pkg-plist
@@ -0,0 +1,4 @@
+bin/grep
+bin/egrep
+bin/fgrep
+bin/zgrep