From owner-svn-ports-head@FreeBSD.ORG Sat May 25 14:41:38 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 81D25E93; Sat, 25 May 2013 14:41:38 +0000 (UTC) (envelope-from az@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 743D837E; Sat, 25 May 2013 14:41:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4PEfcHV064564; Sat, 25 May 2013 14:41:38 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4PEfbkX064553; Sat, 25 May 2013 14:41:37 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201305251441.r4PEfbkX064553@svn.freebsd.org> From: Andrej Zverev Date: Sat, 25 May 2013 14:41:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r319057 - in head/databases: . p5-DR-Tarantool X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 May 2013 14:41:38 -0000 Author: az Date: Sat May 25 14:41:37 2013 New Revision: 319057 URL: http://svnweb.freebsd.org/changeset/ports/319057 Log: This module provides a synchronous and asynchronous driver for Tarantool. The driver does not have external dependencies, but includes the official light-weight Tarantool C client (a single C header which implements all protocol formatting) for packing requests and unpacking server responses. WWW: https://github.com/dr-co/dr-tarantool/ PR: ports/178618 Submitted by: Veniamin Gvozdikov Added: head/databases/p5-DR-Tarantool/ head/databases/p5-DR-Tarantool/Makefile (contents, props changed) head/databases/p5-DR-Tarantool/distinfo (contents, props changed) head/databases/p5-DR-Tarantool/pkg-descr (contents, props changed) head/databases/p5-DR-Tarantool/pkg-plist (contents, props changed) Modified: head/databases/Makefile Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Sat May 25 14:41:31 2013 (r319056) +++ head/databases/Makefile Sat May 25 14:41:37 2013 (r319057) @@ -417,6 +417,7 @@ SUBDIR += p5-DBM-Deep SUBDIR += p5-DBZ_File SUBDIR += p5-DMOZ-ParseRDF + SUBDIR += p5-DR-Tarantool SUBDIR += p5-DWH_File SUBDIR += p5-Dancer-Plugin-DBIC SUBDIR += p5-Dancer-Plugin-Database Added: head/databases/p5-DR-Tarantool/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/p5-DR-Tarantool/Makefile Sat May 25 14:41:37 2013 (r319057) @@ -0,0 +1,30 @@ +# Created by: Gvozdikov Veniamin +# $FreeBSD$ + +PORTNAME= DR-Tarantool +PORTVERSION= 0.37 +CATEGORIES= databases perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:UNERA +PKGNAMEPREFIX= p5- + +MAINTAINER= g.veniamin@googlemail.com +COMMENT= Perl driver for Tarantool + +LICENSE= ART10 + +PERL_CONFIGURE= yes + +MAN3= \ + DR::README.3 \ + DR::Tarantool.3 \ + DR::Tarantool::AsyncClient.3 \ + DR::Tarantool::CoroClient.3 \ + DR::Tarantool::Iterator.3 \ + DR::Tarantool::LLClient.3 \ + DR::Tarantool::Spaces.3 \ + DR::Tarantool::StartTest.3 \ + DR::Tarantool::SyncClient.3 \ + DR::Tarantool::Tuple.3 + +.include Added: head/databases/p5-DR-Tarantool/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/p5-DR-Tarantool/distinfo Sat May 25 14:41:37 2013 (r319057) @@ -0,0 +1,2 @@ +SHA256 (DR-Tarantool-0.37.tar.gz) = 63fece40f2cf66d2e1be5778d0b1276223e52907ceec09cf96318264abc238e4 +SIZE (DR-Tarantool-0.37.tar.gz) = 56718 Added: head/databases/p5-DR-Tarantool/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/p5-DR-Tarantool/pkg-descr Sat May 25 14:41:37 2013 (r319057) @@ -0,0 +1,7 @@ +This module provides a synchronous and asynchronous driver for Tarantool. + +The driver does not have external dependencies, but includes the official +light-weight Tarantool C client (a single C header which implements all +protocol formatting) for packing requests and unpacking server responses. + +WWW: https://github.com/dr-co/dr-tarantool/ Added: head/databases/p5-DR-Tarantool/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/p5-DR-Tarantool/pkg-plist Sat May 25 14:41:37 2013 (r319057) @@ -0,0 +1,17 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/DR/README.pod +%%SITE_PERL%%/%%PERL_ARCH%%/DR/Tarantool.pm +%%SITE_PERL%%/%%PERL_ARCH%%/DR/Tarantool/AsyncClient.pm +%%SITE_PERL%%/%%PERL_ARCH%%/DR/Tarantool/CoroClient.pm +%%SITE_PERL%%/%%PERL_ARCH%%/DR/Tarantool/Iterator.pm +%%SITE_PERL%%/%%PERL_ARCH%%/DR/Tarantool/LLClient.pm +%%SITE_PERL%%/%%PERL_ARCH%%/DR/Tarantool/Spaces.pm +%%SITE_PERL%%/%%PERL_ARCH%%/DR/Tarantool/StartTest.pm +%%SITE_PERL%%/%%PERL_ARCH%%/DR/Tarantool/SyncClient.pm +%%SITE_PERL%%/%%PERL_ARCH%%/DR/Tarantool/Tuple.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/DR/Tarantool/.packlist +%%SITE_PERL%%/%%PERL_ARCH%%/auto/DR/Tarantool/Tarantool.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/DR/Tarantool/Tarantool.so +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DR/Tarantool +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DR +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/DR/Tarantool +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/DR