aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/netperfmeter
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* benchmarks/netperfmeter: update to 1.8.6Fernando Apesteguía2020-05-034-6/+31
| | | | | | | | | | | Disable DCCP detection to avoid build fail in 13-CURRENT (SOCK_DCCP not found) PR: 245945 Submitted by: gspurki@gmail.com Approved by: dreibh@iem.uni-due.de (maintainer, timeout > 1 week) Notes: svn path=/head/; revision=533762
* benchmarks/netperfmeter: fix build on GCC architecturesPiotr Kubaj2019-10-051-1/+1
| | | | | | | | | | Use newer GCC: cc1plus: error: unrecognized command line option "-Wno-array-bounds" Approved by: mentors (implicit approval) Notes: svn path=/head/; revision=513799
* benchmarks/netperfmeter: Update 1.7.6 -> 1.8.4Yuri Victorovich2019-09-013-17/+12
| | | | | | | | PR: 239841 Submitted by: dreibh@iem.uni-due.de (maintainer) Notes: svn path=/head/; revision=510673
* Prepare for powerpc-on-clang by deleting hard-coded tests for libstdc++.soMark Linimon2019-07-121-3/+5
| | | | | | | | | | | | | | | | | | as a stand-in for "are we running on gcc". For people already testing powerpc on clang, it is possible that they already have both compilers in base. Thus, the assumption that "gcc is in base" (e.g. libstdc++.so exists) always means "force use of GCC" is already broken. It will be for everyone on -CURRENT once the switch is made. While here, standardize on compiler:c++11-lang instead of -lib (they are equivalent these days), pet portlint, and do some other cleanup. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=506432
* benchmarks/netperfmeter: fix build with GCC-based architecturesPiotr Kubaj2019-04-301-2/+3
| | | | | | | | | | | Remove option -Wno-array-bounds from CMakeLists.txt to fix build on GCC architectures. PR: 237041 Approved by: dreibh@iem.uni-due.de (maintainer timeout), mat (mentor) Differential Revision: https://reviews.freebsd.org/D20107 Notes: svn path=/head/; revision=500558
* Mark as broken on powerpc64.Mark Linimon2018-06-181-0/+2
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=472702
* benchmarks/netperfmeter: Update to 1.7.6Tobias Kortkamp2018-03-114-8/+16
| | | | | | | | | PR: 223311 Submitted by: dreibh@iem.uni-due.de (maintainer) Reviewed by: tcberner Notes: svn path=/head/; revision=464174
* Remove dead links from MASTER_SITES or WWWBaptiste Daroussin2017-10-131-2/+0
| | | | Notes: svn path=/head/; revision=451957
* - Update to 1.6.1Dmitry Marakasov2016-12-293-10/+28
| | | | | | | | | PR: 214343 Submitted by: joneum@bsdproject.de Approved by: dreibh@iem.uni-due.de (maintainer) Notes: svn path=/head/; revision=429903
* Support stageBaptiste Daroussin2014-01-051-12/+3
| | | | Notes: svn path=/head/; revision=338737
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | benchmarks) Notes: svn path=/head/; revision=327708
* Convert benchmarks from USE_GMAKE to USES=gmakeBaptiste Daroussin2013-08-301-1/+1
| | | | | | | | | While here: - Trim headers - convert some port to the new perl5 world Notes: svn path=/head/; revision=325728
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - Update to 1.3.0Martin Wilke2013-02-092-10/+12
| | | | | | | | PR: 174611 Submitted by: maintainer Notes: svn path=/head/; revision=311981
* - Get rid FreeBSD 6.X supportMartin Wilke2011-11-061-7/+1
| | | | Notes: svn path=/head/; revision=285175
* - Update to 1.1.7Martin Wilke2011-02-272-8/+5
| | | | | | | | PR: 154846 Submitted by: Thomas Dreibholz <dreibh@iem.uni-due.de> (maintainer) Notes: svn path=/head/; revision=269898
* - DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.Philip M. Gollucci2010-12-291-1/+0
| | | | | | | | | | PR: ports/153292 Submitted by: myself (pgollucci) Tested by: -exp run by pav Approved by: portmgr (pav) Notes: svn path=/head/; revision=267133
* NetPerfMeter is a network performance meter for the UDP,Ashish SHUKLA2010-09-213-0/+47
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) Notes: svn path=/head/; revision=261549