Index: head/benchmarks/Makefile =================================================================== --- head/benchmarks/Makefile (revision 482025) +++ head/benchmarks/Makefile (revision 482026) @@ -1,98 +1,99 @@ # $FreeBSD$ # COMMENT = Benchmarking tools SUBDIR += apib SUBDIR += autobench SUBDIR += blogbench SUBDIR += bombardier SUBDIR += bonnie SUBDIR += bonnie++ SUBDIR += clpeak SUBDIR += cpipe SUBDIR += dbench SUBDIR += dbs SUBDIR += dhrystone SUBDIR += dkftpbench SUBDIR += fhourstones SUBDIR += filebench SUBDIR += fio SUBDIR += flamegraph SUBDIR += flops SUBDIR += flowgrind SUBDIR += forkbomb SUBDIR += glmark2 SUBDIR += gtkperf SUBDIR += hey SUBDIR += himenobench SUBDIR += hpl SUBDIR += hs-criterion SUBDIR += httperf SUBDIR += imb SUBDIR += interbench SUBDIR += iorate SUBDIR += iozone SUBDIR += iozone21 SUBDIR += iperf SUBDIR += iperf3 + SUBDIR += libcelero SUBDIR += libmicro SUBDIR += linux-vdbench SUBDIR += lmbench SUBDIR += lzbench SUBDIR += mdtest SUBDIR += nbench SUBDIR += netio SUBDIR += netperf SUBDIR += netperfmeter SUBDIR += nosqlbench SUBDIR += nqueens SUBDIR += nttcp SUBDIR += nuttcp SUBDIR += octave-forge-benchmark SUBDIR += p5-Benchmark-Forking SUBDIR += p5-Benchmark-Stopwatch SUBDIR += p5-Dumbbench SUBDIR += pathchirp SUBDIR += pathload SUBDIR += pathrate SUBDIR += pear-Benchmark SUBDIR += perftest SUBDIR += phoronix-test-suite SUBDIR += pipebench SUBDIR += polygraph SUBDIR += postal SUBDIR += postmark SUBDIR += py-naarad SUBDIR += py-throughpy SUBDIR += py-zopkio SUBDIR += pybench SUBDIR += raidtest SUBDIR += ramspeed SUBDIR += randomio SUBDIR += rubygem-benchmark-ips SUBDIR += rubygem-railsbench SUBDIR += scimark2 SUBDIR += scimark2c SUBDIR += siege SUBDIR += sipp SUBDIR += slowloris SUBDIR += smhasher SUBDIR += spp SUBDIR += stream SUBDIR += stress-ng SUBDIR += super-smack SUBDIR += sysbench SUBDIR += tcpblast SUBDIR += thrulay SUBDIR += tsung SUBDIR += ttcp SUBDIR += typometer SUBDIR += ubench SUBDIR += unixbench SUBDIR += uperf SUBDIR += vegeta SUBDIR += webbench SUBDIR += wrk .include Index: head/benchmarks/libcelero/Makefile =================================================================== --- head/benchmarks/libcelero/Makefile (nonexistent) +++ head/benchmarks/libcelero/Makefile (revision 482026) @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= libcelero +DISTVERSIONPREFIX= v +DISTVERSION= 2.3.0 +CATEGORIES= benchmarks + +MAINTAINER= yuri@FreeBSD.org +COMMENT= C++ benchmark authoring library/framework + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/license.txt + +BUILD_DEPENDS= ${LOCALBASE}/include/sys/sysinfo.h:devel/libsysinfo + +USES= cmake:outsource compiler:c++11-lang localbase:ldflags +USE_GITHUB= yes +GH_ACCOUNT= DigitalInBlue +GH_PROJECT= Celero +USE_LDCONFIG= yes + +.include Property changes on: head/benchmarks/libcelero/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/benchmarks/libcelero/distinfo =================================================================== --- head/benchmarks/libcelero/distinfo (nonexistent) +++ head/benchmarks/libcelero/distinfo (revision 482026) @@ -0,0 +1,3 @@ +TIMESTAMP = 1539495341 +SHA256 (DigitalInBlue-Celero-v2.3.0_GH0.tar.gz) = 5f8c7121f90856fc69669124697849ba262cef5a1876902fe65542e180945960 +SIZE (DigitalInBlue-Celero-v2.3.0_GH0.tar.gz) = 103446 Property changes on: head/benchmarks/libcelero/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/benchmarks/libcelero/pkg-descr =================================================================== --- head/benchmarks/libcelero/pkg-descr (nonexistent) +++ head/benchmarks/libcelero/pkg-descr (revision 482026) @@ -0,0 +1,8 @@ +Celero aims to be a small library which can be added to a C++ project and +perform benchmarks on code in a way which is easy to reproduce, share, and +compare among individual runs, developers, or projects. Celero uses a framework +similar to that of GoogleTest to make its API easier to use and integrate into a +project. Make automated benchmarking as much a part of your development process +as automated testing. + +WWW: https://github.com/DigitalInBlue/Celero Property changes on: head/benchmarks/libcelero/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/benchmarks/libcelero/pkg-plist =================================================================== --- head/benchmarks/libcelero/pkg-plist (nonexistent) +++ head/benchmarks/libcelero/pkg-plist (revision 482026) @@ -0,0 +1,31 @@ +include/celero/Archive.h +include/celero/Benchmark.h +include/celero/Callbacks.h +include/celero/Celero.h +include/celero/CommandLine.h +include/celero/Console.h +include/celero/Distribution.h +include/celero/Exceptions.h +include/celero/Executor.h +include/celero/Experiment.h +include/celero/ExperimentResult.h +include/celero/Export.h +include/celero/Factory.h +include/celero/FileReader.h +include/celero/GenericFactory.h +include/celero/JUnit.h +include/celero/Memory.h +include/celero/Pimpl.h +include/celero/PimplImpl.h +include/celero/Print.h +include/celero/ResultTable.h +include/celero/Statistics.h +include/celero/TestFixture.h +include/celero/TestVector.h +include/celero/ThreadLocal.h +include/celero/ThreadTestFixture.h +include/celero/Timer.h +include/celero/Utilities.h +lib/libcelero.so +share/celero-target-%%CMAKE_BUILD_TYPE%%.cmake +share/celero-target.cmake Property changes on: head/benchmarks/libcelero/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property