diff options
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/pear-Structures_DataGrid_DataSource_XML/Makefile | 26 | ||||
-rw-r--r-- | textproc/pear-Structures_DataGrid_DataSource_XML/distinfo | 3 | ||||
-rw-r--r-- | textproc/pear-Structures_DataGrid_DataSource_XML/pkg-descr | 3 |
4 files changed, 33 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 0a7083ad2075..116492314c04 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -744,6 +744,7 @@ SUBDIR += pear-Numbers_Words SUBDIR += pear-Spreadsheet_Excel_Writer SUBDIR += pear-Structures_DataGrid_DataSource_RSS + SUBDIR += pear-Structures_DataGrid_DataSource_XML SUBDIR += pear-XML_Beautifier SUBDIR += pear-XML_DTD SUBDIR += pear-XML_Feed_Parser diff --git a/textproc/pear-Structures_DataGrid_DataSource_XML/Makefile b/textproc/pear-Structures_DataGrid_DataSource_XML/Makefile new file mode 100644 index 000000000000..3780a04f1598 --- /dev/null +++ b/textproc/pear-Structures_DataGrid_DataSource_XML/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: Structures_DataGrid_DataSource_XML +# Date created: 19 Dec 2007 +# Whom: Martin Wilke <miwi@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Structures_DataGrid_DataSource_XML +PORTVERSION= 0.2.0 +CATEGORIES= textproc databases www pear + +MAINTAINER= miwi@FreeBSD.org +COMMENT= DataSource driver using XML files + +BUILD_DEPENDS= ${PEARDIR}/Structures/DataGrid/DataSource/Array.php:${PORTSDIR}/databases/pear-Structures_DataGrid_DataSource_Array +RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid/DataSource/Array.php:${PORTSDIR}/databases/pear-Structures_DataGrid_DataSource_Array + +USE_PHP= mysql + +CATEGORY= Structures + +FILES= DataGrid/DataSource/XML.php + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/devel/pear/bsd.pear.mk" +.include <bsd.port.post.mk> diff --git a/textproc/pear-Structures_DataGrid_DataSource_XML/distinfo b/textproc/pear-Structures_DataGrid_DataSource_XML/distinfo new file mode 100644 index 000000000000..1b98fc986b79 --- /dev/null +++ b/textproc/pear-Structures_DataGrid_DataSource_XML/distinfo @@ -0,0 +1,3 @@ +MD5 (PEAR/Structures_DataGrid_DataSource_XML-0.2.0.tgz) = 0f3e1f2f4438acf1b9b6cc47a95b2b57 +SHA256 (PEAR/Structures_DataGrid_DataSource_XML-0.2.0.tgz) = 2c5f704bf74a745e2e7525665d5af2920a9a664a56ed38f3204d7d64a9cae254 +SIZE (PEAR/Structures_DataGrid_DataSource_XML-0.2.0.tgz) = 4465 diff --git a/textproc/pear-Structures_DataGrid_DataSource_XML/pkg-descr b/textproc/pear-Structures_DataGrid_DataSource_XML/pkg-descr new file mode 100644 index 000000000000..f09455df8925 --- /dev/null +++ b/textproc/pear-Structures_DataGrid_DataSource_XML/pkg-descr @@ -0,0 +1,3 @@ +This is a DataSource driver for Structures_DataGrid using XML files. + +WWW: http://pear.php.net/package/Structures_DataGrid_DataSource_RSS/ |