Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 May 2001 15:53:14 +0900 (JST)
From:      koj@ofug.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/27025: New port: lla(LDAP logfile Analyzer)
Message-ID:  <200105020653.f426rEf27728@squid2.local.pref.okinawa.jp>

next in thread | raw e-mail | index | archive | help

>Number:         27025
>Category:       ports
>Synopsis:       New port: lla(LDAP logfile Analyzer)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 02 00:00:11 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Sunagawa Koji
>Release:        FreeBSD 4.3-RC i386
>Organization:
Okinawa FreeBSD Users Group
>Environment:
System: FreeBSD squid2.local.pref.okinawa.jp 4.3-RC FreeBSD 4.3-RC #0: Thu Apr 5 15:25:57 JST 2001 root@squid2.local.pref.okinawa.jp:/usr/obj/usr/src/sys/SQUID2 i386


	
>Description:
I made a port.
Please add this.


# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	lla
#	lla/Makefile
#	lla/distinfo
#	lla/pkg-plist
#	lla/pkg-descr
#	lla/pkg-comment
#	lla/files
#	lla/files/patch-aa
#	lla/README.html
#
echo c - lla
mkdir -p lla > /dev/null 2>&1
echo x - lla/Makefile
sed 's/^X//' >lla/Makefile << 'END-of-lla/Makefile'
X# New ports collection makefile for:	p5-Net-Whois
X# Date created:				June 7th 1997
X# Whom:	      				James FitzGibbon <jfitz@FreeBSD.org>
X#
X# $FreeBSD: ports/net/p5-Net-Whois/Makefile,v 1.14 2001/03/01 06:38:25 vanilla Exp $
X#
X
XPORTNAME=	lla
XPORTVERSION=	0.98p14
XCATEGORIES=	net perl5
XMASTER_SITES=	http://www.umldap.com/lla/
XDISTNAME=	lla.pl
XEXTRACT_SUFX=
X
XMAINTAINER=	koj@ofug.net
X
XRUN_DEPENDS=	${SITE_ARCH_PERL}/Date/Calc.pm:${PORTSDIR}/devel/p5-Date-Calc \
X		${SITE_PERL}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip \
X		${SITE_PERL}/Time/ParseDate.pm:${PORTSDIR}/devel/p5-Time
X
XNO_BUILD=	yes
XNO_WRKSUBDIR=	yes
X#EXTRACT_ONLY=
X
XEXTRACT_CMD=	${CP}
XEXTRACT_BEFORE_ARGS=
XEXTRACT_AFTER_ARGS=.
X
XSITE_PERL=      ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
XSITE_ARCH_PERL=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}
X
Xdo-install:
X	${CP} ${WRKDIR}/${DISTNAME} ${PREFIX}/bin
X	${CHMOD} 755 ${PREFIX}/bin/${DISTNAME}
X
X.include <bsd.port.mk>
END-of-lla/Makefile
echo x - lla/distinfo
sed 's/^X//' >lla/distinfo << 'END-of-lla/distinfo'
XMD5 (lla.pl) = 19977c285f013c0ff623c0cb3d2c4c1f
END-of-lla/distinfo
echo x - lla/pkg-plist
sed 's/^X//' >lla/pkg-plist << 'END-of-lla/pkg-plist'
Xbin/lla.pl
END-of-lla/pkg-plist
echo x - lla/pkg-descr
sed 's/^X//' >lla/pkg-descr << 'END-of-lla/pkg-descr'
Xlla
X-------
X
Xlla is an LDAP Logfile Analyser , it generates statistics At this moment
Xonly NS 4.11 Logfiles have been tested. Your on your own if you want to
Xanalyse other type of Logfiles. But feel free to give feedback on your
Xexperiments and contribute patches to the code. 
X
X--
XPorts by Sunagawa Koji <koj@ofug.net>
END-of-lla/pkg-descr
echo x - lla/pkg-comment
sed 's/^X//' >lla/pkg-comment << 'END-of-lla/pkg-comment'
XPerl-based LDAP log statistics generator. 
END-of-lla/pkg-comment
echo c - lla/files
mkdir -p lla/files > /dev/null 2>&1
echo x - lla/files/patch-aa
sed 's/^X//' >lla/files/patch-aa << 'END-of-lla/files/patch-aa'
X*** lla.pl.orig	Wed May  2 14:27:49 2001
X--- lla.pl	Wed May  2 14:28:14 2001
X***************
X*** 123,129 ****
X  else 
X  {
X   $MailSubject = "LDAP Log Analyse Report";
X!  open (EMAIL , "| /bin/mail -s \"$MailSubject\" $email");
X   print EMAIL $report;
X   close EMAIL;
X  
X--- 123,129 ----
X  else 
X  {
X   $MailSubject = "LDAP Log Analyse Report";
X!  open (EMAIL , "| /usr/bin/mail -s \"$MailSubject\" $email");
X   print EMAIL $report;
X   close EMAIL;
X  
END-of-lla/files/patch-aa
echo x - lla/README.html
sed 's/^X//' >lla/README.html << 'END-of-lla/README.html'
X<html>
X<title> The FreeBSD Ports Collection (net/lla)</title>
X<head><h1> The FreeBSD Ports Collection ("net/lla")</h1> </head> <hr>
X<body>
X
X<p>You are now in the directory for the port "net/lla" (package name "lla-0.98p14").
X
X<p>This is the one-line description for this port:
X
X<p><hr><p>
XPerl-based LDAP log statistics generator. 
X<p><hr>
X
X<p>Please read the "<a href="pkg-descr">description file</a>" for a
Xlonger description.
X
X<p>Go to the <a href="../../README.html">top of the ports tree</a> for
Xa summary on how to use the ports collection.
X
X<p>
X
X<p>
XThis port requires package(s) "" to run.
X
X<p><hr><p>
X<a href="../README.html"> Go up one level</a>
X|
X<a href="../../README.html"> Go to top of ports tree</a>
X</body>
X</html>
END-of-lla/README.html
exit

>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200105020653.f426rEf27728>