diff options
Diffstat (limited to 'dns')
-rw-r--r-- | dns/Makefile | 1 | ||||
-rw-r--r-- | dns/dnsperf/Makefile | 27 | ||||
-rw-r--r-- | dns/dnsperf/distinfo | 2 | ||||
-rw-r--r-- | dns/dnsperf/files/patch-Makefile.in | 22 | ||||
-rw-r--r-- | dns/dnsperf/pkg-descr | 18 |
5 files changed, 0 insertions, 70 deletions
diff --git a/dns/Makefile b/dns/Makefile index a21ffb7a0a91..87b7d587f1ef 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -39,7 +39,6 @@ SUBDIR += dnsmasq SUBDIR += dnsmasq-devel SUBDIR += dnsmax-perl - SUBDIR += dnsperf SUBDIR += dnsproxy SUBDIR += dnsreflector SUBDIR += dnstop diff --git a/dns/dnsperf/Makefile b/dns/dnsperf/Makefile deleted file mode 100644 index 37604483d05b..000000000000 --- a/dns/dnsperf/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# Created by: Edwin Groothuis (edwin@mavetju.org) -# $FreeBSD$ - -PORTNAME= dnsperf -PORTVERSION= 1.0.1.0 -PORTREVISION= 2 -CATEGORIES= dns benchmarks net -MASTER_SITES= ftp://ftp.nominum.com/pub/nominum/${PORTNAME}/${PORTVERSION}/ -DISTNAME= ${PORTNAME}-src-${PORTVERSION}-1 - -MAINTAINER= edwin@mavetju.org -COMMENT= DNSPerf and ResPerf deliver accurate performance metrics of Domain Name Services - -BUILD_DEPENDS= isc-config.sh:${PORTSDIR}/dns/bind97 - -BROKEN= fails to build - -HAS_CONFIGURE= yes -CONFIGURE_ARGS= --prefix=${PREFIX} - -MAKE_ENV= INSTALL_PROGRAM="${INSTALL_PROGRAM}" \ - INSTALL_SCRIPT="${INSTALL_SCRIPT}" \ - INSTALL_DATA="${INSTALL_DATA}" -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 deleted file mode 100644 index 137340815400..000000000000 --- a/dns/dnsperf/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (dnsperf-src-1.0.1.0-1.tar.gz) = 2876529516e3600d903e850c81f76adf7a7bec9969a20afa6d08f0f671f27893 -SIZE (dnsperf-src-1.0.1.0-1.tar.gz) = 914154 diff --git a/dns/dnsperf/files/patch-Makefile.in b/dns/dnsperf/files/patch-Makefile.in deleted file mode 100644 index af80f2707657..000000000000 --- a/dns/dnsperf/files/patch-Makefile.in +++ /dev/null @@ -1,22 +0,0 @@ ---- Makefile.in.orig 2006-12-22 08:58:01.000000000 +1100 -+++ Makefile.in 2008-03-23 08:34:53.000000000 +1100 -@@ -6,8 +6,8 @@ - mandir = @prefix@/man - - INSTALL = @INSTALL@ --INSTALL_PROGRAM = @INSTALL_PROGRAM@ --INSTALL_DATA = @INSTALL_DATA@ -+#INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+#INSTALL_DATA = @INSTALL_DATA@ - - - CC = @CC@ -@@ -41,7 +41,7 @@ - install: all installdirs - ${INSTALL_PROGRAM} dnsperf ${DESTDIR}${bindir} - ${INSTALL_PROGRAM} resperf ${DESTDIR}${bindir} -- ${INSTALL_PROGRAM} resperf-report ${DESTDIR}${bindir} -+ ${INSTALL_SCRIPT} resperf-report ${DESTDIR}${bindir} - ${INSTALL_DATA} dnsperf.1 ${DESTDIR}${mandir}/man1 - ${INSTALL_DATA} resperf.1 ${DESTDIR}${mandir}/man1 - diff --git a/dns/dnsperf/pkg-descr b/dns/dnsperf/pkg-descr deleted file mode 100644 index 04a7cc6b7ec3..000000000000 --- a/dns/dnsperf/pkg-descr +++ /dev/null @@ -1,18 +0,0 @@ -DNSPerf and ResPerf Provide Communication Providers with Predictive -Planning Tools to Scale Networks. - -Two tools, DNSPerf and ResPerf deliver accurate performance metrics -of Domain Name Services (DNS). These tools are easy-to-use and -simulate real Internet workloads to provide the necessary insight -that carriers need to plan and deploy network services. - -DNSPerf measures Authoritative Domain Name services and is designed -to simulate network conditions by self-pacing the query load. - -Caching services performance and workload profile differ significantly -from Authoritative Domain services; therefore a different tool is -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/services/measurement_tools.php |