Commit graph

9 commits

Author SHA1 Message Date
wiz
d2ca14a3f1 Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
2013-05-31 12:39:57 +00:00
asau
5eae6a18a3 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
dholland
4ef34112f2 REPLACE_PERL 2011-09-29 11:32:53 +00:00
abs
1e917dc702 Updated www/p5-Reaction to 0.2.5
Revision history for Reaction
0.002005 - 8 Mar 2011
        - use JSON instead of JSON::Any

0.002004 - 5 Mar 2011
        - add a warning for people not using Reaction::Role(::Parameterized)
        - silence m2m warnings during tests

0.002003 - 4 Mar 2011
        - fixes for Moose 2

0.002002 - 5 Nov 2010
        - use JSON::Any instead of JSON

0.002001 - 2 Nov 2010
        - Fix some POD and tests
        - Fix Order role to allow for exclusions (for non-indexed columns) and
          coerceion of the column name to allow proper ORDER BY generation in
          belongs_to rels and fields that do not map directly to columns.
        - Fix Package names in POD for various files. this was causing some
          weirdness in CPAN.
        - All Reaction::UI::ViewPort::* now uses MooseX::Types
        - Add 'action' attribute to Action viewport
          - Adapt widget and layout to changes
          - Add example of explicitly stating action to ComponentUI
        - Don't override custom location in push_viewport
        - Wire layout_args, which was forgotten + example of how to use it
        - CRUD functionality is now implemented as roles, so it can be used
          without needing to use Controller::Collection::CRUD
        - Deprecate redirect_to and move it to an external role
        - Controllers no longer 'use Reaction::Class' which was causing
          problems with metaclass compatibility. 'use Moose' is now the
          preferred approach.
2011-08-23 11:03:41 +00:00
obache
84fa8bcd7c Revision bump after updating perl5 to 5.14.1. 2011-08-14 16:05:39 +00:00
seb
c3f1e700ad Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

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=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
2010-08-21 16:32:42 +00:00
sno
15707ea5a1 Bumping revision of packages which depend direct or indirect on
devel/p5-Class-MOP. A late detected incompible change forced it.
2009-09-24 06:50:10 +00:00
seb
8d042767f4 Initial import of p5-Reaction version 0.2.0 in the NetBSD Packages
Collection.

Reaction is a Catalyst extension providing you with:
- Model mutations abstracted into Action objects.
- Reflection to generate interface models using the Action objects
from a DBIx::Class schema.
- An abstract UI expression system based on view, skin, rendering
context, widget and layout set.
- Stylable via skins. Parts of the skins can be extended and flexibly
from large down to very small parts.
- Full separation of interface rendering structure and templating,
making re-usable extensions even easier.
2009-05-09 16:30:59 +00:00