summaryrefslogtreecommitdiff
path: root/net/ngrep (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Pass maintainership to Edwin Groothuis <edwin@mavetju.org> from ports@Pete Fritchman2002-03-011-1/+1
| | | | | | | Submitted by: Edwin Groothuis <edwin@mavetju.org> on -ports Notes: svn path=/head/; revision=55387
* Update to version 1.40.1.David E. O'Brien2002-02-282-3/+3
| | | | | | | | PR: 33428 Submitted by: Edwin Groothuis <edwin@mavetju.org> Notes: svn path=/head/; revision=55325
* Update to 1.40.David E. O'Brien2001-08-226-32/+29
| | | | | | | | | | | | | | | - update mastersite - install more docs, use DOCSDIR - properly support NOPORTDOCS in pkg-plist - sync pkg-descr with current features - update ngrep.c (the t->tm_mon+1 change has been integrated in 1.40) - remove patch-Makefile.in (no longer necessary) PR: 29588 Submitted by: Pete Fritchman <petef@databits.net> Notes: svn path=/head/; revision=46651
* "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