ports/186057: New port: databases/p5-Net-Async-CassandraCQL This module allows use of the CQL3 interface of a Cassandra database
Aleksey Ovcharenko
admins at perceptyx.com
Thu Jan 23 22:00:00 UTC 2014
>Number: 186057
>Category: ports
>Synopsis: New port: databases/p5-Net-Async-CassandraCQL This module allows use of the CQL3 interface of a Cassandra database
>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: Thu Jan 23 22:00:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator: Aleksey Ovcharenko
>Release: FreeBSD 10.0-RELEASE amd64
>Organization:
Perceptyx Inc.
>Environment:
System: FreeBSD developers.xbrlcloud.com 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: Thu Jan 16 22:34:59 UTC 2014 root at snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64
>Description:
This module allows use of the CQL3 interface of a Cassandra database.
It fully supports asynchronous operation via IO::Async, allowing both
direct queries and prepared statements to be managed concurrently, if
required. Alternatively, as the interface is entirely based on Future
objects, it can be operated synchronously in a blocking fashion by
simply awaiting each individual operation by calling the get method.
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
# 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-Net-Async-CassandraCQL
# p5-Net-Async-CassandraCQL/pkg-plist
# p5-Net-Async-CassandraCQL/pkg-descr
# p5-Net-Async-CassandraCQL/distinfo
# p5-Net-Async-CassandraCQL/Makefile
#
echo c - p5-Net-Async-CassandraCQL
mkdir -p p5-Net-Async-CassandraCQL > /dev/null 2>&1
echo x - p5-Net-Async-CassandraCQL/pkg-plist
sed 's/^X//' >p5-Net-Async-CassandraCQL/pkg-plist << '5c69e17b6771b914bb09d07f5c33f97a'
X%%SITE_PERL%%/Net/Async/CassandraCQL.pm
X%%SITE_PERL%%/Net/Async/CassandraCQL/Connection.pm
X%%SITE_PERL%%/Net/Async/CassandraCQL/Query.pm
X at dirrmtry %%SITE_PERL%%/Net/Async/CassandraCQL
X at dirrmtry %%SITE_PERL%%/Net/Async
X at dirrmtry %%SITE_PERL%%/Net
5c69e17b6771b914bb09d07f5c33f97a
echo x - p5-Net-Async-CassandraCQL/pkg-descr
sed 's/^X//' >p5-Net-Async-CassandraCQL/pkg-descr << '45986d1da40ba1245dcc33cb38b254fc'
XThis module allows use of the CQL3 interface of a Cassandra
Xdatabase. It fully supports asynchronous operation via IO::Async,
Xallowing both direct queries and prepared statements to be managed
Xconcurrently, if required. Alternatively, as the interface is entirely
Xbased on Future objects, it can be operated synchronously in a
Xblocking fashion by simply awaiting each individual operation by
Xcalling the get method.
X
XWWW: http://search.cpan.org/dist/Net-Async-CassandraCQL/
45986d1da40ba1245dcc33cb38b254fc
echo x - p5-Net-Async-CassandraCQL/distinfo
sed 's/^X//' >p5-Net-Async-CassandraCQL/distinfo << '079356ca0065f7bfadf483ad7e2ac0a1'
XSHA256 (Net-Async-CassandraCQL-0.09.tar.gz) = 407267c7a795081eedcc0391fff071497d5ed797a1ccf68fc3212f4c73603fd9
XSIZE (Net-Async-CassandraCQL-0.09.tar.gz) = 38647
079356ca0065f7bfadf483ad7e2ac0a1
echo x - p5-Net-Async-CassandraCQL/Makefile
sed 's/^X//' >p5-Net-Async-CassandraCQL/Makefile << 'bb1ddf46cf5f23c909302105407fddb3'
X# Created by: Denis Shaposhnikov <dsh at bamus.cz>
X# $FreeBSD$
X
XPORTNAME= Net-Async-CassandraCQL
XPORTVERSION= 0.09
XCATEGORIES= databases perl5
XMASTER_SITES= CPAN
XMASTER_SITE_SUBDIR= Net
XPKGNAMEPREFIX= p5-
X
XMAINTAINER= dsh at bamus.cz
XCOMMENT= use Cassandra databases with IO::Async using CQL
X
XBUILD_DEPENDS= p5-Compress-Snappy>0:${PORTSDIR}archivers/p5-Compress-Snappy/ \
X devel/p5-Devel-GlobalDestruction>0:${PORTSDIR}/devel/p5-Devel-GlobalDestruction \
X p5-Future>0:${PORTSDIR}/devel/p5-Future \
X p5-IO-Async>0:${PORTSDIR}/devel/p5-IO-Async \
X p5-IO-Socket-IP>0:${PORTSDIR}/net/p5-IO-Socket-IP \
X p5-Protocol-CassandraCQL>0:${PORTSDIR}/databases/p5-Protocol-CassandraCQL
XRUN_DEPENDS:= ${BUILD_DEPENDS}
X
XUSES= perl5
XUSE_PERL5= configure
X
XNO_STAGE= yes
X
X.include <bsd.port.mk>
bb1ddf46cf5f23c909302105407fddb3
exit
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list