aboutsummaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2017-10-13 08:21:36 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2017-10-13 08:21:36 +0000
commit44b7482c8b10db0e96112afd2949c73e18869ef8 (patch)
treedfa216cc6f4e23d1e80fcadc00bf377490a9e1f4 /benchmarks
parent9490245135e60dd4b76eca7418bb2d778f5da16e (diff)
downloadports-44b7482c8b10db0e96112afd2949c73e18869ef8.tar.gz
ports-44b7482c8b10db0e96112afd2949c73e18869ef8.zip
Notes
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/autobench/Makefile3
-rw-r--r--benchmarks/bonnie/Makefile3
-rw-r--r--benchmarks/cpipe/pkg-descr2
-rw-r--r--benchmarks/expedite/pkg-descr2
-rw-r--r--benchmarks/imb/pkg-descr2
-rw-r--r--benchmarks/libmicro/Makefile3
-rw-r--r--benchmarks/libmicro/pkg-descr2
-rw-r--r--benchmarks/netperf/Makefile3
-rw-r--r--benchmarks/netperfmeter/pkg-descr2
-rw-r--r--benchmarks/nttcp/Makefile1
10 files changed, 4 insertions, 19 deletions
diff --git a/benchmarks/autobench/Makefile b/benchmarks/autobench/Makefile
index 7d640fe1691b..c6010cbf7eaf 100644
--- a/benchmarks/autobench/Makefile
+++ b/benchmarks/autobench/Makefile
@@ -5,8 +5,7 @@ PORTNAME= autobench
PORTVERSION= 2.1.2
PORTREVISION= 9
CATEGORIES= benchmarks www
-MASTER_SITES= http://www.xenoclast.org/autobench/downloads/ \
- http://www.sfr-fresh.com/unix/privat/
+MASTER_SITES= http://www.xenoclast.org/autobench/downloads/
MAINTAINER= ports@FreeBSD.org
COMMENT= Automating the process of benchmarking a web server
diff --git a/benchmarks/bonnie/Makefile b/benchmarks/bonnie/Makefile
index e5ea79febd3c..9d4deb28219d 100644
--- a/benchmarks/bonnie/Makefile
+++ b/benchmarks/bonnie/Makefile
@@ -5,8 +5,7 @@ PORTNAME= bonnie
PORTVERSION= 2.0.6
PORTREVISION= 1
CATEGORIES= benchmarks
-MASTER_SITES= http://www.acnc.com/benchmarks/ \
- http://www.textuality.com/bonnie/
+MASTER_SITES= http://www.textuality.com/bonnie/
DISTNAME= bonnie
MAINTAINER= kuriyama@FreeBSD.org
diff --git a/benchmarks/cpipe/pkg-descr b/benchmarks/cpipe/pkg-descr
index 8a8c04e680b1..8e9ea6404cc3 100644
--- a/benchmarks/cpipe/pkg-descr
+++ b/benchmarks/cpipe/pkg-descr
@@ -2,5 +2,3 @@ Cpipe copies its standard input to its standard output while measuring the time
it takes to read an input buffer and write an output buffer. Statistics of
average throughput and the total amount of bytes copied are printed to the
standard error output.
-
-WWW: http://developer.berlios.de/projects/cpipe/
diff --git a/benchmarks/expedite/pkg-descr b/benchmarks/expedite/pkg-descr
index 5fc09836ec72..c915a687272d 100644
--- a/benchmarks/expedite/pkg-descr
+++ b/benchmarks/expedite/pkg-descr
@@ -1,4 +1,2 @@
Expedite is meant to be a detailed and comprehensive benchmark
suite for Evas.
-
-WWW: http://trac.enlightenment.org/e/wiki/Expedite
diff --git a/benchmarks/imb/pkg-descr b/benchmarks/imb/pkg-descr
index 4b2da053a658..58b1683d016d 100644
--- a/benchmarks/imb/pkg-descr
+++ b/benchmarks/imb/pkg-descr
@@ -5,5 +5,3 @@ The rules, such as time measurement (including a repetitive call
of the kernels for better clock synchronization), message lengths,
selection of communicators to run a particular benchmark (inside
the group of all started processes) are program parameters.
-
-WWW: http://www.intel.com/cd/software/products/asmo-na/eng/cluster/mpi/219848.htm
diff --git a/benchmarks/libmicro/Makefile b/benchmarks/libmicro/Makefile
index ab499170f2b2..4b49f15f04d7 100644
--- a/benchmarks/libmicro/Makefile
+++ b/benchmarks/libmicro/Makefile
@@ -4,8 +4,7 @@
PORTNAME= libmicro
PORTVERSION= 0.4.1
CATEGORIES= benchmarks
-MASTER_SITES= http://hub.opensolaris.org/bin/download/Project+libmicro/Source+Archives/ \
- LOCAL/bdrewery/${PORTNAME}/
+MASTER_SITES= LOCAL/bdrewery/${PORTNAME}/
MAINTAINER= ports@FreeBSD.org
COMMENT= Set of utilities to benchmark productivity of system calls
diff --git a/benchmarks/libmicro/pkg-descr b/benchmarks/libmicro/pkg-descr
index dfd97b5251e6..df1d5c48fd09 100644
--- a/benchmarks/libmicro/pkg-descr
+++ b/benchmarks/libmicro/pkg-descr
@@ -3,5 +3,3 @@ used during Solaris 10 development to measure the performance of various
system and library calls. LibMicro was developed by Bart Smaalders and
Phil Harman as part of their If another OS is faster it's a Solaris bug
performance campaign.
-
-WWW: http://hub.opensolaris.org/bin/view/Project+libmicro/
diff --git a/benchmarks/netperf/Makefile b/benchmarks/netperf/Makefile
index 9715b480238d..abb1bb6406a8 100644
--- a/benchmarks/netperf/Makefile
+++ b/benchmarks/netperf/Makefile
@@ -4,8 +4,7 @@
PORTNAME= netperf
PORTVERSION= 2.7.0
CATEGORIES= benchmarks ipv6
-MASTER_SITES= ftp://ftp.netperf.org/netperf/ \
- http://fossies.org/unix/misc/
+MASTER_SITES= http://fossies.org/unix/misc/
MAINTAINER= marius@FreeBSD.org
COMMENT= Network performance benchmarking package
diff --git a/benchmarks/netperfmeter/pkg-descr b/benchmarks/netperfmeter/pkg-descr
index 8dfd0d734923..0279ce5aedf4 100644
--- a/benchmarks/netperfmeter/pkg-descr
+++ b/benchmarks/netperfmeter/pkg-descr
@@ -4,5 +4,3 @@ It simultaneously transmits bidirectional flows to an endpoint
and measures the resulting flow bandwidths and QoS. The
results are written as vector and scalar files. The vector
files can e.g. be used to create plots of the results.
-
-WWW: http://www.iem.uni-due.de/~dreibh/netperfmeter/
diff --git a/benchmarks/nttcp/Makefile b/benchmarks/nttcp/Makefile
index 5e4c7daa523d..efa40f4afd7c 100644
--- a/benchmarks/nttcp/Makefile
+++ b/benchmarks/nttcp/Makefile
@@ -6,7 +6,6 @@ PORTVERSION= 1.47
PORTREVISION= 3
CATEGORIES= benchmarks net
MASTER_SITES= http://freeware.sgi.com/source/nttcp/ \
- http://reality.sgiweb.org/freeware/source/nttcp/ \
LOCAL/martymac
MAINTAINER= martymac@FreeBSD.org