diff options
Diffstat (limited to 'benchmarks/polygraph31')
-rw-r--r-- | benchmarks/polygraph31/Makefile | 43 | ||||
-rw-r--r-- | benchmarks/polygraph31/distinfo | 1 | ||||
-rw-r--r-- | benchmarks/polygraph31/pkg-comment | 1 | ||||
-rw-r--r-- | benchmarks/polygraph31/pkg-descr | 13 | ||||
-rw-r--r-- | benchmarks/polygraph31/pkg-plist | 12 |
5 files changed, 0 insertions, 70 deletions
diff --git a/benchmarks/polygraph31/Makefile b/benchmarks/polygraph31/Makefile deleted file mode 100644 index 9fea2d398fd6..000000000000 --- a/benchmarks/polygraph31/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# New ports collection makefile for: polygraph -# Version required: 1.2.0 -# Date created: 3 March 1999 -# Whom: Dima Sivachenko <dima@chg.ru> -# -# $FreeBSD$ -# - -DISTNAME= polygraph-1.2.0-src -PKGNAME= polygraph-1.2.0 -CATEGORIES= benchmarks www -MASTER_SITES= http://polygraph.ircache.net/sources/ \ - http://www.chg.ru/~dima/ - -MAINTAINER= dima@Chg.RU - -WRKSRC= ${WRKDIR}/polygraph/src - -post-patch: - @ ${MV} ${WRKSRC}/exprep.pl ${WRKSRC}/exprep.pl.pre_sed - @ ${SED} -e 's#/usr/local/bin/perl#${PERL5}#' \ - ${WRKSRC}/exprep.pl.pre_sed > ${WRKSRC}/exprep.pl - @ ${MV} ${WRKSRC}/../tools/BB/bb.pl ${WRKSRC}/../tools/BB/bb.pl.pre_sed1 - @ ${SED} -e 's#/usr/local/bin/perl#${PERL5}#' \ - ${WRKSRC}/../tools/BB/bb.pl.pre_sed1> ${WRKSRC}/../tools/BB/bb.pl.pre_sed - @ ${SED} -e 's#/usr/people/bakeoff/BB#${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/polygraph#' \ - ${WRKSRC}/../tools/BB/bb.pl.pre_sed> ${WRKSRC}/../tools/BB/bb.pl - -do-install: - - @ ${INSTALL_PROGRAM} ${WRKSRC}/polyclt ${PREFIX}/bin - @ ${INSTALL_PROGRAM} ${WRKSRC}/polysrv ${PREFIX}/bin - @ ${INSTALL_PROGRAM} ${WRKSRC}/lr ${PREFIX}/bin - @ ${INSTALL_PROGRAM} ${WRKSRC}/lx ${PREFIX}/bin - @ ${INSTALL_SCRIPT} ${WRKSRC}/exprep.pl ${PREFIX}/bin/exprep - @ ${INSTALL_SCRIPT} ${WRKSRC}/../tools/BB/bb.pl ${PREFIX}/bin - @ ${MKDIR} ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/polygraph -.for file in Blob.pm Executer.pm Tools.pm Command.pm Logger.pm - @ ${INSTALL_SCRIPT} ${WRKSRC}/../tools/BB/$(file) \ - ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/polygraph -.endfor - -.include <bsd.port.mk> diff --git a/benchmarks/polygraph31/distinfo b/benchmarks/polygraph31/distinfo deleted file mode 100644 index a70696cdf86a..000000000000 --- a/benchmarks/polygraph31/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (polygraph-1.2.0-src.tar.gz) = 093634d5ba9d73d8db9047ea35e7f02c diff --git a/benchmarks/polygraph31/pkg-comment b/benchmarks/polygraph31/pkg-comment deleted file mode 100644 index 5ad3561e2ca7..000000000000 --- a/benchmarks/polygraph31/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A benchmarking tool for Web proxies diff --git a/benchmarks/polygraph31/pkg-descr b/benchmarks/polygraph31/pkg-descr deleted file mode 100644 index fa4578f0cf1e..000000000000 --- a/benchmarks/polygraph31/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -Web 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. - -Documentation can be found at http://polygraph.ircache.net/doc/ - -WWW: http://polygraph.ircache.net/ - ---Dima -dima@chg.ru diff --git a/benchmarks/polygraph31/pkg-plist b/benchmarks/polygraph31/pkg-plist deleted file mode 100644 index b9ef2ab8de26..000000000000 --- a/benchmarks/polygraph31/pkg-plist +++ /dev/null @@ -1,12 +0,0 @@ -bin/polyclt -bin/polysrv -bin/lr -bin/lx -bin/exprep -bin/bb.pl -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/polygraph/Blob.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/polygraph/Executer.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/polygraph/Tools.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/polygraph/Command.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/polygraph/Logger.pm -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/polygraph |