summaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorwiz <wiz>2016-04-24 10:34:43 +0000
committerwiz <wiz>2016-04-24 10:34:43 +0000
commitf2034101e25fbcfc4397de84078fcac2923e42a0 (patch)
tree7718e1db77a59b6b461f5b78554865c0110a915d /benchmarks
parentbfd765d8739bec668d8017828bb35efc5f644224 (diff)
downloadpkgsrc-f2034101e25fbcfc4397de84078fcac2923e42a0.tar.gz
sunet.se stopped mirroring lots of stuff, remove/comment out references to it
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/fib/Makefile6
-rw-r--r--benchmarks/flops/Makefile4
-rw-r--r--benchmarks/heapsort/Makefile6
-rw-r--r--benchmarks/nsieve/Makefile6
4 files changed, 11 insertions, 11 deletions
diff --git a/benchmarks/fib/Makefile b/benchmarks/fib/Makefile
index f2c13c739de..2342de3246a 100644
--- a/benchmarks/fib/Makefile
+++ b/benchmarks/fib/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.17 2014/10/09 14:05:59 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2016/04/24 10:34:43 wiz Exp $
DISTNAME= fib.c
PKGNAME= fib-980203
CATEGORIES= benchmarks
-MASTER_SITES= http://ftp.sunet.se/pub/benchmark/aburto/fib/
-EXTRACT_SUFX= #empty
+MASTER_SITES= # http://ftp.sunet.se/pub/benchmark/aburto/fib/
+EXTRACT_SUFX= #empty
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Mathematical benchmark
diff --git a/benchmarks/flops/Makefile b/benchmarks/flops/Makefile
index a8fab186ec8..8b3e0b82828 100644
--- a/benchmarks/flops/Makefile
+++ b/benchmarks/flops/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.18 2014/10/09 14:05:59 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2016/04/24 10:34:43 wiz Exp $
DISTNAME= flops
PKGNAME= flops-2.0
CATEGORIES= benchmarks
-MASTER_SITES= http://ftp.sunet.se/pub/benchmark/aburto/flops/
+MASTER_SITES= # http://ftp.sunet.se/pub/benchmark/aburto/flops/
DISTFILES= ${DISTNAME}.c ${DISTNAME}.doc
MAINTAINER= pkgsrc-users@NetBSD.org
diff --git a/benchmarks/heapsort/Makefile b/benchmarks/heapsort/Makefile
index 7d46522d34e..8ea840a0f95 100644
--- a/benchmarks/heapsort/Makefile
+++ b/benchmarks/heapsort/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.19 2014/10/09 14:05:59 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2016/04/24 10:34:43 wiz Exp $
DISTNAME= heapsort.c
PKGNAME= heapsort-1.0
CATEGORIES= benchmarks
-MASTER_SITES= http://ftp.sunet.se/pub/benchmark/aburto/heapsort/
-EXTRACT_SUFX= #empty
+MASTER_SITES= # http://ftp.sunet.se/pub/benchmark/aburto/heapsort/
+EXTRACT_SUFX= #empty
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Benchmark program for variable sized arrays
diff --git a/benchmarks/nsieve/Makefile b/benchmarks/nsieve/Makefile
index ccc615436f5..e340b262258 100644
--- a/benchmarks/nsieve/Makefile
+++ b/benchmarks/nsieve/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.17 2014/10/09 14:06:00 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2016/04/24 10:34:43 wiz Exp $
DISTNAME= nsieve.c
PKGNAME= nsieve-1.2b
CATEGORIES= benchmarks
-MASTER_SITES= http://ftp.sunet.se/pub/benchmark/aburto/nsieve/
-EXTRACT_SUFX= #empty
+MASTER_SITES= #http://ftp.sunet.se/pub/benchmark/aburto/nsieve/
+EXTRACT_SUFX= #empty
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Sieve of Eratosthenes benchmark