From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 23 14:40:04 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B36C71065673 for ; Mon, 23 Aug 2010 14:40:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8834B8FC24 for ; Mon, 23 Aug 2010 14:40:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o7NEe4nS000442 for ; Mon, 23 Aug 2010 14:40:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o7NEe4pr000441; Mon, 23 Aug 2010 14:40:04 GMT (envelope-from gnats) Date: Mon, 23 Aug 2010 14:40:04 GMT Message-Id: <201008231440.o7NEe4pr000441@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Thomas Dreibholz Cc: Subject: Re: ports/148994: New port: net/netperfmeter, a network performance meter for UDP, TCP, SCTP and DCCP X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Thomas Dreibholz List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Aug 2010 14:40:04 -0000 The following reply was made to PR ports/148994; it has been noted by GNATS. From: Thomas Dreibholz To: bug-followup@freebsd.org, dreibh@iem.uni-due.de Cc: Subject: Re: ports/148994: New port: net/netperfmeter, a network performance meter for UDP, TCP, SCTP and DCCP Date: Mon, 23 Aug 2010 16:22:38 +0200 --Boundary-00=_4QocM/m3QsCX1yW Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Using "benchmarks" instead of "net" is fine. Attached to this mail, you find the updated shar file. --Boundary-00=_4QocM/m3QsCX1yW Content-Type: application/x-shar; name="netperfmeter.shar" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="netperfmeter.shar" # 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: # # Makefile # distinfo # pkg-descr # pkg-plist # echo x - Makefile sed 's/^X//' >Makefile << 'b67911656ef5d18c4ae36cb6741b7965' X# New ports collection makefile for: netperfmeter X# Date created: 23 August 2010 X# Whom: Thomas Dreibholz X# X# $FreeBSD$ X# X XPORTNAME= netperfmeter XPORTVERSION= 1.0.4 XCATEGORIES= benchmarks XMASTER_SITES= http://www.iem.uni-due.de/~dreibh/netperfmeter/download/ \ X http://www.exp-math.uni-essen.de/~dreibh/netperfmeter/download/ XDISTNAME= ${PORTNAME}-${PORTVERSION} X XMAINTAINER= dreibh@iem.uni-due.de XCOMMENT= Network Performance Meter X XRUN_DEPENDS= bzip2:${PORTSDIR}/archivers/bzip2 XLIB_DEPENDS= bz2.1:${PORTSDIR}/archivers/bzip2 X XGNU_CONFIGURE= yes XUSE_GMAKE= yes X XLICENSE= GPLv3 XLICENSE_FILE= ${WRKSRC}/COPYING X X.include b67911656ef5d18c4ae36cb6741b7965 echo x - distinfo sed 's/^X//' >distinfo << '57677d168a5ec21bdf22c9501f075a8f' XMD5 (netperfmeter-1.0.4.tar.gz) = 7a870d369af6681772014d8fd7afc54c XSHA256 (netperfmeter-1.0.4.tar.gz) = c6995207fe358a202a3acac08edf4d552ddc2a886de2f5b60436fb9886896f8f XSIZE (netperfmeter-1.0.4.tar.gz) = 395231 57677d168a5ec21bdf22c9501f075a8f echo x - pkg-descr sed 's/^X//' >pkg-descr << '7f9555c3c1089940396b503dd37f3979' XNetPerfMeter is a network performance meter for the UDP, XTCP, SCTP and DCCP transport protocols over IPv4 and IPv6. XIt simultaneously transmits bidirectional flows to an endpoint Xand measures the resulting flow bandwidths and QoS. The Xresults are written as vector and scalar files. The vector Xfiles can e.g. be used to create plots of the results. X XWWW: http://www.iem.uni-due.de/~dreibh/netperfmeter/ 7f9555c3c1089940396b503dd37f3979 echo x - pkg-plist sed 's/^X//' >pkg-plist << '842cde48cf18b70a11b15515ca566742' Xbin/netperfmeter Xman/man8/netperfmeter.8 842cde48cf18b70a11b15515ca566742 exit --Boundary-00=_4QocM/m3QsCX1yW--