mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
b9eaf39433
EFL updated to 1.1.0 and E17 updated to 0.16.999.65643 (svn 65643) - Pass maintainership to submitter. - New ports: benchmarks/expedite devel/eio graphics/evas-loader-generic graphics/evas-loader-ico graphics/evas-loader-psd graphics/evas-loader-wbmp graphics/evas_generic_loaders-gst graphics/evas_generic_loaders-pdf graphics/evas_generic_loaders-ps graphics/evas_generic_loaders-raw graphics/evas_generic_loaders-xcf x11-wm/e17-module-comp-scale x11-wm/e17-module-e-tiling x11-wm/e17-module-elfe x11-wm/e17-module-everything-aspell x11-wm/e17-module-everything-shotgun x11-wm/e17-module-xkbswitch PR: ports/167405 Submitted by: Grzegorz Blach <magik at roorback.net>
77 lines
1.7 KiB
Makefile
77 lines
1.7 KiB
Makefile
# $FreeBSD$
|
|
#
|
|
|
|
COMMENT = Benchmarking tools
|
|
|
|
SUBDIR += autobench
|
|
SUBDIR += blogbench
|
|
SUBDIR += bonnie
|
|
SUBDIR += bonnie++
|
|
SUBDIR += cpipe
|
|
SUBDIR += dbench
|
|
SUBDIR += dbs
|
|
SUBDIR += dkftpbench
|
|
SUBDIR += expedite
|
|
SUBDIR += fhourstones
|
|
SUBDIR += filebench
|
|
SUBDIR += flops
|
|
SUBDIR += forkbomb
|
|
SUBDIR += geekbench
|
|
SUBDIR += gsbench
|
|
SUBDIR += gtkperf
|
|
SUBDIR += himenobench
|
|
SUBDIR += hpl
|
|
SUBDIR += hs-criterion
|
|
SUBDIR += httperf
|
|
SUBDIR += imb
|
|
SUBDIR += iozone
|
|
SUBDIR += iozone21
|
|
SUBDIR += iperf
|
|
SUBDIR += libmicro
|
|
SUBDIR += lmbench
|
|
SUBDIR += mdtest
|
|
SUBDIR += nbench
|
|
SUBDIR += netio
|
|
SUBDIR += netperf
|
|
SUBDIR += netperfmeter
|
|
SUBDIR += netpipe
|
|
SUBDIR += nqueens
|
|
SUBDIR += nttcp
|
|
SUBDIR += nuttcp
|
|
SUBDIR += octave-forge-benchmark
|
|
SUBDIR += p5-Benchmark-Forking
|
|
SUBDIR += p5-Benchmark-Stopwatch
|
|
SUBDIR += pathchirp
|
|
SUBDIR += pathload
|
|
SUBDIR += pathrate
|
|
SUBDIR += pear-Benchmark
|
|
SUBDIR += phoronix-test-suite
|
|
SUBDIR += pipebench
|
|
SUBDIR += pnetmark
|
|
SUBDIR += polygraph
|
|
SUBDIR += polygraph31
|
|
SUBDIR += postal
|
|
SUBDIR += postmark
|
|
SUBDIR += pybench
|
|
SUBDIR += raidtest
|
|
SUBDIR += randomio
|
|
SUBDIR += rubygem-railsbench
|
|
SUBDIR += scimark2
|
|
SUBDIR += scimark2c
|
|
SUBDIR += siege
|
|
SUBDIR += sipp
|
|
SUBDIR += slowloris
|
|
SUBDIR += stream
|
|
SUBDIR += super-smack
|
|
SUBDIR += sysbench
|
|
SUBDIR += tcpblast
|
|
SUBDIR += thrulay
|
|
SUBDIR += ttcp
|
|
SUBDIR += ubench
|
|
SUBDIR += unixbench
|
|
SUBDIR += webbench
|
|
SUBDIR += xdd
|
|
SUBDIR += xengine
|
|
|
|
.include <bsd.port.subdir.mk>
|