diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-01-20 19:33:15 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-01-20 19:33:15 +0000 |
commit | 501e635b0a80be2438da73bdaedac34f0e9dc69d (patch) | |
tree | bb125be9a26e3affd07de1c65137532d4c3dbf7f /net | |
parent | Fix OpenLDAP v1 errors (diff) |
Add ipex 2.3.2, packet examination / dumper utility.
PR: 33932
Submitted by: C.S. Peron <maneo@bsdpro.com>
Notes
Notes:
svn path=/head/; revision=53401
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/ipex/Makefile | 18 | ||||
-rw-r--r-- | net/ipex/distinfo | 1 | ||||
-rw-r--r-- | net/ipex/pkg-comment | 1 | ||||
-rw-r--r-- | net/ipex/pkg-descr | 13 | ||||
-rw-r--r-- | net/ipex/pkg-plist | 1 |
6 files changed, 35 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index afac22615b87..5a5c6766a4b0 100644 --- a/net/Makefile +++ b/net/Makefile @@ -168,6 +168,7 @@ SUBDIR += ipcalc SUBDIR += ipcheck SUBDIR += iperf + SUBDIR += ipex SUBDIR += ipfm SUBDIR += ipfw-graph SUBDIR += iplog diff --git a/net/ipex/Makefile b/net/ipex/Makefile new file mode 100644 index 000000000000..36c3cb7bd117 --- /dev/null +++ b/net/ipex/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: ipex +# Date created: 5 January 2002 +# Whom: C.S. Peron <maneo@bsdpro.com> +# +# $FreeBSD$ +# + +PORTNAME= ipex +PORTVERSION= 2.3.2 +CATEGORIES= net +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ipex + +MAINTAINER= maneo@bsdpro.com + +GNU_CONFIGURE= yes + +.include <bsd.port.mk> diff --git a/net/ipex/distinfo b/net/ipex/distinfo new file mode 100644 index 000000000000..7e5aef9f73d6 --- /dev/null +++ b/net/ipex/distinfo @@ -0,0 +1 @@ +MD5 (ipex-2.3.2.tar.gz) = 6945318ab31b078f0ce024c6df2dd601 diff --git a/net/ipex/pkg-comment b/net/ipex/pkg-comment new file mode 100644 index 000000000000..3b8b6b957009 --- /dev/null +++ b/net/ipex/pkg-comment @@ -0,0 +1 @@ +Packet examination / dumper utility diff --git a/net/ipex/pkg-descr b/net/ipex/pkg-descr new file mode 100644 index 000000000000..3ff197c7d501 --- /dev/null +++ b/net/ipex/pkg-descr @@ -0,0 +1,13 @@ +The ipex program is similar to ngrep or tcpdump. It +allows you to dump packet contents in hexidecimal or +plaintext. A very handy tool for debugging network proto- +cols. ipex also gives you the option of running in daemon +mode while dumping contents to a specified file. It also +allows you to supply a regex RC pattern for printing pack- +ets wich contain specific patterns. This man page comes +with some fairly descriptive examples. + +WWW: http://ipex.sourceforge.net + +- C.S. Peron +maneo@bsdpro.com diff --git a/net/ipex/pkg-plist b/net/ipex/pkg-plist new file mode 100644 index 000000000000..d74fa6882df0 --- /dev/null +++ b/net/ipex/pkg-plist @@ -0,0 +1 @@ +bin/ipex |