pkgsrc/benchmarks/dnsperf/Makefile
mef 2a828c7ef2 Updated benchmarks/dnsperl to 2.1.0.0
-------------------------------------
dnsperf 2.1.0.0
Release Notes
************************
December 15, 2015

In addition to various bug fixes, the following new capabilities
were added in this release:

 - The -C option was added to resperf. This option enables the local
   server to act as multiple clients.  By default, the local server
   acts as a single client.

 - the -T option was added to dnsperf. This option separates the
   number of clients from the number of threads and allows more
   clients to be simulated effectively.  Note that using this option
   impacts CPU and memory, so we recommend limiting the number of
   threads.
2017-05-03 06:59:13 +00:00

24 lines
711 B
Makefile

# $NetBSD: Makefile,v 1.7 2017/05/03 06:59:13 mef Exp $
DISTNAME= dnsperf-src-2.1.0.0-1
PKGNAME= dnsperf-2.1.0.0
CATEGORIES= benchmarks net
MASTER_SITES= ftp://ftp.nominum.com/pub/nominum/${PKGBASE}/${PKGVERSION_NOREV}/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.nominum.com/support/measurement-tools/
COMMENT= DNS server performance measurement tools
LICENSE= mit
GNU_CONFIGURE= yes
USE_TOOLS+= sh:run
# This package needs "isc" include files and "isc-config.sh" to build.
# The built-in check only considers "libbind".
USE_BUILTIN.bind= no
REPLACE_SH+= resperf-report
.include "../../net/bind99/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"