Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.7.1.p20210121_2 02 Mar 2024 17:48:25 |
Nuno Teixeira (eduardo) |
benchmarks/netperf: Move man pages to share/man
Approved by: portmgr (blanket) |
2.7.1.p20210121_1 15 Apr 2023 19:01:48 |
Marius Strobl (marius) |
benchmarks/netperf: Update to 20210121 version
For the most part, this complicates the build, moves the debug log from
/tmp to /var/log and changes debugging to default to off. Also:
- Don't let netserver chmod(2) /dev/null to 644 when debug log is off.
- Take back port.
Approved by: netchild |
2.7.1.p20170921_1 07 Feb 2023 19:43:16 |
Rene Ladan (rene) |
*: reset marius@ ports after safekeeping his commit bit.
With hat: portmgr-secretary |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.7.1.p20170921_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.7.1.p20170921_1 20 Jul 2022 14:20:56 |
Tobias C. Berner (tcberner) |
benchmarks: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Alexander Logvinov <ports@logvinov.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey V. Degtyarev
* Andreas Kohn <andreas@syndrom23.de>
* Andrew Shevtsov <nyxo@dnuc.polyn.kiae.su>
* Andrey Zakhvatov <andy@FreeBSD.org>
* Andy Clark <andrewclarkii@gmail.com>
* Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
* Bill Fumerola <billf@chc-chimes.com>
* Brad Davis <brd@FreeBSD.org>
* Bruce A. Mah <bmah@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
2.7.1.p20170921_1 17 Nov 2021 03:30:07 |
Li-Wen Hsu (lwhsu) |
benchmarks/netperf: Update WWW |
2.7.1.p20170921_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.7.1.p20170921_1 15 Sep 2020 15:55:43 |
skozlov |
benchmarks/netperf: Fix build with clang 11 and gcc 10
Tested using poudriere on 11.3, 12.1, 13.0
PR: 249227
Reported by: Krzysztof Galazka
Approved by: build fix (blanket)
Sponsored by: Intel |
2.7.1.p20170921_1 27 Dec 2019 19:24:56 |
marius |
Add and use a shared INFO description. I have patches to add that knob to
a bunch of additional ports. |
2.7.1.p20170921_1 09 Oct 2019 10:23:15 |
bapt |
Drop the ipv6 virtual category for b* category as it is not relevant anymore |
2.7.1.p20170921_1 09 Apr 2019 20:03:35 |
marius |
Turn installation of netperf.info into an option (default-on but allowing
to get rid of the texinfo dependency). |
2.7.1.p20170921_1 10 Nov 2018 18:12:58 |
bapt |
Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816 |
2.7.1.p20170921 04 Mar 2018 19:50:06 |
marius |
Given that the netperf project hasn't rolled a release in quite some time,
switch to snapshots directly obtained from the github repository (currently
at version 2.7.1). Generally, there aren't that many changes since the 2.7.0
release version of netperf, the most noteworthy changes are in the area of
FreeBSD support, though:
- FreeBSD-specific code for letting netperf/netserver bind to CPUs, e. g.
via the global "-T" option, has been added.
- The nettest_bsd back-end now can take advantage of aio(4) via the newly
added test-specific "-a" and "-A" options, which in turn allows zero-copy
send and receive with e. g. cxgbe(4). Note that this requires the netperf
port to be built with its default-on OMNI option disabled, as otherwise
the nettest_omni back-end and the migration to it from legacy back-ends
(also the upstream default since netperf 2.5.0) will be used instead.
Apart from that, some test scripts missing in the published releases but
referenced by test scripts already part of e. g. netperf 2.7.0 are now
included. |
2.7.0 19 Jan 2018 17:04:53 |
mat |
Options are already optional.
Sponsored by: Absolight |
2.7.0 13 Oct 2017 08:21:36 |
bapt |
Remove dead links from MASTER_SITES or WWW |
2.7.0 27 Jul 2016 15:09:12 |
mat |
Cleanup patches, category benchmarks
Rename them to follow the make makepatch naming, and regenerate them.
With hat: portmgr
Sponsored by: Absolight |
2.7.0 19 May 2016 10:21:25 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
2.7.0 20 Oct 2015 20:43:44 |
marius |
- Update to 2.7.0.
- Add an EXAMPLES knob.
- Unbreak CPU utilization measurement support for FreeBSD >= 10 [1], unbreak
SCTP support for FreeBSD >= 10.
PR: 203752 [1] |
2.6.0_3 19 Aug 2015 13:30:00 |
mat |
Convert ports to use the options helpers in categories [abc]*, and minor fixes.
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3412? |
2.6.0_3 27 Jan 2015 22:56:15 |
marius |
Enable OMNI by default; this matches what vanilla netperf does since
version 2.5 and restores bidirectional compatibility with other OS
distributions following suit.
PR: 197137 |
2.6.0_2 20 Oct 2014 07:03:49 |
bapt |
Cleanup plist |
2.6.0_2 11 Aug 2014 21:03:49 |
bdrewery |
- Fix check-plist by adding missing netperf.info file |
2.6.0_1 05 Jan 2014 01:31:09 |
bapt |
Support stage |
2.6.0_1 20 Sep 2013 15:52:45 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
benchmarks) |
2.6.0_1 30 Jan 2013 22:10:17 |
marius |
- 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) |
2.6.0 02 Jan 2013 22:47:32 |
pawel |
- 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] |
2.6.0 12 Nov 2012 02:39:40 |
sumikawa |
- Update to use OPTIONSNG
- Trim Makefile header
- Drop my maintainership
PR: ports/173547
Submitted by: edward
Feature safe: yes |
2.6.0 24 Aug 2012 02:29:12 |
sumikawa |
Upgrade to 2.6.0 |
2.5.0_2 15 May 2012 06:47:10 |
sumikawa |
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."
-------------- (Only the first 15 lines of the commit message are shown above ) |
2.5.0_1 27 Jan 2012 03:26:36 |
sumikawa |
Make UDP_STREAM work on IPv6 by transmitting and extracting IPv6
addresses correctly. Otherwise bind(2) calls will fail, etc.
Submitted by: bz |
2.5.0 24 Oct 2011 04:17:38 |
dougb |
Remove more tags from pkg-descr files fo the form:
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file. |
2.5.0 20 Jul 2011 03:51:02 |
sumikawa |
Upgrade to 2.5.0. |
2.4.5 18 Mar 2011 17:59:51 |
miwi |
- Get Rid MD5 support
With hat: portmgr (myself) |
2.4.5 16 Jun 2009 06:41:57 |
sumikawa |
Upgrade to 2.4.5. |
2.4.4 03 Mar 2008 04:55:32 |
sumikawa |
Upgrade to 2.4.4. |
2.4.2_2 20 Nov 2006 04:01:52 |
sumikawa |
Fix pkg-plist. |
2.4.2_1 15 Nov 2006 01:41:48 |
sumikawa |
Fix plist. |
2.4.2 09 Nov 2006 04:49:25 |
sumikawa |
Upgrade to 2.4.2. |
2.3.1_1 22 Jan 2006 08:20:08 |
edwin |
SHA256ify
Approved by: krion@ |
2.3.1_1 14 Oct 2005 03:33:07 |
jkoshy |
Turn off -DHISTOGRAM as it introduces considerable overhead. Bump portrevision.
Noticed by: rwatson
Approved by: sumikawa [MAINTAINER] |
2.3.1 18 Nov 2004 23:37:41 |
sumikawa |
Upgrade to 2.3pl1. |
2.2.4 29 Mar 2004 16:32:45 |
sumikawa |
Upgrade to 2.2pl4. |
2.2.3 18 Mar 2004 10:59:01 |
sumikawa |
Add SIZE.
Submitted by: trevor |
2.2.3 22 Oct 2003 09:21:17 |
osa |
Cosmetic fix: use %%DOCSDIR%% macro.
No functionally changes.
Submitted by: Oleg Karachevtsev <ok@etrust.ru>
A part of PR: 57992 |
2.2.3 24 Sep 2003 09:37:11 |
osa |
Make portlint(1) happy by changing strip to ${STRIP_CMD}
Submitted by: Oleg Karachevtsev <ok@etrust.ru>
PR: 56998 |
2.2.3 07 Mar 2003 05:56:23 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
2.2.3 22 Feb 2003 08:35:31 |
sumikawa |
Upgrade to 2.2pl3. |
2.2.2_1 21 Jan 2003 01:14:06 |
sumikawa |
Fix typo in patch-makefile. IPv6 was not enabled. |
2.2.2 21 Jan 2003 01:02:54 |
sumikawa |
Upgrade to 2.2pl2. Almost of IPv6 patch was merged but netperf still
barks with -DDO_1644. |
17 Dec 2001 17:37:30 |
sumikawa |
I'll take over this port. |
03 Jul 2001 19:38:22 |
lioux |
Add NOPORTDOCS support |
02 Mar 2001 09:02:40 |
sumikawa |
Upgrade to latest IPv6 patch. fix the error with -DDO1644. |
26 Dec 2000 18:25:30 |
roam |
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. |
20 Dec 2000 22:26:22 |
fenner |
Add checksum for IPv6 patch. (Forgotten-by: kris) |
08 Oct 2000 00:20:10 |
asami |
Convert category benchmarks to new layout. |
09 Sep 2000 10:54:49 |
kris |
Add ipv6 to categories |