mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
new port databases/p5-MR-Tarantool
A driver for an efficient Tarantool/Box NoSQL in-memory storage. PR: ports/178617 Submitted by: Veniamin Gvozdikov <g.veniamin@googlemail.com>
This commit is contained in:
parent
2e78e303e8
commit
b98157787f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=321063
@ -433,6 +433,7 @@
|
||||
SUBDIR += p5-Iterator-DBI
|
||||
SUBDIR += p5-Jifty-DBI
|
||||
SUBDIR += p5-KyotoCabinet
|
||||
SUBDIR += p5-MR-Tarantool
|
||||
SUBDIR += p5-MLDBM
|
||||
SUBDIR += p5-MLDBM-Sync
|
||||
SUBDIR += p5-Memcached-libmemcached
|
||||
|
39
databases/p5-MR-Tarantool/Makefile
Normal file
39
databases/p5-MR-Tarantool/Makefile
Normal file
@ -0,0 +1,39 @@
|
||||
# Created by: Gvozdikov Veniamin <g.veniamin@googlemail.com>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= MR-Tarantool
|
||||
PORTVERSION= 0.0.24
|
||||
CATEGORIES= databases perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= g.veniamin@googlemail.com
|
||||
COMMENT= Driver for an efficient Tarantool/Box NoSQL in-memory storage
|
||||
|
||||
BUILD_DEPENDS= p5-AnyEvent>=7.04:${PORTSDIR}/devel/p5-AnyEvent \
|
||||
p5-Class-Singleton>=1.4:${PORTSDIR}/devel/p5-Class-Singleton \
|
||||
p5-Mouse>=1.1:${PORTSDIR}/devel/p5-Mouse \
|
||||
p5-String-CRC32>=1.4:${PORTSDIR}/devel/p5-String-CRC32
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= MR::IProto.3 \
|
||||
MR::IProto::Cluster.3 \
|
||||
MR::IProto::Cluster::Server.3 \
|
||||
MR::IProto::Connection.3 \
|
||||
MR::IProto::Connection::Async.3 \
|
||||
MR::IProto::Connection::Sync.3 \
|
||||
MR::IProto::Error.3 \
|
||||
MR::IProto::Message.3 \
|
||||
MR::IProto::NoResponse.3 \
|
||||
MR::IProto::Request.3 \
|
||||
MR::IProto::Response.3 \
|
||||
MR::IProto::Role::Debuggable.3 \
|
||||
MR::IProto::Server.3 \
|
||||
MR::IProto::Server::Connection.3 \
|
||||
MR::SilverBox.3 \
|
||||
MR::Tarantool::Box.3 \
|
||||
MR::Tarantool::Box::Singleton.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
databases/p5-MR-Tarantool/distinfo
Normal file
2
databases/p5-MR-Tarantool/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (MR-Tarantool-0.0.24.tar.gz) = 3612d53b3deae33c08936c53eed8bb421c483c706d0aef407f514bfca4820952
|
||||
SIZE (MR-Tarantool-0.0.24.tar.gz) = 41155
|
3
databases/p5-MR-Tarantool/pkg-descr
Normal file
3
databases/p5-MR-Tarantool/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
A driver for an efficient Tarantool/Box NoSQL in-memory storage.
|
||||
|
||||
WWW: http://search.cpan.org/dist/MR-Tarantool/
|
29
databases/p5-MR-Tarantool/pkg-plist
Normal file
29
databases/p5-MR-Tarantool/pkg-plist
Normal file
@ -0,0 +1,29 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/MR/Tarantool/.packlist
|
||||
%%SITE_PERL%%/MR/Pending.pm
|
||||
%%SITE_PERL%%/MR/IProto.pm
|
||||
%%SITE_PERL%%/MR/Tarantool/Box/Singleton.pm
|
||||
%%SITE_PERL%%/MR/Tarantool/Box.pm
|
||||
%%SITE_PERL%%/MR/IProto/Connection.pm
|
||||
%%SITE_PERL%%/MR/IProto/Message.pm
|
||||
%%SITE_PERL%%/MR/IProto/NoResponse.pm
|
||||
%%SITE_PERL%%/MR/IProto/Role/Debuggable.pm
|
||||
%%SITE_PERL%%/MR/IProto/Cluster.pm
|
||||
%%SITE_PERL%%/MR/IProto/Cluster/Server.pm
|
||||
%%SITE_PERL%%/MR/IProto/Response.pm
|
||||
%%SITE_PERL%%/MR/IProto/Server/Connection.pm
|
||||
%%SITE_PERL%%/MR/IProto/Server.pm
|
||||
%%SITE_PERL%%/MR/IProto/Error.pm
|
||||
%%SITE_PERL%%/MR/IProto/Request.pm
|
||||
%%SITE_PERL%%/MR/IProto/Connection/Async.pm
|
||||
%%SITE_PERL%%/MR/IProto/Connection/Sync.pm
|
||||
%%SITE_PERL%%/MR/SilverBox.pm
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/MR/Tarantool
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/MR
|
||||
@dirrm %%SITE_PERL%%/MR/Tarantool/Box
|
||||
@dirrm %%SITE_PERL%%/MR/Tarantool
|
||||
@dirrm %%SITE_PERL%%/MR/IProto/Server
|
||||
@dirrm %%SITE_PERL%%/MR/IProto/Role
|
||||
@dirrm %%SITE_PERL%%/MR/IProto/Connection
|
||||
@dirrm %%SITE_PERL%%/MR/IProto/Cluster
|
||||
@dirrm %%SITE_PERL%%/MR/IProto
|
||||
@dirrm %%SITE_PERL%%/MR
|
Loading…
Reference in New Issue
Block a user