diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-11-23 16:18:51 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-11-23 16:18:51 +0000 |
commit | e7f599b3952f8858ee1ef145a56258723575a268 (patch) | |
tree | e556eff8fddb87099a3c4c41b3ffb88c39ce51ee | |
parent | a0db1fbfa072bd9b09b02c710fe9f69a5df5c93b (diff) | |
download | ports-e7f599b3952f8858ee1ef145a56258723575a268.tar.gz ports-e7f599b3952f8858ee1ef145a56258723575a268.zip |
Notes
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/pear-Structures_DataGrid_Renderer_Flexy/Makefile | 30 | ||||
-rw-r--r-- | www/pear-Structures_DataGrid_Renderer_Flexy/distinfo | 3 | ||||
-rw-r--r-- | www/pear-Structures_DataGrid_Renderer_Flexy/pkg-descr | 6 |
4 files changed, 40 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index ba043330656d..af9efab3ca6b 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_Flexy SUBDIR += pear-Structures_DataGrid_Renderer_Pager SUBDIR += pear-Structures_DataGrid_Renderer_Smarty SUBDIR += pear-Text_Wiki diff --git a/www/pear-Structures_DataGrid_Renderer_Flexy/Makefile b/www/pear-Structures_DataGrid_Renderer_Flexy/Makefile new file mode 100644 index 000000000000..7d010c6c2351 --- /dev/null +++ b/www/pear-Structures_DataGrid_Renderer_Flexy/Makefile @@ -0,0 +1,30 @@ +# Ports collection makefile for: pear-Structures_DataGrid_Renderer_Flexy +# Date created: 26 Jun 2008 +# Whom: Nick Hilliard <nick@foobar.org> +# +# $FreeBSD$ +# + +PORTNAME= Structures_DataGrid_Renderer_Flexy +PORTVERSION= 0.1.3 +CATEGORIES= www pear + +MAINTAINER= nick@foobar.org +COMMENT= Renderer for pear-Structures_DataGrid using HTML_Template_Flexy + +BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear +RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:${PORTSDIR}/devel/pear-Structures_DataGrid \ + ${PEARDIR}/HTML/Template/Flexy.php:${PORTSDIR}/devel/pear-HTML_Template_Flexy \ + ${PEARDIR}/Structures/DataGrid/Renderer/Pager.php:${PORTSDIR}/www/pear-Structures_DataGrid_Renderer_Pager + +CATEGORY= Structures +FILES= DataGrid/Renderer/Flexy.php + +EXAMPLES= index.php templates/main.html templates/static_list.html \ + templates/dynamic_list.html templates/custom_results_list.html \ + templates/custom_results_default_list.html \ + templates/custom_results_noargs_list.html templates/custom_results_args_list.html + +.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_Flexy/distinfo b/www/pear-Structures_DataGrid_Renderer_Flexy/distinfo new file mode 100644 index 000000000000..cfc4f7503f38 --- /dev/null +++ b/www/pear-Structures_DataGrid_Renderer_Flexy/distinfo @@ -0,0 +1,3 @@ +MD5 (PEAR/Structures_DataGrid_Renderer_Flexy-0.1.3.tgz) = dabe6e44be276e6a9091dea03bc8aec5 +SHA256 (PEAR/Structures_DataGrid_Renderer_Flexy-0.1.3.tgz) = bea9abb94cc99475e753b0ead8adb90aaf7bcc45c6f31236425cd50398a32c67 +SIZE (PEAR/Structures_DataGrid_Renderer_Flexy-0.1.3.tgz) = 9495 diff --git a/www/pear-Structures_DataGrid_Renderer_Flexy/pkg-descr b/www/pear-Structures_DataGrid_Renderer_Flexy/pkg-descr new file mode 100644 index 000000000000..cc785977bcc4 --- /dev/null +++ b/www/pear-Structures_DataGrid_Renderer_Flexy/pkg-descr @@ -0,0 +1,6 @@ +This is a Renderer driver for Structures_DataGrid using HTML_Template_Flexy. +It adds a couple of variables to a Flexy instance and adds paging +functionality. This renderer also enables customised result messages, +customised column labels and a column label formatter + +WWW: http://pear.php.net/package/Structures_DataGrid_Renderer_Flexy/ |