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

(-)Makefile (-2 / +10 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	dnsperf
8
PORTNAME=	dnsperf
9
PORTVERSION=	1.0.0.0
9
PORTVERSION=	1.0.0.1
10
CATEGORIES=	dns benchmarks net
10
CATEGORIES=	dns benchmarks net
11
MASTER_SITES=	ftp://ftp.nominum.com/pub/nominum/${PORTNAME}/${PORTVERSION}/
11
MASTER_SITES=	ftp://ftp.nominum.com/pub/nominum/${PORTNAME}/${PORTVERSION}/
12
DISTNAME=	${PORTNAME}-${PORTVERSION}-1
12
DISTNAME=	${PORTNAME}-${PORTVERSION}-1
Lines 18-24 Link Here
18
18
19
HAS_CONFIGURE=	yes
19
HAS_CONFIGURE=	yes
20
20
21
PLIST_FILES=	bin/dnsperf bin/resperf
21
PLIST_FILES=	bin/dnsperf bin/resperf bin/resperf-report
22
MAN1=		dnsperf.1 resperf.1
22
MAN1=		dnsperf.1 resperf.1
23
23
24
#do-install:
25
#	${INSTALL} ${WRKSRC}/dnsperf ${PREFIX}/bin
26
#	${INSTALL} ${WRKSRC}/resperf ${PREFIX}/bin
27
#	${INSTALL_SCRIPT} ${WRKSRC}/resperf-report ${PREFIX}/bin
28
#.for MAN in ${MAN1}
29
#	${INSTALL_MAN} ${WRKSRC}/${MAN} ${PREFIX}/man/man1
30
#.endfor
31
24
.include <bsd.port.mk>
32
.include <bsd.port.mk>
(-)pkg-descr (-1 / +1 lines)
Lines 15-18 Link Here
15
Name services. To test a caching server, ResPerf systematically
15
Name services. To test a caching server, ResPerf systematically
16
increases the query rate and monitors the response rate.
16
increases the query rate and monitors the response rate.
17
17
18
WWW: http://www.nominum.com/testing_tools.php
18
WWW: http://www.nominum.com/services/measurement_tools.php
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (dnsperf-1.0.0.0-1.tar.gz) = e3b28ac79de4e674cc969ded5bf37c84
1
MD5 (dnsperf-1.0.0.1-1.tar.gz) = db2e3f85fbe1f75d384f9b5c1ff0759a
2
SHA256 (dnsperf-1.0.0.0-1.tar.gz) = 8c24c5591da096babcf17cd2e504e58d1d894f4392ee53531f8a9c1062b615c9
2
SHA256 (dnsperf-1.0.0.1-1.tar.gz) = 1667b66bda23076bf689678ba8bf5b7f3ecd1a31d87a35469bc3b3fd475edf2f
3
SIZE (dnsperf-1.0.0.0-1.tar.gz) = 376344
3
SIZE (dnsperf-1.0.0.1-1.tar.gz) = 376651

Return to bug 121926