diff options
author | mm <mm@FreeBSD.org> | 2011-07-11 17:54:52 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2011-07-11 17:54:52 +0800 |
commit | 3fd2fad36ccbfc1c6c565c55e8e0919ca5e4dc18 (patch) | |
tree | f04f5b0efc6c9c3f3fdfc27cd517690909b4717c | |
parent | b92ed2057895743ffc1555f799088a84493cd4cf (diff) | |
download | freebsd-ports-gnome-3fd2fad36ccbfc1c6c565c55e8e0919ca5e4dc18.tar.gz freebsd-ports-gnome-3fd2fad36ccbfc1c6c565c55e8e0919ca5e4dc18.tar.zst freebsd-ports-gnome-3fd2fad36ccbfc1c6c565c55e8e0919ca5e4dc18.zip |
Symfony YAML is a PHP library that parses YAML strings and converts them to
PHP arrays. It can also converts PHP arrays to YAML strings.
WWW: http://components.symfony-project.org/yaml/
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/pear-YAML/Makefile | 28 | ||||
-rw-r--r-- | textproc/pear-YAML/distinfo | 2 | ||||
-rw-r--r-- | textproc/pear-YAML/pkg-descr | 4 |
4 files changed, 35 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 78e4ee7d4415..cc3c874aed85 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -976,6 +976,7 @@ SUBDIR += pear-XML_Feed_Parser SUBDIR += pear-XML_HTMLSax SUBDIR += pear-XML_Wddx + SUBDIR += pear-YAML SUBDIR += pecl-ctemplate SUBDIR += pecl-doublemetaphone SUBDIR += pecl-enchant diff --git a/textproc/pear-YAML/Makefile b/textproc/pear-YAML/Makefile new file mode 100644 index 000000000000..f939307b4079 --- /dev/null +++ b/textproc/pear-YAML/Makefile @@ -0,0 +1,28 @@ +# Ports collection makefile for: pear-YAML +# Date created: 11 July 2011 +# Whom: Martin Matuska <mm@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= YAML +PORTVERSION= 1.0.6 +CATEGORIES= textproc www pear +MASTER_SITES= http://pear.symfony-project.com/get/ +PKGNAMEPREFIX= pear- + +MAINTAINER= mm@FreeBSD.org +COMMENT= The Symfony YAML Component + +BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ + ${PEARDIR}/.channels/pear.symfony-project.com.reg:${PORTSDIR}/devel/pear-channel-symfony + +RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ + ${PEARDIR}/.channels/pear.symfony-project.com.reg:${PORTSDIR}/devel/pear-channel-symfony + +PEAR_CHANNEL= symfony +PEAR_AUTOINSTALL= yes + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/devel/pear/bsd.pear.mk" +.include <bsd.port.post.mk> diff --git a/textproc/pear-YAML/distinfo b/textproc/pear-YAML/distinfo new file mode 100644 index 000000000000..b676a1bc6f7a --- /dev/null +++ b/textproc/pear-YAML/distinfo @@ -0,0 +1,2 @@ +SHA256 (PEAR/YAML-1.0.6.tgz) = 8d2e7089e5727aef019185e2b9f7cbaabd5b6dbee31a2033d3145483d7d2694d +SIZE (PEAR/YAML-1.0.6.tgz) = 10010 diff --git a/textproc/pear-YAML/pkg-descr b/textproc/pear-YAML/pkg-descr new file mode 100644 index 000000000000..0378cd69e80e --- /dev/null +++ b/textproc/pear-YAML/pkg-descr @@ -0,0 +1,4 @@ +Symfony YAML is a PHP library that parses YAML strings and converts them to +PHP arrays. It can also converts PHP arrays to YAML strings. + +WWW: http://components.symfony-project.org/yaml/ |