notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: benchmarks/netperfmeter/Makefile
SVNWeb

Number of commits found: 21

Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Wed, 20 Jul 2022
[ 14:20 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:86b2c5122a18d1f73e6e4e4626889fab8fb0803a  commit hash:86b2c5122a18d1f73e6e4e4626889fab8fb0803a  commit hash:86b2c5122a18d1f73e6e4e4626889fab8fb0803a  86b2c51  (Only the first 10 of 95 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Sun, 25 Apr 2021
[ 11:23 Fernando Apesteguía (fernape) search for other commits by this committer ]    commit hash:79d07c7839269fcd72f7c6a790a62d7a9a2b6580  commit hash:79d07c7839269fcd72f7c6a790a62d7a9a2b6580  commit hash:79d07c7839269fcd72f7c6a790a62d7a9a2b6580  79d07c7 
benchmarks/netperfmeter: Update to 1.9.0

ChangeLog:
https://github.com/dreibh/netperfmeter/commit/7a2fa08aea006e59ef8938e80d7435d74d53c8af

PR:	255173
Reported by:	gspurki@gmail.com
Approved by:	dreibh@iem.uni-due.de (maintainer, timeout > 1 week)
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Sun, 3 May 2020
[ 09:46 fernape search for other commits by this committer ] Original commit   Revision:533762
benchmarks/netperfmeter: update to 1.8.6

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)
Sat, 5 Oct 2019
[ 00:31 pkubaj search for other commits by this committer ] Original commit   Revision:513799
benchmarks/netperfmeter: fix build on GCC architectures

Use newer GCC:
cc1plus: error: unrecognized command line option "-Wno-array-bounds"

Approved by:	mentors (implicit approval)
Sun, 1 Sep 2019
[ 01:46 yuri search for other commits by this committer ] Original commit   Revision:510673
benchmarks/netperfmeter: Update 1.7.6 -> 1.8.4

PR:		239841
Submitted by:	dreibh@iem.uni-due.de (maintainer)
Fri, 12 Jul 2019
[ 02:25 linimon search for other commits by this committer ] Original commit   Revision:506432 (Only the first 10 of 21 ports in this commit are shown above. View all ports for this commit)
Prepare for powerpc-on-clang by deleting hard-coded tests for libstdc++.so
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)
Tue, 30 Apr 2019
[ 19:25 pkubaj search for other commits by this committer ] Original commit   Revision:500558
benchmarks/netperfmeter: fix build with GCC-based architectures

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
Mon, 18 Jun 2018
[ 14:49 linimon search for other commits by this committer ] Original commit   Revision:472702
Mark as broken on powerpc64.

Approved by:	portmgr (tier-2 blanket)
Sun, 11 Mar 2018
[ 14:10 tobik search for other commits by this committer ] Original commit   Revision:464174
benchmarks/netperfmeter: Update to 1.7.6

PR:		223311
Submitted by:	dreibh@iem.uni-due.de (maintainer)
Reviewed by:	tcberner
Thu, 29 Dec 2016
[ 12:50 amdmi3 search for other commits by this committer ] Original commit   Revision:429903
- Update to 1.6.1

PR:		214343
Submitted by:	joneum@bsdproject.de
Approved by:	dreibh@iem.uni-due.de (maintainer)
Sun, 5 Jan 2014
[ 01:28 bapt search for other commits by this committer ] Original commit   Revision:338737
Support stage
Fri, 20 Sep 2013
[ 15:52 bapt search for other commits by this committer ] Original commit   Revision:327708 (Only the first 10 of 74 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
benchmarks)
Fri, 30 Aug 2013
[ 23:09 bapt search for other commits by this committer ] Original commit   Revision:325728 (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
Convert benchmarks from USE_GMAKE to USES=gmake
While here:
- Trim headers
- convert some port to the new perl5 world
Wed, 14 Aug 2013
[ 22:35 ak search for other commits by this committer ] Original commit   Revision:324744 (Only the first 10 of 1725 ports in this commit are shown above. View all ports for this commit)
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Sat, 9 Feb 2013
[ 14:06 miwi search for other commits by this committer ] Original commit   Revision:311981
- Update to 1.3.0

PR:		174611
Submitted by:	maintainer
Sun, 6 Nov 2011
[ 16:36 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
- Get rid FreeBSD 6.X support
Sun, 27 Feb 2011
[ 13:36 miwi search for other commits by this committer ] Original commit 
- Update to 1.1.7

PR:             154846
Submitted by:   Thomas Dreibholz <dreibh@iem.uni-due.de> (maintainer)
Wed, 29 Dec 2010
[ 20:04 pgollucci search for other commits by this committer ] Original commit  (Only the first 10 of 208 ports in this commit are shown above. View all ports for this commit)
- DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.

PR:             ports/153292
Submitted by:   myself (pgollucci)
Tested by:      -exp run by pav
Approved by:    portmgr (pav)
Tue, 21 Sep 2010
[ 14:17 ashish search for other commits by this committer ] Original commit 
NetPerfMeter is a network performance meter for the UDP,
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)

Number of commits found: 21