View | Details | Raw Unified | Return to bug 269483
Collapse All | Expand All

(-)b/dns/dnsperf/Makefile (-5 / +4 lines)
Lines 1-21 Link Here
1
PORTNAME=	dnsperf
1
PORTNAME=	dnsperf
2
PORTVERSION=	2.11.0
2
DISTVERSION=	2.11.0
3
DISTVERSIONPREFIX=v
4
CATEGORIES=	dns benchmarks net
3
CATEGORIES=	dns benchmarks net
4
MASTER_SITES=	https://www.dns-oarc.net/files/${PORTNAME}/
5
5
6
MAINTAINER=	hrs@FreeBSD.org
6
MAINTAINER=	hrs@FreeBSD.org
7
COMMENT=	Performance measurement of Domain Name System (DNS) servers
7
COMMENT=	Performance measurement of Domain Name System (DNS) servers
8
WWW=		https://www.dns-oarc.net/tools/dnsperf
8
WWW=		https://www.dns-oarc.net/tools/dnsperf
9
9
10
LICENSE=	APACHE20
10
LICENSE=	APACHE20
11
LICENSE_FILE=	${WRKSRC}/LICENSE
11
12
12
LIB_DEPENDS=	libnghttp2.so:www/libnghttp2 \
13
LIB_DEPENDS=	libnghttp2.so:www/libnghttp2 \
13
		libck.so:devel/concurrencykit \
14
		libck.so:devel/concurrencykit \
14
		libldns.so:dns/ldns
15
		libldns.so:dns/ldns
15
16
16
USES=		autoreconf compiler:c11 libtool pkgconfig ssl
17
USES=		compiler:c11 libtool pkgconfig ssl
17
USE_GITHUB=	yes
18
GH_ACCOUNT=	DNS-OARC
19
18
20
GNU_CONFIGURE=	yes
19
GNU_CONFIGURE=	yes
21
CONFIGURE_ENV=	libssl_LIBS="-lssl -L${OPENSSLLIB}" \
20
CONFIGURE_ENV=	libssl_LIBS="-lssl -L${OPENSSLLIB}" \
(-)b/dns/dnsperf/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1676098482
1
TIMESTAMP = 1676099775
2
SHA256 (DNS-OARC-dnsperf-v2.11.0_GH0.tar.gz) = d9e21213be1bf8d525162c4c0d3e75d68ddd0212c9d240f0f4e26acfdc6c36fd
2
SHA256 (dnsperf-2.11.0.tar.gz) = b216ca0855beefe9cefc58af2ccef6819fc2cf45e1efe50e1e131387f26272a1
3
SIZE (DNS-OARC-dnsperf-v2.11.0_GH0.tar.gz) = 123834
3
SIZE (dnsperf-2.11.0.tar.gz) = 457834

Return to bug 269483