diff options
author | dinoex <dinoex@FreeBSD.org> | 2015-10-08 11:57:54 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2015-10-08 11:57:54 +0800 |
commit | 153b4d44d3d2ec00c229c9f8b55df159086e2453 (patch) | |
tree | 2ab85ca16233d42a390982c99222a8293574ae70 /textproc | |
parent | f40557276212c86ecd57314944c05fa8e1659a4f (diff) | |
download | freebsd-ports-gnome-153b4d44d3d2ec00c229c9f8b55df159086e2453.tar.gz freebsd-ports-gnome-153b4d44d3d2ec00c229c9f8b55df159086e2453.tar.zst freebsd-ports-gnome-153b4d44d3d2ec00c229c9f8b55df159086e2453.zip |
- cleanup
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/agrep/Makefile | 3 | ||||
-rw-r--r-- | textproc/agrep/pkg-descr | 19 |
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 |