Bug 163794 - [NEW PORT] databases/php5-pdo_cassandra: PDO driver for Apache Cassandra
Summary: [NEW PORT] databases/php5-pdo_cassandra: PDO driver for Apache Cassandra
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Li-Wen Hsu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-03 08:30 UTC by Gasol Wu
Modified: 2012-01-03 12:00 UTC (History)
0 users

See Also:


Attachments
php5-pdo_cassandra-0.2.1.shar (2.37 KB, text/plain)
2012-01-03 08:30 UTC, Gasol Wu
no flags Details
pr163794-fix-build.patch (277 bytes, patch)
2012-01-03 10:18 UTC, Gasol Wu
no flags Details | Diff
pr163794-fix-build.patch (277 bytes, patch)
2012-01-03 10:35 UTC, Gasol Wu
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gasol Wu 2012-01-03 08:30:14 UTC
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
Comment 1 Li-Wen Hsu freebsd_committer freebsd_triage 2012-01-03 09:24:25 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lwhsu

I'll take it.
Comment 2 Li-Wen Hsu freebsd_committer freebsd_triage 2012-01-03 09:44:52 UTC
State Changed
From-To: open->feedback

Does not build: 
http://people.freebsd.org/~lwhsu/php5-pdo_cassandra-0.2.1.log
Comment 3 dfilter service freebsd_committer freebsd_triage 2012-01-03 11:50:49 UTC
lwhsu       2012-01-03 11:50:35 UTC

  FreeBSD ports repository

  Modified files:
    databases            Makefile 
  Added files:
    databases/php5-pdo_cassandra Makefile distinfo pkg-descr 
  Log:
  Add php5-pdo_cassandra 0.2.1, PDO driver for Apache Cassandra.
  
  PR:             ports/163794
  Submitted by:   Gasol Wu <gasol.wu@gmail.com>
  
  Revision  Changes    Path
  1.1068    +1 -0      ports/databases/Makefile
  1.1       +33 -0     ports/databases/php5-pdo_cassandra/Makefile (new)
  1.1       +2 -0      ports/databases/php5-pdo_cassandra/distinfo (new)
  1.1       +10 -0     ports/databases/php5-pdo_cassandra/pkg-descr (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Li-Wen Hsu freebsd_committer freebsd_triage 2012-01-03 11:51:24 UTC
State Changed
From-To: feedback->closed

New port added. Thanks!