aboutsummaryrefslogtreecommitdiffstats
path: root/dns
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2006-11-01 05:39:53 +0800
committeredwin <edwin@FreeBSD.org>2006-11-01 05:39:53 +0800
commit87265dd33ac82686054986b39873dfd4c75fc710 (patch)
tree8bb8a9e3284eaf9d2e5780cfbb4dd210d1e6360f /dns
parent6a13f046f40dfdf950c5ad977f2af572d85e8c5b (diff)
downloadfreebsd-ports-gnome-87265dd33ac82686054986b39873dfd4c75fc710.tar.gz
freebsd-ports-gnome-87265dd33ac82686054986b39873dfd4c75fc710.tar.zst
freebsd-ports-gnome-87265dd33ac82686054986b39873dfd4c75fc710.zip
Remove dns/queryperf in favour of dns/dnsperf
Diffstat (limited to 'dns')
-rw-r--r--dns/Makefile1
-rw-r--r--dns/queryperf/Makefile30
-rw-r--r--dns/queryperf/distinfo3
-rw-r--r--dns/queryperf/files/patch-contrib::queryperf::Makefile.in11
-rw-r--r--dns/queryperf/pkg-descr8
-rw-r--r--dns/queryperf/pkg-plist2
6 files changed, 0 insertions, 55 deletions
diff --git a/dns/Makefile b/dns/Makefile
index 21c99df218dd..b60db5c8a7d2 100644
--- a/dns/Makefile
+++ b/dns/Makefile
@@ -94,7 +94,6 @@
SUBDIR += py-dns
SUBDIR += py-dnspython
SUBDIR += py-twistedNames
- SUBDIR += queryperf
SUBDIR += rbldnsd
SUBDIR += rbllookup
SUBDIR += scavenge
diff --git a/dns/queryperf/Makefile b/dns/queryperf/Makefile
deleted file mode 100644
index bea378f107c9..000000000000
--- a/dns/queryperf/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# New ports collection makefile for: qyeryfile
-# Date created: 28 August 2005
-# Whom: Edwin Groothuis <edwin@mavetju.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= queryperf
-PORTVERSION= 2.1
-CATEGORIES= dns net benchmarks
-MASTER_SITES= ftp://ftp.nominum.com/pub/nominum/
-MASTER_SITE_SUBDIR= bind9/${BINDVERSION}
-DISTNAME= ${PORTNAME}-nominum-${PORTVERSION}
-
-MAINTAINER= edwin@mavetju.org
-COMMENT= DNS Query Performance Testing Tool
-
-HAS_CONFIGURE= yes
-PORTDOCS= queryperf.txt
-USE_PYTHON_RUN= yes
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/queryperf ${PREFIX}/bin
- ${INSTALL_SCRIPT} ${WRKSRC}/utils/gen-data-queryperf.py ${PREFIX}/bin
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/queryperf.txt
-.endif
-
-.include <bsd.port.mk>
diff --git a/dns/queryperf/distinfo b/dns/queryperf/distinfo
deleted file mode 100644
index 9a06ca5a43df..000000000000
--- a/dns/queryperf/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (queryperf-nominum-2.1.tar.gz) = e1a0cf35f37c9fbee85fbb951f9901fd
-SHA256 (queryperf-nominum-2.1.tar.gz) = 27a4176d267becf725df03db363a42d63a4bb6763a8fb478547aaf0b927d43b7
-SIZE (queryperf-nominum-2.1.tar.gz) = 49798
diff --git a/dns/queryperf/files/patch-contrib::queryperf::Makefile.in b/dns/queryperf/files/patch-contrib::queryperf::Makefile.in
deleted file mode 100644
index 4d62eb0adcd6..000000000000
--- a/dns/queryperf/files/patch-contrib::queryperf::Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.in.orig Sun Aug 21 18:28:34 2005
-+++ Makefile.in Sun Aug 21 18:29:20 2005
-@@ -5,6 +5,8 @@
- LIBS = @LIBS@
- DEFS = @DEFS@
-
-+all: queryperf
-+
- queryperf: queryperf.o $(LIBOBJS)
- $(CC) $(CFLAGS) $(DEFS) $(LDFLAGS) queryperf.o $(LIBOBJS) $(LIBS) -lm -o queryperf
-
diff --git a/dns/queryperf/pkg-descr b/dns/queryperf/pkg-descr
deleted file mode 100644
index 866b78e3e156..000000000000
--- a/dns/queryperf/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-This is queryperf, a DNS server query performance testing tool.
-
-It is primarily intended for measuring the performance of authoritative
-DNS servers, but it has also been used for measuring caching server
-performance.
-
-See /usr/local/share/docs/queryperf//queryperf.txt for more information
-on the command line option and the required configuration files.
diff --git a/dns/queryperf/pkg-plist b/dns/queryperf/pkg-plist
deleted file mode 100644
index 41b3f4c61fd4..000000000000
--- a/dns/queryperf/pkg-plist
+++ /dev/null
@@ -1,2 +0,0 @@
-bin/queryperf
-bin/gen-data-queryperf.py