aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/agrep
Commit message (Collapse)AuthorAgeFilesLines
* More style fixes for ports/textproc.olgeni2001-02-061-1/+1
|
* Add $FreeBSD$'s which help me in problem reports.obrien2000-11-221-0/+1
|
* Revert version back from 2.0.4 to 2.04, I can't find any evidence supportingasami2000-04-151-1/+1
| | | | the change.
* Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-101-2/+2
|
* Restore useless version required comments.obrien2000-03-221-0/+1
|
* Remove the "version required" line.obrien2000-03-201-1/+0
|
* Style nits in the ports I maintain.obrien2000-02-131-2/+2
|
* $Id$ -> $FreeBSD$peter1999-08-311-1/+1
|
* Remove empty directories on deinstall.steve1998-10-201-0/+1
|
* None of these textproc tools were quite advanced enough to behoek1998-08-201-1/+0
| | | | | | able to textproc away the manpages in their PLISTs. I'll do it for them. Or, rather, bento.freebsd.org will do it for them under my direction. :-)
* agrep is a tool for fast text searching allowing errors.obrien1997-05-255-0/+79
The three most significant features of agrep that are not supported by the grep family are 1) the ability to search for approximate patterns 2) agrep is record oriented rather than just line oriented 3) multiple patterns with AND (or OR) logic queries