summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-11-26 20:19:04 +0000
committerSteve Price <steve@FreeBSD.org>1999-11-26 20:19:04 +0000
commit79a01ec558939bdf35fc9429a064d7aeb217be15 (patch)
tree3d193d5cbbae5c4ee013ab9bba1d4ec4498faf38 /net
parentActivate the kdbg and p5-AppConfig ports. (diff)
Initial import of radreport version 1.3.
A Perl script for processing radius logs. PR: 14462 Submitted by: Kelly Yancey <kbyanc@posi.net>
Notes
Notes: svn path=/head/; revision=23396
Diffstat (limited to 'net')
-rw-r--r--net/radreport/Makefile27
-rw-r--r--net/radreport/distinfo1
-rw-r--r--net/radreport/pkg-comment1
-rw-r--r--net/radreport/pkg-descr7
-rw-r--r--net/radreport/pkg-plist1
5 files changed, 37 insertions, 0 deletions
diff --git a/net/radreport/Makefile b/net/radreport/Makefile
new file mode 100644
index 000000000000..d078c6b86a65
--- /dev/null
+++ b/net/radreport/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for: radreport
+# Version required: 1.3
+# Date created: 10/22/1999
+# Whom: Kelly Yancey <kbyanc@posi.net>
+#
+# $FreeBSD$
+#
+
+DISTNAME= radreport
+PKGNAME= radreport-1.3
+CATEGORIES= net
+MASTER_SITES= ftp://ftp.livingston.com/pub/le/contrib/radius/
+EXTRACT_SUFX=
+
+MAINTAINER= kbyanc@posi.net
+
+NO_WRKSUBDIR= yes
+NO_BUILD= yes
+
+do-extract:
+ @${MKDIR} ${WRKDIR}
+ @for i in $(DISTFILES); do ${CP} ${DISTDIR}/$$i ${WRKDIR}; done
+
+do-install:
+ @${INSTALL_DATA} ${WRKDIR}/radreport ${PREFIX}/bin
+
+.include <bsd.port.mk>
diff --git a/net/radreport/distinfo b/net/radreport/distinfo
new file mode 100644
index 000000000000..cf106a8477c2
--- /dev/null
+++ b/net/radreport/distinfo
@@ -0,0 +1 @@
+MD5 (radreport) = 59d8d8acdff085a09727a6a0d9426e33
diff --git a/net/radreport/pkg-comment b/net/radreport/pkg-comment
new file mode 100644
index 000000000000..994928bee7a8
--- /dev/null
+++ b/net/radreport/pkg-comment
@@ -0,0 +1 @@
+Perl script for processing radius logs
diff --git a/net/radreport/pkg-descr b/net/radreport/pkg-descr
new file mode 100644
index 000000000000..8880c35e2f66
--- /dev/null
+++ b/net/radreport/pkg-descr
@@ -0,0 +1,7 @@
+Radreport is a perl script for parsing radius logs.
+While distributed by Lucent RABU, it is contributed software. Radreport has
+no active maintainer and is truly open source software: if you need an extra
+feature, hack it in yourself.
+
+ -Kelly
+ kbyanc@posi.net
diff --git a/net/radreport/pkg-plist b/net/radreport/pkg-plist
new file mode 100644
index 000000000000..c49b15ce662f
--- /dev/null
+++ b/net/radreport/pkg-plist
@@ -0,0 +1 @@
+bin/radreport