Path to this page:
./
wip/p5-CGI-Application-Plugin-TT,
Add Template Toolkit support to CGI::Application
Branch: CURRENT,
Version: 1.05,
Package name: p5-CGI-Application-Plugin-TT-1.05,
Maintainer: hiramatuCGI::Application::Plugin::TT adds support for the popular Template
Toolkit engine to your CGI::Application modules by providing several
helper methods that allow you to process template files from within
your runmodes.
It compliments the support for HTML::Template that is built into
CGI::Application through the load_tmpl method. It also provides a few
extra features than just the ability to load a template.
Required to run:[
www/p5-CGI-Application] [
www/p5-Template-Toolkit] [
lang/perl5] [
wip/p5-CGI-Application-Plugin-DevPopup]
Required to build:[
pkgtools/cwrappers]
Master sites: (Expand)
RMD160: 847f01cef01e5cf9ced934756f571c13ac0c68f3
Filesize: 18.598 KB
Version history: (Expand)
- (2024-09-19) Package has been reborn
- (2024-09-15) Package deleted from pkgsrc
- (2023-02-13) Package has been reborn
- (2020-09-29) Package has been reborn
- (2020-09-29) Package deleted from pkgsrc
- (2020-01-02) Package has been reborn
CVS history: (Expand)
2013-04-12 17:18:51 by Hiramatsu Yoshifumi | Files touched by this commit (2) |
Log message:
Update p5-CGI-Application-Plugin-TT to 1.05.
Changes from previous:
----------------------
1.05 Fri Jun 4 14:25:49 EST 2010
- fix dev popup support by html encoding the data sent
to the popup window (patch by Clayton L. Scott)
- fix test failure on windows (patch by Alexandr Ciornii)
1.04 Wed Nov 1 07:08:50 EST 2006
- add TEMPLATE_PRECOMPILE_DIR option which can
automatically compile all your templates on startup
(patch by Michael Peters)
- slightly refactored the default tt_template_name code
- doc fix (Trammell Hudson/Robert Sedlacek)
|
2012-10-04 11:13:17 by Aleksej Saushev | Files touched by this commit (76) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
|
2008-05-30 14:22:03 by abs | Files touched by this commit (102) |
Log message:
Remove unnecessary (empty) PLIST files for p5-* packages
|
2007-04-10 09:13:48 by Hiramatsu Yoshifumi | Files touched by this commit (2) |
Log message:
Updated to 1.03.
Changes since 1.02.
1.03 Thu May 18 12:27:26 EDT 2006
- the default tt_template_name method now accepts
a parameter that specifies how many caller levels
we walk up (from the calling method) to find the
method name to use as a base for the template name
(defaults to 0)
- a side effect of this change is that you can now
pass any parameters you like to your custom
TEMPLATE_NAME_GENERATOR method, when calling
$self->tt_template_name(...).
|
2006-02-17 06:47:57 by Hiramatsu Yoshifumi | Files touched by this commit (4) | |
Log message:
CGI::Application::Plugin::TT adds support for the popular Template
Toolkit engine to your CGI::Application modules by providing several
helper methods that allow you to process template files from within
your runmodes.
It compliments the support for HTML::Template that is built into
CGI::Application through the load_tmpl method. It also provides a few
extra features than just the ability to load a template.
|