New port: devel/pear-Structures_DataGrid - a PEAR data structure package

This package offers a toolkit to render out a datagrid in
	HTML format as well as many other formats such as an XML
	Document, an Excel Spreadsheet, an XUL Document and more.
	It also offers paging and sorting functionality to limit
	the data that is presented and processed. This concept is
	based on the .NET Framework DataGrid control and works very
	well with database and XML result sets.

PR:		ports/76165
Submitted by:	Nick Hilliard <nick@foobar.org>
This commit is contained in:
Edwin Groothuis 2005-01-19 10:28:26 +00:00
parent cdd117fe02
commit 8590d330ca
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=126806
4 changed files with 50 additions and 0 deletions

View file

@ -1122,6 +1122,7 @@
SUBDIR += pear-PHPUnit2 SUBDIR += pear-PHPUnit2
SUBDIR += pear-PHP_Compat SUBDIR += pear-PHP_Compat
SUBDIR += pear-Pager SUBDIR += pear-Pager
SUBDIR += pear-Structures_DataGrid
SUBDIR += pear-VFS SUBDIR += pear-VFS
SUBDIR += pear-Validate SUBDIR += pear-Validate
SUBDIR += pear-Var_Dump SUBDIR += pear-Var_Dump

View file

@ -0,0 +1,39 @@
# Ports collection makefile for: pear-Structures_DataGrid
# Date created: 12 January 2005
# Whom: Nick Hilliard <nick@foobar.org>
#
# $FreeBSD$
#
PORTNAME= Structures_DataGrid
PORTVERSION= 0.6.0
CATEGORIES= devel www pear
MAINTAINER= nick@foobar.org
COMMENT= Simple HTML data structure package
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR
RUN_DEPENDS= ${PEARDIR}/HTML/Table.php:${PORTSDIR}/devel/pear-HTML_Table \
${PEARDIR}/Pager/Pager.php:${PORTSDIR}/devel/pear-Pager \
${PEARDIR}/Spreadsheet/Excel/Writer.php:${PORTSDIR}/textproc/pear-Spreadsheet_Excel_Writer \
${PEARDIR}/XML/Util.php:${PORTSDIR}/devel/pear-XML_Util \
${PEARDIR}/XML/RSS.php:${PORTSDIR}/devel/pear-XML_RSS \
${PEARDIR}/XML/Serializer.php:${PORTSDIR}/devel/pear-XML_Serializer \
${PEARDIR}/Console/Table.php:${PORTSDIR}/devel/pear-Console_Table
CATEGORY= Structures
FILES= DataGrid.php DataGrid/Core.php DataGrid/Column.php \
DataGrid/Record.php DataGrid/Renderer.php \
DataGrid/DataSource.php DataGrid/Renderer/Console.php \
DataGrid/Renderer/CSV.php DataGrid/Renderer/HTMLTable.php \
DataGrid/Renderer/Smarty.php DataGrid/Renderer/XML.php \
DataGrid/Renderer/XLS.php DataGrid/Renderer/XUL.php \
DataGrid/DataSource/Array.php DataGrid/DataSource/CSV.php \
DataGrid/DataSource/DataObject.php \
DataGrid/DataSource/DB.php DataGrid/DataSource/RSS.php \
DataGrid/DataSource/XML.php DataGrid/Record/DB.php \
DataGrid/Record/DataObject.php
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
.include <bsd.port.post.mk>

View file

@ -0,0 +1,2 @@
MD5 (PEAR/Structures_DataGrid-0.6.0.tgz) = eb2ee324875bd14319574db320262e00
SIZE (PEAR/Structures_DataGrid-0.6.0.tgz) = 24030

View file

@ -0,0 +1,8 @@
This package offers a toolkit to render out a datagrid in HTML format as
well as many other formats such as an XML Document, an Excel Spreadsheet, an
XUL Document and more. It also offers paging and sorting functionality to
limit the data that is presented and processed. This concept is based on the
.NET Framework DataGrid control and works very well with database and XML
result sets.
WWW: http://pear.php.net/package/Structures_DataGrid/