summaryrefslogtreecommitdiff
path: root/net/ngrep (follow)
Commit message (Collapse)AuthorAgeFilesLines
* "Fix a small nit that corrects an oversight in one of our newer features..."David E. O'Brien2000-08-271-3/+24
| | | | | | | Submitted by: Dan Frasnelli <dfrasnel@corewar.com> (ngrep developer) Notes: svn path=/head/; revision=32014
* Remove useless GNU make'ism.David E. O'Brien2000-08-131-0/+5
| | | | Notes: svn path=/head/; revision=31618
* Update to version 1.38.David E. O'Brien2000-08-093-19/+7
| | | | | | | Reported by: Chris D. Faulhaber <jedgar@fxp.org> Notes: svn path=/head/; revision=31440
* Remove directory on deinstallKris Kennaway2000-07-031-0/+1
| | | | | | | Noticed by: bento Notes: svn path=/head/; revision=30099
* Portlint COMMENT's.Akinori MUSHA2000-04-141-1/+1
| | | | | | | | | | Everybody should read the Handbook again! PR: ports/18008 Submitted by: tkato@prontomail.ne.jp Notes: svn path=/head/; revision=27537
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-2/+2
| | | | Notes: svn path=/head/; revision=27423
* Restore useless version required comments.David E. O'Brien2000-03-221-0/+1
| | | | Notes: svn path=/head/; revision=26941
* Remove the "version required" line.David E. O'Brien2000-03-201-1/+0
| | | | Notes: svn path=/head/; revision=26835
* Style nits in the ports I maintain.David E. O'Brien2000-02-131-2/+2
| | | | Notes: svn path=/head/; revision=25734
* GNU configure is setting up PCAP_RESTART to use yyrestart. yyrestart in theDavid E. O'Brien2000-01-311-0/+19
| | | | | | | | | pcap library requires a FILE * argument, ngrep is called it with none. Submitted by: Barry Lustig <barry@lustig.com> Notes: svn path=/head/; revision=25362
* ngrep strives to provide most of GNU grep's common features, applyingDavid E. O'Brien2000-01-025-0/+40
them to the network layer. ngrep somewhat replaces tcpdump. {DESCR,COMMENT} Obtained from: NetBSD [after I started making this port, I realized NetBSD had a port if it] Notes: svn path=/head/; revision=24349