From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 18 17:00:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id D3E73315 for ; Mon, 18 Feb 2013 17:00:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id B6A0498D for ; Mon, 18 Feb 2013 17:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1IH00mZ031706 for ; Mon, 18 Feb 2013 17:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1IH00xZ031702; Mon, 18 Feb 2013 17:00:00 GMT (envelope-from gnats) Resent-Date: Mon, 18 Feb 2013 17:00:00 GMT Resent-Message-Id: <201302181700.r1IH00xZ031702@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, Lars Eggert Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 044372C5 for ; Mon, 18 Feb 2013 16:53:18 +0000 (UTC) (envelope-from elars@netapp.com) Received: from mx12.netapp.com (mx12.netapp.com [216.240.18.77]) by mx1.freebsd.org (Postfix) with ESMTP id DC9E1965 for ; Mon, 18 Feb 2013 16:53:17 +0000 (UTC) Received: from smtp2.corp.netapp.com ([10.57.159.114]) by mx12-out.netapp.com with ESMTP; 18 Feb 2013 08:53:17 -0800 Received: from stanley.muccbc.hq.netapp.com ([10.65.56.245]) by smtp2.corp.netapp.com (8.13.1/8.13.1/NTAP-1.6) with ESMTP id r1IGrGwn014054 for ; Mon, 18 Feb 2013 08:53:17 -0800 (PST) Received: from stanley.muccbc.hq.netapp.com (localhost [127.0.0.1]) by stanley.muccbc.hq.netapp.com (8.14.6/8.14.6) with ESMTP id r1IGrGCb066302 for ; Mon, 18 Feb 2013 17:53:16 +0100 (CET) (envelope-from elars@stanley.muccbc.hq.netapp.com) Received: (from root@localhost) by stanley.muccbc.hq.netapp.com (8.14.6/8.14.6/Submit) id r1IGrGGN066301; Mon, 18 Feb 2013 17:53:16 +0100 (CET) (envelope-from elars) Message-Id: <201302181653.r1IGrGGN066301@stanley.muccbc.hq.netapp.com> Date: Mon, 18 Feb 2013 17:53:16 +0100 (CET) From: Lars Eggert To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/176249: [NEW PORT] benchmarks/spp: Calculates round trip time from pcap files or live capture X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Feb 2013 17:00:00 -0000 >Number: 176249 >Category: ports >Synopsis: [NEW PORT] benchmarks/spp: Calculates round trip time from pcap files or live capture >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Feb 18 17:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Lars Eggert >Release: FreeBSD 9.1-STABLE amd64 >Organization: >Environment: System: FreeBSD stanley.muccbc.hq.netapp.com 9.1-STABLE FreeBSD 9.1-STABLE #2: Mon Feb 18 12:11:07 CET 2013 >Description: SPP provides frequently updated RTT estimates using IP traffic already present in the network. SPP estimates the RTT between two measurement points without requiring precise time synchronisation between each point. SPP accurately estimates the RTT experienced by any application's traffic without needing modifications to the application itself or the routers along the path. WWW: http://caia.swin.edu.au/tools/spp/ Generated with FreeBSD Port Tools 0.99_6 (mode: new) >How-To-Repeat: >Fix: --- .shar 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: # # spp # spp/pkg-plist # spp/pkg-descr # spp/Makefile # spp/distinfo # echo c - spp mkdir -p spp > /dev/null 2>&1 echo x - spp/pkg-plist sed 's/^X//' >spp/pkg-plist << 'bfbeb78a74812a6d14d95a647fce2709' X@comment $FreeBSD$ bfbeb78a74812a6d14d95a647fce2709 echo x - spp/pkg-descr sed 's/^X//' >spp/pkg-descr << '6f286132f5f52dd93933474a832019a4' XSPP provides frequently updated RTT estimates using IP traffic already Xpresent in the network. SPP estimates the RTT between two measurement Xpoints without requiring precise time synchronisation between each Xpoint. SPP accurately estimates the RTT experienced by any application's Xtraffic without needing modifications to the application itself Xor the routers along the path. X XWWW: http://caia.swin.edu.au/tools/spp/ 6f286132f5f52dd93933474a832019a4 echo x - spp/Makefile sed 's/^X//' >spp/Makefile << '3b0ad7297988a9d3477cd5e63bd3999d' X# Created by: Charlie & X# $FreeBSD$ X XPORTNAME= spp XPORTVERSION=0.3.2 XCATEGORIES=benchmarks XMASTER_SITES=http://caia.swin.edu.au/tools/spp/downloads/ X XMAINTAINER= lars@eggert.org XCOMMENT= Calculates round trip time from pcap files or live capture X X.include X.include 3b0ad7297988a9d3477cd5e63bd3999d echo x - spp/distinfo sed 's/^X//' >spp/distinfo << '0e1cbbf698174cd759e7c65705c6419a' XSHA256 (spp-0.3.2.tar.gz) = bcb83c05142c243f27a1132f43528d27fe4accb650207040d03770c215e5dd91 XSIZE (spp-0.3.2.tar.gz) = 38462 0e1cbbf698174cd759e7c65705c6419a exit --- .shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: