diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-05-23 23:20:51 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-05-23 23:20:51 +0000 |
commit | 11227be73784b45cf766c2b105a679059044284a (patch) | |
tree | 7f305d8cdbbfdec426f1a386fe1b4571d2ddc293 /benchmarks/pathload | |
parent | b0371aa193d09ab7c071046132f90253a410a7f0 (diff) | |
download | ports-11227be73784b45cf766c2b105a679059044284a.tar.gz ports-11227be73784b45cf766c2b105a679059044284a.zip |
Notes
Diffstat (limited to 'benchmarks/pathload')
-rw-r--r-- | benchmarks/pathload/Makefile | 30 | ||||
-rw-r--r-- | benchmarks/pathload/distinfo | 2 | ||||
-rw-r--r-- | benchmarks/pathload/pkg-descr | 6 |
3 files changed, 38 insertions, 0 deletions
diff --git a/benchmarks/pathload/Makefile b/benchmarks/pathload/Makefile new file mode 100644 index 000000000000..89ad132b9ac9 --- /dev/null +++ b/benchmarks/pathload/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: pathload +# Date created: 19 May 2005 +# Whom: dikshie <dikshie@lapi.itb.ac.id> +# +# $FreeBSD$ +# + +PORTNAME= pathload +PORTVERSION= 1.2 +CATEGORIES= benchmarks +MASTER_SITES= http://www.cc.gatech.edu/fac/Constantinos.Dovrolis/ +DISTNAME= ${PORTNAME} + +MAINTAINER= dikshie@lapi.itb.ac.id +COMMENT= A measurement tool for network path available bandwidth estimation + +GNU_CONFIGURE= yes +USE_GMAKE= yes + +WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION} +MAKEFILE= makefile + +PLIST_FILES= bin/pathload_rcv bin/pathload_snd + +do-install: +.for f in pathload_rcv pathload_snd + ${INSTALL_PROGRAM} ${WRKSRC}/${f} ${PREFIX}/bin +.endfor + +.include <bsd.port.mk> diff --git a/benchmarks/pathload/distinfo b/benchmarks/pathload/distinfo new file mode 100644 index 000000000000..78b89d053079 --- /dev/null +++ b/benchmarks/pathload/distinfo @@ -0,0 +1,2 @@ +MD5 (pathload.tar.gz) = 9fd402ce77ab23a5a854e90c7e51d2df +SIZE (pathload.tar.gz) = 67118 diff --git a/benchmarks/pathload/pkg-descr b/benchmarks/pathload/pkg-descr new file mode 100644 index 000000000000..843e07da4cfa --- /dev/null +++ b/benchmarks/pathload/pkg-descr @@ -0,0 +1,6 @@ +Pathload is a tool that can estimate the available bandwidth of network paths. + +WWW: http://www.cc.gatech.edu/fac/Constantinos.Dovrolis/pathload.html + +- dikshie +dikshie@lapi.itb.ac.id |