aboutsummaryrefslogtreecommitdiff
path: root/databases/Makefile
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2009-11-06 13:46:00 +0000
committerWen Heping <wen@FreeBSD.org>2009-11-06 13:46:00 +0000
commit80e59f6554a7e28a14af54c095271736dfea4fce (patch)
treeb2acfed337acc62136eb88487ce98c557b89ac6d /databases/Makefile
parent7a1323ac4b01d3aa6d6efe17929f16d63a334b6f (diff)
downloadports-80e59f6554a7e28a14af54c095271736dfea4fce.tar.gz
ports-80e59f6554a7e28a14af54c095271736dfea4fce.zip
Rose::DBx::Object::Renderer generates web UIs for Rose::DB::Object.
It encapsulates many web conventions in the generated UIs as default behaviours. For example, email addresses are by default rendered as mailto links in tables and appropiate validation is enforced automatically in forms. These behaviours are highly extensible. Renderer uses CGI::FormBuilder to generate forms and the Google Chart API to render charts. Template::Toolkit is used for template processing, however, Renderer can dynamically generate a full set of UIs without any templates. WWW: http://search.cpan.org/dist/Rose-DBx-Object-Renderer
Notes
Notes: svn path=/head/; revision=243890
Diffstat (limited to 'databases/Makefile')
-rw-r--r--databases/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile
index 4c573db57e08..0c10d3003ea3 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -388,6 +388,7 @@
SUBDIR += p5-Rose-DB
SUBDIR += p5-Rose-DB-Object
SUBDIR += p5-Rose-DBx-Object-MoreHelpers
+ SUBDIR += p5-Rose-DBx-Object-Renderer
SUBDIR += p5-SQL-Abstract
SUBDIR += p5-SQL-Abstract-Limit
SUBDIR += p5-SQL-Interp