View | Details | Raw Unified | Return to bug 219706
Collapse All | Expand All

(-)databases/Makefile (+1 lines)
Lines 533-538 Link Here
533
    SUBDIR += pear-Structures_DataGrid_DataSource_MDB2
533
    SUBDIR += pear-Structures_DataGrid_DataSource_MDB2
534
    SUBDIR += pear-Structures_DataGrid_DataSource_PDO
534
    SUBDIR += pear-Structures_DataGrid_DataSource_PDO
535
    SUBDIR += pear-XML_Query2XML
535
    SUBDIR += pear-XML_Query2XML
536
    SUBDIR += pecl-cassandra
536
    SUBDIR += pecl-chdb
537
    SUBDIR += pecl-chdb
537
    SUBDIR += pecl-couchbase
538
    SUBDIR += pecl-couchbase
538
    SUBDIR += pecl-dbase
539
    SUBDIR += pecl-dbase
(-)databases/pecl-cassandra/Makefile (+19 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	cassandra
4
PORTVERSION=	1.3.0
5
CATEGORIES=	databases
6
7
MAINTAINER=	daniel@blodan.se
8
COMMENT=	Extension to access Cassandra
9
10
LICENSE=	APACHE20
11
LICENSE_FILE=	${WRKSRC}/LICENSE
12
13
LIB_DEPENDS=	libuv.so:devel/libuv \
14
		libcassandra.so:databases/cassandra-cpp-driver \
15
		libgmp.so:math/gmp
16
17
USES=		php:pecl localbase
18
19
.include <bsd.port.mk>
(-)databases/pecl-cassandra/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1496320704
2
SHA256 (PECL/cassandra-1.3.0.tgz) = d87cab8a1d28b5e5028f23849974ef845c3e4b971fd7c64518447a7f2d38fb6d
3
SIZE (PECL/cassandra-1.3.0.tgz) = 162241
(-)databases/pecl-cassandra/pkg-descr (+7 lines)
Line 0 Link Here
1
A modern, feature-rich and highly tunable PHP client 
2
library for Apache Cassandra and DataStax Enterprise.
3
4
Using exclusively Cassandra's binary protocol and 
5
Cassandra Query Language v3.
6
7
WWW: https://pecl.php.net/package/cassandra

Return to bug 219706