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

(-)benchmarks/pathrate/Makefile (-7 / +7 lines)
Lines 4-27 Link Here
4
PORTNAME=	pathrate
4
PORTNAME=	pathrate
5
PORTVERSION=	2.4.1
5
PORTVERSION=	2.4.1
6
CATEGORIES=	benchmarks
6
CATEGORIES=	benchmarks
7
MASTER_SITES=	http://www.cc.gatech.edu/fac/Constantinos.Dovrolis/
7
MASTER_SITES=	http://www.cc.gatech.edu/~dovrolis/bw-est/
8
DISTNAME=	${PORTNAME}
8
DISTNAME=	${PORTNAME}
9
9
10
MAINTAINER=	ports@FreeBSD.org
10
MAINTAINER=	ports@FreeBSD.org
11
COMMENT=	Measurement tool for capacity estimation of network paths
11
COMMENT=	Measurement tool for capacity estimation of network paths
12
12
13
BROKEN=		Unfetchable
13
LICENSE=	GPLv2 # (or later)
14
GNU_CONFIGURE=	yes
15
USES=		gmake
16
14
17
WRKSRC=		${WRKDIR}/${PORTNAME}_${PORTVERSION}
15
WRKSRC=		${WRKDIR}/${PORTNAME}_${PORTVERSION}
16
17
USES=		gmake
18
GNU_CONFIGURE=	yes
18
MAKEFILE=	makefile
19
MAKEFILE=	makefile
19
20
20
PLIST_FILES=	bin/pathrate_rcv bin/pathrate_snd
21
PLIST_FILES=	bin/pathrate_rcv bin/pathrate_snd
21
22
22
do-install:
23
do-install:
23
.for f in pathrate_rcv pathrate_snd
24
	(cd ${WRKSRC} && ${INSTALL_PROGRAM} pathrate_rcv pathrate_snd \
24
	${INSTALL_PROGRAM} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/bin
25
		${STAGEDIR}${PREFIX}/bin)
25
.endfor
26
26
27
.include <bsd.port.mk>
27
.include <bsd.port.mk>
(-)benchmarks/pathrate/pkg-descr (-5 / +5 lines)
Lines 1-7 Link Here
1
Pathrate is a tool that can estimate the capacity of network paths. An
1
Pathrate is a tool that can estimate the capacity of network paths. An
2
important feature of Pathrate is that it is robust to cross traffic effects,
2
important feature of Pathrate is that it is robust to cross traffic
3
meaning that it can measure the path capacity even when the path is
3
effects, meaning that it can measure the path capacity even when the
4
significantly loaded. This is crucial, since the hardest paths to measure are
4
path is significantly loaded. This is crucial, since the hardest paths
5
the heavily loaded ones.
5
to measure are the heavily loaded ones.
6
6
7
WWW: http://www.pathrate.org
7
WWW: http://www.cc.gatech.edu/~dovrolis/bw-est/pathrate.html

Return to bug 200295