From owner-svn-ports-all@freebsd.org Thu May 4 23:48:55 2017 Return-Path: Delivered-To: svn-ports-all@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 8D12DD5ED12; Thu, 4 May 2017 23:48:55 +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 433B8AAF; Thu, 4 May 2017 23:48:55 +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 v44NmsEK033504; Thu, 4 May 2017 23:48:54 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v44NmrPJ033500; Thu, 4 May 2017 23:48:53 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705042348.v44NmrPJ033500@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 4 May 2017 23:48:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440137 - in head/devel: . pecl-yaconf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 May 2017 23:48:55 -0000 Author: sunpoet Date: Thu May 4 23:48:53 2017 New Revision: 440137 URL: https://svnweb.freebsd.org/changeset/ports/440137 Log: Add pecl-yaconf 1.0.5 - While I'm here: - Add LICENSE_FILE - Use USES=php:pecl Yaconf is a configurations container, it parses ini files, and store the result in PHP when PHP is started WWW: https://pecl.php.net/package/yaconf PR: 219060 Submitted by: John Chen Added: head/devel/pecl-yaconf/ head/devel/pecl-yaconf/Makefile (contents, props changed) head/devel/pecl-yaconf/distinfo (contents, props changed) head/devel/pecl-yaconf/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu May 4 23:48:03 2017 (r440136) +++ head/devel/Makefile Thu May 4 23:48:53 2017 (r440137) @@ -3901,6 +3901,7 @@ SUBDIR += pecl-weakref SUBDIR += pecl-xhprof SUBDIR += pecl-yac + SUBDIR += pecl-yaconf SUBDIR += pecl-zookeeper SUBDIR += pep8 SUBDIR += performance Added: head/devel/pecl-yaconf/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/pecl-yaconf/Makefile Thu May 4 23:48:53 2017 (r440137) @@ -0,0 +1,17 @@ +# Created by: John Chen +# $FreeBSD$ + +PORTNAME= yaconf +PORTVERSION= 1.0.5 +CATEGORIES= devel + +MAINTAINER= johnpupu@gmail.com +COMMENT= PHP Persistent Configurations Container + +LICENSE= PHP301 +LICENSE_FILE= ${WRKSRC}/LICENSE + +IGNORE_WITH_PHP=56 +USES= php:pecl + +.include Added: head/devel/pecl-yaconf/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/pecl-yaconf/distinfo Thu May 4 23:48:53 2017 (r440137) @@ -0,0 +1,3 @@ +TIMESTAMP = 1493906667 +SHA256 (PECL/yaconf-1.0.5.tgz) = 29f2028be90a57fc5674a87d1b471ae97cc844a759b51baba055b13a1c76219a +SIZE (PECL/yaconf-1.0.5.tgz) = 10891 Added: head/devel/pecl-yaconf/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/pecl-yaconf/pkg-descr Thu May 4 23:48:53 2017 (r440137) @@ -0,0 +1,4 @@ +Yaconf is a configurations container, +it parses ini files, and store the result in PHP when PHP is started + +WWW: https://pecl.php.net/package/yaconf