diff options
author | adamw <adamw@FreeBSD.org> | 2002-11-06 22:47:41 +0000 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2002-11-06 22:47:41 +0000 |
commit | 5ccea0eab4e8d2184fd2a06716209f6e7bae4d8a (patch) | |
tree | eea5ecd9ebb32eb75307481e787e956b5e31f3bb /benchmarks | |
parent | 9d3fbd7b82b343108df5412a1b27406024e611e8 (diff) | |
download | FreeBSD-ports-5ccea0eab4e8d2184fd2a06716209f6e7bae4d8a.zip FreeBSD-ports-5ccea0eab4e8d2184fd2a06716209f6e7bae4d8a.tar.gz |
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/bonnie++/Makefile | 2 | ||||
-rw-r--r-- | benchmarks/bonnie++/pkg-comment | 1 | ||||
-rw-r--r-- | benchmarks/httperf/Makefile | 2 | ||||
-rw-r--r-- | benchmarks/httperf/pkg-comment | 1 | ||||
-rw-r--r-- | benchmarks/iozone21/Makefile | 2 | ||||
-rw-r--r-- | benchmarks/iozone21/pkg-comment | 1 | ||||
-rw-r--r-- | benchmarks/nbench/Makefile | 2 | ||||
-rw-r--r-- | benchmarks/nbench/pkg-comment | 1 | ||||
-rw-r--r-- | benchmarks/postmark/Makefile | 2 | ||||
-rw-r--r-- | benchmarks/postmark/pkg-comment | 1 |
10 files changed, 10 insertions, 5 deletions
diff --git a/benchmarks/bonnie++/Makefile b/benchmarks/bonnie++/Makefile index fc024ec..b91e1dd 100644 --- a/benchmarks/bonnie++/Makefile +++ b/benchmarks/bonnie++/Makefile @@ -14,6 +14,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= Performance Test of Filesystem I/O + GNU_CONFIGURE= yes CONFIGURE_ENV+= CPPFLAGS="-U__DEPRECATED" diff --git a/benchmarks/bonnie++/pkg-comment b/benchmarks/bonnie++/pkg-comment deleted file mode 100644 index d22f59d..0000000 --- a/benchmarks/bonnie++/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Performance Test of Filesystem I/O diff --git a/benchmarks/httperf/Makefile b/benchmarks/httperf/Makefile index 5d2e4c7..0f183f2 100644 --- a/benchmarks/httperf/Makefile +++ b/benchmarks/httperf/Makefile @@ -12,6 +12,8 @@ MASTER_SITES= ftp://ftp.hpl.hp.com/pub/httperf/ MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= A tool for measuring webserver performance + USE_GMAKE= yes MAN1= httperf.1 diff --git a/benchmarks/httperf/pkg-comment b/benchmarks/httperf/pkg-comment deleted file mode 100644 index 6adc47f..0000000 --- a/benchmarks/httperf/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A tool for measuring webserver performance diff --git a/benchmarks/iozone21/Makefile b/benchmarks/iozone21/Makefile index 86bc90c..e9bb1cb 100644 --- a/benchmarks/iozone21/Makefile +++ b/benchmarks/iozone21/Makefile @@ -14,6 +14,8 @@ EXTRACT_SUFX= .shar.gz MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= Performance Test of Sequential File I/O (older version) + LATEST_LINK= iozone21 EXTRACT_CMD= ( gzcat | awk '{if (/^\#!/) x++} {if(x) print $$0'}| /bin/sh ) diff --git a/benchmarks/iozone21/pkg-comment b/benchmarks/iozone21/pkg-comment deleted file mode 100644 index 2b70b17..0000000 --- a/benchmarks/iozone21/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Performance Test of Sequential File I/O (older version) diff --git a/benchmarks/nbench/Makefile b/benchmarks/nbench/Makefile index a87d277..e036068 100644 --- a/benchmarks/nbench/Makefile +++ b/benchmarks/nbench/Makefile @@ -15,6 +15,8 @@ DISTNAME= ${PORTNAME}-byte-${PORTVERSION} MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= BYTE Magazine\'s native benchmarks + ALL_TARGET= # empty do-install: diff --git a/benchmarks/nbench/pkg-comment b/benchmarks/nbench/pkg-comment deleted file mode 100644 index 275cc40..0000000 --- a/benchmarks/nbench/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -BYTE Magazine's native benchmarks diff --git a/benchmarks/postmark/Makefile b/benchmarks/postmark/Makefile index f937465..8760498 100644 --- a/benchmarks/postmark/Makefile +++ b/benchmarks/postmark/Makefile @@ -16,6 +16,8 @@ EXTRACT_SUFX= .c MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= NetApps file system benchmark + NO_WRKSUBDIR= yes do-extract: diff --git a/benchmarks/postmark/pkg-comment b/benchmarks/postmark/pkg-comment deleted file mode 100644 index 26f496c..0000000 --- a/benchmarks/postmark/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -NetApps file system benchmark |