diff options
author | rene <rene@FreeBSD.org> | 2017-05-07 23:04:55 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2017-05-07 23:04:55 +0800 |
commit | 7b88743952dfb40fe75406d1e826f5a583070ce2 (patch) | |
tree | ababd7fbc1714aa25094f891d88e30b8d78cd11b /benchmarks | |
parent | a1a1eed2404c25901a76bcd2344d8b2c860ec7a0 (diff) | |
download | freebsd-ports-gnome-7b88743952dfb40fe75406d1e826f5a583070ce2.tar.gz freebsd-ports-gnome-7b88743952dfb40fe75406d1e826f5a583070ce2.tar.zst freebsd-ports-gnome-7b88743952dfb40fe75406d1e826f5a583070ce2.zip |
Remove expired ports:
2017-04-30 devel/ccons: Unfetchable for more than six months (google code has gone away)
2017-04-30 chinese/fortune: Unfetchable for more than six months (google code has gone away)
2017-05-05 benchmarks/gobench: Builds each time it runs
2017-04-30 sysutils/grok: Unfetchable for more than six months (google code has gone away)
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/Makefile | 1 | ||||
-rw-r--r-- | benchmarks/gobench/Makefile | 32 | ||||
-rw-r--r-- | benchmarks/gobench/distinfo | 3 | ||||
-rw-r--r-- | benchmarks/gobench/pkg-descr | 6 | ||||
-rw-r--r-- | benchmarks/gobench/pkg-plist | 3 |
5 files changed, 0 insertions, 45 deletions
diff --git a/benchmarks/Makefile b/benchmarks/Makefile index 183f87db467b..88c2bc2af0a9 100644 --- a/benchmarks/Makefile +++ b/benchmarks/Makefile @@ -23,7 +23,6 @@ SUBDIR += flowgrind SUBDIR += forkbomb SUBDIR += glmark2 - SUBDIR += gobench SUBDIR += gtkperf SUBDIR += himenobench SUBDIR += hpl diff --git a/benchmarks/gobench/Makefile b/benchmarks/gobench/Makefile deleted file mode 100644 index 3911d762533b..000000000000 --- a/benchmarks/gobench/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# $FreeBSD$ - -PORTNAME= gobench -PORTVERSION= 1.1 -CATEGORIES= benchmarks net - -MAINTAINER= guy.tabrar@me.com -COMMENT= HTTP benchmarking tool written in Go - -LICENSE= BSD3CLAUSE - -RUN_DEPENDS= go:lang/go \ - go-fasthttp>=0:www/go-fasthttp - -USE_GITHUB= yes -GH_ACCOUNT= tabrarg - -NO_ARCH= yes -NO_BUILD= yes - -DEPRECATED= Builds each time it runs -EXPIRATION_DATE= 2017-05-05 - -post-patch: - @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/gobench - -do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/gobench ${STAGEDIR}${PREFIX}/bin - ${INSTALL_SCRIPT} ${WRKSRC}/gobench.go ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/man/gobench.1 ${STAGEDIR}${PREFIX}/man/man1 - -.include <bsd.port.mk> diff --git a/benchmarks/gobench/distinfo b/benchmarks/gobench/distinfo deleted file mode 100644 index f636266af9f2..000000000000 --- a/benchmarks/gobench/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1487485531 -SHA256 (tabrarg-gobench-1.1_GH0.tar.gz) = 0c5aa018947ad61f3e67c9bd6ddac4a15d19043cc485f7a5e997191d59aed641 -SIZE (tabrarg-gobench-1.1_GH0.tar.gz) = 6963 diff --git a/benchmarks/gobench/pkg-descr b/benchmarks/gobench/pkg-descr deleted file mode 100644 index 524968316913..000000000000 --- a/benchmarks/gobench/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -goBench is a HTTP(S) benchmarking tool designed for high throughput -to replace existing benchmarking/load tools which have concurrency -issues. We are working so hard to optimize our servers - why shouldn't -we do also it for our clients testers?! - -WWW: https://github.com/tabrarg/gobench diff --git a/benchmarks/gobench/pkg-plist b/benchmarks/gobench/pkg-plist deleted file mode 100644 index 3675f767b247..000000000000 --- a/benchmarks/gobench/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -bin/gobench -bin/gobench.go -man/man1/gobench.1.gz |