aboutsummaryrefslogtreecommitdiff
path: root/net/ipgrab
Commit message (Collapse)AuthorAgeFilesLines
* Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 3).Alexey Dokuchaev2020-05-271-1/+1
| | | | Notes: svn path=/head/; revision=536694
* Install texinfo files (GNU info) into ${PREFIX}/share/infoBaptiste Daroussin2018-11-101-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | After a discussion on the mailing list on moving manpages to ${PREFIX}/share/man for consistency with base where it is installed in usr/share/man, it appeared the same should happen to GNU info files which were installed under share in base and not in ports. Now texinfo is not in base on any of the supported version of FreeBSD it is possible to proceed to this move and it is easier to do than the manpage change. Other benefit than consistency are less patching: all build tools but cmake are expecting info files to be under share/info and cmake (patched here) was having an exception for BSD so the patch makes FreeBSD case less specific for them Bump revision of all impacted ports PR: 232907 exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D17816 Notes: svn path=/head/; revision=484628
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* - Switch to options helpersDmitry Marakasov2015-08-281-4/+2
| | | | | | | | | - While here, add some NO_ARCHes and couple missing PORT_OPTIONS=DOCS Approved by: portmgr blanket Notes: svn path=/head/; revision=395483
* Stagify.Vanilla I. Shu2014-06-091-9/+6
| | | | Notes: svn path=/head/; revision=357166
* Remove trailing whitespaces from category netEmanuel Haupt2014-02-211-1/+1
| | | | Notes: svn path=/head/; revision=345423
* According to the Porter's Handbook (5.12.2.3.) default options must be added toEmanuel Haupt2014-02-101-0/+3
| | | | | | | | | | | | | | OPTIONS_DEFINE. This policy has been implemented only recently that's why we have many ports violating this policy. This patch adds the default options specified in the Porter's Handbook to OPTIONS_DEFINE where they are being used. Ports maintained by gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded. Approved by: portmgr (bapt) Notes: svn path=/head/; revision=343634
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net) Notes: svn path=/head/; revision=327755
* net/ipgrab: fix build with clangWilliam Grzybowski2013-06-132-10/+22
| | | | | | | | | | | | - Fix build with clang - NOPORTDOCS -> PORT_OPTIONS:MDOCS - Unmute install commands - Trim Makefile header Approved by: culot / jpaetzel (mentors, implicit) Notes: svn path=/head/; revision=320854
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Maintainer's email address bounces.Mark Linimon2009-07-121-3/+0
| | | | Notes: svn path=/head/; revision=237627
* Reset maintainer, email bounces.Ion-Mihai Tetcu2009-07-061-1/+1
| | | | Notes: svn path=/head/; revision=237232
* - Respect NOPORTDOCSMartin Wilke2008-09-111-3/+5
| | | | | | | | Reported by: Approved by: portmgr (pav), maintainer via private mail Notes: svn path=/head/; revision=220349
* - Update to 0.9.10Martin Wilke2008-01-102-11/+21
| | | | | | | | | PR: 118898 Submitted by: Felippe de Meirelles Motta <lippemail@gmail.com> Approved by: maintainer timeout Notes: svn path=/head/; revision=205439
* Update to 0.9.9Erwin Lansing2006-06-022-5/+4
| | | | | | | | | PR: 98308 Submitted by: Martin Wilke <freebsd@unixfreunde.de> Approved by: maintainer Notes: svn path=/head/; revision=164209
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154193
* Properly install README as stated in the PORTDOCS variable.Edwin Groothuis2005-02-051-0/+5
| | | | | | | Noticed by: krion / test of ports/75379 Notes: svn path=/head/; revision=128107
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Add ipgrab, a verbose packet sniffer that displays a great amount of detailPav Lucistnik2004-01-233-0/+30
on each packet it reads, including application layer fields. WWW: http://ipgrab.sourceforge.net/ PR: ports/61799 Submitted by: Aaron Zauner <az_mail@gmx.at> Notes: svn path=/head/; revision=98920