summaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2004-07-30 15:50:37 +0000
committerminskim <minskim@pkgsrc.org>2004-07-30 15:50:37 +0000
commit7e3f925b6cc6a4d6119ae7c4eceb5cbf4d7b4a01 (patch)
tree35af7d236523ef1dfca5c3ed878b628daaf776db /benchmarks
parent3c7cd2a68c125ac1b8318eb64662a065e9d9d03d (diff)
downloadpkgsrc-7e3f925b6cc6a4d6119ae7c4eceb5cbf4d7b4a01.tar.gz
Enable pkgviews installation.
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/benchfft/Makefile6
-rw-r--r--benchmarks/bonnie/Makefile6
-rw-r--r--benchmarks/bytebench/Makefile6
-rw-r--r--benchmarks/dbench/Makefile6
-rw-r--r--benchmarks/dhrystone/Makefile6
-rw-r--r--benchmarks/fib/Makefile6
-rw-r--r--benchmarks/flops/Makefile6
-rw-r--r--benchmarks/hbench/Makefile4
-rw-r--r--benchmarks/heapsort/Makefile6
-rw-r--r--benchmarks/hint/Makefile6
-rw-r--r--benchmarks/httperf/Makefile6
-rw-r--r--benchmarks/iozone/Makefile6
-rw-r--r--benchmarks/kttcp/Makefile6
-rw-r--r--benchmarks/linpack-bench/Makefile6
-rw-r--r--benchmarks/lmbench/Makefile6
-rw-r--r--benchmarks/netio/Makefile6
-rw-r--r--benchmarks/netpipe/Makefile6
-rw-r--r--benchmarks/nettest/Makefile6
-rw-r--r--benchmarks/nsieve/Makefile6
-rw-r--r--benchmarks/nttcp/Makefile6
-rw-r--r--benchmarks/paranoia/Makefile6
-rw-r--r--benchmarks/postal/Makefile4
-rw-r--r--benchmarks/postmark/Makefile6
-rw-r--r--benchmarks/randread/Makefile6
-rw-r--r--benchmarks/ttcp/Makefile6
-rw-r--r--benchmarks/whetstone/Makefile6
-rw-r--r--benchmarks/xengine/Makefile4
27 files changed, 129 insertions, 27 deletions
diff --git a/benchmarks/benchfft/Makefile b/benchmarks/benchfft/Makefile
index 4361b1f4f5c..8152f81c620 100644
--- a/benchmarks/benchfft/Makefile
+++ b/benchmarks/benchfft/Makefile
@@ -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 @@ MAINTAINER= root@garbled.net
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 @@ LTCONFIG_OVERRIDE= ${WRKDIR}/fftw-2.0.1/ltconfig
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 --git a/benchmarks/bonnie/Makefile b/benchmarks/bonnie/Makefile
index 684806559c5..aedd1cc6a55 100644
--- a/benchmarks/bonnie/Makefile
+++ b/benchmarks/bonnie/Makefile
@@ -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 @@ MAINTAINER= root@garbled.net
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 --git a/benchmarks/bytebench/Makefile b/benchmarks/bytebench/Makefile
index 6258b3067a3..cebbd9e3844 100644
--- a/benchmarks/bytebench/Makefile
+++ b/benchmarks/bytebench/Makefile
@@ -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 @@ EXTRACT_SUFX= .tgz
MAINTAINER= root@garbled.net
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 @@ BENCHMARK_ENV+= TESTDIR=${WRKSRC}/tmp
OWN_DIRS= /var/bytebench
+INSTALLATION_DIRS= bin
+
post-extract:
${RM} -f ${WRKSRC}/pgms/select
diff --git a/benchmarks/dbench/Makefile b/benchmarks/dbench/Makefile
index 203e8e40ccb..e78e66a4d6d 100644
--- a/benchmarks/dbench/Makefile
+++ b/benchmarks/dbench/Makefile
@@ -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 @@ MAINTAINER= tech-pkg@NetBSD.org
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 @@ WRKSRC= ${WRKDIR}/dbench
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 --git a/benchmarks/dhrystone/Makefile b/benchmarks/dhrystone/Makefile
index 34e1910be21..5f7aa2c362b 100644
--- a/benchmarks/dhrystone/Makefile
+++ b/benchmarks/dhrystone/Makefile
@@ -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 @@ EXTRACT_SUFX= .tar.Z
MAINTAINER= root@garbled.net
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 --git a/benchmarks/fib/Makefile b/benchmarks/fib/Makefile
index 85e561e9965..05a0cd44cf6 100644
--- a/benchmarks/fib/Makefile
+++ b/benchmarks/fib/Makefile
@@ -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 @@ EXTRACT_SUFX= #empty
MAINTAINER= root@garbled.net
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 --git a/benchmarks/flops/Makefile b/benchmarks/flops/Makefile
index a706ff22b02..0baeae5af7d 100644
--- a/benchmarks/flops/Makefile
+++ b/benchmarks/flops/Makefile
@@ -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 @@ MAINTAINER= root@garbled.net
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 --git a/benchmarks/hbench/Makefile b/benchmarks/hbench/Makefile
index 2a1603eacf7..d97a190e7e4 100644
--- a/benchmarks/hbench/Makefile
+++ b/benchmarks/hbench/Makefile
@@ -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 @@ COMMENT= Suite of portable benchmarks to measure the OS and the hardware
DEPENDS+= gnuplot>=3.7:../../graphics/gnuplot
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
WRKSRC= ${WRKDIR}/hbench-OS
USE_BUILDLINK3= YES
OSVERSION_SPECIFIC= YES
diff --git a/benchmarks/heapsort/Makefile b/benchmarks/heapsort/Makefile
index 03141ce4951..55e3248a10f 100644
--- a/benchmarks/heapsort/Makefile
+++ b/benchmarks/heapsort/Makefile
@@ -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 @@ EXTRACT_SUFX= #empty
MAINTAINER= root@garbled.net
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 --git a/benchmarks/hint/Makefile b/benchmarks/hint/Makefile
index 0055c7acd4e..ce0d70c6a87 100644
--- a/benchmarks/hint/Makefile
+++ b/benchmarks/hint/Makefile
@@ -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 @@ MAINTAINER= tech-pkg@NetBSD.org
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 --git a/benchmarks/httperf/Makefile b/benchmarks/httperf/Makefile
index 0fa2243d7a7..ed2c12818c9 100644
--- a/benchmarks/httperf/Makefile
+++ b/benchmarks/httperf/Makefile
@@ -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 @@ COMMENT= Popular web server benchmarking program
LICENSE= no-commercial-use
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
USE_GNU_TOOLS+= make
.include "../../mk/bsd.prefs.mk"
@@ -19,6 +21,8 @@ USE_GNU_TOOLS+= make
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 --git a/benchmarks/iozone/Makefile b/benchmarks/iozone/Makefile
index d68e18585c4..42ffc87affb 100644
--- a/benchmarks/iozone/Makefile
+++ b/benchmarks/iozone/Makefile
@@ -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 @@ COMMENT= Benchmark for file read and write speed
RESTRICTED= "Publication of derivative works not allowed"
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
WRKSRC= ${WRKDIR}/src/current
MAKEFILE= makefile
@@ -34,6 +36,8 @@ MAKEFILE= makefile
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 --git a/benchmarks/kttcp/Makefile b/benchmarks/kttcp/Makefile
index 8b8f17ae085..7c0ddbc96a0 100644
--- a/benchmarks/kttcp/Makefile
+++ b/benchmarks/kttcp/Makefile
@@ -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 @@ VERSION= 20020711
ONLY_FOR_PLATFORM= NetBSD-1.6[B-Z]*-* NetBSD-1.[7-9]* NetBSD-[2-9]*
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
EXTRACT_ONLY= # empty
NO_CHECKSUM= # defined
WRKSRC= ${WRKDIR}
MAKE_ENV+= BINDIR=${LOCALBASE}/bin MANDIR=${LOCALBASE}/man
+INSTALLATION_DIRS= bin
+
post-extract:
@for FILE in Makefile kttcp.c \
; do \
diff --git a/benchmarks/linpack-bench/Makefile b/benchmarks/linpack-bench/Makefile
index 1e69d2d7967..adfce356d9a 100644
--- a/benchmarks/linpack-bench/Makefile
+++ b/benchmarks/linpack-bench/Makefile
@@ -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= linpackc
PKGNAME= linpack-bench-940225
@@ -9,8 +9,12 @@ EXTRACT_SUFX= # empty
MAINTAINER= root@garbled.net
COMMENT= Collection of benchmarks for floating point
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
WRKSRC= ${WRKDIR}
+INSTALLATION_DIRS= bin
+
do-extract:
${MKDIR} ${WRKSRC}
${CP} ${DISTDIR}/linpackc ${WRKSRC}/linpack.c
diff --git a/benchmarks/lmbench/Makefile b/benchmarks/lmbench/Makefile
index 464c5700532..9da774314e7 100644
--- a/benchmarks/lmbench/Makefile
+++ b/benchmarks/lmbench/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2004/05/07 15:25:13 cjep Exp $
+# $NetBSD: Makefile,v 1.19 2004/07/30 15:50:37 minskim Exp $
DISTNAME= lmbench-2alpha11
PKGNAME= lmbench-2.11a
@@ -10,11 +10,15 @@ MAINTAINER= root@garbled.net
HOMEPAGE= http://www.bitmover.com/lm/lmbench/
COMMENT= Complete benchmark that gives a large amount of information
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
USE_BUILDLINK3= YES
USE_GNU_TOOLS+= make
ALL_TARGET= build
MAKE_ENV+= MACHINE_ARCH=${MACHINE_ARCH}
+INSTALLATION_DIRS= man/man1 man/man3 man/man8
+
post-configure:
@cd ${WRKSRC}; \
for f in src/Makefile; do \
diff --git a/benchmarks/netio/Makefile b/benchmarks/netio/Makefile
index fcb08be9583..0d20b581087 100644
--- a/benchmarks/netio/Makefile
+++ b/benchmarks/netio/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/01/20 12:08:12 agc Exp $
+# $NetBSD: Makefile,v 1.10 2004/07/30 15:50:37 minskim Exp $
DISTNAME= netio114
PKGNAME= netio-1.14
@@ -12,6 +12,8 @@ COMMENT= Network benchmark for DOS, OS/2 2.x, Windows NT/2000 and Unix
LICENSE= no-commercial-use
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
WRKSRC= ${WRKDIR}
MAKE_FLAGS+= CC="${CC}" CFLAGS="-DUNIX ${CFLAGS}" LFLAGS="${LDFLAGS}" \
LIBS="${LIBS}" O=.o OUT=-o X=
@@ -22,6 +24,8 @@ MAKE_FLAGS+= CC="${CC}" CFLAGS="-DUNIX ${CFLAGS}" LFLAGS="${LDFLAGS}" \
LIBS+= -lsocket -lnsl
.endif
+INSTALLATION_DIRS= bin
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/netio ${PREFIX}/bin
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/netio
diff --git a/benchmarks/netpipe/Makefile b/benchmarks/netpipe/Makefile
index e4ef0ac2a6d..bd7c7aed7f3 100644
--- a/benchmarks/netpipe/Makefile
+++ b/benchmarks/netpipe/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2003/09/19 18:14:02 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2004/07/30 15:50:38 minskim Exp $
DISTNAME= netpipe-2.4
CATEGORIES= benchmarks net
@@ -8,6 +8,8 @@ MAINTAINER= thorpej@NetBSD.org
HOMEPAGE= http://www.scl.ameslab.gov/netpipe/
COMMENT= TCP/PVM/MPI testing and performance measuring tool
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
.include "../../mk/bsd.prefs.mk"
CFLAGS+= -DHAVE_GETRUSAGE
@@ -16,6 +18,8 @@ CFLAGS+= -DHAVE_GETRUSAGE
MAKE_ENV+= EXTRA_LIBS="-lsocket -lnsl"
.endif
+INSTALLATION_DIRS= bin man/man1
+
do-install:
cd ${WRKSRC} ; \
${INSTALL_PROGRAM} NPtcp ${PREFIX}/bin/NPtcp ; \
diff --git a/benchmarks/nettest/Makefile b/benchmarks/nettest/Makefile
index d74a32961e4..4d7fd5e5540 100644
--- a/benchmarks/nettest/Makefile
+++ b/benchmarks/nettest/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2004/07/30 15:17:20 minskim Exp $
+# $NetBSD: Makefile,v 1.3 2004/07/30 15:50:38 minskim Exp $
DISTNAME= nettest.92.11.09
PKGNAME= nettest-92.11.09
@@ -9,8 +9,12 @@ EXTRACT_SUFX= .tar.Z
MAINTAINER= ginsbach@cray.com
COMMENT= Performs client and server functions for timing data throughput
+PKG_INSTALLATINO_TYPES= overwrite pkgviews
+
WRKSRC= ${WRKDIR}
+INSTALLATION_DIRS= bin man/man8
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/nettest ${PREFIX}/bin/nettest
${INSTALL_PROGRAM} ${WRKSRC}/nettestd ${PREFIX}/bin/nettestd
diff --git a/benchmarks/nsieve/Makefile b/benchmarks/nsieve/Makefile
index 29afe2823a0..40399f09b0e 100644
--- a/benchmarks/nsieve/Makefile
+++ b/benchmarks/nsieve/Makefile
@@ -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:38 minskim Exp $
DISTNAME= nsieve.c
PKGNAME= nsieve-1.2b
@@ -9,8 +9,12 @@ EXTRACT_SUFX= #empty
MAINTAINER= root@garbled.net
COMMENT= Sieve of Eratosthenes benchmark
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
WRKSRC= ${WRKDIR}
+INSTALLATION_DIRS= bin
+
do-extract:
${MKDIR} ${WRKSRC}
${CP} ${DISTDIR}/nsieve.c ${WRKSRC}/nsieve.c
diff --git a/benchmarks/nttcp/Makefile b/benchmarks/nttcp/Makefile
index 7b25fd5f4ee..29a7a8046eb 100644
--- a/benchmarks/nttcp/Makefile
+++ b/benchmarks/nttcp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2003/09/19 18:11:43 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2004/07/30 15:50:38 minskim Exp $
DISTNAME= nttcp-1.47
CATEGORIES= benchmarks net
@@ -8,12 +8,16 @@ MAINTAINER= thorpej@NetBSD.org
HOMEPAGE= http://www.leo.org/~elmar/nttcp/
COMMENT= New TCP testing and performance measuring tool
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "SunOS"
MAKE_ENV+= LIB="-lsocket -lnsl"
.endif
+INSTALLATION_DIRS= bin man/man1
+
do-install:
cd ${WRKSRC} ; \
${INSTALL_PROGRAM} nttcp ${PREFIX}/bin/nttcp ; \
diff --git a/benchmarks/paranoia/Makefile b/benchmarks/paranoia/Makefile
index 8b4d61a33bf..bc9703aca0f 100644
--- a/benchmarks/paranoia/Makefile
+++ b/benchmarks/paranoia/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2004/02/21 06:34:04 snj Exp $
+# $NetBSD: Makefile,v 1.15 2004/07/30 15:50:38 minskim Exp $
DISTNAME= paranoia
PKGNAME= paranoia-960101
@@ -11,8 +11,12 @@ COMMENT= Highly paranoid test of IEEE 754 conformance
EXTRACT_CMD= ${CP} ${DOWNLOADED_DISTFILE} ${WRKSRC}
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
WRKSRC= ${WRKDIR}
+INSTALLATION_DIRS= bin
+
do-build:
(cd ${WRKSRC} ; ${CC} ${CFLAGS} -ffloat-store -o paranoia paranoia.c -lm)
diff --git a/benchmarks/postal/Makefile b/benchmarks/postal/Makefile
index 279a541f7dc..fa0f6c67629 100644
--- a/benchmarks/postal/Makefile
+++ b/benchmarks/postal/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2004/05/05 00:40:43 danw Exp $
+# $NetBSD: Makefile,v 1.5 2004/07/30 15:50:38 minskim Exp $
DISTNAME= postal-0.62
PKGREVISION= 1
@@ -10,6 +10,8 @@ MAINTAINER= david@netbsd-fr.org
HOMEPAGE= http://www.coker.com.au/postal/
COMMENT= Tool for benchmarking SMTP/POP servers
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
GNU_CONFIGURE= yes
USE_GNU_TOOLS+= make
USE_BUILDLINK3= yes
diff --git a/benchmarks/postmark/Makefile b/benchmarks/postmark/Makefile
index de176e67e80..9946a7955e0 100644
--- a/benchmarks/postmark/Makefile
+++ b/benchmarks/postmark/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/01/20 12:08:12 agc Exp $
+# $NetBSD: Makefile,v 1.10 2004/07/30 15:50:38 minskim Exp $
# FreeBSD ID: ports/benchmarks/postmark/Makefile,v 1.2 1999/09/19 05:13:20 obrien Exp
#
@@ -14,9 +14,13 @@ COMMENT= NetApps file system benchmark
EXTRACT_CMD= ${CP} ${DOWNLOADED_DISTFILE} postmark.c
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
WRKSRC= ${WRKDIR}
NO_CONFIGURE= yes
+INSTALLATION_DIRS= sbin
+
do-build:
(cd ${WRKSRC} && ${CC} ${CFLAGS} -o postmark postmark.c)
diff --git a/benchmarks/randread/Makefile b/benchmarks/randread/Makefile
index 4d59771eb00..bc0e6e5d023 100644
--- a/benchmarks/randread/Makefile
+++ b/benchmarks/randread/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2004/01/20 12:08:12 agc Exp $
+# $NetBSD: Makefile,v 1.6 2004/07/30 15:50:38 minskim Exp $
#
DISTNAME= randread-0.1
@@ -9,9 +9,13 @@ MAINTAINER= grant@NetBSD.org
HOMEPAGE= http://randread.sourceforge.net/
COMMENT= Program to help benchmark random disk read performance
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
ALL_TARGET= randread
WRKSRC= ${WRKDIR}
+INSTALLATION_DIRS= sbin
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/randread ${PREFIX}/sbin
diff --git a/benchmarks/ttcp/Makefile b/benchmarks/ttcp/Makefile
index 1e506754936..828905cd367 100644
--- a/benchmarks/ttcp/Makefile
+++ b/benchmarks/ttcp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/07/30 10:16:52 he Exp $
+# $NetBSD: Makefile,v 1.10 2004/07/30 15:50:38 minskim Exp $
DISTNAME= ttcp
PKGNAME= ${DISTNAME}-1.12
@@ -11,6 +11,8 @@ MAINTAINER= thorpej@NetBSD.org
HOMEPAGE= http://www.ccci.com/tools/ttcp/
COMMENT= TCP testing and performance measuring tool
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
WRKSRC= ${WRKDIR}
MAKE_ENV+= BINOWN=${BINOWN} BINGRP=${BINGRP} \
MANOWN=${MANOWN} MANGRP=${MANGRP}
@@ -23,6 +25,8 @@ MANCOMPRESSED_IF_MANZ= YES
MAKE_FLAGS= CFLAGS="-Din_addr_t=\"unsigned long\""
.endif
+INSTALLATION_DIRS= bin man/cat1 man/man1
+
.if (${OPSYS} == SunOS)
do-build:
cd ${WRKSRC} && \
diff --git a/benchmarks/whetstone/Makefile b/benchmarks/whetstone/Makefile
index 7676d814d3d..4ecde8903bd 100644
--- a/benchmarks/whetstone/Makefile
+++ b/benchmarks/whetstone/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2004/01/20 12:08:12 agc Exp $
+# $NetBSD: Makefile,v 1.14 2004/07/30 15:50:38 minskim Exp $
DISTNAME= whetstone
PKGNAME= whetstone-1.2
@@ -9,9 +9,13 @@ EXTRACT_SUFX= .c
MAINTAINER= root@garbled.net
COMMENT= Benchmark for processors that gives you a MIPS rating
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
EXTRACT_CMD= ${CP} ${DOWNLOADED_DISTFILE} ${WRKSRC}
WRKSRC= ${WRKDIR}
+INSTALLATION_DIRS= bin
+
do-build:
(cd ${WRKSRC} ; ${CC} ${CFLAGS} -o whetstone whetstone.c -lm)
diff --git a/benchmarks/xengine/Makefile b/benchmarks/xengine/Makefile
index 503524006e0..b44f0509167 100644
--- a/benchmarks/xengine/Makefile
+++ b/benchmarks/xengine/Makefile
@@ -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:38 minskim Exp $
# FreeBSD Id: ports/benchmarks/xengine/Makefile,v 1.9 2000/02/02 22:31:24 mharo Exp
DISTNAME= xengine-1.0.1
@@ -14,6 +14,8 @@ COMMENT= Reciprocating engine for X
BUILD_DEPENDS= gsharutils>=4.2.1:../../archivers/gsharutils
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
WRKSRC= ${WRKDIR}
DIST_SUBDIR= xengine
USE_IMAKE= yes