Add php5-pdo_cassandra 0.2.1, PDO driver for Apache Cassandra.

PR:		ports/163794
Submitted by:	Gasol Wu <gasol.wu@gmail.com>
This commit is contained in:
Li-Wen Hsu 2012-01-03 11:50:35 +00:00
parent ebe189c5a2
commit 6823f4a064
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=288466
4 changed files with 46 additions and 0 deletions

View file

@ -563,6 +563,7 @@
SUBDIR += php5-mysqli
SUBDIR += php5-odbc
SUBDIR += php5-pdo
SUBDIR += php5-pdo_cassandra
SUBDIR += php5-pdo_dblib
SUBDIR += php5-pdo_firebird
SUBDIR += php5-pdo_mysql

View file

@ -0,0 +1,33 @@
# New ports collection makefile for: php5-pdo_cassandra
# Date created: 2011-08-03
# Whom: Gasol Wu <gasol.wu@gmail.com>
#
# $FreeBSD$
#
PORTNAME= pdo_cassandra
PORTVERSION= 0.2.1
CATEGORIES= databases
MASTER_SITES= https://github.com/${GITHUB_USER}/php-${PORTNAME}/tarball/${GITREVISION}/
PKGNAMEPREFIX= php5-
DISTNAME= ${GITHUB_USER}-php-${PORTNAME}-${GITTAG}-14-g${GITREVISION}
MAINTAINER= gasol.wu@gmail.com
COMMENT= PDO driver for Apache Cassandra
LIB_DEPENDS= boost_iostreams:${PORTSDIR}/devel/boost-libs \
thrift:${PORTSDIR}/devel/thrift
GITREVISION= 7debd5b
GITTAG= 0.8-support
GITHUB_USER= mkoppanen
FETCH_ARGS= -pRr
WRKSRC= ${WRKDIR}/${GITHUB_USER}-php-${PORTNAME}-${GITREVISION}
USE_PHP_BUILD= yes
USE_PHP= pdo
USE_PHPEXT= yes
DEFAULT_PHP_VER=5
IGNORE_WITH_PHP=4 52
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (mkoppanen-php-pdo_cassandra-0.8-support-14-g7debd5b.tar.gz) = 22ed3a42c4525bfa9808533c5dd4675443ac7af8837ab5812a2a301b997538f2
SIZE (mkoppanen-php-pdo_cassandra-0.8-support-14-g7debd5b.tar.gz) = 32970

View file

@ -0,0 +1,10 @@
PDO driver for Apache Cassandra
Cassandra is a highly scalable, eventually consistent, distributed,
structured key-value store. Cassandra brings together the distributed
systems technologies from Dynamo and the data model from Google's
BigTable. Like Dynamo, Cassandra is eventually consistent. Like
BigTable, Cassandra provides a ColumnFamily-based data model richer
than typical key/value systems.
WWW: http://code.google.com/a/apache-extras.org/p/cassandra-pdo/