pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/benchmarks Enable pkgviews installation.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dd5d61bcac22
branches:  trunk
changeset: 478814:dd5d61bcac22
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Fri Jul 30 15:50:37 2004 +0000

description:
Enable pkgviews installation.

diffstat:

 benchmarks/benchfft/Makefile      |  6 +++++-
 benchmarks/bonnie/Makefile        |  6 +++++-
 benchmarks/bytebench/Makefile     |  6 +++++-
 benchmarks/dbench/Makefile        |  6 +++++-
 benchmarks/dhrystone/Makefile     |  6 +++++-
 benchmarks/fib/Makefile           |  6 +++++-
 benchmarks/flops/Makefile         |  6 +++++-
 benchmarks/hbench/Makefile        |  4 +++-
 benchmarks/heapsort/Makefile      |  6 +++++-
 benchmarks/hint/Makefile          |  6 +++++-
 benchmarks/httperf/Makefile       |  6 +++++-
 benchmarks/iozone/Makefile        |  6 +++++-
 benchmarks/kttcp/Makefile         |  6 +++++-
 benchmarks/linpack-bench/Makefile |  6 +++++-
 benchmarks/lmbench/Makefile       |  6 +++++-
 benchmarks/netio/Makefile         |  6 +++++-
 benchmarks/netpipe/Makefile       |  6 +++++-
 benchmarks/nettest/Makefile       |  6 +++++-
 benchmarks/nsieve/Makefile        |  6 +++++-
 benchmarks/nttcp/Makefile         |  6 +++++-
 benchmarks/paranoia/Makefile      |  6 +++++-
 benchmarks/postal/Makefile        |  4 +++-
 benchmarks/postmark/Makefile      |  6 +++++-
 benchmarks/randread/Makefile      |  6 +++++-
 benchmarks/ttcp/Makefile          |  6 +++++-
 benchmarks/whetstone/Makefile     |  6 +++++-
 benchmarks/xengine/Makefile       |  4 +++-
 27 files changed, 129 insertions(+), 27 deletions(-)

diffs (truncated from 641 to 300 lines):

diff -r 00135b167aec -r dd5d61bcac22 benchmarks/benchfft/Makefile
--- a/benchmarks/benchfft/Makefile      Fri Jul 30 15:17:20 2004 +0000
+++ b/benchmarks/benchfft/Makefile      Fri Jul 30 15:50:37 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2004/04/11 03:04:33 snj Exp $
+# $NetBSD: Makefile,v 1.20 2004/07/30 15:50:37 minskim Exp $
 
 DISTNAME=              benchfft-2.0
 CATEGORIES=            benchmarks math
@@ -10,6 +10,8 @@
 HOMEPAGE=              http://www.fftw.org/benchfft/
 COMMENT=               Benchmark your machine with a number of FFT algorithms
 
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
 GNU_CONFIGURE=         yes
 USE_BUILDLINK3=                yes
 USE_GNU_TOOLS+=                make
@@ -20,6 +22,8 @@
 CONFIG_GUESS_OVERRIDE= config.guess ../fftw-*/config.guess
 CONFIG_SUB_OVERRIDE=   config.sub ../fftw-*/config.sub
 
+INSTALLATION_DIRS=     bin
+
 pre-configure:
        CONFIGURE_DIRS=${WRKDIR}/fftw-2.0.1 ${MAKE} ${MAKEFLAGS} do-configure
        BUILD_DIRS=${WRKDIR}/fftw-2.0.1 ${MAKE} ${MAKEFLAGS} do-build
diff -r 00135b167aec -r dd5d61bcac22 benchmarks/bonnie/Makefile
--- a/benchmarks/bonnie/Makefile        Fri Jul 30 15:17:20 2004 +0000
+++ b/benchmarks/bonnie/Makefile        Fri Jul 30 15:50:37 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2004/01/20 12:08:12 agc Exp $
+# $NetBSD: Makefile,v 1.21 2004/07/30 15:50:37 minskim Exp $
 # FreeBSD Id: Makefile,v 1.5 1997/11/26 23:09:14 jseger Exp
 #
 
