aboutsummaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2015-05-19 09:03:46 +0000
committerJohn Marino <marino@FreeBSD.org>2015-05-19 09:03:46 +0000
commita60ec4a3a44272188123923f284cd6e3209215f4 (patch)
treeccd6092ef146130b35c37780a9a755af1c1c33f2 /benchmarks
parentd603084c00b6c90a5ee5a180baca0855c400a389 (diff)
downloadports-a60ec4a3a44272188123923f284cd6e3209215f4.tar.gz
ports-a60ec4a3a44272188123923f284cd6e3209215f4.zip
Notes
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/pathload/Makefile11
-rw-r--r--benchmarks/pathload/pkg-descr5
2 files changed, 9 insertions, 7 deletions
diff --git a/benchmarks/pathload/Makefile b/benchmarks/pathload/Makefile
index b75eba896d57..3673bb4593b0 100644
--- a/benchmarks/pathload/Makefile
+++ b/benchmarks/pathload/Makefile
@@ -4,13 +4,15 @@
PORTNAME= pathload
PORTVERSION= 1.3.2
CATEGORIES= benchmarks
-MASTER_SITES= http://www.cc.gatech.edu/fac/Constantinos.Dovrolis/
+MASTER_SITES= http://www.cc.gatech.edu/~dovrolis/bw-est/
DISTNAME= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= Measurement tool for network path available bandwidth estimation
-BROKEN= Unfetchable
+LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/COPYING
+
GNU_CONFIGURE= yes
USES= gmake
@@ -25,8 +27,7 @@ post-patch:
${WRKSRC}/pathload_rcv.c
do-install:
-.for f in pathload_rcv pathload_snd
- ${INSTALL_PROGRAM} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/bin
-.endfor
+ (cd ${WRKSRC} && ${INSTALL_PROGRAM} pathload_rcv pathload_snd \
+ ${STAGEDIR}${PREFIX}/bin)
.include <bsd.port.mk>
diff --git a/benchmarks/pathload/pkg-descr b/benchmarks/pathload/pkg-descr
index cca4f90487ac..6fb7dabd0dea 100644
--- a/benchmarks/pathload/pkg-descr
+++ b/benchmarks/pathload/pkg-descr
@@ -1,3 +1,4 @@
-Pathload is a tool that can estimate the available bandwidth of network paths.
+Pathload is a tool that can estimate the available bandwidth of network
+paths.
-WWW: http://www.pathrate.org
+WWW: http://www.cc.gatech.edu/~dovrolis/bw-est/pathload.html