aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordwcjr <dwcjr@FreeBSD.org>2002-01-21 03:33:15 +0800
committerdwcjr <dwcjr@FreeBSD.org>2002-01-21 03:33:15 +0800
commitc9472559da6d22af1ca31d5d03a9e6dc98035314 (patch)
tree12d155115a4a1b28719da5d3ad2b5e1d8b1b2d3b
parent1d36ca21cb5d591697bf08da6b75e0ff81aa991c (diff)
downloadfreebsd-ports-gnome-c9472559da6d22af1ca31d5d03a9e6dc98035314.tar.gz
freebsd-ports-gnome-c9472559da6d22af1ca31d5d03a9e6dc98035314.tar.zst
freebsd-ports-gnome-c9472559da6d22af1ca31d5d03a9e6dc98035314.zip
Add ipex 2.3.2, packet examination / dumper utility.
PR: 33932 Submitted by: C.S. Peron <maneo@bsdpro.com>
-rw-r--r--net/Makefile1
-rw-r--r--net/ipex/Makefile18
-rw-r--r--net/ipex/distinfo1
-rw-r--r--net/ipex/pkg-comment1
-rw-r--r--net/ipex/pkg-descr13
-rw-r--r--net/ipex/pkg-plist1
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