FreeBSD Bugzilla – Attachment 183130 Details for
Bug 219706
[NEW PORT] databases/pecl-cassandra: Extension to access Cassandra
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch that adds the port
pecl-cassandra.patch (text/plain), 2.92 KB, created by
Daniel Ylitalo
on 2017-06-01 13:29:00 UTC
(
hide
)
Description:
Patch that adds the port
Filename:
MIME Type:
Creator:
Daniel Ylitalo
Created:
2017-06-01 13:29:00 UTC
Size:
2.92 KB
patch
obsolete
>Index: databases/Makefile >=================================================================== >--- databases/Makefile (revision 440675) >+++ databases/Makefile (working copy) >@@ -533,6 +533,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 >Index: databases/pecl-cassandra/Makefile >=================================================================== >--- databases/pecl-cassandra/Makefile (nonexistent) >+++ databases/pecl-cassandra/Makefile (working copy) >@@ -0,0 +1,19 @@ >+# $FreeBSD$ >+ >+PORTNAME= cassandra >+PORTVERSION= 1.3.0 >+CATEGORIES= databases >+ >+MAINTAINER= daniel@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> > >Property changes on: databases/pecl-cassandra/Makefile >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:keywords >## -0,0 +1 ## >+FreeBSD=%H >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: databases/pecl-cassandra/distinfo >=================================================================== >--- databases/pecl-cassandra/distinfo (nonexistent) >+++ databases/pecl-cassandra/distinfo (working copy) >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1496320704 >+SHA256 (PECL/cassandra-1.3.0.tgz) = d87cab8a1d28b5e5028f23849974ef845c3e4b971fd7c64518447a7f2d38fb6d >+SIZE (PECL/cassandra-1.3.0.tgz) = 162241 > >Property changes on: databases/pecl-cassandra/distinfo >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: databases/pecl-cassandra/pkg-descr >=================================================================== >--- databases/pecl-cassandra/pkg-descr (nonexistent) >+++ databases/pecl-cassandra/pkg-descr (working copy) >@@ -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 > >Property changes on: databases/pecl-cassandra/pkg-descr >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 219706
: 183130 |
183131