svn commit: r440137 - in head/devel: . pecl-yaconf
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu May 4 23:48:55 UTC 2017
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 at 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 at gmail.com>
+# $FreeBSD$
+
+PORTNAME= yaconf
+PORTVERSION= 1.0.5
+CATEGORIES= devel
+
+MAINTAINER= johnpupu at 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
More information about the svn-ports-head
mailing list