This is a Renderer driver for Structures_DataGrid that generates a XML

string.

WWW: http://pear.php.net/package/Structures_DataGrid_Renderer_XML/
This commit is contained in:
Martin Wilke 2008-01-12 16:12:40 +00:00
parent 3c4ec70148
commit e4b9103902
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=205524
4 changed files with 34 additions and 0 deletions

View file

@ -750,6 +750,7 @@
SUBDIR += pear-Structures_DataGrid_DataSource_XML
SUBDIR += pear-Structures_DataGrid_Renderer_CSV
SUBDIR += pear-Structures_DataGrid_Renderer_XLS
SUBDIR += pear-Structures_DataGrid_Renderer_XML
SUBDIR += pear-Text_Highlighter
SUBDIR += pear-XML_Beautifier
SUBDIR += pear-XML_DTD

View file

@ -0,0 +1,26 @@
# New ports collection makefile for: Structures_DataGrid_Renderer_XML
# Date created: 12 Jan 2008
# Whom: Martin Wilke <miwi@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Structures_DataGrid_Renderer_XML
PORTVERSION= 0.1.3
CATEGORIES= textproc databases www pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= Renderer driver that generates a XML string
BUILD_DEPENDS= ${PEARDIR}/Structures/DataGrid/DataSource/Array.php:${PORTSDIR}/databases/pear-Structures_DataGrid_DataSource_Array \
${PEARDIR}/XML/Util.php:${PORTSDIR}/devel/pear-XML_Util
RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid/DataSource/Array.php:${PORTSDIR}/databases/pear-Structures_DataGrid_DataSource_Array \
${PEARDIR}/XML/Util.php:${PORTSDIR}/devel/pear-XML_Util
CATEGORY= Structures
FILES= DataGrid/Renderer/XML.php
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>

View file

@ -0,0 +1,3 @@
MD5 (PEAR/Structures_DataGrid_Renderer_XML-0.1.3.tgz) = 189a97e7ef2e148820bf7b304ae811c8
SHA256 (PEAR/Structures_DataGrid_Renderer_XML-0.1.3.tgz) = f4ff67db4725cf69eb3d4849861fc030b889b1333aab319de3cf4a04a4081453
SIZE (PEAR/Structures_DataGrid_Renderer_XML-0.1.3.tgz) = 3847

View file

@ -0,0 +1,4 @@
This is a Renderer driver for Structures_DataGrid that generates a XML
string.
WWW: http://pear.php.net/package/Structures_DataGrid_Renderer_XML/