summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2010-02-11 13:26:48 +0000
committerWen Heping <wen@FreeBSD.org>2010-02-11 13:26:48 +0000
commit8c834adc2a7b8b32dba3348c8520c19d76fce576 (patch)
tree70d7893f0ea5962086a1320a2e7e1380b1fda20c /textproc
parent- update to 1.4.1 (diff)
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/
Notes
Notes: svn path=/head/; revision=249575
Diffstat (limited to 'textproc')
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/pecl-yaml/Makefile25
-rw-r--r--textproc/pecl-yaml/distinfo3
-rw-r--r--textproc/pecl-yaml/pkg-descr5
4 files changed, 34 insertions, 0 deletions
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 <wen@FreeBSD.org>
+#
+# $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 <bsd.port.mk>
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/