diff options
author | billf <billf@FreeBSD.org> | 1999-02-04 04:40:31 +0800 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1999-02-04 04:40:31 +0800 |
commit | 89211d6ff7967ad9b045540423809d5f68411604 (patch) | |
tree | 9d5ab7876ba35e8eee01bc5f735a5e5d1c053c31 /www | |
parent | 5a858a79c754b748a82d95a4a93b97b3d782ec29 (diff) | |
download | freebsd-ports-gnome-89211d6ff7967ad9b045540423809d5f68411604.tar.gz freebsd-ports-gnome-89211d6ff7967ad9b045540423809d5f68411604.tar.zst freebsd-ports-gnome-89211d6ff7967ad9b045540423809d5f68411604.zip |
Generates a report of average transfer times of Squid caching proxy. All
results are presented in graphic form.
http://www.cineca.it/~nico/squidtimes.html
PR: ports/9842
Submitted By: Dima Sivachenko <dima@Chg.RU>
Diffstat (limited to 'www')
-rw-r--r-- | www/squidtimes/Makefile | 31 | ||||
-rw-r--r-- | www/squidtimes/distinfo | 1 | ||||
-rw-r--r-- | www/squidtimes/pkg-comment | 1 | ||||
-rw-r--r-- | www/squidtimes/pkg-descr | 7 | ||||
-rw-r--r-- | www/squidtimes/pkg-message | 4 | ||||
-rw-r--r-- | www/squidtimes/pkg-plist | 1 |
6 files changed, 45 insertions, 0 deletions
diff --git a/www/squidtimes/Makefile b/www/squidtimes/Makefile new file mode 100644 index 000000000000..3d7d5651a000 --- /dev/null +++ b/www/squidtimes/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: squidtimes +# Version required: 1.12 +# Date created: 31 January 1999 +# Whom: Dima Sivachenko +# +# $Id: $ +# + +DISTNAME= squidtimes-1.12-freebsd.bin +PKGNAME= squidtimes-1.12 +CATEGORIES= www +MASTER_SITES= http://www.cineca.it/~nico/binaries/ \ + http://www.FreeBSD.org/~billf/ +EXTRACT_SUFX= + +MAINTAINER= dima@chg.ru + +NO_BUILD= YES +NO_WRKSUBDIR= YES + +EXTRACT_CMD= ${CP} +EXTRACT_BEFORE_ARGS= +EXTRACT_AFTER_ARGS= . + +do-install: + @ ${INSTALL_PROGRAM} ${WRKDIR}/${DISTNAME} ${PREFIX}/bin/squidtimes + +post-install: + @ ${CAT} ${PKGDIR}/MESSAGE + +.include <bsd.port.mk> diff --git a/www/squidtimes/distinfo b/www/squidtimes/distinfo new file mode 100644 index 000000000000..94fd0ca8ca0d --- /dev/null +++ b/www/squidtimes/distinfo @@ -0,0 +1 @@ +MD5 (squidtimes-1.12-freebsd.bin) = bbfca145be655cb15c84ef9124f2e48d diff --git a/www/squidtimes/pkg-comment b/www/squidtimes/pkg-comment new file mode 100644 index 000000000000..a3dab434068b --- /dev/null +++ b/www/squidtimes/pkg-comment @@ -0,0 +1 @@ +Generates a report of average transfer times of Squid cache diff --git a/www/squidtimes/pkg-descr b/www/squidtimes/pkg-descr new file mode 100644 index 000000000000..0e1d999c0de4 --- /dev/null +++ b/www/squidtimes/pkg-descr @@ -0,0 +1,7 @@ +Generates a report of average transfer times of Squid caching proxy. All +results are presented in graphic form. + +http://www.cineca.it/~nico/squidtimes.html + +--Dima +dima@Chg.RU diff --git a/www/squidtimes/pkg-message b/www/squidtimes/pkg-message new file mode 100644 index 000000000000..bc9876c3fb4d --- /dev/null +++ b/www/squidtimes/pkg-message @@ -0,0 +1,4 @@ +-------------------------------------------------------------------------------- +Usage: squidtimes [proxyhost] < access.log > squidtimes.html +(also writes 6 gifs in the current directory) +-------------------------------------------------------------------------------- diff --git a/www/squidtimes/pkg-plist b/www/squidtimes/pkg-plist new file mode 100644 index 000000000000..e96c0616c127 --- /dev/null +++ b/www/squidtimes/pkg-plist @@ -0,0 +1 @@ +bin/squidtimes |