Date: Sun, 13 May 2018 04:19:16 +0000 (UTC) From: Hiroki Sato <hrs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469771 - in head/dns/dnsperf: . files Message-ID: <201805130419.w4D4JGlh014248@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: hrs Date: Sun May 13 04:19:16 2018 New Revision: 469771 URL: https://svnweb.freebsd.org/changeset/ports/469771 Log: Update to 2.1.0.0. Submitted by: John W. O'Brien PR: 227812 Modified: head/dns/dnsperf/Makefile head/dns/dnsperf/distinfo head/dns/dnsperf/files/patch-Makefile.in head/dns/dnsperf/pkg-descr Modified: head/dns/dnsperf/Makefile ============================================================================== --- head/dns/dnsperf/Makefile Sun May 13 01:49:15 2018 (r469770) +++ head/dns/dnsperf/Makefile Sun May 13 04:19:16 2018 (r469771) @@ -2,18 +2,22 @@ # $FreeBSD$ PORTNAME= dnsperf -PORTVERSION= 2.0.0.0 -PORTREVISION= 3 +PORTVERSION= 2.1.0.0 CATEGORIES= dns benchmarks net MASTER_SITES= ftp://ftp.nominum.com/pub/nominum/${PORTNAME}/${PORTVERSION}/ DISTNAME= ${PORTNAME}-src-${PORTVERSION}-1 MAINTAINER= hrs@FreeBSD.org -COMMENT= Accurate performance metrics of Domain Name Services +COMMENT= Performance measurement of Domain Name System (DNS) servers -BUILD_DEPENDS= isc-config.sh:dns/bind910 +LICENSE= ISCL -USES= iconv +BUILD_DEPENDS= isc-config.sh:dns/bind912 +LIB_DEPENDS= liblmdb.so:databases/lmdb \ + libjson-c.so:devel/json-c + +USES= iconv ssl +USE_GNOME= libxml2 GNU_CONFIGURE= yes MAKE_ENV= INSTALL_PROGRAM="${INSTALL_PROGRAM}" \ INSTALL_SCRIPT="${INSTALL_SCRIPT}" \ @@ -27,15 +31,8 @@ PLIST_FILES= bin/dnsperf \ PORTDOCS= caching-dns-performance.pdf \ dnsperf.pdf \ resperf.pdf -CFLAGS+= -I. OPTIONS_DEFINE= DOCS - -# This is a workaround for broken isc/stat.h. -pre-build: - ${MKDIR} ${WRKSRC}/isc - ${ECHO_CMD} "#include <sys/types.h>" > ${WRKSRC}/isc/stat.h - ${ECHO_CMD} "#include <sys/stat.h>" >> ${WRKSRC}/isc/stat.h post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} Modified: head/dns/dnsperf/distinfo ============================================================================== --- head/dns/dnsperf/distinfo Sun May 13 01:49:15 2018 (r469770) +++ head/dns/dnsperf/distinfo Sun May 13 04:19:16 2018 (r469771) @@ -1,2 +1,3 @@ -SHA256 (dnsperf-src-2.0.0.0-1.tar.gz) = 23d486493f04554d11fca97552e860028f18c5ed6e35348e480a7448fa8cfaad -SIZE (dnsperf-src-2.0.0.0-1.tar.gz) = 565871 +TIMESTAMP = 1524326968 +SHA256 (dnsperf-src-2.1.0.0-1.tar.gz) = 64b5f0a680e1ad60bca5fd709f1a9a8404ac2fd85af6138bd22ca9a28b616e0e +SIZE (dnsperf-src-2.1.0.0-1.tar.gz) = 561502 Modified: head/dns/dnsperf/files/patch-Makefile.in ============================================================================== --- head/dns/dnsperf/files/patch-Makefile.in Sun May 13 01:49:15 2018 (r469770) +++ head/dns/dnsperf/files/patch-Makefile.in Sun May 13 04:19:16 2018 (r469771) @@ -1,17 +1,15 @@ ---- Makefile.in.orig 2012-03-02 11:25:22.000000000 +0900 -+++ Makefile.in 2013-07-19 11:50:57.000000000 +0900 -@@ -7,8 +7,8 @@ +--- Makefile.in.orig 2015-12-16 00:46:49 UTC ++++ Makefile.in +@@ -7,8 +7,6 @@ mandir = @mandir@ datarootdir = @datarootdir@ INSTALL = @INSTALL@ -INSTALL_PROGRAM = @INSTALL_PROGRAM@ -INSTALL_DATA = @INSTALL_DATA@ -+#INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+#INSTALL_DATA = @INSTALL_DATA@ RANLIB = @RANLIB@ CC = @PTHREAD_CC@ -@@ -41,9 +41,9 @@ +@@ -41,9 +39,9 @@ installdirs: install: all installdirs ${INSTALL_PROGRAM} dnsperf ${DESTDIR}${bindir} ${INSTALL_PROGRAM} resperf ${DESTDIR}${bindir} Modified: head/dns/dnsperf/pkg-descr ============================================================================== --- head/dns/dnsperf/pkg-descr Sun May 13 01:49:15 2018 (r469770) +++ head/dns/dnsperf/pkg-descr Sun May 13 04:19:16 2018 (r469771) @@ -1,18 +1,18 @@ -DNSPerf and ResPerf Provide Communication Providers with Predictive -Planning Tools to Scale Networks. +DNSPerf and ResPerf are free tools developed by Nominum that make it +simple to gather accurate latency and throughput metrics for Domain +Name System (DNS) servers. The latest version of the DNSPerf and +ResPerf can be used with test files that include IPv6 queries. -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 "self-paces" the DNS query load to simulate network conditions. +New features in DNSPerf improve the precision of latency measurements +and allow for per packet per-query latency reporting is possible. +DNSPerf is now multithreaded, multiple DNSPerf clients can be supported +in multicore systems (each client requires two cores). The output of +DNSPerf has also been improved so it is more concise and useful. +Latency data can be used to make detailed graphs so it is simple for +network operators to take advantage of the data. -DNSPerf measures Authoritative Domain Name services and is designed -to simulate network conditions by self-pacing the query load. +ResPerf systematically increases the query rate and monitors the +response rate to simulate caching DNS services. -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/support/measurement-tools/ +WWW: https://www.akamai.com/us/en/products/network-operator/measurement-tools.jsp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805130419.w4D4JGlh014248>