diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2002-11-06 22:47:41 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2002-11-06 22:47:41 +0000 |
commit | d9611f93758b42bc9f2e2794b3d0039ec6038c4e (patch) | |
tree | 7188beb34e0a3adac815c9497c615b1b78eb4454 /benchmarks | |
parent | port wouldn't build without the gnomelibs. (diff) |
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
Notes
Notes:
svn path=/head/; revision=69612
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 fc024ec1d2ea..b91e1ddfaf46 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 d22f59d4d38a..000000000000 --- 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 5d2e4c71c1d3..0f183f2dab10 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 6adc47fad0e8..000000000000 --- 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 86bc90c25094..e9bb1cbd8f7a 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 2b70b17d121e..000000000000 --- 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 a87d277fb0fb..e0360680828a 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 275cc403e78f..000000000000 --- 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 f93746596366..8760498f0092 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 26f496cdfbac..000000000000 --- a/benchmarks/postmark/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -NetApps file system benchmark |