Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Apr 1999 13:06:56 +0400 (MSD)
From:      Dima Sivachenko <dima@Chg.RU>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/11327: Update benchmarks/polygraph
Message-ID:  <199904260906.NAA12269@netserv1.chg.ru>

next in thread | raw e-mail | index | archive | help

>Number:         11327
>Category:       ports
>Synopsis:       Update benchmarks/polygraph
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 26 02:10:01 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Dima Sivachenko
>Release:        FreeBSD 3.0-RELEASE i386
>Organization:
>Environment:

	

>Description:

	

>How-To-Repeat:

	

>Fix:
	

diff -Nur polygraph.old/Makefile polygraph/Makefile
--- polygraph.old/Makefile	Mon Apr 26 12:04:19 1999
+++ polygraph/Makefile	Mon Apr 26 12:51:45 1999
@@ -6,8 +6,8 @@
 # $Id: Makefile,v 1.1.1.1 1999/04/14 20:31:57 billf Exp $
 #
 
-DISTNAME=	polygraph-1.0p6-src
-PKGNAME=	polygraph-1.0p6
+DISTNAME=	polygraph-1.1p0-src
+PKGNAME=	polygraph-1.1p0
 CATEGORIES=	benchmarks www
 MASTER_SITES=	http://polygraph.ircache.net/sources/	\
 		http://www.chg.ru/~dima/
@@ -16,10 +16,28 @@
 
 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 -Nur polygraph.old/files/md5 polygraph/files/md5
--- polygraph.old/files/md5	Mon Apr 26 12:04:19 1999
+++ polygraph/files/md5	Mon Apr 26 12:06:10 1999
@@ -1 +1 @@
-MD5 (polygraph-1.0p6-src.tar.gz) = 164b19c808c644e9c51c86089ebb3380
+MD5 (polygraph-1.1p0-src.tar.gz) = 920d8e9394cb9a2c9182c41d2250977b
diff -Nur polygraph.old/pkg/PLIST polygraph/pkg/PLIST
--- polygraph.old/pkg/PLIST	Mon Apr 26 12:04:19 1999
+++ polygraph/pkg/PLIST	Mon Apr 26 12:56:08 1999
@@ -1,3 +1,12 @@
 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

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199904260906.NAA12269>