2009-05-23 23:45:46 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Patch out auto_install - this will be handled by pkgsrc
|
2009-05-01 13:59:45 by Jens Rehsack | Files touched by this commit (2) |
Log message:
PkgSrc changes:
- Updating package for p5 module of Catalyst::Action::RenderView from
0.08 to 0.10
- Setting license to gnu-gpl-v2
- Adjusting dependencies
Upstream changes:
0.10 2009-04-29 18:24:50
- Depend on Data::Visitor 0.24 to avoid Class::MOP deprecation
warnings. (Florian Ragwitz)
0.09 2009-02-18 21:32:00
- Store config in $c->config->{'Action::RenderView'}
instead of $c->config->{debug}.
Config from $c->config->{debug} is deprecated, but
still supported.
- Switch from NEXT to next::method
|
2008-10-19 21:19:25 by Havard Eidnes | Files touched by this commit (1179) |
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
|
2008-07-15 11:15:04 by David Brownlee | Files touched by this commit (3) | |
Log message:
Added www/p5-Catalyst-Action-RenderView version 0.08
The final rendering action for the Catalyst web framework.
This action implements a sensible default end action, which will
forward to the first available view, unless status is set to 3xx,
or there is a response body. It also allows you to pass dump_info=1
to the url in order to force a debug screen, while in debug mode.
If you have more than one view, you can specify which one to use
with the default_view config setting (see Catalyst's $c->view($name)
method).
|