4e6a9a5f6a
v0.22.0 - Add new composite API to resolve ambiguity between unpacking a composite and packing a composite with one element (issue #196, courtesy @kevinkehl) - Breaking change: schema change methods no longer catch exceptions internally. They work the same as everything else. v0.21.0 - Add 1.2 libs to gem v0.19.0 - Fixed windows build by disabling native extensions (issue #188, courtesy @jacek99) - Speed improvement to native composite column extension (issue #186, courtesy @muirmanders) - Fix OrderedHash iterator return values (issue #185, courtesy @fester) - Native support for dynamic composite decoding (issue #184, courtesy @muirmanders) v0.18.0 - Cassandra 1.2 support (issue #175, courtesy @brainopia) - drop_keyspace defaults to current keyspace (issue #176, courtesy @brianopia) - Easier flush_batch interface (issue #182, courtesy @brianopia) - Support for removing multiple columns (issue #183, courtesy @brianopia)
20 lines
591 B
Makefile
20 lines
591 B
Makefile
# $NetBSD: Makefile,v 1.10 2013/09/13 12:41:25 taca Exp $
|
|
|
|
DISTNAME= cassandra-0.22.0
|
|
CATEGORIES= databases ruby
|
|
|
|
MAINTAINER= tonnerre@NetBSD.org
|
|
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<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"
|
|
.include "../../mk/bsd.pkg.mk"
|