1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00

This is a Renderer driver for Structures_DataGrid using Smarty.

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

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

View File

@ -1105,6 +1105,7 @@
SUBDIR += pear-Services_W3C_HTMLValidator
SUBDIR += pear-Services_Yadis
SUBDIR += pear-Services_urlTea
SUBDIR += pear-Structures_DataGrid_Renderer_Smarty
SUBDIR += pear-Text_Wiki
SUBDIR += pear-UDDI
SUBDIR += pear-XML_GRDDL

View File

@ -0,0 +1,25 @@
# Ports collection makefile for: pear-Structures_DataGrid_Renderer_Smarty
# Date created: 26 Jun 2008
# Whom: Nick Hilliard <nick@foobar.org>
#
# $FreeBSD$
#
PORTNAME= Structures_DataGrid_Renderer_Smarty
PORTVERSION= 0.1.4
CATEGORIES= www pear
MAINTAINER= nick@foobar.org
COMMENT= Smarty Renderer for pear-Structures_DataGrid
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:${PORTSDIR}/devel/pear-Structures_DataGrid \
${LOCALBASE}/share/smarty/Smarty.class.php:${PORTSDIR}/www/smarty \
${PEARDIR}/Structures/DataGrid/Renderer/Pager.php:${PORTSDIR}/www/pear-Structures_DataGrid_Renderer_Pager
CATEGORY= Structures
FILES= DataGrid/Renderer/Smarty.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_Smarty-0.1.4.tgz) = 9d8433e6c71c187ac48c12e4b576bb39
SHA256 (PEAR/Structures_DataGrid_Renderer_Smarty-0.1.4.tgz) = 8a984169d7f6ec59d49be97002fef6033a69f574773a151e9a944b9edac009c9
SIZE (PEAR/Structures_DataGrid_Renderer_Smarty-0.1.4.tgz) = 5949

View File

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