From 984289c5de78fa05ce75b644526b6a466ffa409d Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Thu, 4 May 2017 23:48:53 +0000 Subject: [PATCH] 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 --- devel/Makefile | 1 + devel/pecl-yaconf/Makefile | 17 +++++++++++++++++ devel/pecl-yaconf/distinfo | 3 +++ devel/pecl-yaconf/pkg-descr | 4 ++++ 4 files changed, 25 insertions(+) create mode 100644 devel/pecl-yaconf/Makefile create mode 100644 devel/pecl-yaconf/distinfo create mode 100644 devel/pecl-yaconf/pkg-descr diff --git a/devel/Makefile b/devel/Makefile index e61ee58436d1..7b24fb51a9f9 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -3901,6 +3901,7 @@ SUBDIR += pecl-weakref SUBDIR += pecl-xhprof SUBDIR += pecl-yac + SUBDIR += pecl-yaconf SUBDIR += pecl-zookeeper SUBDIR += pep8 SUBDIR += performance diff --git a/devel/pecl-yaconf/Makefile b/devel/pecl-yaconf/Makefile new file mode 100644 index 000000000000..8db909c7a918 --- /dev/null +++ b/devel/pecl-yaconf/Makefile @@ -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 diff --git a/devel/pecl-yaconf/distinfo b/devel/pecl-yaconf/distinfo new file mode 100644 index 000000000000..c75bb3657143 --- /dev/null +++ b/devel/pecl-yaconf/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1493906667 +SHA256 (PECL/yaconf-1.0.5.tgz) = 29f2028be90a57fc5674a87d1b471ae97cc844a759b51baba055b13a1c76219a +SIZE (PECL/yaconf-1.0.5.tgz) = 10891 diff --git a/devel/pecl-yaconf/pkg-descr b/devel/pecl-yaconf/pkg-descr new file mode 100644 index 000000000000..1114197aacaa --- /dev/null +++ b/devel/pecl-yaconf/pkg-descr @@ -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