aboutsummaryrefslogtreecommitdiff
path: root/www/pear-Structures_DataGrid_Renderer_Flexy
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-11-23 16:18:51 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-11-23 16:18:51 +0000
commite7f599b3952f8858ee1ef145a56258723575a268 (patch)
treee556eff8fddb87099a3c4c41b3ffb88c39ce51ee /www/pear-Structures_DataGrid_Renderer_Flexy
parenta0db1fbfa072bd9b09b02c710fe9f69a5df5c93b (diff)
downloadports-e7f599b3952f8858ee1ef145a56258723575a268.tar.gz
ports-e7f599b3952f8858ee1ef145a56258723575a268.zip
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/ Submitted by: Nick Hilliard <nick at foobar.org>
Notes
Notes: svn path=/head/; revision=223268
Diffstat (limited to 'www/pear-Structures_DataGrid_Renderer_Flexy')
-rw-r--r--www/pear-Structures_DataGrid_Renderer_Flexy/Makefile30
-rw-r--r--www/pear-Structures_DataGrid_Renderer_Flexy/distinfo3
-rw-r--r--www/pear-Structures_DataGrid_Renderer_Flexy/pkg-descr6
3 files changed, 39 insertions, 0 deletions
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/