Index: head/benchmarks/Makefile =================================================================== --- head/benchmarks/Makefile (revision 460122) +++ head/benchmarks/Makefile (revision 460123) @@ -1,93 +1,94 @@ # $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 += vegeta SUBDIR += webbench SUBDIR += wrk .include Index: head/benchmarks/vegeta/Makefile =================================================================== --- head/benchmarks/vegeta/Makefile (nonexistent) +++ head/benchmarks/vegeta/Makefile (revision 460123) @@ -0,0 +1,36 @@ +# $FreeBSD$ + +PORTNAME= vegeta +DISTVERSIONPREFIX= v +DISTVERSION= 6.3.0 +CATEGORIES= benchmarks www + +MAINTAINER= egypcio@googlemail.com +COMMENT= HTTP load testing tool and library + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= go:lang/go + +PLIST_FILES= bin/${PORTNAME} + +USE_GITHUB= yes +GH_ACCOUNT= tsenart + +GH_TUPLE= streadway:quantile:b0c5887:quantile/github.com/streadway/quantile \ + golang:net:ab54850:net/golang.org/x/net \ + golang:text:c4d099d:text/golang.org/x/text + +do-build: + @${MKDIR} ${WRKSRC}/github.com/${GH_ACCOUNT} + @${RLN} ${WRKSRC} ${WRKSRC}/github.com/${GH_ACCOUNT}/${PORTNAME} + @${RLN} ${WRKSRC} ${WRKSRC}/src + @cd ${WRKSRC} && \ + ${SETENV} CGO_ENABLED=0 GOPATH=${WRKSRC} \ + go build -ldflags "-X main.Version=${DISTVERSION}" -o bin/${PORTNAME} + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/bin/${PORTNAME} ${STAGEDIR}/${LOCALBASE}/bin + +.include Property changes on: head/benchmarks/vegeta/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/vegeta/distinfo =================================================================== --- head/benchmarks/vegeta/distinfo (nonexistent) +++ head/benchmarks/vegeta/distinfo (revision 460123) @@ -0,0 +1,9 @@ +TIMESTAMP = 1516358474 +SHA256 (tsenart-vegeta-v6.3.0_GH0.tar.gz) = b9eaf9dc748fa58360395641ff50a33e53c805bf8a45ba3d787133d97b2269c6 +SIZE (tsenart-vegeta-v6.3.0_GH0.tar.gz) = 110938 +SHA256 (streadway-quantile-b0c5887_GH0.tar.gz) = f9d29902009510bcd68638fbdd6942f04c1b3def7c1efee730601fed8fdbd0ae +SIZE (streadway-quantile-b0c5887_GH0.tar.gz) = 4862 +SHA256 (golang-net-ab54850_GH0.tar.gz) = fdb82ce54054f5f2eafb41156b8445b9bedefd581817b7395dc392bfcf6c876c +SIZE (golang-net-ab54850_GH0.tar.gz) = 912099 +SHA256 (golang-text-c4d099d_GH0.tar.gz) = b73bfa5e48c59cde4b3bc54cfd83ef8d0024dfcac4eb471e55fce5ea71801a1c +SIZE (golang-text-c4d099d_GH0.tar.gz) = 6032418 Property changes on: head/benchmarks/vegeta/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/vegeta/pkg-descr =================================================================== --- head/benchmarks/vegeta/pkg-descr (nonexistent) +++ head/benchmarks/vegeta/pkg-descr (revision 460123) @@ -0,0 +1,4 @@ +Vegeta is a versatile HTTP load testing tool built out of a need to drill HTTP +services with a constant request rate. + +WWW: https://github.com/tsenart/vegeta Property changes on: head/benchmarks/vegeta/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