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>
This commit is contained in:
Jean-Yves Lefort 2005-05-23 23:20:51 +00:00
parent b0371aa193
commit 11227be737
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=135997
4 changed files with 39 additions and 0 deletions

View file

@ -24,6 +24,7 @@
SUBDIR += netpipe
SUBDIR += nttcp
SUBDIR += pathchirp
SUBDIR += pathload
SUBDIR += pear-Benchmark
SUBDIR += pipebench
SUBDIR += pnetmark

View file

@ -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>

View file

@ -0,0 +1,2 @@
MD5 (pathload.tar.gz) = 9fd402ce77ab23a5a854e90c7e51d2df
SIZE (pathload.tar.gz) = 67118

View file

@ -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