diff options
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/bonnie++/Makefile | 1 | ||||
-rw-r--r-- | benchmarks/bonnie++/pkg-comment | 1 | ||||
-rw-r--r-- | benchmarks/iozone21/Makefile | 1 | ||||
-rw-r--r-- | benchmarks/iozone21/pkg-comment | 1 | ||||
-rw-r--r-- | benchmarks/nbench/Makefile | 1 | ||||
-rw-r--r-- | benchmarks/nbench/pkg-comment | 1 | ||||
-rw-r--r-- | benchmarks/postmark/Makefile | 1 | ||||
-rw-r--r-- | benchmarks/postmark/pkg-comment | 1 | ||||
-rw-r--r-- | benchmarks/tcpblast/Makefile | 1 | ||||
-rw-r--r-- | benchmarks/tcpblast/pkg-comment | 1 |
10 files changed, 5 insertions, 5 deletions
diff --git a/benchmarks/bonnie++/Makefile b/benchmarks/bonnie++/Makefile index 02a28a2053f6..11b516809504 100644 --- a/benchmarks/bonnie++/Makefile +++ b/benchmarks/bonnie++/Makefile @@ -13,6 +13,7 @@ MASTER_SITES= http://www.coker.com.au/bonnie++/ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org +COMMENT= Performance Test of Filesystem I/O GNU_CONFIGURE= yes 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/iozone21/Makefile b/benchmarks/iozone21/Makefile index c038d4f2fc6f..9433c6fd0b9c 100644 --- a/benchmarks/iozone21/Makefile +++ b/benchmarks/iozone21/Makefile @@ -13,6 +13,7 @@ MASTER_SITES= ftp://ftp.cs.uni-sb.de/pub/others/ EXTRACT_SUFX= .shar.gz MAINTAINER= ports@FreeBSD.org +COMMENT= Performance Test of Sequential File I/O (older version) LATEST_LINK= iozone21 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..fa5fc47e6df3 100644 --- a/benchmarks/nbench/Makefile +++ b/benchmarks/nbench/Makefile @@ -14,6 +14,7 @@ MASTER_SITE_SUBDIR= system/benchmark DISTNAME= ${PORTNAME}-byte-${PORTVERSION} MAINTAINER= ports@FreeBSD.org +COMMENT= BYTE Magazine's native benchmarks ALL_TARGET= # empty 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..8fd15cff5fa3 100644 --- a/benchmarks/postmark/Makefile +++ b/benchmarks/postmark/Makefile @@ -15,6 +15,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/./_/g} EXTRACT_SUFX= .c MAINTAINER= ports@FreeBSD.org +COMMENT= NetApps file system benchmark NO_WRKSUBDIR= yes 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 diff --git a/benchmarks/tcpblast/Makefile b/benchmarks/tcpblast/Makefile index 530d6d5b9464..b96efe83418e 100644 --- a/benchmarks/tcpblast/Makefile +++ b/benchmarks/tcpblast/Makefile @@ -12,6 +12,7 @@ CATEGORIES= benchmarks net DISTFILES= # none MAINTAINER= ports@FreeBSD.org +COMMENT= Measures the throughput of a tcp connection WRKSRC= ${WRKDIR}/src diff --git a/benchmarks/tcpblast/pkg-comment b/benchmarks/tcpblast/pkg-comment deleted file mode 100644 index bb1a7b87994b..000000000000 --- a/benchmarks/tcpblast/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Measures the throughput of a tcp connection |