Port details |
- ipgrab Verbose packet sniffer for Unix hosts
- 0.9.10_2 net =6 0.9.10_2Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2004-01-23 22:06:15
- Last Update: 2024-01-09 10:32:17
- Commit Hash: 03c7f3c
- People watching this port, also watch:: webmin, openssl, unzip, pcre, freetype2
- Also Listed In: security
- License: not specified in port
- WWW:
- https://ipgrab.sourceforge.net/
- Description:
- A verbose packet sniffer that displays a great amount of detail
on each packet it reads, including application layer fields.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/net/ipgrab/ && make install clean
- To add the package, run one of these commands:
- pkg install net/ipgrab
- pkg install ipgrab
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: ipgrab
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (ipgrab-0.9.10.tar.gz) = 97461e912921c4976ba10eff58e0c0b7cc05978d9fd48e1dd3f2b0992798fb30
SIZE (ipgrab-0.9.10.tar.gz) = 309904
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- pcap.h : net/libpcap
- Runtime dependencies:
-
- indexinfo : print/indexinfo
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for ipgrab-0.9.10_2:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- net_ipgrab
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.9.10_2 09 Jan 2024 10:32:17 |
Baptiste Daroussin (bapt) |
MANPREFIX: eleminate its usage and move man to share/man |
0.9.10_1 01 Nov 2023 22:11:47 |
Rodrigo Osorio (rodrigo) |
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.9.10_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.9.10_1 20 Jul 2022 14:22:37 |
Tobias C. Berner (tcberner) |
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com> (Only the first 15 lines of the commit message are shown above ) |
0.9.10_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.9.10_1 27 May 2020 14:55:03 |
danfe |
Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 3). |
0.9.10_1 10 Nov 2018 18:12:58 |
bapt |
Install texinfo files (GNU info) into ${PREFIX}/share/info
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 |
0.9.10 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
0.9.10 28 Aug 2015 13:39:57 |
amdmi3 |
- Switch to options helpers
- While here, add some NO_ARCHes and couple missing PORT_OPTIONS=DOCS
Approved by: portmgr blanket |
0.9.10 09 Jun 2014 14:53:25 |
vanilla |
Stagify. |
0.9.10 21 Feb 2014 13:38:29 |
ehaupt |
Remove trailing whitespaces from category net |
0.9.10 10 Feb 2014 13:54:28 |
ehaupt |
According to the Porter's Handbook (5.12.2.3.) default options must be added to
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) |
0.9.10 20 Sep 2013 22:10:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
0.9.10 13 Jun 2013 23:46:31 |
wg |
net/ipgrab: fix build with clang
- Fix build with clang
- NOPORTDOCS -> PORT_OPTIONS:MDOCS
- Unmute install commands
- Trim Makefile header
Approved by: culot / jpaetzel (mentors, implicit) |
0.9.10 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
0.9.10 12 Jul 2009 05:29:09 |
linimon |
Maintainer's email address bounces. |
0.9.10 06 Jul 2009 07:09:21 |
itetcu |
Reset maintainer, email bounces. |
0.9.10 11 Sep 2008 21:20:48 |
miwi |
- Respect NOPORTDOCS
Reported by:
Approved by: portmgr (pav), maintainer via private mail |
0.9.10 10 Jan 2008 23:39:15 |
miwi |
- Update to 0.9.10
PR: 118898
Submitted by: Felippe de Meirelles Motta <lippemail@gmail.com>
Approved by: maintainer timeout |
0.9.9 02 Jun 2006 09:50:12 |
erwin |
Update to 0.9.9
PR: 98308
Submitted by: Martin Wilke <freebsd@unixfreunde.de>
Approved by: maintainer |
0.9.8_1 22 Jan 2006 21:24:05 |
edwin |
SHA256ify
Approved by: krion@ |
0.9.8_1 05 Feb 2005 22:52:48 |
edwin |
Properly install README as stated in the PORTDOCS variable.
Noticed by: krion / test of ports/75379 |
0.9.8 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
0.9.8 23 Jan 2004 22:03:06 |
pav |
Add ipgrab, a verbose packet sniffer that displays a great amount of detail
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> |