| 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
Thomas Dreibholz
2010-07-27 11:40:01 UTC
State Changed From-To: open->feedback How about add this port under benchmarks? Using "benchmarks" instead of "net" is fine. Attached to this mail, you find the updated shar file. 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
State Changed From-To: feedback->open Feedback received. Responsible Changed From-To: freebsd-ports-bugs->ashish I'll take it. 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 !! 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
State Changed From-To: open->closed New port added, with minor changes. Thanks! 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"
|