diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-01-12 16:08:36 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-01-12 16:08:36 +0000 |
commit | 041fd5bf3ab476b05a6d1bf640937896545c31fe (patch) | |
tree | 378afaf47bb6496d47eec7aea526ffa14a126068 /textproc | |
parent | 95cad03882f4245b5eb91cbb94a7ce4be8f0578f (diff) |
This is a Renderer driver for Structures_DataGrid that generates a XLS
Notes
Notes:
svn path=/head/; revision=205518
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/pear-Structures_DataGrid_Renderer_XLS/Makefile | 26 | ||||
-rw-r--r-- | textproc/pear-Structures_DataGrid_Renderer_XLS/distinfo | 3 | ||||
-rw-r--r-- | textproc/pear-Structures_DataGrid_Renderer_XLS/pkg-descr | 4 |
4 files changed, 34 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 3a27b8b38ba5..62ec393927a7 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -748,6 +748,7 @@ SUBDIR += pear-Spreadsheet_Excel_Writer SUBDIR += pear-Structures_DataGrid_DataSource_RSS SUBDIR += pear-Structures_DataGrid_DataSource_XML + SUBDIR += pear-Structures_DataGrid_Renderer_XLS SUBDIR += pear-Text_Highlighter SUBDIR += pear-XML_Beautifier SUBDIR += pear-XML_DTD diff --git a/textproc/pear-Structures_DataGrid_Renderer_XLS/Makefile b/textproc/pear-Structures_DataGrid_Renderer_XLS/Makefile new file mode 100644 index 000000000000..4ee14ebd6cbe --- /dev/null +++ b/textproc/pear-Structures_DataGrid_Renderer_XLS/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: Structures_DataGrid_Renderer_XLS +# Date created: 12 Jan 2008 +# Whom: Martin Wilke <miwi@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Structures_DataGrid_Renderer_XLS +PORTVERSION= 0.1.3 +CATEGORIES= textproc databases www pear + +MAINTAINER= miwi@FreeBSD.org +COMMENT= Renderer driver that generates a XLS string + +BUILD_DEPENDS= ${PEARDIR}/Structures/DataGrid/DataSource/Array.php:${PORTSDIR}/databases/pear-Structures_DataGrid_DataSource_Array \ + ${PEARDIR}/Spreadsheet/Excel/Writer.php:${PORTSDIR}/textproc/pear-Spreadsheet_Excel_Writer +RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid/DataSource/Array.php:${PORTSDIR}/databases/pear-Structures_DataGrid_DataSource_Array \ + ${PEARDIR}/Spreadsheet/Excel/Writer.php:${PORTSDIR}/textproc/pear-Spreadsheet_Excel_Writer + +CATEGORY= Structures + +FILES= DataGrid/Renderer/XLS.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_Renderer_XLS/distinfo b/textproc/pear-Structures_DataGrid_Renderer_XLS/distinfo new file mode 100644 index 000000000000..898ca7355df2 --- /dev/null +++ b/textproc/pear-Structures_DataGrid_Renderer_XLS/distinfo @@ -0,0 +1,3 @@ +MD5 (PEAR/Structures_DataGrid_Renderer_XLS-0.1.3.tgz) = 373b154195dfeb368eb4038bb1583768 +SHA256 (PEAR/Structures_DataGrid_Renderer_XLS-0.1.3.tgz) = 27e92ab6aef96fcc0a45bf74f8dfd812901403e5649a3b2d0052f21fb80a2029 +SIZE (PEAR/Structures_DataGrid_Renderer_XLS-0.1.3.tgz) = 4894 diff --git a/textproc/pear-Structures_DataGrid_Renderer_XLS/pkg-descr b/textproc/pear-Structures_DataGrid_Renderer_XLS/pkg-descr new file mode 100644 index 000000000000..ffad6869acd3 --- /dev/null +++ b/textproc/pear-Structures_DataGrid_Renderer_XLS/pkg-descr @@ -0,0 +1,4 @@ +This is a Renderer driver for Structures_DataGrid that generates a XLS +string. + +WWW: http://pear.php.net/package/Structures_DataGrid_Renderer_XLS/ |