From 11227be73784b45cf766c2b105a679059044284a Mon Sep 17 00:00:00 2001 From: Jean-Yves Lefort Date: Mon, 23 May 2005 23:20:51 +0000 Subject: Add pathload. Pathload is a tool that can estimate the available bandwidth of network paths. WWW: http://www.cc.gatech.edu/fac/Constantinos.Dovrolis/pathload.html PR: ports/81294 Submitted by: dikshie --- benchmarks/pathload/Makefile | 30 ++++++++++++++++++++++++++++++ benchmarks/pathload/distinfo | 2 ++ benchmarks/pathload/pkg-descr | 6 ++++++ 3 files changed, 38 insertions(+) create mode 100644 benchmarks/pathload/Makefile create mode 100644 benchmarks/pathload/distinfo create mode 100644 benchmarks/pathload/pkg-descr (limited to 'benchmarks/pathload') 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 +# +# $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 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 -- cgit v1.2.3