From ee2416235b67b83ecdb121c2f9da8f12a7b6b6c2 Mon Sep 17 00:00:00 2001 From: pi Date: Thu, 28 Aug 2014 12:10:12 +0000 Subject: New port: databases/p5-Protocol-CassandraCQL This module provides the basic constants and other support functions required to communicate with a Cassandra database using CQL3. It is not in itself a CQL client; it simply provides the necessary support functions to allow one to be written. For a complete client, see instead Net::Async::CassandraCQL. WWW: http://search.cpan.org/dist/Protocol-CassandraCQL/ PR: 186055 Submitted by: admins@perceptyx.com --- databases/p5-Protocol-CassandraCQL/Makefile | 26 ++++++++++++++++++++++++++ databases/p5-Protocol-CassandraCQL/distinfo | 2 ++ databases/p5-Protocol-CassandraCQL/pkg-descr | 8 ++++++++ databases/p5-Protocol-CassandraCQL/pkg-plist | 19 +++++++++++++++++++ 4 files changed, 55 insertions(+) create mode 100644 databases/p5-Protocol-CassandraCQL/Makefile create mode 100644 databases/p5-Protocol-CassandraCQL/distinfo create mode 100644 databases/p5-Protocol-CassandraCQL/pkg-descr create mode 100644 databases/p5-Protocol-CassandraCQL/pkg-plist (limited to 'databases/p5-Protocol-CassandraCQL') diff --git a/databases/p5-Protocol-CassandraCQL/Makefile b/databases/p5-Protocol-CassandraCQL/Makefile new file mode 100644 index 000000000000..6d4335749f9d --- /dev/null +++ b/databases/p5-Protocol-CassandraCQL/Makefile @@ -0,0 +1,26 @@ +# Created by: Denis Shaposhnikov +# $FreeBSD$ + +PORTNAME= Protocol-CassandraCQL +PORTVERSION= 0.11 +CATEGORIES= databases perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:PEVANS +PKGNAMEPREFIX= p5- + +MAINTAINER= admins@perceptyx.com +COMMENT= Wire protocol support functions for Cassandra CQL3 + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Compress-Snappy>0:${PORTSDIR}/archivers/p5-Compress-Snappy \ + p5-IO-Socket-IP>0:${PORTSDIR}/net/p5-IO-Socket-IP \ + p5-Test-Fatal>0:${PORTSDIR}/devel/p5-Test-Fatal \ + p5-Test-HexString>0:${PORTSDIR}/devel/p5-Test-HexString +RUN_DEPENDS:= ${BUILD_DEPENDS} + +USES= perl5 +USE_PERL5= configure + +.include diff --git a/databases/p5-Protocol-CassandraCQL/distinfo b/databases/p5-Protocol-CassandraCQL/distinfo new file mode 100644 index 000000000000..c0d3a8400c17 --- /dev/null +++ b/databases/p5-Protocol-CassandraCQL/distinfo @@ -0,0 +1,2 @@ +SHA256 (Protocol-CassandraCQL-0.11.tar.gz) = ea260d43e421ba848c3d366457728ef4c1e0a8086404b7c0034893c9aa87d089 +SIZE (Protocol-CassandraCQL-0.11.tar.gz) = 41598 diff --git a/databases/p5-Protocol-CassandraCQL/pkg-descr b/databases/p5-Protocol-CassandraCQL/pkg-descr new file mode 100644 index 000000000000..daf01b7134f4 --- /dev/null +++ b/databases/p5-Protocol-CassandraCQL/pkg-descr @@ -0,0 +1,8 @@ +This module provides the basic constants and other support functions +required to communicate with a Cassandra database using CQL3. It is +not in itself a CQL client; it simply provides the necessary support +functions to allow one to be written. + +For a complete client, see instead Net::Async::CassandraCQL. + +WWW: http://search.cpan.org/dist/Protocol-CassandraCQL/ diff --git a/databases/p5-Protocol-CassandraCQL/pkg-plist b/databases/p5-Protocol-CassandraCQL/pkg-plist new file mode 100644 index 000000000000..d391e84c2b1c --- /dev/null +++ b/databases/p5-Protocol-CassandraCQL/pkg-plist @@ -0,0 +1,19 @@ +%%SITE_PERL%%/Protocol/CassandraCQL.pm +%%SITE_PERL%%/Protocol/CassandraCQL/Client.pm +%%SITE_PERL%%/Protocol/CassandraCQL/ColumnMeta.pm +%%SITE_PERL%%/Protocol/CassandraCQL/Frame.pm +%%SITE_PERL%%/Protocol/CassandraCQL/Frames.pm +%%SITE_PERL%%/Protocol/CassandraCQL/Result.pm +%%SITE_PERL%%/Protocol/CassandraCQL/Type.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Protocol/CassandraCQL/.packlist +%%PERL5_MAN3%%/Protocol::CassandraCQL.3.gz +%%PERL5_MAN3%%/Protocol::CassandraCQL::Client.3.gz +%%PERL5_MAN3%%/Protocol::CassandraCQL::ColumnMeta.3.gz +%%PERL5_MAN3%%/Protocol::CassandraCQL::Frame.3.gz +%%PERL5_MAN3%%/Protocol::CassandraCQL::Frames.3.gz +%%PERL5_MAN3%%/Protocol::CassandraCQL::Result.3.gz +%%PERL5_MAN3%%/Protocol::CassandraCQL::Type.3.gz +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Protocol/CassandraCQL +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Protocol +@dirrmtry %%SITE_PERL%%/Protocol/CassandraCQL +@dirrmtry %%SITE_PERL%%/Protocol -- cgit