@@ -11,11 +11,15 @@
 HOMEPAGE=      http://www.textuality.com/bonnie/index.html
 COMMENT=       Performance Test of Filesystem I/O
 
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
 NO_CONFIGURE=  yes
 WRKSRC=                ${WRKDIR}
 
 MANCOMPRESSED_IF_MANZ= yes
 
+INSTALLATION_DIRS=     bin man/cat1 man/man1
+
 post-extract:
        ${MV} ${WRKSRC}/Bonnie.c ${WRKSRC}/bonnie.c
 
diff -r 00135b167aec -r dd5d61bcac22 benchmarks/bytebench/Makefile
--- a/benchmarks/bytebench/Makefile     Fri Jul 30 15:17:20 2004 +0000
+++ b/benchmarks/bytebench/Makefile     Fri Jul 30 15:50:37 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2004/01/27 00:53:12 heinz Exp $
+# $NetBSD: Makefile,v 1.15 2004/07/30 15:50:37 minskim Exp $
 
 DISTNAME=              unixbench-4.1.0
 PKGNAME=               bytebench-4.1.0
@@ -9,6 +9,8 @@
 MAINTAINER=            root%garbled.net@localhost
 COMMENT=               BYTE Magazine's Public Domain benchmark for UNIX
 
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
 USE_PKGINSTALL=                yes
 
 BENCHMARK_ENV+=                BINDIR=${WRKSRC}/pgms
@@ -19,6 +21,8 @@
 
 OWN_DIRS=              /var/bytebench
 
+INSTALLATION_DIRS=     bin
+
 post-extract:
        ${RM} -f ${WRKSRC}/pgms/select
 
diff -r 00135b167aec -r dd5d61bcac22 benchmarks/dbench/Makefile
--- a/benchmarks/dbench/Makefile        Fri Jul 30 15:17:20 2004 +0000
+++ b/benchmarks/dbench/Makefile        Fri Jul 30 15:50:37 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2004/01/20 12:08:12 agc Exp $
+# $NetBSD: Makefile,v 1.5 2004/07/30 15:50:37 minskim Exp $
 #
 
 DISTNAME=      dbench-1.3
@@ -9,6 +9,8 @@
 HOMEPAGE=      http://samba.org/ftp/tridge/dbench/README
 COMMENT=       Simulation of the Ziff-Davis netbench benchmark
 
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
 WRKSRC=                ${WRKDIR}/dbench
 
 .include "../../mk/bsd.prefs.mk"
@@ -17,6 +19,8 @@
 MAKE_ENV+=     DB_LDFLAGS="-lrt" TB_LDFLAGS="-lsocket -lnsl"
 .endif
 
+INSTALLATION_DIRS=     bin
+
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/dbench ${PREFIX}/bin/dbench
        ${INSTALL_PROGRAM} ${WRKSRC}/tbench ${PREFIX}/bin/tbench
diff -r 00135b167aec -r dd5d61bcac22 benchmarks/dhrystone/Makefile
--- a/benchmarks/dhrystone/Makefile     Fri Jul 30 15:17:20 2004 +0000
+++ b/benchmarks/dhrystone/Makefile     Fri Jul 30 15:50:37 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2004/01/20 12:08:12 agc Exp $
+# $NetBSD: Makefile,v 1.11 2004/07/30 15:50:37 minskim Exp $
 
 DISTNAME=              dhry2.1
 PKGNAME=               dhrystone-2.1
@@ -9,8 +9,12 @@
 MAINTAINER=            root%garbled.net@localhost
 COMMENT=               Reinhold Weicker's DHRYSTONE 2.1 integer benchmark
 
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
 WRKSRC=                        ${WRKDIR}
 
