aboutsummaryrefslogtreecommitdiffstats
path: root/net/ngrep
Commit message (Collapse)AuthorAgeFilesLines
* "Fix a small nit that corrects an oversight in one of our newer features..."obrien2000-08-271-3/+24
| | | | Submitted by: Dan Frasnelli <dfrasnel@corewar.com> (ngrep developer)
* Remove useless GNU make'ism.obrien2000-08-141-0/+5
|
* Update to version 1.38.obrien2000-08-093-19/+7
| | | | Reported by: Chris D. Faulhaber <jedgar@fxp.org>
* Remove directory on deinstallkris2000-07-031-0/+1
| | | | Noticed by: bento
* Portlint COMMENT's.knu2000-04-151-1/+1
| | | | | | | Everybody should read the Handbook again! PR: ports/18008 Submitted by: tkato@prontomail.ne.jp
* 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
|
* GNU configure is setting up PCAP_RESTART to use yyrestart. yyrestart in theobrien2000-02-011-0/+19
| | | | | | pcap library requires a FILE * argument, ngrep is called it with none. Submitted by: Barry Lustig <barry@lustig.com>
* ngrep strives to provide most of GNU grep's common features, applyingobrien2000-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]