Version: 2.0.12, Package name: iperf-2.0.12 |
Maintained by: Lawrence Teo |
Master sites: |
Description iperf is a tool for measuring maximum TCP and UDP bandwidth, reminiscent of ttcp and nettest. It has been written to overcome the shortcomings of those aging tools. |
Filesize: 316.922 KB |
Version History (View Complete History) |
|
2019-07-12 14:49:09 by Stuart Henderson | Files touched by this commit (854) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2018-10-24 08:28:14 by Stuart Henderson | Files touched by this commit (740) |
Log message: Add COMPILER lines to c++ ports which currently use the default. Adjust some existing COMPILER lines with arch restrictions etc. In the usual case this is now using "COMPILER = base-clang ports-gcc base-gcc" on ports with c++ libraries in WANTLIB. This is basically intended to be a noop on architectures using clang as the system compiler, but help with other architectures where we currently have many ports knocked out due to building with an unsuitable compiler - - some ports require c++11/newer so the GCC version in base that is used on these archirtectures is too old. - some ports have conflicts where an executable is built with one compiler (e.g. gcc from base) but a library dependency is built with a different one (e.g. gcc from ports), resulted in mixing incompatible libraries in the same address space. devel/gmp is intentionally skipped as it's on the path to building gcc - the c++ library there is unused in ports (and not built by default upstream) so intending to disable building gmpcxx in a future commit. |
2018-09-09 04:27:29 by Alexander Bluhm | Files touched by this commit (6) |
Log message: update iperf to 2.0.12 OK naddy@ |
2017-07-26 16:45:35 by Stuart Henderson | Files touched by this commit (937) |
Log message: bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. |
2017-07-16 13:19:06 by Marc Espie | Files touched by this commit (880) |
Log message: use COMPILER_LIBCXX where applicable |
2017-05-13 01:45:07 by Marc Espie | Files touched by this commit (1) |
Log message: fix build with clang, just remove nonsensical configure fragment |
2017-04-10 05:46:37 by Stuart Henderson | Files touched by this commit (277) |
Log message: use LIBCXX |
2010-10-18 12:37:00 by Marc Espie | Files touched by this commit (357) |
Log message: USE_GROFF=Yes |
2010-10-06 02:06:31 by Stephan A. Rickauer | Files touched by this commit (2) |
Log message: - update to 2.0.5 - update license (MIT'ish) and set marker - remove NO_REGRESS - update HOMEPAGE ok jasper@ (maintainer timeout) |
2009-05-16 15:48:20 by Rui Reis | Files touched by this commit (5) |
Log message: - update iperf to 2.0.4. ok jakob@ |
2007-09-15 16:37:00 by Michael Erdely | Files touched by this commit (333) |
Log message: Remove surrounding quotes in COMMENT*/PERMIT_*/BROKEN/ERRORS Add $OpenBSD$ to p5-SNMP-Info/Makefile (ok kili@, simon@) |
2007-04-05 10:20:19 by Marc Espie | Files touched by this commit (912) |
Log message: base64 checksums. |
2006-08-29 13:50:22 by Alexandre Anriot | Files touched by this commit (2) |
Log message: disable multi-threading support and fix computation of bandwidths. fix by reyk@; ok pvalchev@ |
2006-03-23 12:35:08 by Jakob Schlyter | Files touched by this commit (2) |
Log message: fix setting multicast TTL; from norby@ |
2006-01-12 14:30:17 by Christian Weisgerber | Files touched by this commit (1) |
Log message: stdint.h now provides uintmax_t |
2005-05-08 15:16:15 by Jakob Schlyter | Files touched by this commit (6) |
Log message: update to version 2.0.2; thanks to Alexandre Anriot |
2005-01-05 10:15:08 by Christian Weisgerber | Files touched by this commit (250) |
Log message: SIZE |
2004-12-15 17:31:27 by Aleksander Piotrowski | Files touched by this commit (179) |
Log message: Add WANTLIB markers |
2004-10-16 04:42:31 by Nikolay Sturm | Files touched by this commit (6) |
Log message: update to iperf 1.7.0 in order to support IPv6 inspired by a diff from Romain GAILLEGUE <buchu at biscotte.net> ok jakob@ |
2004-09-15 12:17:48 by Marc Espie | Files touched by this commit (262) |
Log message: new plists, kill a few INSTALL scripts. |
2004-02-24 19:35:18 by Christian Weisgerber | Files touched by this commit (52) |
Log message: The sparc64 compiler is gcc3 now; don't require the gcc3 module. |
2003-12-15 14:55:58 by Christian Weisgerber | Files touched by this commit (479) |
Log message: remove WWW lines |
2003-01-04 20:18:50 by David Lebel | Files touched by this commit (1) |
Log message: build iperf with gcc3 on sparc64 |
2002-10-27 18:38:47 by Christian Weisgerber | Files touched by this commit (72) |
Log message: No regression tests available. |
2002-10-04 13:20:24 by Christian Weisgerber | Files touched by this commit (4) |
Log message: * Respect CC/CFLAGS/CXX/CXXFLAGS. * C++ fix for gcc3; from Craig Rodrigues <rodrigc@attbi.com> via FreeBSD. ok jakob@ |