diff options
author | Steven Kreuzer <skreuzer@FreeBSD.org> | 2015-07-02 15:32:16 +0000 |
---|---|---|
committer | Steven Kreuzer <skreuzer@FreeBSD.org> | 2015-07-02 15:32:16 +0000 |
commit | b62170a84959580f9eb19377b2e583b768ef0577 (patch) | |
tree | 69e6eb66995b153ce2aecf0459c7a53c09e9899a /benchmarks | |
parent | 171ae2032a6f118d9af3590319a40fbb3968e459 (diff) | |
download | ports-b62170a84959580f9eb19377b2e583b768ef0577.tar.gz ports-b62170a84959580f9eb19377b2e583b768ef0577.zip |
Notes
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/netpipe/Makefile | 5 | ||||
-rw-r--r-- | benchmarks/netpipe/distinfo | 4 | ||||
-rw-r--r-- | benchmarks/netpipe/pkg-descr | 2 |
3 files changed, 5 insertions, 6 deletions
diff --git a/benchmarks/netpipe/Makefile b/benchmarks/netpipe/Makefile index 83d1b8318395..7beaf1c62608 100644 --- a/benchmarks/netpipe/Makefile +++ b/benchmarks/netpipe/Makefile @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= NetPIPE -PORTVERSION= 3.7.1 +PORTVERSION= 3.7.2 CATEGORIES= benchmarks net -MASTER_SITES= http://www.scl.ameslab.gov/Projects/Netpipe/code/ +MASTER_SITES= http://bitspjoule.org/netpipe/code/ MAINTAINER= skreuzer@FreeBSD.org COMMENT= Self-scaling network benchmark @@ -12,7 +12,6 @@ COMMENT= Self-scaling network benchmark # The default port builds and installs only the TCP version of # netpipe(1). The sources support many other variants. -BROKEN= Unfetchable PORTDOCS= README netpipe_paper.ps PLIST_FILES= bin/NPtcp bin/NPtcp6 man/man1/netpipe.1.gz diff --git a/benchmarks/netpipe/distinfo b/benchmarks/netpipe/distinfo index 99e14b996160..f6e00ab73153 100644 --- a/benchmarks/netpipe/distinfo +++ b/benchmarks/netpipe/distinfo @@ -1,2 +1,2 @@ -SHA256 (NetPIPE-3.7.1.tar.gz) = b088cd917746e37bbaf86cc34fcc84cd2cbaf8060e90c2f3deeddd47f96b1a1a -SIZE (NetPIPE-3.7.1.tar.gz) = 385521 +SHA256 (NetPIPE-3.7.2.tar.gz) = 13dac884ff52951636f651c421f5ff4a853218a95aa28a4a852402ee385a2ab8 +SIZE (NetPIPE-3.7.2.tar.gz) = 400248 diff --git a/benchmarks/netpipe/pkg-descr b/benchmarks/netpipe/pkg-descr index bd699cd88d7a..f843c8fb3013 100644 --- a/benchmarks/netpipe/pkg-descr +++ b/benchmarks/netpipe/pkg-descr @@ -15,4 +15,4 @@ for this purpose? For a paper fully describing NetPIPE and sample investigation of network performance issues using NetPIPE, see the homepage. -WWW: http://www.scl.ameslab.gov/netpipe/paper/full.html +WWW: http://bitspjoule.org/netpipe/ |