Initial import of calamaris-2.39, a squid (and other) proxy logfile
analyzer
This commit is contained in:
parent
3f38c58ca5
commit
6cf16797b2
5 changed files with 44 additions and 0 deletions
27
www/calamaris/Makefile
Normal file
27
www/calamaris/Makefile
Normal file
|
@ -0,0 +1,27 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2000/10/16 07:10:11 rh Exp $
|
||||
#
|
||||
|
||||
DISTNAME= calamaris-2.39
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://cord.de/tools/squid/calamaris/
|
||||
|
||||
MAINTAINER= rh@netbsd.org
|
||||
HOMEPAGE= http://cord.de/tools/squid/calamaris/
|
||||
|
||||
USE_PERL5= YES
|
||||
NO_BUILD= YES
|
||||
|
||||
do-configure:
|
||||
cd ${WRKSRC} && ${CP} calamaris calamaris.tmp && \
|
||||
${SED} -e 's:/usr/bin/perl:${PREFIX}/bin/perl:g' \
|
||||
< calamaris.tmp > calamaris
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/calamaris ${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/calamaris.1 ${PREFIX}/man/man1
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/calamaris
|
||||
.for doc in CHANGES COPYRIGHT EXAMPLES README
|
||||
${INSTALL_DATA} ${WRKSRC}/${doc} ${PREFIX}/share/doc/calamaris
|
||||
.endfor
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
3
www/calamaris/files/md5
Normal file
3
www/calamaris/files/md5
Normal file
|
@ -0,0 +1,3 @@
|
|||
$NetBSD: md5,v 1.1.1.1 2000/10/16 07:10:11 rh Exp $
|
||||
|
||||
MD5 (calamaris-2.39.tar.gz) = 4397ecb20c4dbbedc30e4fd58e80c499
|
1
www/calamaris/pkg/COMMENT
Normal file
1
www/calamaris/pkg/COMMENT
Normal file
|
@ -0,0 +1 @@
|
|||
squid logfile analyzer
|
5
www/calamaris/pkg/DESCR
Normal file
5
www/calamaris/pkg/DESCR
Normal file
|
@ -0,0 +1,5 @@
|
|||
Calamaris parses Squid, NetCache, Inktomi Traffic Server, Oops! proxy server,
|
||||
and Novell Internet Caching Service with its relatives (i.e. Compaq Tasksmart)
|
||||
logfiles and generates reports about peak-usage, request-methods, status-report
|
||||
of incoming and outgoing requests, second and top-level destinations,
|
||||
content-types, and performance.
|
8
www/calamaris/pkg/PLIST
Normal file
8
www/calamaris/pkg/PLIST
Normal file
|
@ -0,0 +1,8 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2000/10/16 07:10:11 rh Exp $
|
||||
bin/calamaris
|
||||
man/man1/calamaris.1
|
||||
share/doc/calamaris/CHANGES
|
||||
share/doc/calamaris/COPYRIGHT
|
||||
share/doc/calamaris/EXAMPLES
|
||||
share/doc/calamaris/README
|
||||
@dirrm share/doc/calamaris
|
Loading…
Reference in a new issue