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:
parent
916ab98a63
commit
92e4f8fe74
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=223265
@ -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
|
||||
|
25
www/pear-Structures_DataGrid_Renderer_Smarty/Makefile
Normal file
25
www/pear-Structures_DataGrid_Renderer_Smarty/Makefile
Normal 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>
|
3
www/pear-Structures_DataGrid_Renderer_Smarty/distinfo
Normal file
3
www/pear-Structures_DataGrid_Renderer_Smarty/distinfo
Normal 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
|
3
www/pear-Structures_DataGrid_Renderer_Smarty/pkg-descr
Normal file
3
www/pear-Structures_DataGrid_Renderer_Smarty/pkg-descr
Normal 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/
|
Loading…
Reference in New Issue
Block a user