diff options
author | miwi <miwi@FreeBSD.org> | 2008-11-24 00:16:52 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-11-24 00:16:52 +0800 |
commit | ec8f4bdb05610be664259f3ac922bee4f5f41c7c (patch) | |
tree | bf254bfe287f407c4657d6659e59af2670f9ecf6 | |
parent | 9de336ccbec3d5de6a36c765a2875ca3ae9db642 (diff) | |
download | freebsd-ports-gnome-ec8f4bdb05610be664259f3ac922bee4f5f41c7c.tar.gz freebsd-ports-gnome-ec8f4bdb05610be664259f3ac922bee4f5f41c7c.tar.zst freebsd-ports-gnome-ec8f4bdb05610be664259f3ac922bee4f5f41c7c.zip |
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>
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/pear-Structures_DataGrid_Renderer_Smarty/Makefile | 25 | ||||
-rw-r--r-- | www/pear-Structures_DataGrid_Renderer_Smarty/distinfo | 3 | ||||
-rw-r--r-- | www/pear-Structures_DataGrid_Renderer_Smarty/pkg-descr | 3 |
4 files changed, 32 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index ab1482daae88..e5b47ae912f0 100644 --- a/www/Makefile +++ b/www/Makefile @@ -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 diff --git a/www/pear-Structures_DataGrid_Renderer_Smarty/Makefile b/www/pear-Structures_DataGrid_Renderer_Smarty/Makefile new file mode 100644 index 000000000000..bace1d89aa36 --- /dev/null +++ b/www/pear-Structures_DataGrid_Renderer_Smarty/Makefile @@ -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> diff --git a/www/pear-Structures_DataGrid_Renderer_Smarty/distinfo b/www/pear-Structures_DataGrid_Renderer_Smarty/distinfo new file mode 100644 index 000000000000..b282efebaae8 --- /dev/null +++ b/www/pear-Structures_DataGrid_Renderer_Smarty/distinfo @@ -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 diff --git a/www/pear-Structures_DataGrid_Renderer_Smarty/pkg-descr b/www/pear-Structures_DataGrid_Renderer_Smarty/pkg-descr new file mode 100644 index 000000000000..000dae82d6b5 --- /dev/null +++ b/www/pear-Structures_DataGrid_Renderer_Smarty/pkg-descr @@ -0,0 +1,3 @@ +This is a Renderer driver for Structures_DataGrid using Smarty. + +WWW: http://pear.php.net/package/Structures_DataGrid_Renderer_Smarty/ |