Bug 148994

Summary: New port: net/netperfmeter, a network performance meter for UDP, TCP, SCTP and DCCP
Product: Ports & Packages Reporter: Thomas Dreibholz <thomas.dreibholz>
Component: Individual Port(s)Assignee: Ashish SHUKLA <ashish>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.shar
none
netperfmeter.shar
none
netperfmeter.shar
none
netperfmeter.diff none

Description Thomas Dreibholz 2010-07-27 11:40:01 UTC
NetPerfMeter is a network performance meter for the UDP, TCP, SCTP and
DCCP transport protocols over IPv4 and IPv6. It simultaneously transmits
bidirectional flows to an endpoint and measures the resulting flow
bandwidths and QoS. The results are written as vector and scalar files.
The vector files can e.g. be used to create plots of the results.

WWW: http://www.iem.uni-due.de/~dreibh/netperfmeter/
Comment 1 Li-Wen Hsu freebsd_committer freebsd_triage 2010-08-22 17:30:17 UTC
State Changed
From-To: open->feedback

How about add this port under benchmarks?
Comment 2 Thomas Dreibholz 2010-08-23 15:22:38 UTC
Using "benchmarks" instead of "net" is fine. Attached to this mail, you find the 
updated shar file.
Comment 3 Thomas Dreibholz 2010-08-25 11:06:28 UTC
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
Comment 4 Shaun Amott freebsd_committer freebsd_triage 2010-09-09 05:56:04 UTC
State Changed
From-To: feedback->open

Feedback received.
Comment 5 Ashish SHUKLA freebsd_committer freebsd_triage 2010-09-15 16:58:00 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ashish

I'll take it.
Comment 6 Ashish SHUKLA freebsd_committer freebsd_triage 2010-09-17 14:19:11 UTC
Hi Thomas,

Thanks for the submission.

I've cleaned up your originally submitted port. The differences are attached. Could you
approve the attached diff file ?

Following are all the changes in the diff file:

- Change category from 'net' to 'benchmarks'.
- Remove dependency on archivers/bzip2 as bzip2 is present in base.
- Remove pkg-plist and distribute its contents PLIST_FILES and MAN8.

Thanks
-- 
Ashish SHUKLA      | GPG: F682 CDCC 39DC 0FEA E116  20B6 C746 CFA9 E74F A4B0
freebsd.org!ashish | http://people.freebsd.org/~ashish/

Avoid Success At All Costs !!
Comment 7 Thomas Dreibholz 2010-09-18 15:35:51 UTC
On Samstag 18 September 2010, Ashish SHUKLA wrote:
> Hi Thomas,
> 
> Thomas Dreibholz writes:
> > On Freitag 17 September 2010, you wrote:
> >> Hi Thomas,
> >>
> >> 
> >>
> >> Thanks for the submission.
> >>
> >> 
> >>
> >> I've cleaned up your originally submitted port. The differences are
> >> attached. Could you approve the attached diff file ?
> > 
> > Yes, I approve it herewith.
> 
> There are some issues with 6.x about not being able to find SCTP libraries.
> So I marked it as IGNORE on 6.x. Is this fine with you ?

SCTP support has been introduced in FreeBSD 7.0. It therefore does not make 
sense to use NetPerfMeter with earlier versions. That is, marking it as IGNORE 
on 6.x is fine.


Best regards
-- 
Thomas Dreibholz
Comment 8 Ashish SHUKLA freebsd_committer freebsd_triage 2010-09-21 02:43:38 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!
Comment 9 dfilter service freebsd_committer freebsd_triage 2010-09-21 15:17:46 UTC
ashish      2010-09-21 14:17:23 UTC

  FreeBSD ports repository

  Modified files:
    benchmarks           Makefile 
  Added files:
    benchmarks/netperfmeter Makefile distinfo pkg-descr 
  Log:
  NetPerfMeter is a network performance meter for the UDP,
  TCP, SCTP and DCCP transport protocols over IPv4 and IPv6.
  It simultaneously transmits bidirectional flows to an endpoint
  and measures the resulting flow bandwidths and QoS. The
  results are written as vector and scalar files. The vector
  files can e.g. be used to create plots of the results.
  
  WWW: http://www.iem.uni-due.de/~dreibh/netperfmeter/
  
  PR:             ports/148994
  Approved by:    tabthorpe (mentor)
  
  Revision  Changes    Path
  1.71      +1 -0      ports/benchmarks/Makefile
  1.1       +36 -0     ports/benchmarks/netperfmeter/Makefile (new)
  1.1       +3 -0      ports/benchmarks/netperfmeter/distinfo (new)
  1.1       +8 -0      ports/benchmarks/netperfmeter/pkg-descr (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"