svn commit: r443946 - in head/databases: . pecl-cassandra
Mathieu Arnold
mat at FreeBSD.org
Tue Jun 20 10:15:30 UTC 2017
Author: mat
Date: Tue Jun 20 10:15:28 2017
New Revision: 443946
URL: https://svnweb.freebsd.org/changeset/ports/443946
Log:
A modern, feature-rich and highly tunable PHP client
library for Apache Cassandra and DataStax Enterprise.
Using exclusively Cassandra's binary protocol and
Cassandra Query Language v3.
WWW: https://pecl.php.net/package/cassandra
PR: 219706
Submitted by: daniel at blodan.se
Sponsored by: Absolight
Added:
head/databases/pecl-cassandra/
head/databases/pecl-cassandra/Makefile (contents, props changed)
head/databases/pecl-cassandra/distinfo (contents, props changed)
head/databases/pecl-cassandra/pkg-descr (contents, props changed)
Modified:
head/databases/Makefile
Modified: head/databases/Makefile
==============================================================================
--- head/databases/Makefile Tue Jun 20 09:01:27 2017 (r443945)
+++ head/databases/Makefile Tue Jun 20 10:15:28 2017 (r443946)
@@ -540,6 +540,7 @@
SUBDIR += pear-Structures_DataGrid_DataSource_MDB2
SUBDIR += pear-Structures_DataGrid_DataSource_PDO
SUBDIR += pear-XML_Query2XML
+ SUBDIR += pecl-cassandra
SUBDIR += pecl-chdb
SUBDIR += pecl-couchbase
SUBDIR += pecl-dbase
Added: head/databases/pecl-cassandra/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/databases/pecl-cassandra/Makefile Tue Jun 20 10:15:28 2017 (r443946)
@@ -0,0 +1,19 @@
+# $FreeBSD$
+
+PORTNAME= cassandra
+PORTVERSION= 1.3.0
+CATEGORIES= databases
+
+MAINTAINER= daniel at blodan.se
+COMMENT= Extension to access Cassandra
+
+LICENSE= APACHE20
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+LIB_DEPENDS= libuv.so:devel/libuv \
+ libcassandra.so:databases/cassandra-cpp-driver \
+ libgmp.so:math/gmp
+
+USES= php:pecl localbase
+
+.include <bsd.port.mk>
Added: head/databases/pecl-cassandra/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/databases/pecl-cassandra/distinfo Tue Jun 20 10:15:28 2017 (r443946)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1496320704
+SHA256 (PECL/cassandra-1.3.0.tgz) = d87cab8a1d28b5e5028f23849974ef845c3e4b971fd7c64518447a7f2d38fb6d
+SIZE (PECL/cassandra-1.3.0.tgz) = 162241
Added: head/databases/pecl-cassandra/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/databases/pecl-cassandra/pkg-descr Tue Jun 20 10:15:28 2017 (r443946)
@@ -0,0 +1,7 @@
+A modern, feature-rich and highly tunable PHP client
+library for Apache Cassandra and DataStax Enterprise.
+
+Using exclusively Cassandra's binary protocol and
+Cassandra Query Language v3.
+
+WWW: https://pecl.php.net/package/cassandra
More information about the svn-ports-all
mailing list