From 8c834adc2a7b8b32dba3348c8520c19d76fce576 Mon Sep 17 00:00:00 2001 From: Wen Heping Date: Thu, 11 Feb 2010 13:26:48 +0000 Subject: [PATCH] pecl-yaml is a YAML-1.1 parser and emitter, it Support for YAML 1.1 (YAML Ain't Markup Language) serialization using the LibYAML library. WWW: http://pecl.php.net/package/yaml/ --- textproc/Makefile | 1 + textproc/pecl-yaml/Makefile | 25 +++++++++++++++++++++++++ textproc/pecl-yaml/distinfo | 3 +++ textproc/pecl-yaml/pkg-descr | 5 +++++ 4 files changed, 34 insertions(+) create mode 100644 textproc/pecl-yaml/Makefile create mode 100644 textproc/pecl-yaml/distinfo create mode 100644 textproc/pecl-yaml/pkg-descr diff --git a/textproc/Makefile b/textproc/Makefile index ef4427501e37..dabe18bb7a5e 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -903,6 +903,7 @@ SUBDIR += pecl-wbxml SUBDIR += pecl-xdiff SUBDIR += pecl-xslcache + SUBDIR += pecl-yaml SUBDIR += perl2html SUBDIR += permute SUBDIR += php4-ctype diff --git a/textproc/pecl-yaml/Makefile b/textproc/pecl-yaml/Makefile new file mode 100644 index 000000000000..66f62b3f5591 --- /dev/null +++ b/textproc/pecl-yaml/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: pecl-yaml +# Date created: 11 Feb, 2010 +# Whom: Wen Heping +# +# $FreeBSD$ +# + +PORTNAME= yaml +PORTVERSION= 0.6.3 +CATEGORIES= textproc pear +MASTER_SITES= http://pecl.php.net/get/ +PKGNAMEPREFIX= pecl- +EXTRACT_SUFX= .tgz +DIST_SUBDIR= PECL + +MAINTAINER= miwi@FreeBSD.org +COMMENT= YAML-1.1 parser and emitter + +LIB_DEPENDS= yaml:${PORTSDIR}/textproc/libyaml + +USE_PHP= yes +USE_PHP_BUILD= yes +USE_PHPEXT= yes + +.include diff --git a/textproc/pecl-yaml/distinfo b/textproc/pecl-yaml/distinfo new file mode 100644 index 000000000000..c3a6d7332733 --- /dev/null +++ b/textproc/pecl-yaml/distinfo @@ -0,0 +1,3 @@ +MD5 (PECL/yaml-0.6.3.tgz) = c7f5889ea4257ee1714840f676bc8443 +SHA256 (PECL/yaml-0.6.3.tgz) = 99d02a18f32af63a9020934dd0e13ffd84c93cddb4c1ddb42e0e7dce0863c40a +SIZE (PECL/yaml-0.6.3.tgz) = 33871 diff --git a/textproc/pecl-yaml/pkg-descr b/textproc/pecl-yaml/pkg-descr new file mode 100644 index 000000000000..51cb90764bed --- /dev/null +++ b/textproc/pecl-yaml/pkg-descr @@ -0,0 +1,5 @@ +pecl-yaml is a YAML-1.1 parser and emitter, it Support for +YAML 1.1 (YAML Ain't Markup Language) serialization using +the LibYAML library. + +WWW: http://pecl.php.net/package/yaml/