From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 21 17:20:00 2012 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AFF4BB65 for ; Fri, 21 Dec 2012 17:20: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 8409D8FC12 for ; Fri, 21 Dec 2012 17:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id qBLHK0Pg058482 for ; Fri, 21 Dec 2012 17:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id qBLHK00D058481; Fri, 21 Dec 2012 17:20:00 GMT (envelope-from gnats) Resent-Date: Fri, 21 Dec 2012 17:20:00 GMT Resent-Message-Id: <201212211720.qBLHK00D058481@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, Thomas Dreibholz Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9C21E896 for ; Fri, 21 Dec 2012 17:10:53 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 694B48FC16 for ; Fri, 21 Dec 2012 17:10:53 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id qBLHAr8J041738 for ; Fri, 21 Dec 2012 17:10:53 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id qBLHArXn041737; Fri, 21 Dec 2012 17:10:53 GMT (envelope-from nobody) Message-Id: <201212211710.qBLHArXn041737@red.freebsd.org> Date: Fri, 21 Dec 2012 17:10:53 GMT From: Thomas Dreibholz To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/174611: netperfmeter port update to version 1.3.0 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: Fri, 21 Dec 2012 17:20:00 -0000 >Number: 174611 >Category: ports >Synopsis: netperfmeter port update to version 1.3.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Dec 21 17:20:00 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Thomas Dreibholz >Release: 9.1-RELEASE >Organization: University of Duisburg-Essen >Environment: FreeBSD pcbsd-1562 9.1-RELEASE FreeBSD 9.1-RELEASE #2: Tue Nov 27 03:45:16 UTC 2012 root@darkstar:/usr/obj/pcbsd-build90/fbsd-source/9.1/sys/GENERIC amd64 >Description: netperfmeter has been updated to version 1.3.0. This is the update of the FreeBSD port. >How-To-Repeat: >Fix: Update the port. Patch attached with submission follows: # 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 # echo x - Makefile sed 's/^X//' >Makefile << 'b67911656ef5d18c4ae36cb6741b7965' X# New ports collection makefile for: netperfmeter X# Date created: 27 July 2010 X# Whom: Thomas Dreibholz X# X# $FreeBSD: ports/benchmarks/netperfmeter/Makefile,v 1.2 2010/12/29 20:04:12 pgollucci Exp $ X# X XPORTNAME= netperfmeter XPORTVERSION= 1.3.0 XCATEGORIES= benchmarks XMASTER_SITES= http://www.iem.uni-due.de/~dreibh/netperfmeter/download/ http://www.exp-math.uni-essen.de/~dreibh/netperfmeter/download/ X XMAINTAINER= dreibh@iem.uni-due.de XCOMMENT= Network Performance Meter X XGNU_CONFIGURE= yes XUSE_GMAKE= yes X XPLIST_FILES= bin/netperfmeter XMAN1= netperfmeter.1 X XLICENSE= GPLv3 XLICENSE_FILE= ${WRKSRC}/COPYING X XMAKE_JOBS_SAFE= yes X X.include X X.if ${OSVERSION} < 700000 XIGNORE= not supported on systems earlier than 7.x X.endif X X.include b67911656ef5d18c4ae36cb6741b7965 echo x - distinfo sed 's/^X//' >distinfo << '57677d168a5ec21bdf22c9501f075a8f' XSHA256 (netperfmeter-1.3.0.tar.gz) = 443214f4477134feb691104d60ce452e3bf943be96a982815a0b22e74df87bef XSIZE (netperfmeter-1.3.0.tar.gz) = 438119 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 exit >Release-Note: >Audit-Trail: >Unformatted: