aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2006-10-31 21:39:53 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2006-10-31 21:39:53 +0000
commit14562b9ad3e16b951d45ed929d0046a9095e4b45 (patch)
tree1b5de6daa6de6b6f79376871461716a047f053bf
parente66ac223f4c300ae209521dac435d2673438a121 (diff)
downloadports-14562b9ad3e16b951d45ed929d0046a9095e4b45.tar.gz
ports-14562b9ad3e16b951d45ed929d0046a9095e4b45.zip
Notes
-rw-r--r--MOVED1
-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
7 files changed, 1 insertions, 55 deletions
diff --git a/MOVED b/MOVED
index 750845b58302..776be177ef35 100644
--- a/MOVED
+++ b/MOVED
@@ -2496,3 +2496,4 @@ deskutils/gdesklets-sensor-displayconstraints||2006-10-31|Has expired: dead proj
devel/sdl_ldbad||2006-10-31|Has expired: incorrect pkg-plist and doesn't required anymore
lang/pdss||2006-10-31|Has expired: fails to compile on recent FreeBSD versions
multimedia/slideshow||2006-10-31|Has expired: dead project and doesn't work with recent sdl
+dns/queryperf|dns/dnsperf|2006-11-01|Project was improved and renamed
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