Index: head/textproc/freegrep/Makefile =================================================================== --- head/textproc/freegrep/Makefile (nonexistent) +++ head/textproc/freegrep/Makefile (revision 20123) @@ -0,0 +1,20 @@ +# New ports collection makefile for: grep +# Version required: 0.3 +# Date created: 8 June 1999 +# Whom: Sheldon Hearn +# +# $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 Property changes on: head/textproc/freegrep/Makefile ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1.1.1 \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: head/textproc/freegrep/distinfo =================================================================== --- head/textproc/freegrep/distinfo (nonexistent) +++ head/textproc/freegrep/distinfo (revision 20123) @@ -0,0 +1 @@ +MD5 (grep-0.3.tar.gz) = 111f30bd5f29581b66e12248fda01c22 Property changes on: head/textproc/freegrep/distinfo ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1.1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/textproc/freegrep/files/patch-aa =================================================================== --- head/textproc/freegrep/files/patch-aa (nonexistent) +++ head/textproc/freegrep/files/patch-aa (revision 20123) @@ -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 \ Property changes on: head/textproc/freegrep/files/patch-aa ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1.1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/textproc/freegrep/pkg-comment =================================================================== --- head/textproc/freegrep/pkg-comment (nonexistent) +++ head/textproc/freegrep/pkg-comment (revision 20123) @@ -0,0 +1 @@ +An implementation of grep(1) under a BSD-friendly license Property changes on: head/textproc/freegrep/pkg-comment ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1.1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/textproc/freegrep/pkg-descr =================================================================== --- head/textproc/freegrep/pkg-descr (nonexistent) +++ head/textproc/freegrep/pkg-descr (revision 20123) @@ -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. Property changes on: head/textproc/freegrep/pkg-descr ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1.1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/textproc/freegrep/pkg-plist =================================================================== --- head/textproc/freegrep/pkg-plist (nonexistent) +++ head/textproc/freegrep/pkg-plist (revision 20123) @@ -0,0 +1,4 @@ +bin/grep +bin/egrep +bin/fgrep +bin/zgrep Property changes on: head/textproc/freegrep/pkg-plist ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1.1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property