ports/148994: New port: net/netperfmeter, a network performance meter for UDP, TCP, SCTP and DCCP

Thomas Dreibholz dreibh at iem.uni-due.de
Wed Aug 25 10:10:05 UTC 2010


The following reply was made to PR ports/148994; it has been noted by GNATS.

From: Thomas Dreibholz <dreibh at iem.uni-due.de>
To: bug-followup at freebsd.org, dreibh at iem.uni-due.de
Cc:  
Subject: Re: ports/148994: New port: net/netperfmeter, a network performance meter for UDP, TCP, SCTP and DCCP
Date: Wed, 25 Aug 2010 12:06:28 +0200

 --Boundary-00=_nsOdMIpRW+L0cAc
 Content-Type: Text/Plain;
   charset="us-ascii"
 Content-Transfer-Encoding: 7bit
 
 Using libbz2 in the base system is also possible. I have updated the Makefile 
 (included in the updated  shar file attached to this mail as follows):
 
 .if !exists(/usr/bin/bzip2)
 RUN_DEPENDS+=   bzip2:${PORTSDIR}/archivers/bzip2
 .endif
 .if !exists(/usr/lib/libbz2.so)
 LIB_DEPENDS+=   bz2:${PORTSDIR}/archivers/bzip2
 .endif
 
 
 Best regards
 -- 
 Thomas Dreibholz
 
 --Boundary-00=_nsOdMIpRW+L0cAc
 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:                      24 August 2010
 X# Whom:                              Thomas Dreibholz <dreibh at iem.uni-due.de>
 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 at iem.uni-due.de
 XCOMMENT=        Network Performance Meter
 X
 X.if !exists(/usr/bin/bzip2)
 XRUN_DEPENDS+=   bzip2:${PORTSDIR}/archivers/bzip2
 X.endif
 X.if !exists(/usr/lib/libbz2.so)
 XLIB_DEPENDS+=   bz2:${PORTSDIR}/archivers/bzip2
 X.endif
 X
 XGNU_CONFIGURE=  yes
 XUSE_GMAKE=      yes
 X
 XLICENSE=        GPLv3
 XLICENSE_FILE=   ${WRKSRC}/COPYING
 X
 X.include <bsd.port.mk>
 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=_nsOdMIpRW+L0cAc--



More information about the freebsd-ports-bugs mailing list