aboutsummaryrefslogtreecommitdiff
path: root/net/ngrep
Commit message (Collapse)AuthorAgeFilesLines
* move the check for the necessarity for the additional patchesEdwin Groothuis2003-11-181-1/+1
| | | | | | | | | | regarding the changes in libpcap to 501110 and higher versions of the FreeBSD operating system Submitted by: Emanuel Haupt <emanuel.haupt@cablecom.ch> Notes: svn path=/head/; revision=94239
* Unbreak build on -stable while keep it buildable on -current.Edwin Groothuis2003-11-113-2/+8
| | | | | | | Noticed by: quite a lot of people. Notes: svn path=/head/; revision=93758
* Fix build on -current, thanks to a patch from walt <wa1ter@myrealbox.com>Edwin Groothuis2003-11-084-12/+46
| | | | | | | Use PORTDOCS fully. Notes: svn path=/head/; revision=93449
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76041
* 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