>Number: 178618 >Category: ports >Synopsis: [new port]: databases/p5-DR-Tarantool Perl driver for Tarantool >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue May 14 08:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Veniamin Gvozdikov >Release: FreeBSD 9.1-RELEASE >Organization: >Environment: FreeBSD ololo 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: 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. >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # p5-DR-Tarantool # p5-DR-Tarantool/pkg-plist # p5-DR-Tarantool/distinfo # p5-DR-Tarantool/Makefile # p5-DR-Tarantool/pkg-descr # echo c - p5-DR-Tarantool mkdir -p p5-DR-Tarantool > /dev/null 2>&1 echo x - p5-DR-Tarantool/pkg-plist sed 's/^X//' >p5-DR-Tarantool/pkg-plist << 'a4276c7809403f51d64250679c790bc3' X%%SITE_PERL%%/%%PERL_ARCH%%/DR/README.pod X%%SITE_PERL%%/%%PERL_ARCH%%/DR/Tarantool.pm X%%SITE_PERL%%/%%PERL_ARCH%%/DR/Tarantool/AsyncClient.pm X%%SITE_PERL%%/%%PERL_ARCH%%/DR/Tarantool/CoroClient.pm X%%SITE_PERL%%/%%PERL_ARCH%%/DR/Tarantool/Iterator.pm X%%SITE_PERL%%/%%PERL_ARCH%%/DR/Tarantool/LLClient.pm X%%SITE_PERL%%/%%PERL_ARCH%%/DR/Tarantool/Spaces.pm X%%SITE_PERL%%/%%PERL_ARCH%%/DR/Tarantool/StartTest.pm X%%SITE_PERL%%/%%PERL_ARCH%%/DR/Tarantool/SyncClient.pm X%%SITE_PERL%%/%%PERL_ARCH%%/DR/Tarantool/Tuple.pm X%%SITE_PERL%%/%%PERL_ARCH%%/auto/DR/Tarantool/.packlist X%%SITE_PERL%%/%%PERL_ARCH%%/auto/DR/Tarantool/Tarantool.bs X%%SITE_PERL%%/%%PERL_ARCH%%/auto/DR/Tarantool/Tarantool.so X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DR/Tarantool X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DR X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/DR/Tarantool X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/DR a4276c7809403f51d64250679c790bc3 echo x - p5-DR-Tarantool/distinfo sed 's/^X//' >p5-DR-Tarantool/distinfo << 'a8f70bcad2415c17967fa5c349dedd23' XSHA256 (DR-Tarantool-0.37.tar.gz) = 63fece40f2cf66d2e1be5778d0b1276223e52907ceec09cf96318264abc238e4 XSIZE (DR-Tarantool-0.37.tar.gz) = 56718 a8f70bcad2415c17967fa5c349dedd23 echo x - p5-DR-Tarantool/Makefile sed 's/^X//' >p5-DR-Tarantool/Makefile << 'd0e2e633a55ad91a5efae2076ba7e1e2' X# Created by: Gvozdikov Veniamin <g.veniamin@googlemail.com> X# $FreeBSD$ X XPORTNAME= DR-Tarantool XPORTVERSION= 0.37 XCATEGORIES= databases perl5 XMASTER_SITES= CPAN XMASTER_SITE_SUBDIR= CPAN:UNERA XPKGNAMEPREFIX= p5- X XMAINTAINER= g.veniamin@googlemail.com XCOMMENT= Perl driver for Tarantool X XLICENSE= ART10 X XPERL_CONFIGURE= yes X XMAN3= \ X DR::README.3 \ X DR::Tarantool.3 \ X DR::Tarantool::AsyncClient.3 \ X DR::Tarantool::CoroClient.3 \ X DR::Tarantool::Iterator.3 \ X DR::Tarantool::LLClient.3 \ X DR::Tarantool::Spaces.3 \ X DR::Tarantool::StartTest.3 \ X DR::Tarantool::SyncClient.3 \ X DR::Tarantool::Tuple.3 X X.include <bsd.port.mk> d0e2e633a55ad91a5efae2076ba7e1e2 echo x - p5-DR-Tarantool/pkg-descr sed 's/^X//' >p5-DR-Tarantool/pkg-descr << '65f037a1bd0345d493aa9a9e9bbcbf3a' XThis module provides a synchronous and asynchronous driver for Tarantool. X XThe driver does not have external dependencies, but includes the official Xlight-weight Tarantool C client (a single C header which implements all Xprotocol formatting) for packing requests and unpacking server responses. X XWWW: https://github.com/dr-co/dr-tarantool/ 65f037a1bd0345d493aa9a9e9bbcbf3a exit >Release-Note: >Audit-Trail: >Unformatted: _______________________________________________ freebsd-ports-bugs@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports-bugs To unsubscribe, send any mail to "freebsd-ports-bugs-unsubscribe@freebsd.org"
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.
Responsible Changed From-To: freebsd-ports-bugs->perl perl@ wants this port PRs (via the GNATS Auto Assign Tool)
Responsible Changed From-To: perl->az I'll take it.
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 <g.veniamin@googlemail.com> 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 <g.veniamin@googlemail.com> +# $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 <bsd.port.mk> 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 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed New port added. Thanks!