diff options
-rw-r--r-- | benchmarks/Makefile | 1 | ||||
-rw-r--r-- | benchmarks/pathload/Makefile | 30 | ||||
-rw-r--r-- | benchmarks/pathload/distinfo | 2 | ||||
-rw-r--r-- | benchmarks/pathload/pkg-descr | 6 |
4 files changed, 39 insertions, 0 deletions
diff --git a/benchmarks/Makefile b/benchmarks/Makefile index 9db3ec53b3a1..e3da36b9fccc 100644 --- a/benchmarks/Makefile +++ b/benchmarks/Makefile @@ -24,6 +24,7 @@ SUBDIR += netpipe SUBDIR += nttcp SUBDIR += pathchirp + SUBDIR += pathload SUBDIR += pear-Benchmark SUBDIR += pipebench SUBDIR += pnetmark 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 |