update to dnsperf-2.4.2

install queryparse python script (reads pcap, generates list of queries for input to dnsperf)
This commit is contained in:
sthen 2021-02-24 14:28:55 +00:00
parent aa5addc8c0
commit 192066add7
3 changed files with 19 additions and 5 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.10 2020/12/10 17:22:52 sthen Exp $
# $OpenBSD: Makefile,v 1.11 2021/02/24 14:28:55 sthen Exp $
COMMENT = DNS performance testing tools
DISTNAME = dnsperf-2.4.0
DISTNAME = dnsperf-2.4.2
CATEGORIES = net benchmarks
@ -15,10 +15,22 @@ WANTLIB += c crypto ldns m ssl pthread
MASTER_SITES = https://www.dns-oarc.net/files/dnsperf/
MODULES = lang/python
MODPY_ADJ_FILES = contrib/queryparse/queryparse
MODPY_BUILDDEP = No
LIB_DEPENDS = net/ldns,-main
CONFIGURE_STYLE = gnu
CONFIGURE_ENV = CPPFLAGS=-I${LOCALBASE}/include \
LDFLAGS=-L${LOCALBASE}/lib
RUN_DEPENDS = net/py-dnspython${MODPY_FLAVOR} \
net/py-pcapy${MODPY_FLAVOR}
post-install:
cd ${WRKSRC}/contrib/queryparse; \
${INSTALL_SCRIPT} queryparse ${PREFIX}/bin; \
${INSTALL_DATA} queryparse.1 ${PREFIX}/man/man1
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (dnsperf-2.4.0.tar.gz) = Ja7co29a4VtbaAGXQec2V5ljvfyblCNfYjyy3rSsScE=
SIZE (dnsperf-2.4.0.tar.gz) = 419871
SHA256 (dnsperf-2.4.2.tar.gz) = vheCraK8c1sdNTjtL6j7UtkX6zJTjC8GEq5gwCQQHDE=
SIZE (dnsperf-2.4.2.tar.gz) = 420191

View File

@ -1,8 +1,10 @@
@comment $OpenBSD: PLIST,v 1.2 2020/12/10 17:22:52 sthen Exp $
@comment $OpenBSD: PLIST,v 1.3 2021/02/24 14:28:55 sthen Exp $
@bin bin/dnsperf
bin/queryparse
@bin bin/resperf
bin/resperf-report
@man man/man1/dnsperf.1
@man man/man1/queryparse.1
@man man/man1/resperf.1
share/doc/dnsperf/
share/doc/dnsperf/CHANGES