import net/queryperf, a DNS query performance tester included in the
contrib directory of BIND 9.
This commit is contained in:
parent
f0f7f70de7
commit
4102e89895
39
net/queryperf/Makefile
Normal file
39
net/queryperf/Makefile
Normal file
@ -0,0 +1,39 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2009/05/25 20:20:19 sthen Exp $
|
||||
|
||||
COMMENT = DNS query performance tester from BIND 9
|
||||
|
||||
VERSION = 9.4.2
|
||||
DISTNAME = bind-${VERSION}
|
||||
PKGNAME = queryperf-${VERSION}
|
||||
CATEGORIES = net
|
||||
|
||||
MASTER_SITES += ftp://ftp.isc.org/isc/bind9/${VERSION}/ \
|
||||
ftp://ftp.epix.net/pub/isc/bind9/${VERSION}/ \
|
||||
ftp://ftp.nominum.com/pub/isc/bind9/${VERSION}/ \
|
||||
ftp://ftp.sunet.se/pub/network/isc/bind9/${VERSION}/ \
|
||||
ftp://ftp.funet.fi/pub/mirrors/ftp.isc.org/isc/bind9/${VERSION}/ \
|
||||
ftp://ftp.iij.ad.jp/pub/network/isc/bind9/${VERSION}/ \
|
||||
|
||||
HOMEPAGE = http://www.isc.org/products/BIND/
|
||||
|
||||
# ISC
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE_FTP = Yes
|
||||
PERMIT_DISTFILES_CDROM =Yes
|
||||
PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
WANTLIB = c m
|
||||
|
||||
WRKSRC = ${WRKDIST}/contrib/queryperf
|
||||
CONFIGURE_STYLE = gnu
|
||||
ALL_TARGET = queryperf
|
||||
NO_REGRESS = Yes
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKBUILD}/queryperf ${PREFIX}/bin
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/queryperf
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/queryperf
|
||||
${INSTALL_DATA} ${WRKSRC}/utils/gen-data-queryperf.py \
|
||||
${PREFIX}/share/doc/queryperf
|
||||
|
||||
.include <bsd.port.mk>
|
5
net/queryperf/distinfo
Normal file
5
net/queryperf/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (bind-9.4.2.tar.gz) = V5U9cmQTm5UGudZhdBJReQ==
|
||||
RMD160 (bind-9.4.2.tar.gz) = YdfLEdbIz2hXZYwtC7dHSFW8jB4=
|
||||
SHA1 (bind-9.4.2.tar.gz) = ekI3faJWsUambqGCzGZehX12whg=
|
||||
SHA256 (bind-9.4.2.tar.gz) = Wt2Cpn3Ji4m0oPlaRnSAsPa306a1Y6Ewdtn3AShpYL0=
|
||||
SIZE (bind-9.4.2.tar.gz) = 6574042
|
1
net/queryperf/pkg/DESCR
Normal file
1
net/queryperf/pkg/DESCR
Normal file
@ -0,0 +1 @@
|
||||
DNS query performance tester, from the contrib directory of BIND 9.
|
5
net/queryperf/pkg/PLIST
Normal file
5
net/queryperf/pkg/PLIST
Normal file
@ -0,0 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2009/05/25 20:20:19 sthen Exp $
|
||||
@bin bin/queryperf
|
||||
share/doc/queryperf/
|
||||
share/doc/queryperf/README
|
||||
share/doc/queryperf/gen-data-queryperf.py
|
Loading…
Reference in New Issue
Block a user