Date: Tue, 3 Jan 2012 16:29:50 +0800 (CST) From: Gasol Wu <gasol.wu@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/163794: [NEW PORT] databases/php5-pdo_cassandra: PDO driver for Apache Cassandra Message-ID: <201201030829.q038Tomg018115@aqua> Resent-Message-ID: <201201030830.q038UEE9021212@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 163794 >Category: ports >Synopsis: [NEW PORT] databases/php5-pdo_cassandra: PDO driver for Apache Cassandra >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jan 03 08:30:14 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Gasol Wu >Release: FreeBSD 8.2-RELEASE amd64 >Organization: >Environment: System: FreeBSD aqua 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Thu Feb 17 02:41:51 UTC 2011 >Description: This supercedes http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/163624 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/ Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- php5-pdo_cassandra-0.2.1.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # php5-pdo_cassandra # php5-pdo_cassandra/Makefile # php5-pdo_cassandra/distinfo # php5-pdo_cassandra/pkg-descr # echo c - php5-pdo_cassandra mkdir -p php5-pdo_cassandra > /dev/null 2>&1 echo x - php5-pdo_cassandra/Makefile sed 's/^X//' >php5-pdo_cassandra/Makefile << 'ec83e92b6fe4309120490a4cbc0ae513' X# New ports collection makefile for: php5-pdo_cassandra X# Date created: 2011-08-03 X# Whom: Gasol Wu <gasol.wu@gmail.com> X# X# $FreeBSD$ X# X XPORTNAME= pdo_cassandra XPORTVERSION= 0.2.1 XCATEGORIES= databases XMASTER_SITES= https://github.com/${GITHUB_USER}/php-${PORTNAME}/tarball/${GITREVISION}/ XPKGNAMEPREFIX= php5- XDISTNAME= ${GITHUB_USER}-php-${PORTNAME}-${GITTAG}-14-g${GITREVISION} X XMAINTAINER= gasol.wu@gmail.com XCOMMENT= PDO driver for Apache Cassandra X XLIB_DEPENDS= boost_iostreams:${PORTSDIR}/devel/boost-libs \ X thrift:${PORTSDIR}/devel/thrift X XGITREVISION= 7debd5b XGITTAG= 0.8-support XGITHUB_USER= mkoppanen XFETCH_ARGS= -pRr XWRKSRC= ${WRKDIR}/${GITHUB_USER}-php-${PORTNAME}-${GITREVISION} X XUSE_PHP= pdo XUSE_PHPEXT= yes XDEFAULT_PHP_VER=5 XIGNORE_WITH_PHP=4 52 X X.include <bsd.port.mk> ec83e92b6fe4309120490a4cbc0ae513 echo x - php5-pdo_cassandra/distinfo sed 's/^X//' >php5-pdo_cassandra/distinfo << '1bda59f7696bcddbca19419e2faed0a2' XSHA256 (mkoppanen-php-pdo_cassandra-0.8-support-14-g7debd5b.tar.gz) = 22ed3a42c4525bfa9808533c5dd4675443ac7af8837ab5812a2a301b997538f2 XSIZE (mkoppanen-php-pdo_cassandra-0.8-support-14-g7debd5b.tar.gz) = 32970 1bda59f7696bcddbca19419e2faed0a2 echo x - php5-pdo_cassandra/pkg-descr sed 's/^X//' >php5-pdo_cassandra/pkg-descr << '2c4267e51e06e80d48a7fb8e0358bec0' XPDO driver for Apache Cassandra X XCassandra is a highly scalable, eventually consistent, distributed, Xstructured key-value store. Cassandra brings together the distributed Xsystems technologies from Dynamo and the data model from Google's XBigTable. Like Dynamo, Cassandra is eventually consistent. Like XBigTable, Cassandra provides a ColumnFamily-based data model richer Xthan typical key/value systems. X XWWW: http://code.google.com/a/apache-extras.org/p/cassandra-pdo/ 2c4267e51e06e80d48a7fb8e0358bec0 exit --- php5-pdo_cassandra-0.2.1.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201201030829.q038Tomg018115>