diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2008-03-21 02:38:53 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2008-03-21 02:38:53 +0000 |
commit | 4d7e0d666aededfaf8d27ce75fb9048f8898358a (patch) | |
tree | b2e43d233cef9dac106dce00c39ec05d55b0bfd7 /dns/dnsperf | |
parent | 125f9a5023a0b41710c48759c123630fece80fe2 (diff) |
Notes
Diffstat (limited to 'dns/dnsperf')
-rw-r--r-- | dns/dnsperf/Makefile | 4 | ||||
-rw-r--r-- | dns/dnsperf/distinfo | 6 | ||||
-rw-r--r-- | dns/dnsperf/pkg-descr | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/dns/dnsperf/Makefile b/dns/dnsperf/Makefile index 3ae208ada163..4f33e2904061 100644 --- a/dns/dnsperf/Makefile +++ b/dns/dnsperf/Makefile @@ -6,7 +6,7 @@ # PORTNAME= dnsperf -PORTVERSION= 1.0.0.0 +PORTVERSION= 1.0.0.1 CATEGORIES= dns benchmarks net MASTER_SITES= ftp://ftp.nominum.com/pub/nominum/${PORTNAME}/${PORTVERSION}/ DISTNAME= ${PORTNAME}-${PORTVERSION}-1 @@ -18,7 +18,7 @@ BUILD_DEPENDS= isc-config.sh:${PORTSDIR}/dns/bind9 HAS_CONFIGURE= yes -PLIST_FILES= bin/dnsperf bin/resperf +PLIST_FILES= bin/dnsperf bin/resperf bin/resperf-report MAN1= dnsperf.1 resperf.1 .include <bsd.port.mk> diff --git a/dns/dnsperf/distinfo b/dns/dnsperf/distinfo index 5cf719db83c7..392fcdaf014c 100644 --- a/dns/dnsperf/distinfo +++ b/dns/dnsperf/distinfo @@ -1,3 +1,3 @@ -MD5 (dnsperf-1.0.0.0-1.tar.gz) = e3b28ac79de4e674cc969ded5bf37c84 -SHA256 (dnsperf-1.0.0.0-1.tar.gz) = 8c24c5591da096babcf17cd2e504e58d1d894f4392ee53531f8a9c1062b615c9 -SIZE (dnsperf-1.0.0.0-1.tar.gz) = 376344 +MD5 (dnsperf-1.0.0.1-1.tar.gz) = db2e3f85fbe1f75d384f9b5c1ff0759a +SHA256 (dnsperf-1.0.0.1-1.tar.gz) = 1667b66bda23076bf689678ba8bf5b7f3ecd1a31d87a35469bc3b3fd475edf2f +SIZE (dnsperf-1.0.0.1-1.tar.gz) = 376651 diff --git a/dns/dnsperf/pkg-descr b/dns/dnsperf/pkg-descr index e6c6996fb8d4..04a7cc6b7ec3 100644 --- a/dns/dnsperf/pkg-descr +++ b/dns/dnsperf/pkg-descr @@ -15,4 +15,4 @@ needed. ResPerf is designed specifically to simulate Caching Domain Name services. To test a caching server, ResPerf systematically increases the query rate and monitors the response rate. -WWW: http://www.nominum.com/testing_tools.php +WWW: http://www.nominum.com/services/measurement_tools.php |