1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/benchmarks
Mathieu Arnold f6d56007b9 Remove all := from BUILD_DEPENDS, here are never needed.
While there, cleanup, and sort depends.

When build and run dependencies are the same, there are three ways to
avoid duplicating the list while not adding the framework added
BUILD_DEPENDS to the RUN_DEPENDS.  In order of preference, they are:

1) use RUN_DEPENDS to set BUILD_DEPENDS:

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	foo:bar/baz

2) create another variable and use it:

MY_DEPENDS= foo:bar/baz
BUILD_DEPENDS=	${MY_DEPENDS}
RUN_DEPENDS=	${MY_DEPENDS}

3) use BUILD_DEPENDS to set RUN_DEPENDS and force evaluation:

BUILD_DEPENDS=	foo:bar/baz
RUN_DEPENDS:=	${BUILD_DEPENDS}

Sponsored by:	Absolight
2018-07-09 08:40:17 +00:00
..
apib
autobench
blogbench
bombardier - Update to 1.2 2018-07-07 17:17:52 +00:00
bonnie
bonnie++
clpeak
cpipe
dbench
dbs
dhrystone
dkftpbench
fhourstones
filebench
fio Update to 3.7 2018-07-02 09:23:51 +00:00
flamegraph
flops
flowgrind www/libwww: Update to 5.4.2, Fix security vulnerabilities 2018-07-05 11:32:32 +00:00
forkbomb
glmark2
gtkperf
hey
himenobench
hpl
hs-criterion lang/ghc: Update to 8.4.3 and bump PORTREVISION's of all Haskell ports. 2018-06-30 09:57:59 +00:00
httperf
imb
interbench
iorate
iozone
iozone21
iperf Update to 2.0.12 2018-06-28 21:19:57 +00:00
iperf3 Update for iperf-3.6. Master site and WWW are now HTTPS. 2018-06-26 00:27:47 +00:00
libmicro
lmbench
lzbench
mdtest
nbench
netio
netperf
netperfmeter Mark as broken on powerpc64. 2018-06-18 14:49:46 +00:00
nosqlbench
nqueens
nttcp
nuttcp
octave-forge-benchmark - Update octave to 4.4.0. 2018-05-03 23:42:35 +00:00
p5-Benchmark-Forking Update WWW 2018-05-27 20:15:16 +00:00
p5-Benchmark-Stopwatch Remove all := from BUILD_DEPENDS, here are never needed. 2018-07-09 08:40:17 +00:00
pathchirp
pathload
pathrate
pear-Benchmark
perftest Regular USE_GITHUB cleanup. 2018-06-15 12:55:15 +00:00
phoronix-test-suite benchmarks/phoronix-test-suite: update to 8.0.0.m3 2018-05-03 20:46:23 +00:00
pipebench
polygraph Fix port builds for architectures which remain on gcc as the default compiler. 2018-06-11 01:44:15 +00:00
postal
postmark
py-naarad Use PY_FLAVOR for dependencies. 2018-06-20 17:05:41 +00:00
py-throughpy
py-zopkio Use PY_FLAVOR for dependencies. 2018-06-20 17:05:41 +00:00
pybench
raidtest
ramspeed
randomio
rubygem-benchmark-ips
rubygem-railsbench
scimark2
scimark2c
siege
sipp benchmarks/sipp: 2018-07-08 11:15:51 +00:00
slowloris
smhasher
spp
stream
stress-ng benchmarks/stress-ng: Update to 0.09.32 2018-07-03 09:03:56 +00:00
super-smack
sysbench Remove needless build dependency on xxd(1): unused since version 1.0.12. 2018-04-12 13:46:56 +00:00
tcpblast
thrulay
tsung
ttcp
typometer - Update `benchmarks/typometer' to version 1.0.1 2018-07-03 14:52:56 +00:00
ubench
unixbench
uperf Add benchmarks/uperf 2018-04-02 15:04:50 +00:00
vegeta Update to 8.0.0. 2018-07-04 14:48:17 +00:00
webbench
wrk Upgrade to latest release 4.1.0. 2018-04-20 00:44:52 +00:00
Makefile Add perftest 4.2.0.7, collection of tests for RDMA micro-benchmark. 2018-06-08 14:51:46 +00:00