diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-11-10 16:48:51 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-11-10 16:48:51 +0000 |
commit | f0a1969d343f97cdb90a73adcff6a7a383fc9522 (patch) | |
tree | eb25a1bb38a1d88bc48792c4bc3007a7580d627d /benchmarks | |
parent | Forced commit to note that the previous revision also included patches (diff) |
o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
Notes
Notes:
svn path=/head/; revision=69808
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/postmark/Makefile | 2 | ||||
-rw-r--r-- | benchmarks/postmark/pkg-comment | 1 |
8 files changed, 4 insertions, 8 deletions
diff --git a/benchmarks/bonnie++/Makefile b/benchmarks/bonnie++/Makefile index b91e1ddfaf46..fc024ec1d2ea 100644 --- a/benchmarks/bonnie++/Makefile +++ b/benchmarks/bonnie++/Makefile @@ -14,8 +14,6 @@ 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 new file mode 100644 index 000000000000..d22f59d4d38a --- /dev/null +++ b/benchmarks/bonnie++/pkg-comment @@ -0,0 +1 @@ +Performance Test of Filesystem I/O diff --git a/benchmarks/httperf/Makefile b/benchmarks/httperf/Makefile index 0f183f2dab10..5d2e4c71c1d3 100644 --- a/benchmarks/httperf/Makefile +++ b/benchmarks/httperf/Makefile @@ -12,8 +12,6 @@ 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 new file mode 100644 index 000000000000..6adc47fad0e8 --- /dev/null +++ b/benchmarks/httperf/pkg-comment @@ -0,0 +1 @@ +A tool for measuring webserver performance diff --git a/benchmarks/iozone21/Makefile b/benchmarks/iozone21/Makefile index e9bb1cbd8f7a..86bc90c25094 100644 --- a/benchmarks/iozone21/Makefile +++ b/benchmarks/iozone21/Makefile @@ -14,8 +14,6 @@ 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 new file mode 100644 index 000000000000..2b70b17d121e --- /dev/null +++ b/benchmarks/iozone21/pkg-comment @@ -0,0 +1 @@ +Performance Test of Sequential File I/O (older version) diff --git a/benchmarks/postmark/Makefile b/benchmarks/postmark/Makefile index 8760498f0092..f93746596366 100644 --- a/benchmarks/postmark/Makefile +++ b/benchmarks/postmark/Makefile @@ -16,8 +16,6 @@ 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 new file mode 100644 index 000000000000..26f496cdfbac --- /dev/null +++ b/benchmarks/postmark/pkg-comment @@ -0,0 +1 @@ +NetApps file system benchmark |