From owner-freebsd-ports-bugs@FreeBSD.ORG Fri May 20 08:10:07 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A95616A4CE for ; Fri, 20 May 2005 08:10:07 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F324243D80 for ; Fri, 20 May 2005 08:10:05 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4K8A2QA001576 for ; Fri, 20 May 2005 08:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4K8A2jZ001575; Fri, 20 May 2005 08:10:02 GMT (envelope-from gnats) Resent-Date: Fri, 20 May 2005 08:10:02 GMT Resent-Message-Id: <200505200810.j4K8A2jZ001575@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, dikshie Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B24016A4CE for ; Fri, 20 May 2005 08:07:15 +0000 (GMT) Received: from mx-itb.geoph.ITB.ac.id (mx7.ITB.ac.id [167.205.30.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id B77C043DA5 for ; Fri, 20 May 2005 08:07:13 +0000 (GMT) (envelope-from dikshie@linux.ocean.itb.ac.id) Received: from antivirus.itb.ac.id (antivirus.ITB.ac.id [167.205.108.137]) by mx-itb.geoph.ITB.ac.id (Postfix) with SMTP id 46D1620BCA for ; Fri, 20 May 2005 15:07:10 +0700 (WIT) Received: from linux.ocean.itb.ac.id (linux.ocean.itb.ac.id [167.205.37.2]) by mx-itb.geoph.ITB.ac.id (Postfix) with ESMTP id 29E6620B4E for ; Fri, 20 May 2005 15:07:10 +0700 (WIT) Received: from dikshie by linux.ocean.itb.ac.id with local (Exim 4.51 (FreeBSD)) id 1DZ2XL-0006Gg-Fg for FreeBSD-gnats-submit@freebsd.org; Fri, 20 May 2005 15:07:15 +0700 Message-Id: Date: Fri, 20 May 2005 15:07:15 +0700 From: dikshie Sender: dikshie To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/81294: [NEW PORT] benchmarks/pathload X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: dikshie List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 May 2005 08:10:07 -0000 >Number: 81294 >Category: ports >Synopsis: [NEW PORT] benchmarks/pathload >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri May 20 08:10:01 GMT 2005 >Closed-Date: >Last-Modified: >Originator: dikshie >Release: FreeBSD 5.4-STABLE i386 >Organization: Institut Teknologi Bandung (ITB), Indonesia >Environment: System: FreeBSD linux.ocean.itb.ac.id 5.4-STABLE FreeBSD 5.4-STABLE #0: Tue May 10 11:21:51 WIT 2005 dikshie@linux.ocean.itb.ac.id:/usr/obj/usr/src/sys/OCEAN i386 >Description: >How-To-Repeat: >Fix: --- shar-pathload begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # pathload # pathload/pkg-descr # pathload/Makefile # pathload/distinfo # pathload/pkg-plist # echo c - pathload mkdir -p pathload > /dev/null 2>&1 echo x - pathload/pkg-descr sed 's/^X//' >pathload/pkg-descr << 'END-of-pathload/pkg-descr' XWe have developed a measurement methodology that can estimate the Xavailable bandwidth of Internet paths. The methodology has been implemented Xin a tool called Pathload. X X XWWW: http://www.cc.gatech.edu/fac/Constantinos.Dovrolis/pathload.html X X X X-dikshie- Xdikshie@lapi.itb.ac.id END-of-pathload/pkg-descr echo x - pathload/Makefile sed 's/^X//' >pathload/Makefile << 'END-of-pathload/Makefile' X# New ports collection makefile for: pathload X# Date created: 19 May 2005 X# Whom: dikshie X# X# $FreeBSD$ X XPORTNAME= pathload XPORTVERSION= 1.2 XCATEGORIES= benchmarks XMASTER_SITES= http://www.cc.gatech.edu/fac/Constantinos.Dovrolis/ XDISTNAME= pathload X XMAINTAINER= dikshie@lapi.itb.ac.id XCOMMENT= A Measurement Tool for Available Bandwidth Estimation X XGNU_CONFIGURE= yes XUSE_GMAKE= yes X XWRKSRC= ${WRKDIR}/pathload_1.2 X Xpost-configure: X @(cd ${WRKSRC}; ${MV} makefile Makefile ) X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/pathload_snd ${PREFIX}/bin X ${INSTALL_PROGRAM} ${WRKSRC}/pathload_rcv ${PREFIX}/bin X X.include END-of-pathload/Makefile echo x - pathload/distinfo sed 's/^X//' >pathload/distinfo << 'END-of-pathload/distinfo' XMD5 (pathload.tar.gz) = 9fd402ce77ab23a5a854e90c7e51d2df XSIZE (pathload.tar.gz) = 67118 END-of-pathload/distinfo echo x - pathload/pkg-plist sed 's/^X//' >pathload/pkg-plist << 'END-of-pathload/pkg-plist' Xbin/pathload_snd Xbin/pathload_rcv END-of-pathload/pkg-plist exit --- shar-pathload ends here --- >Release-Note: >Audit-Trail: >Unformatted: