Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Mar 2017 17:17:16 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r436439 - in head/databases: . pecl-couchbase
Message-ID:  <201703181717.v2IHHGb6042084@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Mar 18 17:17:16 2017
New Revision: 436439
URL: https://svnweb.freebsd.org/changeset/ports/436439

Log:
  Add pecl-couchbase 2.3.0
  
  The PHP client library provides fast access to documents stored in
  a Couchbase Server.
  
  WWW: https://pecl.php.net/package/couchbase
  
  PR:		217645
  Submitted by:	John Chen <johnpupu@gmail.com>

Added:
  head/databases/pecl-couchbase/
  head/databases/pecl-couchbase/Makefile   (contents, props changed)
  head/databases/pecl-couchbase/distinfo   (contents, props changed)
  head/databases/pecl-couchbase/pkg-descr   (contents, props changed)
Modified:
  head/databases/Makefile

Modified: head/databases/Makefile
==============================================================================
--- head/databases/Makefile	Sat Mar 18 17:13:53 2017	(r436438)
+++ head/databases/Makefile	Sat Mar 18 17:17:16 2017	(r436439)
@@ -541,6 +541,7 @@
     SUBDIR += pear-Structures_DataGrid_DataSource_PDO
     SUBDIR += pear-XML_Query2XML
     SUBDIR += pecl-chdb
+    SUBDIR += pecl-couchbase
     SUBDIR += pecl-dbase
     SUBDIR += pecl-drizzle
     SUBDIR += pecl-leveldb

Added: head/databases/pecl-couchbase/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/pecl-couchbase/Makefile	Sat Mar 18 17:17:16 2017	(r436439)
@@ -0,0 +1,23 @@
+# Created by: John Chen <johnpupu@gmail.com>
+# $FreeBSD$
+
+PORTNAME=	couchbase
+PORTVERSION=	2.3.0
+CATEGORIES=	databases
+MASTER_SITES=	http://pecl.php.net/get/
+PKGNAMEPREFIX=	pecl-
+DIST_SUBDIR=	PECL
+
+MAINTAINER=	johnpupu@gmail.com
+COMMENT=	Couchbase Server PHP extension
+
+LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+BUILD_DEPENDS=	libcouchbase>=2.7.2:databases/libcouchbase
+LIB_DEPENDS=	libcouchbase.so:databases/libcouchbase
+
+USE_PHP=	json:build
+USES=		php:ext tar:tgz
+
+.include <bsd.port.mk>

Added: head/databases/pecl-couchbase/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/pecl-couchbase/distinfo	Sat Mar 18 17:17:16 2017	(r436439)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1488985882
+SHA256 (PECL/couchbase-2.3.0.tgz) = 1b7d7fe32c648bff20918ed437eca848c9dc2432198a77051b46a7373e8bbc8b
+SIZE (PECL/couchbase-2.3.0.tgz) = 135849

Added: head/databases/pecl-couchbase/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/pecl-couchbase/pkg-descr	Sat Mar 18 17:17:16 2017	(r436439)
@@ -0,0 +1,4 @@
+The PHP client library provides fast access to documents stored in
+a Couchbase Server.
+
+WWW: https://pecl.php.net/package/couchbase



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703181717.v2IHHGb6042084>