Index: head/benchmarks/Makefile =================================================================== --- head/benchmarks/Makefile (revision 386023) +++ head/benchmarks/Makefile (revision 386024) @@ -1,83 +1,84 @@ # $FreeBSD$ # COMMENT = Benchmarking tools SUBDIR += autobench SUBDIR += blogbench SUBDIR += bonnie SUBDIR += bonnie++ SUBDIR += cpipe SUBDIR += dbench SUBDIR += dbs SUBDIR += dhrystone SUBDIR += dkftpbench SUBDIR += expedite SUBDIR += fhourstones SUBDIR += filebench SUBDIR += fio SUBDIR += flops SUBDIR += flowgrind SUBDIR += forkbomb SUBDIR += geekbench SUBDIR += gtkperf SUBDIR += himenobench SUBDIR += hpl SUBDIR += hs-criterion SUBDIR += httperf SUBDIR += imb SUBDIR += interbench SUBDIR += iorate SUBDIR += iozone SUBDIR += iozone21 SUBDIR += iperf SUBDIR += iperf3 SUBDIR += libmicro SUBDIR += lmbench SUBDIR += mdtest SUBDIR += nbench SUBDIR += netio SUBDIR += netperf SUBDIR += netperfmeter SUBDIR += netpipe SUBDIR += nosqlbench 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 += polygraph SUBDIR += postal SUBDIR += postmark 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 += super-smack SUBDIR += sysbench SUBDIR += tcpblast SUBDIR += thrulay SUBDIR += tsung SUBDIR += ttcp SUBDIR += ubench SUBDIR += unixbench SUBDIR += webbench SUBDIR += wrk .include Index: head/benchmarks/rubygem-benchmark-ips/Makefile =================================================================== --- head/benchmarks/rubygem-benchmark-ips/Makefile (nonexistent) +++ head/benchmarks/rubygem-benchmark-ips/Makefile (revision 386024) @@ -0,0 +1,18 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= benchmark-ips +PORTVERSION= 2.2.0 +CATEGORIES= benchmarks rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Iterations per second enhancement to Benchmark + +LICENSE= MIT + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include Property changes on: head/benchmarks/rubygem-benchmark-ips/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/rubygem-benchmark-ips/distinfo =================================================================== --- head/benchmarks/rubygem-benchmark-ips/distinfo (nonexistent) +++ head/benchmarks/rubygem-benchmark-ips/distinfo (revision 386024) @@ -0,0 +1,2 @@ +SHA256 (rubygem/benchmark-ips-2.2.0.gem) = 293d5c718c357ba48470868fb9222e610ccb55f3d53d1a61501e276fd8bce631 +SIZE (rubygem/benchmark-ips-2.2.0.gem) = 14848 Property changes on: head/benchmarks/rubygem-benchmark-ips/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/rubygem-benchmark-ips/pkg-descr =================================================================== --- head/benchmarks/rubygem-benchmark-ips/pkg-descr (nonexistent) +++ head/benchmarks/rubygem-benchmark-ips/pkg-descr (revision 386024) @@ -0,0 +1,4 @@ +Benchmark.ips provides iterations per second enhancement to Benchmark. + +WWW: https://github.com/evanphx/benchmark-ips +RG: https://rubygems.org/gems/benchmark-ips Property changes on: head/benchmarks/rubygem-benchmark-ips/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