From owner-svn-ports-head@freebsd.org Sat Mar 18 17:17:17 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E3AE8D129C7; Sat, 18 Mar 2017 17:17:17 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A1A57175D; Sat, 18 Mar 2017 17:17:17 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2IHHGiw042088; Sat, 18 Mar 2017 17:17:16 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2IHHGb6042084; Sat, 18 Mar 2017 17:17:16 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703181717.v2IHHGb6042084@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 18 Mar 2017 17:17:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436439 - in head/databases: . pecl-couchbase X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2017 17:17:18 -0000 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 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 +# $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 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