diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-01-23 22:03:06 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-01-23 22:03:06 +0000 |
commit | d79f9d77f698df73cdae7d9c1b7f3a32abadb0df (patch) | |
tree | b781811eb51a33547bcf3c63735035c103e13ac6 /net/ipgrab | |
parent | 65c0626261a052eec9a6e921538a5d64d6feefb5 (diff) | |
download | ports-d79f9d77f698df73cdae7d9c1b7f3a32abadb0df.tar.gz ports-d79f9d77f698df73cdae7d9c1b7f3a32abadb0df.zip |
Notes
Diffstat (limited to 'net/ipgrab')
-rw-r--r-- | net/ipgrab/Makefile | 22 | ||||
-rw-r--r-- | net/ipgrab/distinfo | 1 | ||||
-rw-r--r-- | net/ipgrab/pkg-descr | 7 |
3 files changed, 30 insertions, 0 deletions
diff --git a/net/ipgrab/Makefile b/net/ipgrab/Makefile new file mode 100644 index 000000000000..58c294760d39 --- /dev/null +++ b/net/ipgrab/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: ipgrab +# Date created: 23. January 2004 +# Whom: Aaron Zauner <az_mail@gmx.at> +# +# $FreeBSD$ +# + +PORTNAME= ipgrab +PORTVERSION= 0.9.8 +CATEGORIES= net security +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= az_mail@gmx.at +COMMENT= IPgrab is a verbose packet sniffer for UNIX hosts + +GNU_CONFIGURE= yes +INFO= ipgrab +PLIST_FILES= bin/ipgrab +PORTDOCS= README + +.include <bsd.port.mk> diff --git a/net/ipgrab/distinfo b/net/ipgrab/distinfo new file mode 100644 index 000000000000..b641f32c870f --- /dev/null +++ b/net/ipgrab/distinfo @@ -0,0 +1 @@ +MD5 (ipgrab-0.9.8.tar.gz) = 73404aeee6e8c07b6b7d260ffe80b692 diff --git a/net/ipgrab/pkg-descr b/net/ipgrab/pkg-descr new file mode 100644 index 000000000000..9510e41b83f4 --- /dev/null +++ b/net/ipgrab/pkg-descr @@ -0,0 +1,7 @@ +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/ + +- Aaron Zauner +az_mail@gmx.at |