aboutsummaryrefslogtreecommitdiff
path: root/dns/dnsperf
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2013-04-23 09:08:16 +0000
committerErwin Lansing <erwin@FreeBSD.org>2013-04-23 09:08:16 +0000
commit6c56c3253b075a6209163182960550196a499194 (patch)
tree4d9b4c6373aca0a1b1826ff9483a82cf6fa83e1a /dns/dnsperf
parentb8f4474c569a4c4259d44f0b1458bf82fd708232 (diff)
downloadports-6c56c3253b075a6209163182960550196a499194.tar.gz
ports-6c56c3253b075a6209163182960550196a499194.zip
Notes
Diffstat (limited to 'dns/dnsperf')
-rw-r--r--dns/dnsperf/Makefile27
-rw-r--r--dns/dnsperf/distinfo2
-rw-r--r--dns/dnsperf/files/patch-Makefile.in22
-rw-r--r--dns/dnsperf/pkg-descr18
4 files changed, 0 insertions, 69 deletions
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