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. Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->perl perl@ wants this port PRs (via the GNATS Auto Assign Tool)
Created attachment 146395 [details] Updated revision * Updated port version * Removed NO_STAGE
Created attachment 146396 [details] Latest poudriere log
Any chance to include this in ports tree?
A commit references this bug: Author: pi Date: Thu Aug 28 14:07:08 UTC 2014 New revision: 366405 URL: http://svnweb.freebsd.org/changeset/ports/366405 Log: New port: databases/p5-Net-Async-CassandraCQL 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. WWW: http://search.cpan.org/dist/Net-Async-CassandraCQL/ PR: 186057 Submitted by: admins@perceptyx.com Changes: head/databases/Makefile head/databases/p5-Net-Async-CassandraCQL/ head/databases/p5-Net-Async-CassandraCQL/Makefile head/databases/p5-Net-Async-CassandraCQL/distinfo head/databases/p5-Net-Async-CassandraCQL/pkg-descr head/databases/p5-Net-Async-CassandraCQL/pkg-plist
Committed with fixed BUILD_DEPENDS, syntax fixup, and missing p5-Compress-LZ4. Thanks!
A commit references this bug: Author: pi Date: Fri Sep 5 03:39:47 UTC 2014 New revision: 367325 URL: http://svnweb.freebsd.org/changeset/ports/367325 Log: databases/p5-Net-Async-CassandraCQL: fix _DEPENDS PR: 186057 Submitted by: az Reviewed by: sunpoet Changes: head/databases/p5-Net-Async-CassandraCQL/Makefile