aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/pear-Structures_DataGrid_Renderer_CSV/Makefile24
-rw-r--r--textproc/pear-Structures_DataGrid_Renderer_CSV/distinfo3
-rw-r--r--textproc/pear-Structures_DataGrid_Renderer_CSV/pkg-descr4
4 files changed, 32 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 62ec393927a7..6568efa2158d 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_CSV
SUBDIR += pear-Structures_DataGrid_Renderer_XLS
SUBDIR += pear-Text_Highlighter
SUBDIR += pear-XML_Beautifier
diff --git a/textproc/pear-Structures_DataGrid_Renderer_CSV/Makefile b/textproc/pear-Structures_DataGrid_Renderer_CSV/Makefile
new file mode 100644
index 000000000000..54b698b73af5
--- /dev/null
+++ b/textproc/pear-Structures_DataGrid_Renderer_CSV/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: Structures_DataGrid_Renderer_CSV
+# Date created: 12 Jan 2008
+# Whom: Martin Wilke <miwi@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Structures_DataGrid_Renderer_CSV
+PORTVERSION= 0.1.3
+CATEGORIES= textproc databases www pear
+
+MAINTAINER= miwi@FreeBSD.org
+COMMENT= Renderer driver that generates a CSV string
+
+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
+
+CATEGORY= Structures
+
+FILES= DataGrid/Renderer/CSV.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_CSV/distinfo b/textproc/pear-Structures_DataGrid_Renderer_CSV/distinfo
new file mode 100644
index 000000000000..916efe0b79b9
--- /dev/null
+++ b/textproc/pear-Structures_DataGrid_Renderer_CSV/distinfo
@@ -0,0 +1,3 @@
+MD5 (PEAR/Structures_DataGrid_Renderer_CSV-0.1.3.tgz) = 6731341f1545a9e804250f79f0ab7fc0
+SHA256 (PEAR/Structures_DataGrid_Renderer_CSV-0.1.3.tgz) = ba5da9d2ec1d83dabd953b6257f2b04c77113ac92ec276ba58d17abfdd555088
+SIZE (PEAR/Structures_DataGrid_Renderer_CSV-0.1.3.tgz) = 3829
diff --git a/textproc/pear-Structures_DataGrid_Renderer_CSV/pkg-descr b/textproc/pear-Structures_DataGrid_Renderer_CSV/pkg-descr
new file mode 100644
index 000000000000..291c2d109b35
--- /dev/null
+++ b/textproc/pear-Structures_DataGrid_Renderer_CSV/pkg-descr
@@ -0,0 +1,4 @@
+This is a Renderer driver for Structures_DataGrid that generates a CSV
+string.
+
+WWW: http://pear.php.net/package/Structures_DataGrid_Renderer_CSV/