aboutsummaryrefslogtreecommitdiff
path: root/textproc/agrep
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2015-10-08 03:57:54 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2015-10-08 03:57:54 +0000
commit74a0a7ada562bbc3d6b3a17a86808fa487c59ecf (patch)
tree2ab85ca16233d42a390982c99222a8293574ae70 /textproc/agrep
parent48535930111dcafdea846b90e011f8f1e359c6b8 (diff)
downloadports-74a0a7ada562bbc3d6b3a17a86808fa487c59ecf.tar.gz
ports-74a0a7ada562bbc3d6b3a17a86808fa487c59ecf.zip
- cleanup
Notes
Notes: svn path=/head/; revision=398795
Diffstat (limited to 'textproc/agrep')
-rw-r--r--textproc/agrep/Makefile3
-rw-r--r--textproc/agrep/pkg-descr19
2 files changed, 2 insertions, 20 deletions
diff --git a/textproc/agrep/Makefile b/textproc/agrep/Makefile
index 0ee105449a73..f494edc5ab87 100644
--- a/textproc/agrep/Makefile
+++ b/textproc/agrep/Makefile
@@ -6,7 +6,6 @@ PORTVERSION= 2.04
PORTREVISION= 2
CATEGORIES= textproc
MASTER_SITES= ftp://ftp.cs.arizona.edu/agrep/
-EXTRACT_SUFX= .tar.Z
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} agrep.ps.1.Z agrep.ps.2.Z
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
@@ -15,6 +14,8 @@ COMMENT= Approximate grep (fast approximate pattern-matching tool)
NO_CDROM= No redistribution for profit
+USES= tar:Z
+
ALL_TARGET=
MAKE_ARGS= CFLAGS="${CFLAGS}"
PLIST_FILES= bin/agrep man/man1/agrep.1.gz
diff --git a/textproc/agrep/pkg-descr b/textproc/agrep/pkg-descr
index a87dfde51550..48c825b26d9e 100644
--- a/textproc/agrep/pkg-descr
+++ b/textproc/agrep/pkg-descr
@@ -21,23 +21,4 @@ the grep family are
"agrep -d '^From ' 'good;pizza' mbox" outputs all mail messages
containing both keywords.
-Putting these options together one can ask queries like
-
-agrep -d '$$' -2 '<CACM>;TheAuthor;Curriculum;<198[5-9]>' bib
-
-which outputs all paragraphs referencing articles in CACM between
-1985 and 1989 by TheAuthor dealing with curriculum.
-Two errors are allowed, but they cannot be in either CACM or the year
-(the <> brackets forbid errors in the pattern between them).
-
-Two technical papers describing agrep are available as:
-
- agrep.ps.1 is a technical report from June 1991 describing the
- design and implementation of agrep
- ftp://ftp.cs.arizona.edu/agrep/agrep.ps.1.Z
-
- agrep.ps.2 is a copy of the paper as appeared in the 1992 Winter
- USENIX conference.
- ftp://ftp.cs.arizona.edu/agrep/agrep.ps.2.Z
-
LICENSE: no redistribution for profit