Index: head/benchmarks/Makefile =================================================================== --- head/benchmarks/Makefile (revision 459018) +++ head/benchmarks/Makefile (revision 459019) @@ -1,92 +1,93 @@ # $FreeBSD$ # COMMENT = Benchmarking tools SUBDIR += autobench SUBDIR += blogbench SUBDIR += bombardier SUBDIR += bonnie SUBDIR += bonnie++ SUBDIR += clpeak SUBDIR += cpipe SUBDIR += dbench SUBDIR += dbs SUBDIR += dhrystone SUBDIR += dkftpbench SUBDIR += expedite 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 += libmicro SUBDIR += lmbench + SUBDIR += lzbench 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 += py-naarad 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 += webbench SUBDIR += wrk .include Index: head/benchmarks/lzbench/Makefile =================================================================== --- head/benchmarks/lzbench/Makefile (nonexistent) +++ head/benchmarks/lzbench/Makefile (revision 459019) @@ -0,0 +1,32 @@ +# Created by: Alexey Dokuchaev +# $FreeBSD$ + +PORTNAME= lzbench +PORTVERSION= 1.7.3 +DISTVERSIONPREFIX= v +CATEGORIES= benchmarks + +MAINTAINER= danfe@FreeBSD.org +COMMENT= In-memory benchmark of open-source LZ77/LZSS/LZMA compressors + +USES= compiler:c11 gmake +USE_GITHUB= yes +GH_ACCOUNT= inikep + +PLIST_FILES= bin/lzbench +PORTDOCS= NEWS + +OPTIONS_DEFINE= DOCS + +post-patch: + @${REINPLACE_CMD} -e '/PROGOS/s,Linux,${OPSYS},' \ + ${WRKSRC}/_lzbench/lzbench.h + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/lzbench ${STAGEDIR}${PREFIX}/bin + +do-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} + +.include Property changes on: head/benchmarks/lzbench/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/lzbench/distinfo =================================================================== --- head/benchmarks/lzbench/distinfo (nonexistent) +++ head/benchmarks/lzbench/distinfo (revision 459019) @@ -0,0 +1,3 @@ +TIMESTAMP = 1515146810 +SHA256 (inikep-lzbench-v1.7.3_GH0.tar.gz) = 71308d03b3a1e00ac4852bc8ca0ec45540144b1de232db3dd4880cecd1b07e36 +SIZE (inikep-lzbench-v1.7.3_GH0.tar.gz) = 2365027 Property changes on: head/benchmarks/lzbench/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/lzbench/pkg-descr =================================================================== --- head/benchmarks/lzbench/pkg-descr (nonexistent) +++ head/benchmarks/lzbench/pkg-descr (revision 459019) @@ -0,0 +1,10 @@ +lzbench is an in-memory benchmark of open-source LZ77/LZSS/LZMA compressors. +It joins all compressors into a single executable. At the beginning, an +input file is read to memory. Then all compressors are used to compress +and decompress the file and decompressed file is verified. + +This approach has a big advantage of using the same compiler with the same +optimizations for all compressors. The disadvantage is that it requires +source code of each compressor (therefore Slug or lzturbo are not included). + +WWW: https://github.com/inikep/lzbench Property changes on: head/benchmarks/lzbench/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