summaryrefslogtreecommitdiff
path: root/net/lla
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2001-05-20 02:35:37 +0000
committerWill Andrews <will@FreeBSD.org>2001-05-20 02:35:37 +0000
commit13cc61c6896a1be4a8529dc5f7b781cf9d76da9b (patch)
tree43bcc9393b01f789036213d088588314f52492c8 /net/lla
parentAdd isakmpd 20010403, the OpenBSD IKE daemon. About time, too... (diff)
Add lla 0.98p14, a perl-based LDAP log statistics generator.
PR: 27025 Submitted by: Sunagawa Koji <koj@ofug.net>
Notes
Notes: svn path=/head/; revision=42773
Diffstat (limited to 'net/lla')
-rw-r--r--net/lla/Makefile35
-rw-r--r--net/lla/distinfo1
-rw-r--r--net/lla/files/patch-aa19
-rw-r--r--net/lla/pkg-comment1
-rw-r--r--net/lla/pkg-descr10
-rw-r--r--net/lla/pkg-plist1
6 files changed, 67 insertions, 0 deletions
diff --git a/net/lla/Makefile b/net/lla/Makefile
new file mode 100644
index 000000000000..92ce044de012
--- /dev/null
+++ b/net/lla/Makefile
@@ -0,0 +1,35 @@
+# New ports collection makefile for: LDAP logfile Analyzer
+# Date created: 2 May 2001
+# Whom: Sunagawa Koji <koj@ofug.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= lla
+PORTVERSION= 0.98p14
+CATEGORIES= net perl5
+MASTER_SITES= http://www.umldap.com/lla/
+DISTNAME= lla.pl
+EXTRACT_SUFX=
+
+MAINTAINER= koj@ofug.net
+
+RUN_DEPENDS= ${SITE_ARCH_PERL}/Date/Calc.pm:${PORTSDIR}/devel/p5-Date-Calc \
+ ${SITE_PERL}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip \
+ ${SITE_PERL}/Time/ParseDate.pm:${PORTSDIR}/devel/p5-Time
+
+NO_BUILD= yes
+NO_WRKSUBDIR= yes
+
+EXTRACT_CMD= ${CP}
+EXTRACT_BEFORE_ARGS=
+EXTRACT_AFTER_ARGS= .
+
+SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
+SITE_ARCH_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}
+
+do-install:
+ ${CP} ${WRKDIR}/${DISTNAME} ${PREFIX}/bin
+ ${CHMOD} 755 ${PREFIX}/bin/${DISTNAME}
+
+.include <bsd.port.mk>
diff --git a/net/lla/distinfo b/net/lla/distinfo
new file mode 100644
index 000000000000..36c0d5e557e3
--- /dev/null
+++ b/net/lla/distinfo
@@ -0,0 +1 @@
+MD5 (lla.pl) = 19977c285f013c0ff623c0cb3d2c4c1f
diff --git a/net/lla/files/patch-aa b/net/lla/files/patch-aa
new file mode 100644
index 000000000000..e8662a64adac
--- /dev/null
+++ b/net/lla/files/patch-aa
@@ -0,0 +1,19 @@
+*** lla.pl.orig Wed May 2 14:27:49 2001
+--- lla.pl Wed May 2 14:28:14 2001
+***************
+*** 123,129 ****
+ else
+ {
+ $MailSubject = "LDAP Log Analyse Report";
+! open (EMAIL , "| /bin/mail -s \"$MailSubject\" $email");
+ print EMAIL $report;
+ close EMAIL;
+
+--- 123,129 ----
+ else
+ {
+ $MailSubject = "LDAP Log Analyse Report";
+! open (EMAIL , "| /usr/bin/mail -s \"$MailSubject\" $email");
+ print EMAIL $report;
+ close EMAIL;
+
diff --git a/net/lla/pkg-comment b/net/lla/pkg-comment
new file mode 100644
index 000000000000..aaacf1b7f27e
--- /dev/null
+++ b/net/lla/pkg-comment
@@ -0,0 +1 @@
+Perl-based LDAP log statistics generator
diff --git a/net/lla/pkg-descr b/net/lla/pkg-descr
new file mode 100644
index 000000000000..de0903beaf40
--- /dev/null
+++ b/net/lla/pkg-descr
@@ -0,0 +1,10 @@
+lla
+-------
+
+lla is an LDAP Logfile Analyser , it generates statistics At this moment
+only NS 4.11 Logfiles have been tested. Your on your own if you want to
+analyse other type of Logfiles. But feel free to give feedback on your
+experiments and contribute patches to the code.
+
+--
+Ports by Sunagawa Koji <koj@ofug.net>
diff --git a/net/lla/pkg-plist b/net/lla/pkg-plist
new file mode 100644
index 000000000000..679bc4d7ec01
--- /dev/null
+++ b/net/lla/pkg-plist
@@ -0,0 +1 @@
+bin/lla.pl