Commit graph

38 commits

Author SHA1 Message Date
Baptiste Daroussin
c2fd956bf1 Support stage 2014-01-05 01:31:09 +00:00
Baptiste Daroussin
0f0eb50c1e Add NO_STAGE all over the place in preparation for the staging support (cat: benchmarks) 2013-09-20 15:52:44 +00:00
Marius Strobl
e6a2ed54c5 - Given that we always build netperf with --enable-demo, remove an
irritating remark from the manual page suggesting it hasn't been.
- Grab

Approved by:	bapt (mentor)
2013-01-30 22:10:17 +00:00
Pawel Pekala
803a57e552 - Fix build with clang [1]
- Use standard header
- Convert spaces to tabs in options and descriptions
- Spelling fixes in pkg-descr

PR:		ports/174887 [1]
Reported by:	Garrett Cooper <yanegomi@gmail.com> [1]
2013-01-02 22:47:32 +00:00
Munechika SUMIKAWA
e91b181ec0 - Update to use OPTIONSNG
- Trim Makefile header
- Drop my maintainership

PR:		ports/173547
Submitted by:	edward
Feature safe:	yes
2012-11-12 02:39:40 +00:00
Munechika SUMIKAWA
552671c493 Upgrade to 2.6.0 2012-08-24 02:29:12 +00:00
Munechika SUMIKAWA
db38baefd0 1) Add OPTIONS support for:
- SOCKETS - Unix domain socket support and tests
- SCTP - Stream Control Transmission Protocol support and tests
- EXS - ICSC async socket support
- HISTOGRAM - Optional histogram output
- OMNI - Enable OMNI tests

2) Patch to $WRKSRC/configure which fixes CPU measurement and ROUTE
lookup routines in netperf, which result in this output:
-------------
checking which CPU utilization measurement type to use... "none.
Consider teaching configure about your platform."
checking which route lookup type to use... "none. Consider teaching
configure about your platform."
--------------

3) Add to default configure_args

--enable-dirty
--enable-demo
--enable-burst
--enable-intervals

Note: these just add additional command arguments and options, and are
not globally enabled in netperf so wont affect existing users/tests.

Submitted by:	koobs (No email address by the request)
2012-05-15 06:47:10 +00:00
Munechika SUMIKAWA
465c42effe Make UDP_STREAM work on IPv6 by transmitting and extracting IPv6
addresses correctly.  Otherwise bind(2) calls will fail, etc.

Submitted by: bz
2012-01-27 03:26:36 +00:00
Munechika SUMIKAWA
a2e88255c3 Upgrade to 2.5.0. 2011-07-20 03:51:02 +00:00
Munechika SUMIKAWA
aed75c36dd Upgrade to 2.4.5. 2009-06-16 06:41:57 +00:00
Munechika SUMIKAWA
d189315c6d Upgrade to 2.4.4. 2008-03-03 04:55:32 +00:00
Munechika SUMIKAWA
d830a9266b Fix pkg-plist. 2006-11-20 04:01:52 +00:00
Munechika SUMIKAWA
6163f319e9 Fix plist. 2006-11-15 01:41:48 +00:00
Munechika SUMIKAWA
ab9f89b62e Upgrade to 2.4.2. 2006-11-09 04:49:25 +00:00
Joseph Koshy
3cd8f9089f Turn off -DHISTOGRAM as it introduces considerable overhead. Bump portrevision.
Noticed by:	rwatson
Approved by:	sumikawa [MAINTAINER]
2005-10-14 03:33:07 +00:00
Munechika SUMIKAWA
9fc8308b46 Upgrade to 2.3pl1. 2004-11-18 23:37:41 +00:00
Munechika SUMIKAWA
3676196422 Upgrade to 2.2pl4. 2004-03-29 16:32:45 +00:00
Sergey A. Osokin
f37f7775e3 Make portlint(1) happy by changing strip to ${STRIP_CMD}
Submitted by:	Oleg Karachevtsev <ok@etrust.ru>
PR:		56998
2003-09-24 09:37:11 +00:00
Ade Lovett
7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
Munechika SUMIKAWA
a44999a297 Upgrade to 2.2pl3. 2003-02-22 08:35:31 +00:00
Munechika SUMIKAWA
9e8b88f9f1 Fix typo in patch-makefile. IPv6 was not enabled. 2003-01-21 01:14:06 +00:00
Munechika SUMIKAWA
460580a8a4 Upgrade to 2.2pl2. Almost of IPv6 patch was merged but netperf still
barks with -DDO_1644.
2003-01-21 01:02:54 +00:00
Munechika SUMIKAWA
982548719b I'll take over this port. 2001-12-17 17:37:30 +00:00
Munechika SUMIKAWA
7d2bd88b96 Upgrade to latest IPv6 patch. fix the error with -DDO1644. 2001-03-02 09:02:39 +00:00
Peter Pentchev
7e2c7638bf Add a MASTER_SITE_SUBDIR to unbreak fetching.
The checksum had also changed, but it seems only the tarball was rerolled -
a comparison against an 'old' archive from ftp.freebsd.org showed no
differences in content.

PR:		23858
Submitted by:	David W. Chapman Jr. <dwcjr@inethouston.net>
2000-12-26 18:25:29 +00:00
Bill Fenner
947534f12d Add checksum for IPv6 patch. (Forgotten-by: kris)
Remove myself as MAINTAINER.
2000-12-20 22:26:22 +00:00
Kris Kennaway
5037c77af0 Add ipv6 to categories 2000-09-09 09:54:49 +00:00
Michael Haro
a0cb9ec98b update with the new PORTNAME/PORTVERSION variables 2000-04-08 22:04:57 +00:00
Bill Fenner
0b047e6895 Include RFC1644 tests. (ports/11581)
Allow ${PREFIX} setting. (ports/12213)
Clean up makefile a smidge.

PR:		ports/11581 and ports/12213
Submitted by:	Martin Kammerhofer dada@sbox.tu-graz.ac.at
	    and Nick Hibma nick.hibma@jrc.it
1999-09-08 23:06:01 +00:00
Michael Haro
2262dde3ac gzip -> ${GZIP_CMD}
gzip -d  -> ${GUNZIP_CMD}
gzip -dc -> ${GZCAT}
gunzip   -> ${GUNZIP_CMD}
1999-09-04 23:39:29 +00:00
David E. O'Brien
fe1e09a6cc Change Id->FreeBSD. 1999-08-25 04:58:03 +00:00
Paul Traina
60cb883c9f Install manpages with good permissions. 1997-08-17 17:47:24 +00:00
Bill Fenner
d4e995a817 Update to 2.1pl3
Found by:	distfile checker
1997-07-27 20:56:06 +00:00
Bill Fenner
5a5abdd89e Upgrade to 2.1pl2 1997-05-28 05:48:48 +00:00
David E. O'Brien
ef75a40328 mkdir --> ${MKDIR}
cp    --> ${CP}
rm    --> ${RM}
1996-11-20 01:59:27 +00:00
Satoshi Asami
300c45cf2e Use MAN? macros. CATEGORIES+= -> CATEGORIES. 1996-11-18 11:44:27 +00:00
Satoshi Asami
8cb1c3514f Maintainer goes in a section of its own. 1996-08-04 08:46:07 +00:00
Paul Traina
1472849a6e Re-import netperf package under benchmarks.
Requested by: asami
1996-08-03 19:51:05 +00:00