+INSTALLATION_DIRS=     bin
+
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/dry2 ${PREFIX}/bin/dry2
        ${INSTALL_PROGRAM} ${WRKSRC}/dry2reg ${PREFIX}/bin/dry2reg
diff -r 00135b167aec -r dd5d61bcac22 benchmarks/fib/Makefile
--- a/benchmarks/fib/Makefile   Fri Jul 30 15:17:20 2004 +0000
+++ b/benchmarks/fib/Makefile   Fri Jul 30 15:50:37 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2004/01/20 12:08:12 agc Exp $
+# $NetBSD: Makefile,v 1.11 2004/07/30 15:50:37 minskim Exp $
 
 DISTNAME=              fib.c
 PKGNAME=               fib-980203
@@ -9,8 +9,12 @@
 MAINTAINER=            root%garbled.net@localhost
 COMMENT=               Mathematical benchmark
 
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
 WRKSRC=                        ${WRKDIR}
 
+INSTALLATION_DIRS=     bin
+
 do-extract:
        ${MKDIR} ${WRKSRC}
        ${CP} ${DISTDIR}/fib.c ${WRKSRC}/fib.c
diff -r 00135b167aec -r dd5d61bcac22 benchmarks/flops/Makefile
--- a/benchmarks/flops/Makefile Fri Jul 30 15:17:20 2004 +0000
+++ b/benchmarks/flops/Makefile Fri Jul 30 15:50:37 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2004/01/20 12:08:12 agc Exp $
+# $NetBSD: Makefile,v 1.11 2004/07/30 15:50:37 minskim Exp $
 
 DISTNAME=              flops
 PKGNAME=               flops-2.0
@@ -10,8 +10,12 @@
 HOMEPAGE=              http://performance.netlib.org/performance/html/flops.html
 COMMENT=               Floating point benchmark to give your MFLOPS rating
 
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
 WRKSRC=                        ${WRKDIR}
 
+INSTALLATION_DIRS=     bin
+
 do-extract:
        ${MKDIR} ${WRKSRC}
        ${CP} ${DISTDIR}/flops.c ${WRKSRC}/flops.c
diff -r 00135b167aec -r dd5d61bcac22 benchmarks/hbench/Makefile
--- a/benchmarks/hbench/Makefile        Fri Jul 30 15:17:20 2004 +0000
+++ b/benchmarks/hbench/Makefile        Fri Jul 30 15:50:37 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2004/04/11 03:40:29 snj Exp $
+# $NetBSD: Makefile,v 1.25 2004/07/30 15:50:37 minskim Exp $
 
 DISTNAME=              hbench-OS-1.0
 PKGNAME=               hbench-1.0
@@ -12,6 +12,8 @@
 
 DEPENDS+=              gnuplot>=3.7:../../graphics/gnuplot
 
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
 WRKSRC=                        ${WRKDIR}/hbench-OS
 USE_BUILDLINK3=                YES
 OSVERSION_SPECIFIC=    YES
diff -r 00135b167aec -r dd5d61bcac22 benchmarks/heapsort/Makefile
--- a/benchmarks/heapsort/Makefile      Fri Jul 30 15:17:20 2004 +0000
+++ b/benchmarks/heapsort/Makefile      Fri Jul 30 15:50:37 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2004/01/20 12:08:12 agc Exp $
+# $NetBSD: Makefile,v 1.12 2004/07/30 15:50:37 minskim Exp $
 
 DISTNAME=              heapsort.c
 PKGNAME=               heapsort-1.0
@@ -9,8 +9,12 @@
 MAINTAINER=            root%garbled.net@localhost
 COMMENT=               Benchmark program for variable sized arrays
 
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
 WRKSRC=                        ${WRKDIR}
 
+INSTALLATION_DIRS=     bin
+
 do-extract:
        ${MKDIR} ${WRKSRC}
        ${CP} ${DISTDIR}/heapsort.c ${WRKSRC}/heapsort.c
