Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 May 2017 23:48:53 +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: r440137 - in head/devel: . pecl-yaconf
Message-ID:  <201705042348.v44NmrPJ033500@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <johnpupu@gmail.com>

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 <johnpupu@gmail.com>
+# $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 <bsd.port.mk>

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



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