Bug 61799 - New Port: ipgrab
Summary: New Port: ipgrab
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Pav Lucistnik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-23 19:20 UTC by Aaron Zauner
Modified: 2004-01-23 22:04 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Aaron Zauner 2004-01-23 19:20:10 UTC
A verbose packet sniffer that displays a great amount of detail
on each packet it reads, including application layer fields.

Fix: 

-- 
[ http://nerdspace.net/~azet/ ]
-----BEGIN GEEK CODE BLOCK-----
Version: 3.12
GIT dpu s:+ a---- C+++ UB++++ P+ L- E--- W+++ N* o K- w
O- M- V- PS+++ PE-- Y-- PGP t 5 X R tv+ b++ DI- D
G+ e- h++ !r !y
-----END GEEK CODE BLOCK-------PNKWAjEcjwckftzOcQtNQpPUZKd3QFgD5f1gnHB4LpkiQBRT
Content-Type: text/plain; name="ipgrab.shar"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="ipgrab.shar"

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	ipgrab
#	ipgrab/Makefile
#	ipgrab/distinfo
#	ipgrab/pkg-plist
#	ipgrab/pkg-descr
#
echo c - ipgrab
mkdir -p ipgrab > /dev/null 2>&1
echo x - ipgrab/Makefile
sed 's/^X//' >ipgrab/Makefile << 'END-of-ipgrab/Makefile'
X# New ports collection makefile for:	ipgrab
X# Date created:				23. January 2004
X# Whom:					Aaron Zauner <az_mail@gmx.at>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	ipgrab
XPORTVERSION=	0.9.8
XCATEGORIES=	net security
XMASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=     ${PORTNAME}
X
XMAINTAINER=	az_mail@gmx.at
XCOMMENT=	IPgrab is a verbose packet sniffer for UNIX hosts
X
XWRKSRC=         ${WRKDIR}/ipgrab-0.9.8
XINFO=		ipgrab
XGNU_CONFIGURE=  yes
XPORTDOCS=       README
X
X.include <bsd.port.mk>
END-of-ipgrab/Makefile
echo x - ipgrab/distinfo
sed 's/^X//' >ipgrab/distinfo << 'END-of-ipgrab/distinfo'
XMD5 (ipgrab-0.9.8.tar.gz) = 73404aeee6e8c07b6b7d260ffe80b692
END-of-ipgrab/distinfo
echo x - ipgrab/pkg-plist
sed 's/^X//' >ipgrab/pkg-plist << 'END-of-ipgrab/pkg-plist'
Xbin/ipgrab
END-of-ipgrab/pkg-plist
echo x - ipgrab/pkg-descr
sed 's/^X//' >ipgrab/pkg-descr << 'END-of-ipgrab/pkg-descr'
XA verbose packet sniffer that displays a great amount of detail
Xon each packet it reads, including application layer fields.
X
XWWW: http://ipgrab.sourceforge.net/
X
X- Aaron Zauner
Xaz_mail@gmx.at
END-of-ipgrab/pkg-descr
exit
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2004-01-23 21:48:16 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pav

This looks interesting...
Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2004-01-23 22:04:11 UTC
State Changed
From-To: open->closed

New port added, thanks!