diff -r 00135b167aec -r dd5d61bcac22 benchmarks/hint/Makefile
--- a/benchmarks/hint/Makefile  Fri Jul 30 15:17:20 2004 +0000
+++ b/benchmarks/hint/Makefile  Fri Jul 30 15:50:37 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2004/01/20 12:08:12 agc Exp $
+# $NetBSD: Makefile,v 1.17 2004/07/30 15:50:37 minskim Exp $
 # FreeBSD: Makefile,v 1.1.1.1 1998/06/15 18:09:43 ghelmer Exp
 #
 
@@ -12,10 +12,14 @@
 HOMEPAGE=      http://www.scl.ameslab.gov/Projects/HINT/
 COMMENT=       Scalable benchmark for testing CPU and memory performance
 
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
 ALL_TARGET=    DOUBLE INT
 
 WRKSRC=                ${WRKDIR}/unix
 
+INSTALLATION_DIRS=     bin man/man1
+
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/DOUBLE ${PREFIX}/bin/hint-double
        ${INSTALL_PROGRAM} ${WRKSRC}/INT ${PREFIX}/bin/hint-int
diff -r 00135b167aec -r dd5d61bcac22 benchmarks/httperf/Makefile
--- a/benchmarks/httperf/Makefile       Fri Jul 30 15:17:20 2004 +0000
+++ b/benchmarks/httperf/Makefile       Fri Jul 30 15:50:37 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2004/01/22 07:19:25 grant Exp $
+# $NetBSD: Makefile,v 1.7 2004/07/30 15:50:37 minskim Exp $
 #
 
 DISTNAME=      httperf-0.6
@@ -11,6 +11,8 @@
 
 LICENSE=       no-commercial-use
 
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
 USE_GNU_TOOLS+=        make
 
 .include "../../mk/bsd.prefs.mk"
@@ -19,6 +21,8 @@
 LDFLAGS+=      -lsocket -lnsl -lresolv
 .endif
 
+INSTALLATION_DIRS=     bin man/man1
+
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/httperf ${LOCALBASE}/bin/httperf
        ${INSTALL_MAN} ${WRKSRC}/httperf.man ${LOCALBASE}/man/man1/httperf.1
diff -r 00135b167aec -r dd5d61bcac22 benchmarks/iozone/Makefile
--- a/benchmarks/iozone/Makefile        Fri Jul 30 15:17:20 2004 +0000
+++ b/benchmarks/iozone/Makefile        Fri Jul 30 15:50:37 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2004/05/10 16:33:03 jschauma Exp $
+# $NetBSD: Makefile,v 1.26 2004/07/30 15:50:37 minskim Exp $
 
 DISTNAME=              iozone3_217
 PKGNAME=               iozone-3.217
@@ -12,6 +12,8 @@
 
 RESTRICTED=            "Publication of derivative works not allowed"
 
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
 WRKSRC=                        ${WRKDIR}/src/current
 MAKEFILE=              makefile
 
@@ -34,6 +36,8 @@
   ALL_TARGET=          generic
 .endif
 
+INSTALLATION_DIRS=     bin man/man1
+
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/iozone ${PREFIX}/bin
        ${INSTALL_MAN} ${WRKDIR}/docs/iozone.1 ${PREFIX}/man/man1
diff -r 00135b167aec -r dd5d61bcac22 benchmarks/kttcp/Makefile
--- a/benchmarks/kttcp/Makefile Fri Jul 30 15:17:20 2004 +0000
+++ b/benchmarks/kttcp/Makefile Fri Jul 30 15:50:37 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/07/04 06:43:01 mrg Exp $
+# $NetBSD: Makefile,v 1.10 2004/07/30 15:50:37 minskim Exp $
 
 DISTNAME=      kttcp-${VERSION}
 CATEGORIES=    benchmarks net
@@ -12,12 +12,16 @@



Home | Main Index | Thread Index | Old Index