diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2002-01-20 19:33:15 +0000 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2002-01-20 19:33:15 +0000 |
commit | c9472559da6d22af1ca31d5d03a9e6dc98035314 (patch) | |
tree | 12d155115a4a1b28719da5d3ad2b5e1d8b1b2d3b /net/ipex | |
parent | 1d36ca21cb5d591697bf08da6b75e0ff81aa991c (diff) | |
download | FreeBSD-ports-c9472559da6d22af1ca31d5d03a9e6dc98035314.zip FreeBSD-ports-c9472559da6d22af1ca31d5d03a9e6dc98035314.tar.gz |
Add ipex 2.3.2, packet examination / dumper utility.
PR: 33932
Submitted by: C.S. Peron <maneo@bsdpro.com>
Diffstat (limited to 'net/ipex')
-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 |
5 files changed, 34 insertions, 0 deletions
diff --git a/net/ipex/Makefile b/net/ipex/Makefile new file mode 100644 index 0000000..36c3cb7 --- /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 0000000..7e5aef9 --- /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 0000000..3b8b6b9 --- /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 0000000..3ff197c --- /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 0000000..d74fa68 --- /dev/null +++ b/net/ipex/pkg-plist @@ -0,0 +1 @@ +bin/ipex |