summaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>2000-04-08 22:04:57 +0000
committerMichael Haro <mharo@FreeBSD.org>2000-04-08 22:04:57 +0000
commita0cb9ec98b59ded6aa7cb0b3f453902fd3ea72ba (patch)
tree3ffd72b216e533f037cfc7f06f222ca72e602018 /benchmarks
parentupdate with the new PORTNAME/PORTVERSION variables (diff)
update with the new PORTNAME/PORTVERSION variables
Notes
Notes: svn path=/head/; revision=27416
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/bonnie/Makefile6
-rw-r--r--benchmarks/bytebench/Makefile6
-rw-r--r--benchmarks/dbs/Makefile4
-rw-r--r--benchmarks/iozone/Makefile6
-rw-r--r--benchmarks/iozone21/Makefile10
-rw-r--r--benchmarks/lmbench/Makefile6
-rw-r--r--benchmarks/nbench/Makefile6
-rw-r--r--benchmarks/netperf/Makefile6
-rw-r--r--benchmarks/netpipe/Makefile4
-rw-r--r--benchmarks/polygraph/Makefile6
-rw-r--r--benchmarks/polygraph31/Makefile6
-rw-r--r--benchmarks/postmark/Makefile5
-rw-r--r--benchmarks/rawio/Makefile4
-rw-r--r--benchmarks/tcpblast/Makefile5
-rw-r--r--benchmarks/unixbench/Makefile6
-rw-r--r--benchmarks/xengine/Makefile4
16 files changed, 44 insertions, 46 deletions
diff --git a/benchmarks/bonnie/Makefile b/benchmarks/bonnie/Makefile
index 1b8bf277229e..4503d28114d4 100644
--- a/benchmarks/bonnie/Makefile
+++ b/benchmarks/bonnie/Makefile
@@ -1,16 +1,16 @@
# New ports collection makefile for: bonnie
-# Version required: 1.0
# Date created: 26 September 1994
# Whom: se
#
# $FreeBSD$
#
-DISTNAME= Bonnie
-PKGNAME= bonnie-1.0
+PORTNAME= bonnie
+PORTVERSION= 1.0
CATEGORIES= benchmarks
MASTER_SITES= ftp://ftp.sunet.se/pub/benchmark/Bonnie/
EXTRACT_SUFX= .tar.Z
+DISTNAME= Bonnie
MAINTAINER= se@FreeBSD.org
diff --git a/benchmarks/bytebench/Makefile b/benchmarks/bytebench/Makefile
index 200f088c714e..466166ed86b0 100644
--- a/benchmarks/bytebench/Makefile
+++ b/benchmarks/bytebench/Makefile
@@ -1,14 +1,14 @@
# New ports collection makefile for: bytebench
-# Version required: 3.1
# Date created: 28 December 1995
# Whom: se
#
# $FreeBSD$
#
-DISTNAME= bytebench-3.1
+PORTNAME= bytebench
+PORTVERSION= 3.1
CATEGORIES= benchmarks
-MASTER_SITES= ftp://ftp.inria.fr/system/benchmark/
+MASTER_SITES ftp://ftp.inria.fr/system/benchmark/
EXTRACT_SUFX= .tar.Z
MAINTAINER= se@FreeBSD.org
diff --git a/benchmarks/dbs/Makefile b/benchmarks/dbs/Makefile
index 15af76ed5d0e..ff62a78dbca9 100644
--- a/benchmarks/dbs/Makefile
+++ b/benchmarks/dbs/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: dbs
-# Version required: 1.1.5
# Date created: 1 August 1998
# Whom: jkoshy
#
# $FreeBSD$
#
-DISTNAME= dbs-1.1.5
+PORTNAME= dbs
+PORTVERSION= 1.1.5
CATEGORIES= benchmarks
MASTER_SITES= http://shika.aist-nara.ac.jp/member/yukio-m/dbs/software1.1.5/
diff --git a/benchmarks/iozone/Makefile b/benchmarks/iozone/Makefile
index f33616ec34bd..25ce3f27cd5e 100644
--- a/benchmarks/iozone/Makefile
+++ b/benchmarks/iozone/Makefile
@@ -1,15 +1,15 @@
# New ports collection makefile for: iozone
-# Version required: 3.9
# Date created: 26 September 1994
# Whom: jmz
#
# $FreeBSD$
#
-DISTNAME= iozone3_9
-PKGNAME= iozone-3.9
+PORTNAME= iozone
+PORTVERSION= 3.9
CATEGORIES= benchmarks
MASTER_SITES= http://www.iozone.org/src/stable/
+DISTNAME= iozone3_9
EXTRACT_SUFX= .tar
MAINTAINER= jmz@FreeBSD.org
diff --git a/benchmarks/iozone21/Makefile b/benchmarks/iozone21/Makefile
index 9a21bf81e07b..a6945b55c12b 100644
--- a/benchmarks/iozone21/Makefile
+++ b/benchmarks/iozone21/Makefile
@@ -1,23 +1,23 @@
# ex:ts=8
# Ports collection makefile for: iozone
-# Version required: 0.0
# Date created: 26 September 1994
# Whom: jmz
#
# $FreeBSD$
#
-DISTNAME= iozone-2.01
+PORTNAME= iozone
+PORTVERSION= 2.01
CATEGORIES= benchmarks
-MASTER_SITES= ftp://ftp.cs.uni-sb.de/pub/others/
+MASTER_SITES= ftp://ftp.cs.uni-sb.de/pub/others/
EXTRACT_SUFX= .shar.gz
MAINTAINER= obrien@FreeBSD.org
-EXTRACT_CMD= ( gzcat | awk '{if (/^\#!/) x++} {if(x) print $$0'}| /bin/sh )
+EXTRACT_CMD= ( gzcat | awk '{if (/^\#!/) x++} {if(x) print $$0'}| /bin/sh )
EXTRACT_BEFORE_ARGS= <
EXTRACT_AFTER_ARGS= # empty
-NO_WRKSUBDIR= YES
+NO_WRKSUBDIR= YES
MAN1= iozone.1
.include <bsd.port.mk>
diff --git a/benchmarks/lmbench/Makefile b/benchmarks/lmbench/Makefile
index aecd7a9c7316..a616f99a0971 100644
--- a/benchmarks/lmbench/Makefile
+++ b/benchmarks/lmbench/Makefile
@@ -1,17 +1,17 @@
# New ports collection makefile for: lmbench
-# Version required: 1.1
# Date created: 6 May 1995
# Whom: asami
#
# $FreeBSD$
#
-DISTNAME= lmbench
-PKGNAME= lmbench-1.1
+PORTNAME= lmbench
+PORTVERSION= 1.1
CATEGORIES= benchmarks
MASTER_SITES= ftp://ftp.deva.net/pub/sources/system/benchmarks/ \
ftp://ftp.kuis.kyoto-u.ac.jp/misc/benchmarks/ \
ftp://ftp.netlab.is.tsukuba.ac.jp/pub/utils/benchmark/
+DISTNAME= ${PORTNAME}
EXTRACT_SUFX= .tar.Z
MAINTAINER= fenner@FreeBSD.org
diff --git a/benchmarks/nbench/Makefile b/benchmarks/nbench/Makefile
index 92a9059edcee..66d436e9bd89 100644
--- a/benchmarks/nbench/Makefile
+++ b/benchmarks/nbench/Makefile
@@ -1,17 +1,17 @@
# New ports collection makefile for: nbench
-# Version required: 2.1
# Date created: 17 December 1997
# Whom: Andrey Zakhvatov
#
# $FreeBSD$
#
-DISTNAME= nbench-byte-2.1
-PKGNAME= nbench-2.1
+PORTNAME= nbench
+PORTVERSION= 2.1
CATEGORIES= benchmarks
MASTER_SITES= ftp://ftp.tux.org/pub/tux/mayer/ \
${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= system/benchmark
+DISTNAME= nbench-byte-2.1
MAINTAINER= ports@FreeBSD.org
diff --git a/benchmarks/netperf/Makefile b/benchmarks/netperf/Makefile
index f31523942eae..f9def6c17738 100644
--- a/benchmarks/netperf/Makefile
+++ b/benchmarks/netperf/Makefile
@@ -1,15 +1,15 @@
# New ports collection makefile for: netperf
-# Version required: 2.1.3
# Date created: 19 July 1996
# Whom: koshy
#
# $FreeBSD$
#
-DISTNAME= netperf-2.1pl3
-PKGNAME= netperf-2.1.3
+PORTNAME= netperf
+PORTVERSION= 2.1.3
CATEGORIES= benchmarks
MASTER_SITES= ftp://ftp.cup.hp.com/dist/networking/benchmarks/netperf/
+DISTNAME= netperf-2.1pl3
MAINTAINER= fenner@freebsd.org
diff --git a/benchmarks/netpipe/Makefile b/benchmarks/netpipe/Makefile
index e251ce17efc5..9b0e6c4250b1 100644
--- a/benchmarks/netpipe/Makefile
+++ b/benchmarks/netpipe/Makefile
@@ -1,11 +1,11 @@
# New ports collection makefile for: netpipe
-# Version required: 2.3
# Date created: 20 Feb 1998
# Whom: jkoshy
#
# $FreeBSD$
-DISTNAME= netpipe-2.3
+PORTNAME= netpipe
+PORTVERSION= 2.3
CATEGORIES= benchmarks net
MASTER_SITES= ftp://ftp.scl.ameslab.gov/pub/netpipe/ \
http://people.FreeBSD.org/~jkoshy/PORTS/
diff --git a/benchmarks/polygraph/Makefile b/benchmarks/polygraph/Makefile
index 5ef901f32ee1..6b9c9cfa3fe5 100644
--- a/benchmarks/polygraph/Makefile
+++ b/benchmarks/polygraph/Makefile
@@ -1,16 +1,16 @@
# New ports collection makefile for: polygraph
-# Version required: 2.2.7
# Date created: 3 March 1999
# Whom: Dima Sivachenko <dima@chg.ru>
#
# $FreeBSD$
#
-DISTNAME= polygraph-2.2.7-src
-PKGNAME= polygraph-2.2.7
+PORTNAME= polygraph
+PORTVERSION= 2.2.7
CATEGORIES= benchmarks www
MASTER_SITES= http://polygraph.ircache.net/sources/tars/ \
http://www.chg.ru/~dima/
+DISTNAME= ${PORTNAME}-${PORTVERSION}-src
MAINTAINER= dima@Chg.RU
diff --git a/benchmarks/polygraph31/Makefile b/benchmarks/polygraph31/Makefile
index 5ef901f32ee1..6b9c9cfa3fe5 100644
--- a/benchmarks/polygraph31/Makefile
+++ b/benchmarks/polygraph31/Makefile
@@ -1,16 +1,16 @@
# New ports collection makefile for: polygraph
-# Version required: 2.2.7
# Date created: 3 March 1999
# Whom: Dima Sivachenko <dima@chg.ru>
#
# $FreeBSD$
#
-DISTNAME= polygraph-2.2.7-src
-PKGNAME= polygraph-2.2.7
+PORTNAME= polygraph
+PORTVERSION= 2.2.7
CATEGORIES= benchmarks www
MASTER_SITES= http://polygraph.ircache.net/sources/tars/ \
http://www.chg.ru/~dima/
+DISTNAME= ${PORTNAME}-${PORTVERSION}-src
MAINTAINER= dima@Chg.RU
diff --git a/benchmarks/postmark/Makefile b/benchmarks/postmark/Makefile
index fc3de0086d07..311e22b6cbae 100644
--- a/benchmarks/postmark/Makefile
+++ b/benchmarks/postmark/Makefile
@@ -1,14 +1,13 @@
# ex:ts=8
# Ports collection makefile for: postmark
-# Version required: 0.0
# Date created: Sat Sep 18, 1999
# Whom: David O'Brien (obrien@NUXI.com)
#
# $FreeBSD$
#
-DISTNAME= postmark-1_11
-PKGNAME= postmark-1.11
+PORTNAME= postmark
+PORTVERSION= 1.11
CATEGORIES= benchmarks
MASTER_SITES= http://www.netapp.com/ftp/ \
http://www.taronga.com/~nick/files/
diff --git a/benchmarks/rawio/Makefile b/benchmarks/rawio/Makefile
index 82d1f207be51..e92395e57df4 100644
--- a/benchmarks/rawio/Makefile
+++ b/benchmarks/rawio/Makefile
@@ -1,13 +1,13 @@
# ex:ts=8
# Ports collection makefile for: Rawio
-# Version required: 0.0
# Date created: Sun Aug 08, 1999
# Whom: David O'Brien (obrien@NUXI.com)
#
# $FreeBSD$
#
-DISTNAME= rawio-1.1
+PORTNAME= rawio
+PORTVERSION= 1.1
CATEGORIES= benchmarks
MASTER_SITES= ftp://ftp.lemis.com/pub/
diff --git a/benchmarks/tcpblast/Makefile b/benchmarks/tcpblast/Makefile
index d29ffea0f17c..f5bc2e2f17d6 100644
--- a/benchmarks/tcpblast/Makefile
+++ b/benchmarks/tcpblast/Makefile
@@ -1,13 +1,12 @@
# New ports collection makefile for: tcpblast
-# Version required: <self contained>
# Date created: 22 August 1994
# Whom: mr
#
# $FreeBSD$
#
-DISTNAME= tcpblast
-PKGNAME= tcpblast-1.0
+PORTNAME= tcpblast
+PORTVERSION= 1.0
CATEGORIES= benchmarks net
DISTFILES= # empty
diff --git a/benchmarks/unixbench/Makefile b/benchmarks/unixbench/Makefile
index 200f088c714e..466166ed86b0 100644
--- a/benchmarks/unixbench/Makefile
+++ b/benchmarks/unixbench/Makefile
@@ -1,14 +1,14 @@
# New ports collection makefile for: bytebench
-# Version required: 3.1
# Date created: 28 December 1995
# Whom: se
#
# $FreeBSD$
#
-DISTNAME= bytebench-3.1
+PORTNAME= bytebench
+PORTVERSION= 3.1
CATEGORIES= benchmarks
-MASTER_SITES= ftp://ftp.inria.fr/system/benchmark/
+MASTER_SITES ftp://ftp.inria.fr/system/benchmark/
EXTRACT_SUFX= .tar.Z
MAINTAINER= se@FreeBSD.org
diff --git a/benchmarks/xengine/Makefile b/benchmarks/xengine/Makefile
index ac814c0b72c4..77d8d62e8941 100644
--- a/benchmarks/xengine/Makefile
+++ b/benchmarks/xengine/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: xengine
-# Version required: pl1
# Date created: 17 January 1997
# Whom: FURUSAWA,Kazuhisa <furusawa@com.cs.osakafu-u.ac.jp>
#
# $FreeBSD$
#
-DISTNAME= xengine-1.0.1
+PORTNAME= xengine
+PORTVERSION= 1.0.1
CATEGORIES= benchmarks
MASTER_SITES= ftp://ftp.lab.kdd.co.jp/Usenet/comp.sources.x/volume09/xengine/
DISTFILES= part01.z patch1.z