mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Its ruby client for Tarantool Key-Value Storage
WWW: https://github.com/mailru/tarantool-ruby PR: ports/178624 Submitted by: Gvozdikov Veniamin <g.veniamin@googlemail.com>
This commit is contained in:
parent
9215180e72
commit
88109113b6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=319338
@ -866,6 +866,7 @@
|
||||
SUBDIR += rubygem-rubyrep
|
||||
SUBDIR += rubygem-sqlite3
|
||||
SUBDIR += rubygem-sqlite3-ruby
|
||||
SUBDIR += rubygem-tarantool
|
||||
SUBDIR += sharedance
|
||||
SUBDIR += skytools
|
||||
SUBDIR += slony1
|
||||
|
22
databases/rubygem-tarantool/Makefile
Normal file
22
databases/rubygem-tarantool/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# Created by: Gvozdikov Veniamin <g.veniamin@googlemail.com>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= tarantool
|
||||
PORTVERSION= 0.4.3.3
|
||||
CATEGORIES= databases rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= g.veniamin@googlemail.com
|
||||
COMMENT= Tarantool KV-storage client
|
||||
|
||||
RUN_DEPENDS= rubygem-bin_utils=0.0.3:${PORTSDIR}/devel/rubygem-bin_utils \
|
||||
rubygem-iproto>=0.3:${PORTSDIR}/net/rubygem-iproto \
|
||||
rubygem-murmurhash3>=0.1.1:${PORTSDIR}/devel/rubygem-murmurhash3 \
|
||||
rubygem-sumbur>=0.0.2:${PORTSDIR}/devel/rubygem-sumbur
|
||||
|
||||
RUBY_VER= 1.9
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
databases/rubygem-tarantool/distinfo
Normal file
2
databases/rubygem-tarantool/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/tarantool-0.4.3.3.gem) = 5de65f2e2cab8aa7aa363ec977c28b6fa52df9f9f78d9f6bb14743b41d3a4339
|
||||
SIZE (rubygem/tarantool-0.4.3.3.gem) = 44032
|
3
databases/rubygem-tarantool/pkg-descr
Normal file
3
databases/rubygem-tarantool/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Its ruby client for Tarantool Key-Value Storage
|
||||
|
||||
WWW: https://github.com/mailru/tarantool-ruby
|
Loading…
Reference in New Issue
Block a user