1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00

This is a Renderer driver for Structures_DataGrid using PEAR::HTML_Table.

WWW: http://pear.php.net/package/Structures_DataGrid_Renderer_HTMLTable/

Submitted by:	Nick Hilliard <nick at foobar.org>
This commit is contained in:
Martin Wilke 2008-11-23 16:14:41 +00:00
parent c51367b134
commit 916ab98a63
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=223264
4 changed files with 32 additions and 0 deletions

View File

@ -1993,6 +1993,7 @@
SUBDIR += pear-Pager
SUBDIR += pear-PhpDocumentor
SUBDIR += pear-Structures_DataGrid
SUBDIR += pear-Structures_DataGrid_Renderer_HTMLTable
SUBDIR += pear-Structures_DataGrid_Renderer_XUL
SUBDIR += pear-System_Command
SUBDIR += pear-Testing_Selenium

View File

@ -0,0 +1,25 @@
# Ports collection makefile for: pear-Structures_DataGrid_Renderer_HTMLTable
# Date created: 26 Jun 2008
# Whom: Nick Hilliard <nick@foobar.org>
#
# $FreeBSD$
#
PORTNAME= Structures_DataGrid_Renderer_HTMLTable
PORTVERSION= 0.1.5
CATEGORIES= devel www pear
MAINTAINER= nick@foobar.org
COMMENT= HTML_Table Renderer for pear-Structures_DataGrid
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:${PORTSDIR}/devel/pear-Structures_DataGrid \
${PEARDIR}/HTML/Table.php:${PORTSDIR}/devel/pear-HTML_Table \
${PEARDIR}/Structures/DataGrid/Renderer/Pager.php:${PORTSDIR}/www/pear-Structures_DataGrid_Renderer_Pager
CATEGORY= Structures
FILES= DataGrid/Renderer/HTMLTable.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_HTMLTable-0.1.5.tgz) = fb8eb1291aac2c300853454666243a76
SHA256 (PEAR/Structures_DataGrid_Renderer_HTMLTable-0.1.5.tgz) = add91f5537f2967499cccac1e97de39bf4c70561863872e7e4acadc14dc232a8
SIZE (PEAR/Structures_DataGrid_Renderer_HTMLTable-0.1.5.tgz) = 6315

View File

@ -0,0 +1,3 @@
This is a Renderer driver for Structures_DataGrid using PEAR::HTML_Table.
WWW: http://pear.php.net/package/Structures_DataGrid_Renderer_HTMLTable/