From owner-svn-ports-all@freebsd.org Sun May 13 04:19:17 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9DB2EFAEE15; Sun, 13 May 2018 04:19:17 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5018B6EAD5; Sun, 13 May 2018 04:19:17 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 314D31F1; Sun, 13 May 2018 04:19:17 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4D4JHUH014252; Sun, 13 May 2018 04:19:17 GMT (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4D4JGlh014248; Sun, 13 May 2018 04:19:16 GMT (envelope-from hrs@FreeBSD.org) Message-Id: <201805130419.w4D4JGlh014248@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: hrs set sender to hrs@FreeBSD.org using -f From: Hiroki Sato Date: Sun, 13 May 2018 04:19:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469771 - in head/dns/dnsperf: . files X-SVN-Group: ports-head X-SVN-Commit-Author: hrs X-SVN-Commit-Paths: in head/dns/dnsperf: . files X-SVN-Commit-Revision: 469771 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 May 2018 04:19:17 -0000 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 " > ${WRKSRC}/isc/stat.h - ${ECHO_CMD} "#include " >> ${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