Add lla 0.98p14, a perl-based LDAP log statistics generator.

PR:		27025
Submitted by:	Sunagawa Koji <koj@ofug.net>
This commit is contained in:
Will Andrews 2001-05-20 02:35:37 +00:00
parent f328525262
commit 13cc61c689
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=42773
7 changed files with 68 additions and 0 deletions

View file

@ -173,6 +173,7 @@
SUBDIR += licq-console
SUBDIR += licq-qt-gui
SUBDIR += linpopup
SUBDIR += lla
SUBDIR += macipgw
SUBDIR += mars_nwe
SUBDIR += merlinmon

35
net/lla/Makefile Normal file
View file

@ -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>

1
net/lla/distinfo Normal file
View file

@ -0,0 +1 @@
MD5 (lla.pl) = 19977c285f013c0ff623c0cb3d2c4c1f

19
net/lla/files/patch-aa Normal file
View file

@ -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;

1
net/lla/pkg-comment Normal file
View file

@ -0,0 +1 @@
Perl-based LDAP log statistics generator

10
net/lla/pkg-descr Normal file
View file

@ -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>

1
net/lla/pkg-plist Normal file
View file

@ -0,0 +1 @@
bin/lla.pl