aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2004-10-31 11:43:03 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2004-10-31 11:43:03 +0000
commit3bf110d041e30033c3ef4b8ac0d06a896192fca2 (patch)
tree45f8ee109a95f01586ca39a0daee28d91112b4f4
parent173314b79d9a7823351851460bcc1131f7da33c1 (diff)
downloadports-3bf110d041e30033c3ef4b8ac0d06a896192fca2.tar.gz
ports-3bf110d041e30033c3ef4b8ac0d06a896192fca2.zip
[NEW PORT] net/raddump: Radius Packet Analyzer
raddump interprets captured RADIUS packets to print a timestamp, packet length, RADIUS packet type, source and destination hosts and ports, and included attribute names and values for each packet. WWW: http://sourceforge.net/projects/raddump/ PR: ports/73335 Submitted by: S H A N <shanali@yahoo.com>
Notes
Notes: svn path=/head/; revision=120521
-rw-r--r--net/Makefile1
-rw-r--r--net/raddump/Makefile21
-rw-r--r--net/raddump/distinfo2
-rw-r--r--net/raddump/pkg-descr9
-rw-r--r--net/raddump/pkg-plist3
5 files changed, 36 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile
index efaab79b2a63..8dde8eaf1bd6 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -602,6 +602,7 @@
SUBDIR += qtorrent
SUBDIR += quagga
SUBDIR += queso
+ SUBDIR += raddump
SUBDIR += radiator
SUBDIR += radiusclient
SUBDIR += radiusd-cistron
diff --git a/net/raddump/Makefile b/net/raddump/Makefile
new file mode 100644
index 000000000000..f2106f867a69
--- /dev/null
+++ b/net/raddump/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: raddump
+# Date created: 31 October 2004
+# Whom: shanali
+#
+# $FreeBSD$
+#
+
+PORTNAME= raddump
+PORTVERSION= 0.2.1
+CATEGORIES= net
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR=${PORTNAME}
+
+MAINTAINER= shanali@yahoo.com
+COMMENT= Radius Packet Analyzer
+
+GNU_CONFIGURE= yes
+
+MAN1= raddump.1
+
+.include <bsd.port.mk>
diff --git a/net/raddump/distinfo b/net/raddump/distinfo
new file mode 100644
index 000000000000..5b0957125b42
--- /dev/null
+++ b/net/raddump/distinfo
@@ -0,0 +1,2 @@
+MD5 (raddump-0.2.1.tar.gz) = 2cf390e061784528d3a517a39b2b97b1
+SIZE (raddump-0.2.1.tar.gz) = 175853
diff --git a/net/raddump/pkg-descr b/net/raddump/pkg-descr
new file mode 100644
index 000000000000..bde2fea7aa7e
--- /dev/null
+++ b/net/raddump/pkg-descr
@@ -0,0 +1,9 @@
+raddump interprets captured RADIUS packets to print a
+timestamp, packet length, RADIUS packet type, source
+and destination hosts and ports, and included attribute
+names and values for each packet.
+
+WWW: http://sourceforge.net/projects/raddump/
+
+- Jon Moore
+iscjonm@users.sourceforge.net
diff --git a/net/raddump/pkg-plist b/net/raddump/pkg-plist
new file mode 100644
index 000000000000..83b3f69381e3
--- /dev/null
+++ b/net/raddump/pkg-plist
@@ -0,0 +1,3 @@
+bin/raddump
+@dirrm share/nls/en_US.US-ASCII
+@dirrm share/nls/POSIX