forked from jsonn/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v0.17.0 - multi_get_columns with only one query (courtesy @christian-blades-cb) - documentation fixes for get and multi_get (issue #136, courtesy @christian-blades-cb) v0.16.0 - New :queue_size option for batch mode (courtesy @vicentllongo) - Cassandra 1.1 support (courtesy @hawknewton)
- Loading branch information
taca
committed
Dec 17, 2012
1 parent
4d36a5a
commit 286b561
Showing
3 changed files
with
23 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,19 @@ | ||
# $NetBSD: Makefile,v 1.8 2012/09/03 15:12:54 taca Exp $ | ||
# $NetBSD: Makefile,v 1.9 2012/12/17 12:29:00 taca Exp $ | ||
|
||
DISTNAME= cassandra-0.15.0 | ||
DISTNAME= cassandra-0.17.0 | ||
CATEGORIES= databases ruby | ||
|
||
MAINTAINER= [email protected] | ||
HOMEPAGE= http://blog.evanweaver.com/files/doc/fauna/cassandra/ | ||
COMMENT= Ruby extension for Cassandra | ||
LICENSE= apache-2.0 | ||
|
||
DEPENDS+= ${RUBY_PKGPREFIX}-simple_uuid>=0.2.0<0.3:../../devel/ruby-simple_uuid | ||
DEPENDS+= ${RUBY_PKGPREFIX}-thrift_client>=0.7.0:../../devel/ruby-thrift_client | ||
DEPENDS+= ${RUBY_PKGPREFIX}-simple_uuid>=0.2<1:../../devel/ruby-simple_uuid | ||
DEPENDS+= ${RUBY_PKGPREFIX}-thrift_client<0.9:../../devel/ruby-thrift_client | ||
|
||
RUBY_JSON_REQD= 0 | ||
USE_RAKE= run | ||
OVERRIDE_GEMSPEC= simple_uuid~>0.2 | ||
|
||
.include "../../lang/ruby/gem.mk" | ||
.include "../../lang/ruby/json.mk" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
$NetBSD: distinfo,v 1.6 2012/09/03 15:12:54 taca Exp $ | ||
$NetBSD: distinfo,v 1.7 2012/12/17 12:29:00 taca Exp $ | ||
|
||
SHA1 (cassandra-0.15.0.gem) = a188bd579f6aece59587ca8b07f589c515183be9 | ||
RMD160 (cassandra-0.15.0.gem) = 439ed782f9470dade337ec869d3c83a3617d1411 | ||
Size (cassandra-0.15.0.gem) = 109568 bytes | ||
SHA1 (cassandra-0.17.0.gem) = a62a139a8c5f4c179a6ac638fa072291b741c257 | ||
RMD160 (cassandra-0.17.0.gem) = 3c25e00caebd97a4435cc25acd95cfed9bdb7633 | ||
Size (cassandra-0.17.0.gem) = 133120 bytes |