diff options
author | billf <billf@FreeBSD.org> | 1999-04-14 20:31:57 +0000 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1999-04-14 20:31:57 +0000 |
commit | 578a3748f522f652c96d0b9172beea82b9527a4d (patch) | |
tree | 274e4254ac112a258dc00872a25e88e25d1137c3 /benchmarks/polygraph31/Makefile | |
parent | 5b098127c6837c290bb805661fcc095853842389 (diff) | |
download | FreeBSD-ports-578a3748f522f652c96d0b9172beea82b9527a4d.zip FreeBSD-ports-578a3748f522f652c96d0b9172beea82b9527a4d.tar.gz |
Polygraph is a benchmarking tool for Web proxies. Polygraph
distribution includes a high-performance client and server simulators.
The simulators create a stream of HTTP requests that can be routed through
a Web proxy. Studying proxy performance under various [stress] conditions is
essential for performance tuning, evaluation of new algorithms, analysis of
hardware configurations, and comparing available proxy products.
PR: ports/10375
Submitted By: Dima Sivachenko <dima@Chg.RU>
Diffstat (limited to 'benchmarks/polygraph31/Makefile')
-rw-r--r-- | benchmarks/polygraph31/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/benchmarks/polygraph31/Makefile b/benchmarks/polygraph31/Makefile new file mode 100644 index 0000000..66eee19 --- /dev/null +++ b/benchmarks/polygraph31/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: polygraph +# Version required: 1.0p6 +# Date created: 3 March 1999 +# Whom: Dima Sivachenko <dima@chg.ru> +# +# $Id: $ +# + +DISTNAME= polygraph-1.0p6-src +PKGNAME= polygraph-1.0p6 +CATEGORIES= benchmarks www +MASTER_SITES= http://polygraph.ircache.net/sources/ \ + http://www.chg.ru/~dima/ + +MAINTAINER= dima@Chg.RU + +WRKSRC= ${WRKDIR}/polygraph/src + +do-install: + + @ ${INSTALL_PROGRAM} ${WRKSRC}/polyclt ${PREFIX}/bin + @ ${INSTALL_PROGRAM} ${WRKSRC}/polysrv ${PREFIX}/bin + @ ${INSTALL_PROGRAM} ${WRKSRC}/lr ${PREFIX}/bin + +.include <bsd.port.mk> |