svn commit: r390149 - in head/databases: . cassandra-cpp-driver

Pietro Cerutti gahr at FreeBSD.org
Sat Jun 20 08:02:21 UTC 2015


Author: gahr
Date: Sat Jun 20 08:02:19 2015
New Revision: 390149
URL: https://svnweb.freebsd.org/changeset/ports/390149

Log:
  - 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/

Added:
  head/databases/cassandra-cpp-driver/
  head/databases/cassandra-cpp-driver/Makefile   (contents, props changed)
  head/databases/cassandra-cpp-driver/distinfo   (contents, props changed)
  head/databases/cassandra-cpp-driver/pkg-descr   (contents, props changed)
Modified:
  head/databases/Makefile

Modified: head/databases/Makefile
==============================================================================
--- head/databases/Makefile	Sat Jun 20 06:20:11 2015	(r390148)
+++ head/databases/Makefile	Sat Jun 20 08:02:19 2015	(r390149)
@@ -26,6 +26,7 @@
     SUBDIR += buzhug
     SUBDIR += c3p0
     SUBDIR += cassandra
+    SUBDIR += cassandra-cpp-driver
     SUBDIR += cassandra2
     SUBDIR += cdb
     SUBDIR += cego

Added: head/databases/cassandra-cpp-driver/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/cassandra-cpp-driver/Makefile	Sat Jun 20 08:02:19 2015	(r390149)
@@ -0,0 +1,30 @@
+# Created by: gahr
+# $FreeBSD$
+
+PORTNAME=	cassandra-cpp-driver
+PORTVERSION=	1.0.2
+CATEGORIES=	databases
+
+MAINTAINER=	gahr at 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>

Added: head/databases/cassandra-cpp-driver/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/cassandra-cpp-driver/distinfo	Sat Jun 20 08:02:19 2015	(r390149)
@@ -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

Added: head/databases/cassandra-cpp-driver/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/cassandra-cpp-driver/pkg-descr	Sat Jun 20 08:02:19 2015	(r390149)
@@ -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/


More information about the svn-ports-all mailing list