Commit Graph

27 Commits

Author SHA1 Message Date
sthen
df7ff8816d update to flent-2.1.1 2023-01-16 13:18:04 +00:00
sthen
81d581665c bump for MODPY_DEFAULT_VERSION_3 change 2022-11-13 15:27:35 +00:00
sthen
2206a80000 rename MODPY_PEP517 to MODPY_PYBUILD which is a bit less of a
magic-numbers name and more of a nod at the frontend we're actually
using for the build.
2022-09-13 20:56:17 +00:00
sthen
6b85aa2a4e use MODPY_PEP517 2022-09-10 21:47:28 +00:00
naddy
279462e7ea drop RCS Ids 2022-03-11 18:21:39 +00:00
espie
737fb8bb76 zap a few PKGNAME-sub which are now default
(and also duplicated EPOCH-sub which make little sense in db/{v3,v4}
2021-11-22 13:55:54 +00:00
sthen
8ad2bb9a3a bump REVISION for switch from Python 3.8 -> 3.9 2021-11-02 00:00:12 +00:00
sthen
00bbf07572 update to flent-2.0.1 2021-10-21 20:35:22 +00:00
sthen
95f510e0a2 fix missing \ 2021-09-21 21:59:41 +00:00
sthen
c2ea64007d fix deps for flent-gui, spotted by solene@ 2021-09-21 12:13:57 +00:00
sthen
2cecc4310a update to flent-2.0.0 2021-03-07 19:34:40 +00:00
sthen
3cbe1c2f30 Reverse the polarity of MODPY_VERSION; default is now 3.x,
if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}.

This commit doesn't change any versions currently used; it may be that
some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those
should be cleaned up in the course of updating ports where possible.

Python module ports providing py3-* packages should still use
FLAVOR=python3 so that we don't have a mixture of dependencies some
using ${MODPY_FLAVOR} and others not.
2021-02-23 19:39:08 +00:00
sthen
a9019d7aa1 bump and fix RDEP 2020-07-04 09:49:31 +00:00
sthen
9fe1e38b23 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:43:27 +00:00
sthen
d7f0752227 bump all the py3 things, _SYSTEM_VERSION didn't quite work out how
we expected and it's easier|safer to do it this way than fiddle with
pkg_add now. thanks aja for update tests with a quick bulk.
2019-04-28 20:51:26 +00:00
sthen
c4ee3e6953 update to flent-1.2.2 2018-11-02 15:27:13 +00:00
espie
a3cc216348 @tag update-mime-database 2018-07-01 18:33:35 +00:00
espie
150a0f36fa first tag: update-desktop-database 2018-06-27 21:03:34 +00:00
sthen
3709f9c599 update to flent-1.1.1 2018-01-15 12:41:27 +00:00
kili
97e501a0ed Bump -gui subpackage after the renaming of py-qt5,-main to py-qt5. 2017-07-17 19:13:37 +00:00
sthen
6b20e825ab update/rename netperf-wrapper-0.9.1 to flent-1.0.1, split -gui to a separate
package
2017-03-09 18:55:47 +00:00
sthen
998633a4e1 fix netperf-wrapper manpage install location, spotted by bentley@
adjust DESCR while there
2015-11-06 20:42:26 +00:00
bentley
ccea6495df Add desktop goos.
ok sthen@
2015-11-06 17:10:05 +00:00
sthen
a484b0211d update to netperf-wrapper-0.9.1 2015-10-21 13:07:51 +00:00
jasper
92956bfd5f use sed -i 2015-07-18 14:40:46 +00:00
jasper
5e91600570 - switch to MODPY_PI 2015-04-02 14:21:12 +00:00
sthen
7da0a1e930 import benchmarks/netperf-wrapper, ok edd@
This is a tool to run multiple simultaneous netperf/iperf/ping instances,
aggregate and plot the results. It is currently used as a main test tool by
the bufferbloat project investigating network performance under load with
active queue management mechanisms.

Several commands can be run in parallel and, provided they output
timestamped values, the test data points can be aligned with each other
in time, interpolating differences between the actual measurement points.
This makes it possible to graph (e.g.) ping times before, during and
after a link is loaded.

Aggregated data can be saved in a json format, output as csv values,
emacs org mode tables or, if py-matplotlib is installed, plots.
Each test can specify several different plots, including time-series
plots of the values against each other, as well as CDF plots of
(e.g.) ping times.
2013-06-04 23:45:43 +00:00