summaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorJean-Yves Lefort <jylefort@FreeBSD.org>2005-05-23 23:20:51 +0000
committerJean-Yves Lefort <jylefort@FreeBSD.org>2005-05-23 23:20:51 +0000
commit11227be73784b45cf766c2b105a679059044284a (patch)
tree7f305d8cdbbfdec426f1a386fe1b4571d2ddc293 /benchmarks
parentAdd pathchirp. (diff)
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 <dikshie@lapi.itb.ac.id>
Notes
Notes: svn path=/head/; revision=135997
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/Makefile1
-rw-r--r--benchmarks/pathload/Makefile30
-rw-r--r--benchmarks/pathload/distinfo2
-rw-r--r--benchmarks/pathload/pkg-descr6
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