diff options
author | Martin Matuska <mm@FreeBSD.org> | 2011-07-07 20:52:50 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2011-07-07 20:52:50 +0000 |
commit | ed5b562becb2462d224e0bb6105e92dbd43bd94e (patch) | |
tree | ff32cd7c41eb7073db108dd57f842c4c12988bb7 /textproc | |
parent | 77b4a2960c256a32dc924e4a6104f9b3b4f76195 (diff) | |
download | ports-ed5b562becb2462d224e0bb6105e92dbd43bd94e.tar.gz ports-ed5b562becb2462d224e0bb6105e92dbd43bd94e.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/pear-Horde_Xml_Element/Makefile | 19 | ||||
-rw-r--r-- | textproc/pear-Horde_Xml_Element/distinfo | 2 | ||||
-rw-r--r-- | textproc/pear-Horde_Xml_Element/pkg-descr | 6 |
4 files changed, 28 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index ed8b1aed9f22..f2fb37a2a660 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -956,6 +956,7 @@ SUBDIR += pear-Horde_Text_Filter SUBDIR += pear-Horde_Text_Filter_Csstidy SUBDIR += pear-Horde_Text_Flowed + SUBDIR += pear-Horde_Xml_Element SUBDIR += pear-Numbers_Roman SUBDIR += pear-Numbers_Words SUBDIR += pear-Spreadsheet_Excel_Writer 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 |