Bug 186057 - New port: databases/p5-Net-Async-CassandraCQL This module allows use of the CQL3 interface of a Cassandra database
Summary: New port: databases/p5-Net-Async-CassandraCQL This module allows use of the C...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Some People
Assignee: freebsd-perl (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-23 22:00 UTC by admins
Modified: 2014-09-05 03:40 UTC (History)
1 user (show)

See Also:


Attachments
file.shar (2.83 KB, text/plain)
2014-01-23 22:00 UTC, admins
no flags Details
Updated revision (3.46 KB, text/plain)
2014-08-27 20:15 UTC, admins
no flags Details
Latest poudriere log (16.71 KB, text/plain)
2014-08-27 20:16 UTC, admins
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description admins 2014-01-23 22:00:00 UTC
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:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-01-23 22:00:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

perl@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 admins 2014-08-27 20:15:53 UTC
Created attachment 146395 [details]
Updated revision

* Updated port version
* Removed NO_STAGE
Comment 3 admins 2014-08-27 20:16:30 UTC
Created attachment 146396 [details]
Latest poudriere log
Comment 4 admins 2014-08-27 20:20:53 UTC
Any chance to include this in ports tree?
Comment 5 commit-hook freebsd_committer freebsd_triage 2014-08-28 14:07:38 UTC
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
Comment 6 Kurt Jaeger freebsd_committer freebsd_triage 2014-08-28 14:09:50 UTC
Committed with fixed BUILD_DEPENDS, syntax fixup, and missing p5-Compress-LZ4.

Thanks!
Comment 7 commit-hook freebsd_committer freebsd_triage 2014-09-05 03:40:03 UTC
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