summaryrefslogtreecommitdiff
path: root/www/squidtimes
diff options
context:
space:
mode:
authorBill Fumerola <billf@FreeBSD.org>1999-02-03 20:40:31 +0000
committerBill Fumerola <billf@FreeBSD.org>1999-02-03 20:40:31 +0000
commit1859f61467ee3cda1c26acf555e394181ab7624e (patch)
treeecd5b72323c7a90facd59f881e8e9381384a47db /www/squidtimes
parentunBROKEN_ELF, it seems to work now. (diff)
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>
Notes
Notes: svn path=/head/; revision=16521
Diffstat (limited to 'www/squidtimes')
-rw-r--r--www/squidtimes/Makefile31
-rw-r--r--www/squidtimes/distinfo1
-rw-r--r--www/squidtimes/pkg-comment1
-rw-r--r--www/squidtimes/pkg-descr7
-rw-r--r--www/squidtimes/pkg-message4
-rw-r--r--www/squidtimes/pkg-plist1
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