Commit graph

25 commits

Author SHA1 Message Date
bsiegert
44fba779bd Apply patch from upstream's issue 38 to prevent iperf from using 100% CPU
in daemon mode. Bump PKGREVISION.

From Harry Waddell in PR pkg/49385.
2014-11-28 10:30:52 +00:00
asau
e059e7e469 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 17:18:07 +00:00
hans
8977c1b5a7 Add -lrt to LIBS.SunOS to make this build. Not needed on 5.11, but
doesn't hurt either.
2012-04-13 22:52:53 +00:00
adam
2fd0f49034 Changes 2.0.5:
* bumped default TCP send/recv buffer to 128K (this is not the kernel buffer
  that controls the window, but rather the Iperf internal buffer)
* update autoconf goo using Autoconf 2.65, this should help portability a bit
* honor -i flag when for a server (-s) when using TCP
* Exit rather than warn on connection failure
2011-01-31 08:42:09 +00:00
joerg
721d685ab9 DESTDIR support 2010-02-11 21:33:29 +00:00
joerg
62d1ba2bac Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
zafer
cbe44a0f4d update master site 2009-05-21 11:37:58 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00
minskim
d3c48bbe18 Fix a bug that prevented this package from compiling on Solaris
and Darwin.  Patch from the iperf mailing list.
2006-02-08 18:15:26 +00:00
seb
37d945e229 Lower expectations, both others' and mine: relinquish stewardship 2005-12-27 13:54:57 +00:00
rillig
b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05 20:49:47 +00:00
markd
ac3637a1ae Update iperf to 2.0.2.
Fixes configuring of multicast support and ipv6 support on NetBSD.
Add patches to deal with:
  setsockopt(..., IP_MULTICAST_TTL,..) takes a u_char arg (not int).
  On NetBSD and Solaris (probably other BSD's) ipv6 multicast group
  join is done with IPV6_JOIN_GROUP not linux's IPV6_ADD_MEMERSHIP.
2005-10-07 20:29:52 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
b12d62efb5 Add RMD160 digests. 2005-02-24 12:13:41 +00:00
adam
81b8ac711c Changes 2.0.1:
* Running Iperf in bidirectional mode
* Removed STDLIB requirement to Iperf
* Client reporting of server side statistics in UDP tests
2004-12-03 13:30:20 +00:00
adam
e09b8ccec2 Do not force -O2 optimisation any more 2004-10-06 09:19:00 +00:00
seb
9e9d1b159e bl3ify.
Require gcc3 on NetBSD/sparc64.
Use INSTALLATION_DIRS.
Install one file at a time.
USE_LANGUAGES instead of USE_GCC_SHLIB.
Claim stewardship.
2004-04-12 13:36:37 +00:00
agc
3ad1bdbf06 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
adam
9623e11343 Changes 1.7.0:
* Added bidirectional testing both simultaneosly and tradeoff
* Added server side statistic reporting on the client for UDP
* Limits on the number of connections and locations for servers
* Fixed the IPv6 Multicast implementation
* Removed the SegFault on exit by Ctrl-C for the server
* Thread bug resulting in "pthread create failed" after many clients
* "connect failed" on server for UDP clients when IPv6 is enabled is fixed
2004-01-19 10:00:40 +00:00
gavan
d50b33ce66 Set USE_GCC_SHLIB. Fixes linking on Solaris. 2003-11-07 14:59:42 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
agc
1cf87833d6 When constructing the WRKSRC definition, use ${PKGNAME_NOREV} rather than
${PKGNAME}, so that the WRKSRC definition is immune from any subsequent
PKGREVISION changes. With thanks to jmc for the nudge.
2003-06-18 09:22:14 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
jmmv
0916498c1b Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. 2003-03-29 12:40:00 +00:00
seb
66bc1fa64f Initial import of iperf, version 1.6.5, into the NetBSD Packages Collection.
Iperf is a tool for measuring TCP and UDP bandwidth performance.
It reports bandwidth, delay jitter, datagram loss. It also supports
IPv6 and IP Multicast.
2003-01-27 13:13:55 +00:00