mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Update to latest
This commit is contained in:
parent
050a043f19
commit
06be62fdcc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=406852
3 changed files with 31 additions and 5 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
27
benchmarks/nosqlbench/pkg-plist
Normal file
27
benchmarks/nosqlbench/pkg-plist
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue