aboutsummaryrefslogtreecommitdiff
path: root/textproc/pear-Horde_Xml_Element
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2011-07-07 20:52:50 +0000
committerMartin Matuska <mm@FreeBSD.org>2011-07-07 20:52:50 +0000
commited5b562becb2462d224e0bb6105e92dbd43bd94e (patch)
treeff32cd7c41eb7073db108dd57f842c4c12988bb7 /textproc/pear-Horde_Xml_Element
parent77b4a2960c256a32dc924e4a6104f9b3b4f76195 (diff)
downloadports-ed5b562becb2462d224e0bb6105e92dbd43bd94e.tar.gz
ports-ed5b562becb2462d224e0bb6105e92dbd43bd94e.zip
This package provides an element object that can be used to provide
SimpleXML-like functionality over a DOM object. The main advantage over using SimpleXML is the ability to add multiple levels of new elements in a single call, without introducing "ghost" objects. WWW: http://pear.horde.org
Notes
Notes: svn path=/head/; revision=277305
Diffstat (limited to 'textproc/pear-Horde_Xml_Element')
-rw-r--r--textproc/pear-Horde_Xml_Element/Makefile19
-rw-r--r--textproc/pear-Horde_Xml_Element/distinfo2
-rw-r--r--textproc/pear-Horde_Xml_Element/pkg-descr6
3 files changed, 27 insertions, 0 deletions
diff --git a/textproc/pear-Horde_Xml_Element/Makefile b/textproc/pear-Horde_Xml_Element/Makefile
new file mode 100644
index 000000000000..ad0b1770beb3
--- /dev/null
+++ b/textproc/pear-Horde_Xml_Element/Makefile
@@ -0,0 +1,19 @@
+# Ports collection makefile for: pear-Horde_Xml_Element
+# Date created: 7 July 2011
+# Whom: Martin Matuska <mm@FreeBSD.org>
+#
+# $FreeBSD$
+
+PORTNAME= Horde_Xml_Element
+PORTVERSION= 1.0.0
+CATEGORIES= textproc www pear
+
+MAINTAINER= mm@FreeBSD.org
+COMMENT= Horde Xml Element object
+
+USE_PHP= dom
+USE_HORDE_RUN= Horde_Exception
+
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk"
+.include <bsd.port.post.mk>
diff --git a/textproc/pear-Horde_Xml_Element/distinfo b/textproc/pear-Horde_Xml_Element/distinfo
new file mode 100644
index 000000000000..fab474b63358
--- /dev/null
+++ b/textproc/pear-Horde_Xml_Element/distinfo
@@ -0,0 +1,2 @@
+SHA256 (Horde/Horde_Xml_Element-1.0.0.tgz) = 450c7aeea15963a631437b2e948fbe3de467a393d289310fa464766738b1490e
+SIZE (Horde/Horde_Xml_Element-1.0.0.tgz) = 9659
diff --git a/textproc/pear-Horde_Xml_Element/pkg-descr b/textproc/pear-Horde_Xml_Element/pkg-descr
new file mode 100644
index 000000000000..f9de71a6f885
--- /dev/null
+++ b/textproc/pear-Horde_Xml_Element/pkg-descr
@@ -0,0 +1,6 @@
+This package provides an element object that can be used to provide
+SimpleXML-like functionality over a DOM object. The main advantage over
+using SimpleXML is the ability to add multiple levels of new elements
+in a single call, without introducing "ghost" objects.
+
+WWW: http://pear.horde.org