diff --git a/databases/Makefile b/databases/Makefile index 673778272c5f..9b182a03238b 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -866,6 +866,7 @@ SUBDIR += rubygem-rubyrep SUBDIR += rubygem-sqlite3 SUBDIR += rubygem-sqlite3-ruby + SUBDIR += rubygem-tarantool SUBDIR += sharedance SUBDIR += skytools SUBDIR += slony1 diff --git a/databases/rubygem-tarantool/Makefile b/databases/rubygem-tarantool/Makefile new file mode 100644 index 000000000000..4af8bcf77bf2 --- /dev/null +++ b/databases/rubygem-tarantool/Makefile @@ -0,0 +1,22 @@ +# Created by: Gvozdikov Veniamin +# $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 diff --git a/databases/rubygem-tarantool/distinfo b/databases/rubygem-tarantool/distinfo new file mode 100644 index 000000000000..c23055fab552 --- /dev/null +++ b/databases/rubygem-tarantool/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/tarantool-0.4.3.3.gem) = 5de65f2e2cab8aa7aa363ec977c28b6fa52df9f9f78d9f6bb14743b41d3a4339 +SIZE (rubygem/tarantool-0.4.3.3.gem) = 44032 diff --git a/databases/rubygem-tarantool/pkg-descr b/databases/rubygem-tarantool/pkg-descr new file mode 100644 index 000000000000..868587f34183 --- /dev/null +++ b/databases/rubygem-tarantool/pkg-descr @@ -0,0 +1,3 @@ +Its ruby client for Tarantool Key-Value Storage + +WWW: https://github.com/mailru/tarantool-ruby