mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
Calamaris parses the Squid Native Log and genereates reports
about Peak-usage, Request-Methods, Status-reports of incoming and outgoing requests, second and Top-level destinations, content-types and performance. http://Calamaris.Cord.de/ PR: ports/9194 Submitted By: Dima Sivachenko
This commit is contained in:
parent
9671a6dd71
commit
86201bb6b0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=16250
29
www/calamaris/Makefile
Normal file
29
www/calamaris/Makefile
Normal file
@ -0,0 +1,29 @@
|
||||
# New ports collection makefile for: calmaris
|
||||
# Version required: 2.8
|
||||
# Date created: 25 December 1998
|
||||
# Whom: Dima Sivachenko
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= calamaris-2.8
|
||||
CATEGORIES= www textproc
|
||||
MASTER_SITES= http://calamaris.cord.de/ \
|
||||
ftp://ftp.win.or.jp/pub/network/www/log-tools/ \
|
||||
ftp://ftp.c-com.net/pub/.30/LinuxBerg/files/console/
|
||||
|
||||
MAINTAINER= dima@Chg.RU
|
||||
|
||||
NO_BUILD= yes
|
||||
|
||||
post-patch:
|
||||
|
||||
@ ${MV} ${WRKSRC}/calamaris.pl ${WRKSRC}/calamaris.pl.pre_sed
|
||||
@ ${SED} -e 's#/usr/bin/perl#${PERL5}#' ${WRKSRC}/calamaris.pl.pre_sed \
|
||||
>> ${WRKSRC}/calamaris.pl
|
||||
|
||||
do-install:
|
||||
|
||||
@ ${INSTALL_SCRIPT} ${WRKSRC}/calamaris.pl ${PREFIX}/bin/calamaris
|
||||
|
||||
.include <bsd.port.mk>
|
1
www/calamaris/distinfo
Normal file
1
www/calamaris/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (calamaris-2.8.tar.gz) = 277bbef47e91f033ddfbcaa92f9103fa
|
1
www/calamaris/pkg-comment
Normal file
1
www/calamaris/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
a perl script to product statistics out of Squid log files
|
6
www/calamaris/pkg-descr
Normal file
6
www/calamaris/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
Calamaris parses the Squid Native Log and genereates reports
|
||||
about Peak-usage, Request-Methods, Status-reports of incoming
|
||||
and outgoing requests, second and Top-level destinations,
|
||||
content-types and performance.
|
||||
|
||||
http://Calamaris.Cord.de/
|
1
www/calamaris/pkg-plist
Normal file
1
www/calamaris/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/calamaris
|
Loading…
Reference in New Issue
Block a user