cvs commit: ports/www Makefile
ports/www/p5-Template-Iterator-AlzaboWrapperCursor
Makefile distinfo pkg-descr pkg-plist
Andrew Pantyukhin
sat at FreeBSD.org
Wed Aug 2 10:54:43 UTC 2006
sat 2006-08-02 10:54:42 UTC
FreeBSD ports repository
Modified files:
www Makefile
Added files:
www/p5-Template-Iterator-AlzaboWrapperCursor Makefile distinfo
pkg-descr
pkg-plist
Log:
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
Revision Changes Path
1.1537 +1 -0 ports/www/Makefile
1.1 +25 -0 ports/www/p5-Template-Iterator-AlzaboWrapperCursor/Makefile (new)
1.1 +3 -0 ports/www/p5-Template-Iterator-AlzaboWrapperCursor/distinfo (new)
1.1 +13 -0 ports/www/p5-Template-Iterator-AlzaboWrapperCursor/pkg-descr (new)
1.1 +3 -0 ports/www/p5-Template-Iterator-AlzaboWrapperCursor/pkg-plist (new)
More information about the cvs-all
mailing list