- New port: databases/cassandra-cpp-driver

DataStax Cpp Driver is modern, feature-rich, and highly tunable C/C++
  client library for Apache Cassandra (1.2+) and DataStax Enterprise
  (3.1+) using exclusively Cassandra's native protocol and Cassandra
  Query Language v3.

  WWW: http://datastax.github.io/cpp-driver/
This commit is contained in:
Pietro Cerutti 2015-06-20 08:02:19 +00:00
parent 8678f6ce41
commit aa9341c1e3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=390149
4 changed files with 38 additions and 0 deletions

View file

@ -26,6 +26,7 @@
SUBDIR += buzhug
SUBDIR += c3p0
SUBDIR += cassandra
SUBDIR += cassandra-cpp-driver
SUBDIR += cassandra2
SUBDIR += cdb
SUBDIR += cego

View file

@ -0,0 +1,30 @@
# Created by: gahr
# $FreeBSD$
PORTNAME= cassandra-cpp-driver
PORTVERSION= 1.0.2
CATEGORIES= databases
MAINTAINER= gahr@FreeBSD.org
COMMENT= DataStax C/C++ Driver for Apache Cassandra
LICENSE= APACHE20
LIB_DEPENDS= libuv.so:${PORTSDIR}/devel/libuv
USE_GITHUB= nodefault
GH_ACCOUNT= datastax
GH_PROJECT= cpp-driver
USES= cmake:outsource
CMAKE_ARGS= -DCMAKE_INSTALL_LIBDIR:STRING=lib
USE_LDCONFIG= yes
USE_OPENSSL= yes
PLIST_FILES= include/cassandra.h \
lib/libcassandra.so \
lib/libcassandra.so.1 \
lib/libcassandra.so.1.0.2
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (cassandra-cpp-driver-1.0.2_GH0.tar.gz) = 69a80dc857d3de975827c6c165e7844c8044e32de47cd702ffd97e7577de2672
SIZE (cassandra-cpp-driver-1.0.2_GH0.tar.gz) = 1036892

View file

@ -0,0 +1,5 @@
DataStax Cpp Driver is modern, feature-rich, and highly tunable C/C++ client
library for Apache Cassandra (1.2+) and DataStax Enterprise (3.1+) using
exclusively Cassandra's native protocol and Cassandra Query Language v3.
WWW: http://datastax.github.io/cpp-driver/