summaryrefslogtreecommitdiffstats
path: root/net/radreport
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1999-11-26 20:19:04 +0000
committersteve <steve@FreeBSD.org>1999-11-26 20:19:04 +0000
commitda629ead4ce21011a82dc7dc6771953e808866e0 (patch)
treedaf77d7983dd57b0414a651a2294d81c40e91e61 /net/radreport
parentaa073bb48a10714ef99cb7de05eea853b481fa9a (diff)
downloadFreeBSD-ports-da629ead4ce21011a82dc7dc6771953e808866e0.zip
FreeBSD-ports-da629ead4ce21011a82dc7dc6771953e808866e0.tar.gz
Initial import of radreport version 1.3.
A Perl script for processing radius logs. PR: 14462 Submitted by: Kelly Yancey <kbyanc@posi.net>
Diffstat (limited to 'net/radreport')
-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 0000000..d078c6b
--- /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 0000000..cf106a8
--- /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 0000000..994928b
--- /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 0000000..8880c35
--- /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 0000000..c49b15c
--- /dev/null
+++ b/net/radreport/pkg-plist
@@ -0,0 +1 @@
+bin/radreport
OpenPOWER on IntegriCloud