diff options
author | vg <vg@FreeBSD.org> | 2016-01-21 20:39:54 +0800 |
---|---|---|
committer | vg <vg@FreeBSD.org> | 2016-01-21 20:39:54 +0800 |
commit | a8b3f2c4f371af723417d4b5dfcf05ada9935548 (patch) | |
tree | 9bc42b78651c293aeef81a3c1d55766432761fde /benchmarks/nosqlbench | |
parent | 2012e09bbbf540b6c923e761b2fe0395e93b265d (diff) | |
download | freebsd-ports-gnome-a8b3f2c4f371af723417d4b5dfcf05ada9935548.tar.gz freebsd-ports-gnome-a8b3f2c4f371af723417d4b5dfcf05ada9935548.tar.zst freebsd-ports-gnome-a8b3f2c4f371af723417d4b5dfcf05ada9935548.zip |
- Update to latest
Diffstat (limited to 'benchmarks/nosqlbench')
-rw-r--r-- | benchmarks/nosqlbench/Makefile | 5 | ||||
-rw-r--r-- | benchmarks/nosqlbench/distinfo | 4 | ||||
-rw-r--r-- | benchmarks/nosqlbench/pkg-plist | 27 |
3 files changed, 31 insertions, 5 deletions
diff --git a/benchmarks/nosqlbench/Makefile b/benchmarks/nosqlbench/Makefile index 2d4da72ced36..ed7da24bf29e 100644 --- a/benchmarks/nosqlbench/Makefile +++ b/benchmarks/nosqlbench/Makefile @@ -13,11 +13,10 @@ LICENSE= BSD2CLAUSE LIB_DEPENDS= libleveldb.so:${PORTSDIR}/databases/leveldb -DATE= 20150822 +DATE= 20151214 USES= cmake tar:bzip2 -PLIST_FILES= bin/nb \ - etc/nosqlbench.conf.sample +CONFLICTS= tarantool-c BROKEN_powerpc64= Does not build on powerpc64 diff --git a/benchmarks/nosqlbench/distinfo b/benchmarks/nosqlbench/distinfo index c72edfaf5156..d784a3accf58 100644 --- a/benchmarks/nosqlbench/distinfo +++ b/benchmarks/nosqlbench/distinfo @@ -1,2 +1,2 @@ -SHA256 (nosqlbench-0.0.20150822.tar.bz2) = e9e4ecd06eeb026ed5e7367a0356c852bdf5b7c70f301f2740ca510002ceb0e2 -SIZE (nosqlbench-0.0.20150822.tar.bz2) = 835263 +SHA256 (nosqlbench-0.0.20151214.tar.bz2) = 2275a976a97c782144cbe3b3f43fde924961cd17b1e24e4ee849d1542a020d7a +SIZE (nosqlbench-0.0.20151214.tar.bz2) = 3201002 diff --git a/benchmarks/nosqlbench/pkg-plist b/benchmarks/nosqlbench/pkg-plist new file mode 100644 index 000000000000..eabebf8a6a20 --- /dev/null +++ b/benchmarks/nosqlbench/pkg-plist @@ -0,0 +1,27 @@ +bin/nb +%%ETCDIR%%.conf.sample +include/tarantool/tarantool.h +include/tarantool/tnt_auth.h +include/tarantool/tnt_buf.h +include/tarantool/tnt_call.h +include/tarantool/tnt_delete.h +include/tarantool/tnt_insert.h +include/tarantool/tnt_io.h +include/tarantool/tnt_iob.h +include/tarantool/tnt_iter.h +include/tarantool/tnt_mem.h +include/tarantool/tnt_net.h +include/tarantool/tnt_object.h +include/tarantool/tnt_opt.h +include/tarantool/tnt_ping.h +include/tarantool/tnt_proto.h +include/tarantool/tnt_reply.h +include/tarantool/tnt_request.h +include/tarantool/tnt_schema.h +include/tarantool/tnt_select.h +include/tarantool/tnt_stream.h +include/tarantool/tnt_update.h +lib/libtarantool.a +lib/libtarantool.so +lib/libtarantool.so.2.0 +lib/libtarantool.so.2.0.0 |