mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- 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:
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
|
@ -26,6 +26,7 @@
|
|||
SUBDIR += buzhug
|
||||
SUBDIR += c3p0
|
||||
SUBDIR += cassandra
|
||||
SUBDIR += cassandra-cpp-driver
|
||||
SUBDIR += cassandra2
|
||||
SUBDIR += cdb
|
||||
SUBDIR += cego
|
||||
|
|
30
databases/cassandra-cpp-driver/Makefile
Normal file
30
databases/cassandra-cpp-driver/Makefile
Normal 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>
|
2
databases/cassandra-cpp-driver/distinfo
Normal file
2
databases/cassandra-cpp-driver/distinfo
Normal 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
|
5
databases/cassandra-cpp-driver/pkg-descr
Normal file
5
databases/cassandra-cpp-driver/pkg-descr
Normal 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/
|
Loading…
Add table
Reference in a new issue