diff options
author | billf <billf@FreeBSD.org> | 1999-01-22 07:28:03 +0800 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1999-01-22 07:28:03 +0800 |
commit | 80467de893dc32ec70522e60f56991c0f14dc907 (patch) | |
tree | f4f2c4c1e51c6307b32840695f56dee66fc47084 /www | |
parent | 58511b3f542c5ab3213ab979d21a27302d4654b0 (diff) | |
download | freebsd-ports-gnome-80467de893dc32ec70522e60f56991c0f14dc907.tar.gz freebsd-ports-gnome-80467de893dc32ec70522e60f56991c0f14dc907.tar.zst freebsd-ports-gnome-80467de893dc32ec70522e60f56991c0f14dc907.zip |
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
Diffstat (limited to 'www')
-rw-r--r-- | www/calamaris/Makefile | 29 | ||||
-rw-r--r-- | www/calamaris/distinfo | 1 | ||||
-rw-r--r-- | www/calamaris/pkg-comment | 1 | ||||
-rw-r--r-- | www/calamaris/pkg-descr | 6 | ||||
-rw-r--r-- | www/calamaris/pkg-plist | 1 |
5 files changed, 38 insertions, 0 deletions
diff --git a/www/calamaris/Makefile b/www/calamaris/Makefile new file mode 100644 index 000000000000..d420d2cfe093 --- /dev/null +++ b/www/calamaris/Makefile @@ -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> diff --git a/www/calamaris/distinfo b/www/calamaris/distinfo new file mode 100644 index 000000000000..2bdd462fb449 --- /dev/null +++ b/www/calamaris/distinfo @@ -0,0 +1 @@ +MD5 (calamaris-2.8.tar.gz) = 277bbef47e91f033ddfbcaa92f9103fa diff --git a/www/calamaris/pkg-comment b/www/calamaris/pkg-comment new file mode 100644 index 000000000000..a116770397f6 --- /dev/null +++ b/www/calamaris/pkg-comment @@ -0,0 +1 @@ +a perl script to product statistics out of Squid log files diff --git a/www/calamaris/pkg-descr b/www/calamaris/pkg-descr new file mode 100644 index 000000000000..269a94ac0793 --- /dev/null +++ b/www/calamaris/pkg-descr @@ -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/ diff --git a/www/calamaris/pkg-plist b/www/calamaris/pkg-plist new file mode 100644 index 000000000000..f389c4ff3a00 --- /dev/null +++ b/www/calamaris/pkg-plist @@ -0,0 +1 @@ +bin/calamaris |