Index: head/benchmarks/Makefile =================================================================== --- head/benchmarks/Makefile (revision 444831) +++ head/benchmarks/Makefile (revision 444832) @@ -1,91 +1,92 @@ # $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 += 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/typometer/Makefile =================================================================== --- head/benchmarks/typometer/Makefile (nonexistent) +++ head/benchmarks/typometer/Makefile (revision 444832) @@ -0,0 +1,39 @@ +# Created by: Alexey Dokuchaev +# $FreeBSD$ + +PORTNAME= typometer +PORTVERSION= 1.0 +DISTVERSIONSUFFIX= -bin +CATEGORIES= benchmarks java +MASTER_SITES= http://freebsd.nsu.ru/distfiles/ + +MAINTAINER= danfe@FreeBSD.org +COMMENT= Text/code editor typing latency analyzer + +LICENSE= GPLv3 + +USES= zip +USE_JAVA= yes +JAVA_VERSION= 1.8+ +NO_BUILD= yes + +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} + +PLIST_FILES= bin/${PORTNAME} bin/${PORTNAME}-${PORTVERSION}.jar +PORTDOCS= README.html + +OPTIONS_DEFINE= DOCS + +do-install: + ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}-${PORTVERSION}.jar \ + ${STAGEDIR}${PREFIX}/bin + ${PRINTF} "!#/bin/sh\n\n%s %s\n" "${JAVA} -jar" \ + "${PREFIX}/bin/${PORTNAME}-${PORTVERSION}.jar" \ + > ${STAGEDIR}${PREFIX}/bin/${PORTNAME} + ${CHMOD} +x ${STAGEDIR}${PREFIX}/bin/${PORTNAME} + +do-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README.html ${STAGEDIR}${DOCSDIR} + +.include Property changes on: head/benchmarks/typometer/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/typometer/distinfo =================================================================== --- head/benchmarks/typometer/distinfo (nonexistent) +++ head/benchmarks/typometer/distinfo (revision 444832) @@ -0,0 +1,3 @@ +TIMESTAMP = 1495384190 +SHA256 (typometer-1.0-bin.zip) = e1215b858ea189706d482da56b454bf38b04782cded662dd80c4945f6a942f32 +SIZE (typometer-1.0-bin.zip) = 488689 Property changes on: head/benchmarks/typometer/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/typometer/pkg-descr =================================================================== --- head/benchmarks/typometer/pkg-descr (nonexistent) +++ head/benchmarks/typometer/pkg-descr (revision 444832) @@ -0,0 +1,19 @@ +Typometer is a tool to measure and analyze visual latency of text/code +editors. Its features: + + - Cross-platform (Windows, Mac, Unix) + - Native API calls for faster screen access + - Synchronous and asynchronous modes + - Import and export of CSV data + - Summary statistics, frequency distribution + - Line/bar charts (including comparative ones) + - Chart image export (with legend) + +Editor latency is delay between an input event and a corresponding screen +update, in particular -- delay between keystroke and character appearance. +While there are many kinds of delays (caret movement, line editing, etc.), +typing latency is a major predictor of editor usability. + +Java 8 or latter is required to run the program. + +WWW: https://pavelfatin.com/typometer/ Property changes on: head/benchmarks/typometer/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