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

(-)benchmarks/pathload/Makefile (-7 / +7 lines)
Lines 4-20 Link Here
4
PORTNAME=	pathload
4
PORTNAME=	pathload
5
PORTVERSION=	1.3.2
5
PORTVERSION=	1.3.2
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 network path available bandwidth estimation
11
COMMENT=	Measurement tool for network path available bandwidth estimation
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
MAKE_JOBS_UNSAFE=	yes
20
MAKE_JOBS_UNSAFE=	yes
20
21
Lines 25-32 Link Here
25
		${WRKSRC}/pathload_rcv.c
26
		${WRKSRC}/pathload_rcv.c
26
27
27
do-install:
28
do-install:
28
.for f in pathload_rcv pathload_snd
29
	(cd ${WRKSRC} && ${INSTALL_PROGRAM} pathload_rcv pathload_snd \
29
	${INSTALL_PROGRAM} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/bin
30
		${STAGEDIR}${PREFIX}/bin)
30
.endfor
31
31
32
.include <bsd.port.mk>
32
.include <bsd.port.mk>
(-)benchmarks/pathload/pkg-descr (-2 / +3 lines)
Lines 1-3 Link Here
1
Pathload is a tool that can estimate the available bandwidth of network paths.
1
Pathload is a tool that can estimate the available bandwidth of network
2
paths.
2
3
3
WWW: http://www.pathrate.org
4
WWW: http://www.cc.gatech.edu/~dovrolis/bw-est/pathload.html

Return to bug 200294