aboutsummaryrefslogtreecommitdiff
path: root/www/Makefile
diff options
context:
space:
mode:
authorAndrew Pantyukhin <sat@FreeBSD.org>2006-08-02 10:54:42 +0000
committerAndrew Pantyukhin <sat@FreeBSD.org>2006-08-02 10:54:42 +0000
commit0acc92c3c0e11fd69594af05afa55d4159552811 (patch)
tree065e0275f4a8f6946cdbf3ecf968d5e3c3fc45ea /www/Makefile
parent6b430b4aed27ac4a372b17043bc63f749693ad3d (diff)
downloadports-0acc92c3c0e11fd69594af05afa55d4159552811.tar.gz
ports-0acc92c3c0e11fd69594af05afa55d4159552811.zip
Add port www/p5-Template-Iterator-AlzaboWrapperCursor:
This module allows a Class::AlzaboWrapper::Cursor object to be used as a TT2 iterator. For a cursor which returns one object at a time, the iterator simply returns one object per iteration. When the cursor returns multiple objects, the iterator returns a hash reference where the keys are the table name of the object's class in lower-case, with camel-casing turned into underscores. The values of the hash are the objects. So if the cursor returns Foo::User and Foo::Page objects, the keys are "user" and "page". WWW: http://search.cpan.org/dist/Template-Iterator-AlzaboWrapperCursor/ Justification: socialtext dependency
Notes
Notes: svn path=/head/; revision=169452
Diffstat (limited to 'www/Makefile')
-rw-r--r--www/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index 4471cdf4ea40..375cbcd9a444 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -743,6 +743,7 @@
SUBDIR += p5-Syntax-Highlight-Shell
SUBDIR += p5-Task-Catalyst
SUBDIR += p5-Template-GD
+ SUBDIR += p5-Template-Iterator-AlzaboWrapperCursor
SUBDIR += p5-Template-Multilingual
SUBDIR += p5-Template-Plugin-Class
SUBDIR += p5-Template-Plugin-Clickable