diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1994-12-28 05:46:33 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1994-12-28 05:46:33 +0000 |
commit | 54f7c443fdab9d4ef7b6f35ae22adbd9e9712fb5 (patch) | |
tree | d623565fcb6ab6344f67c97f914ff225bbcddb77 /benchmarks/iozone | |
parent | 46b4022eb15c2eb0179e6cb56d9758d46ff2eaf6 (diff) | |
download | freebsd-ports-54f7c443fdab9d4ef7b6f35ae22adbd9e9712fb5.zip |
Upgrade.
Diffstat (limited to 'benchmarks/iozone')
-rw-r--r-- | benchmarks/iozone/Makefile | 12 | ||||
-rw-r--r-- | benchmarks/iozone/pkg-comment | 2 |
2 files changed, 9 insertions, 5 deletions
diff --git a/benchmarks/iozone/Makefile b/benchmarks/iozone/Makefile index 5c48deb54ec9..6ff203949891 100644 --- a/benchmarks/iozone/Makefile +++ b/benchmarks/iozone/Makefile @@ -1,7 +1,11 @@ -DISTNAME= iozone-1.16 -MASTER_SITES= ftp://liasun3.epfl.ch/pub/util/ +DISTFILES= iozone-2.01.shar.gz +DISTNAME= iozone +MASTER_SITES= ftp://ftp.cs.uni-sb.de/pub/others/ +EXTRACT_CMD= cd ${WRKDIR}; (gzcat | /usr/local/bin/gunshar) +EXTRACT_ARGS= < +NO_WRKSUBDIR= YES +DEPENDS= ${PORTSDIR}/utils/gshar+gunshar -MAKE_FLAGS= PREFIX=${PREFIX} -MAKEFILE= +pre-extract: depends .include <bsd.port.mk> diff --git a/benchmarks/iozone/pkg-comment b/benchmarks/iozone/pkg-comment index 0c42ffcb0827..4520d3f89d76 100644 --- a/benchmarks/iozone/pkg-comment +++ b/benchmarks/iozone/pkg-comment @@ -1 +1 @@ -IOZONE: Performance Test of Sequential File I/O -- V1.16 (10/28/92) +IOZONE: Performance Test of Sequential File I/O -- V2.01 |