diff options
author | Steve Price <steve@FreeBSD.org> | 1999-12-30 23:56:02 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-12-30 23:56:02 +0000 |
commit | bedc62eaecc94f7d697926491ac697ee8bcda499 (patch) | |
tree | cb8da503898d9320573dd09b0668551141937207 /benchmarks/polygraph | |
parent | e9052576f0c03f32d943645e42074de5c5a5cec5 (diff) | |
download | ports-bedc62eaecc94f7d697926491ac697ee8bcda499.tar.gz ports-bedc62eaecc94f7d697926491ac697ee8bcda499.zip |
Update to version 2.2.7.
PR: 15572
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=24299
Diffstat (limited to 'benchmarks/polygraph')
-rw-r--r-- | benchmarks/polygraph/Makefile | 41 | ||||
-rw-r--r-- | benchmarks/polygraph/distinfo | 2 | ||||
-rw-r--r-- | benchmarks/polygraph/pkg-plist | 7 |
3 files changed, 29 insertions, 21 deletions
diff --git a/benchmarks/polygraph/Makefile b/benchmarks/polygraph/Makefile index 9fea2d398fd6..5ef901f32ee1 100644 --- a/benchmarks/polygraph/Makefile +++ b/benchmarks/polygraph/Makefile @@ -1,42 +1,43 @@ # New ports collection makefile for: polygraph -# Version required: 1.2.0 +# Version required: 2.2.7 # Date created: 3 March 1999 # Whom: Dima Sivachenko <dima@chg.ru> # # $FreeBSD$ # -DISTNAME= polygraph-1.2.0-src -PKGNAME= polygraph-1.2.0 +DISTNAME= polygraph-2.2.7-src +PKGNAME= polygraph-2.2.7 CATEGORIES= benchmarks www -MASTER_SITES= http://polygraph.ircache.net/sources/ \ +MASTER_SITES= http://polygraph.ircache.net/sources/tars/ \ http://www.chg.ru/~dima/ MAINTAINER= dima@Chg.RU -WRKSRC= ${WRKDIR}/polygraph/src +WRKSRC= ${WRKDIR}/polygraph + +GNU_CONFIGURE= YES 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 + @ ${MV} ${WRKSRC}/src/exprep.pl ${WRKSRC}/src/exprep.pl.pre_sed + @ ${SED} -e 's#/usr/bin/perl#${PERL5}#' \ + ${WRKSRC}/src/exprep.pl.pre_sed > ${WRKSRC}/src/exprep.pl + @ ${MV} ${WRKSRC}/tools/BB/bb.pl ${WRKSRC}/tools/BB/bb.pl.pre_sed + @ ${SED} -e 's#/usr/bin/perl#${PERL5}#' \ + -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 +.for file in polyclt polysrv lr lx distr_test pop_test rng_test aka piper polymon + @ ${INSTALL_PROGRAM} ${WRKSRC}/src/$(file) ${PREFIX}/bin +.endfor + @ ${INSTALL_PROGRAM} ${WRKSRC}/src/udp2tcpd ${PREFIX}/sbin + @ ${INSTALL_SCRIPT} ${WRKSRC}/src/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) \ + @ ${INSTALL_SCRIPT} ${WRKSRC}/tools/BB/$(file) \ ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/polygraph .endfor diff --git a/benchmarks/polygraph/distinfo b/benchmarks/polygraph/distinfo index a70696cdf86a..e2eec64ca173 100644 --- a/benchmarks/polygraph/distinfo +++ b/benchmarks/polygraph/distinfo @@ -1 +1 @@ -MD5 (polygraph-1.2.0-src.tar.gz) = 093634d5ba9d73d8db9047ea35e7f02c +MD5 (polygraph-2.2.7-src.tar.gz) = 3c7451c35ccff4ef67ab2896030870e4 diff --git a/benchmarks/polygraph/pkg-plist b/benchmarks/polygraph/pkg-plist index b9ef2ab8de26..61341d561c09 100644 --- a/benchmarks/polygraph/pkg-plist +++ b/benchmarks/polygraph/pkg-plist @@ -2,6 +2,13 @@ bin/polyclt bin/polysrv bin/lr bin/lx +bin/distr_test +bin/pop_test +bin/rng_test +bin/aka +bin/piper +bin/polymon +sbin/udp2tcpd bin/exprep bin/bb.pl lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/polygraph/Blob.pm |