summaryrefslogtreecommitdiff
path: root/www/p5-Reaction
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2011-08-23 11:03:41 +0000
committerabs <abs@pkgsrc.org>2011-08-23 11:03:41 +0000
commit0e3452867bb4bfcf804cbb93bfe10b0e9f3774b6 (patch)
tree1519ac219bf1b8a5304bae65c1c61a2c10018874 /www/p5-Reaction
parentf107ccdd879326a91de67091ab51adbc95ab9653 (diff)
downloadpkgsrc-0e3452867bb4bfcf804cbb93bfe10b0e9f3774b6.tar.gz
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.
Diffstat (limited to 'www/p5-Reaction')
-rw-r--r--www/p5-Reaction/Makefile14
-rw-r--r--www/p5-Reaction/distinfo8
2 files changed, 12 insertions, 10 deletions
diff --git a/www/p5-Reaction/Makefile b/www/p5-Reaction/Makefile
index 2863ec1fc5c..1e404647877 100644
--- a/www/p5-Reaction/Makefile
+++ b/www/p5-Reaction/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2011/08/14 16:06:06 obache Exp $
+# $NetBSD: Makefile,v 1.5 2011/08/23 11:03:41 abs Exp $
-DISTNAME= Reaction-0.002000
-PKGNAME= p5-Reaction-0.2.0
-PKGREVISION= 3
+DISTNAME= Reaction-0.002005
+PKGNAME= p5-Reaction-0.2.5
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Reaction/}
@@ -25,7 +24,6 @@ DEPENDS+= p5-Catalyst-Plugin-Static-Simple>=0.21:../../www/p5-Catalyst-Plugin-St
DEPENDS+= p5-Catalyst-View-TT>=0.29:../../www/p5-Catalyst-View-TT
DEPENDS+= p5-Config-General>=2.42:../../devel/p5-Config-General
DEPENDS+= p5-Crypt-Eksblowfish>=0.005:../../security/p5-Crypt-Eksblowfish
-DEPENDS+= p5-Class-MOP>=0.81:../../devel/p5-Class-MOP
DEPENDS+= p5-DBIx-Class>=0.08100:../../databases/p5-DBIx-Class
DEPENDS+= p5-DBIx-Class-IntrospectableM2M>=0.001001:../../databases/p5-DBIx-Class-IntrospectableM2M
DEPENDS+= p5-DateTime>=0.47:../../time/p5-DateTime
@@ -35,10 +33,12 @@ DEPENDS+= p5-Devel-Declare>=0.005000:../../devel/p5-Devel-Declare
DEPENDS+= p5-Email-Valid>=0.181:../../mail/p5-Email-Valid
DEPENDS+= p5-File-ShareDir>=1.00:../../devel/p5-File-ShareDir
DEPENDS+= p5-PathTools>=3.29:../../devel/p5-PathTools
-DEPENDS+= p5-Moose>=0.74:../../devel/p5-Moose
+DEPENDS+= p5-Moose>=2:../../devel/p5-Moose
DEPENDS+= p5-MooseX-Types>=0.10:../../devel/p5-MooseX-Types
+DEPENDS+= p5-MooseX-Types-URI>=0.02:../../devel/p5-MooseX-Types-URI
DEPENDS+= p5-MooseX-Types-Common>=0.001000:../../devel/p5-MooseX-Types-Common
DEPENDS+= p5-MooseX-Types-DateTime>=0.03:../../time/p5-MooseX-Types-DateTime
+DEPENDS+= p5-MooseX-MethodAttributes>=0.18:../../devel/p5-MooseX-MethodAttributes
DEPENDS+= p5-Path-Class-[0-9]*:../../devel/p5-Path-Class
DEPENDS+= p5-Sub-Exporter>=0.982:../../devel/p5-Sub-Exporter
DEPENDS+= p5-Sub-Name>=0.04:../../devel/p5-Sub-Name
@@ -49,6 +49,8 @@ DEPENDS+= p5-aliased>=0.22:../../devel/p5-aliased
DEPENDS+= p5-namespace-clean>=0.11:../../devel/p5-namespace-clean
DEPENDS+= p5-Method-Signatures-Simple>=0.03:../../devel/p5-Method-Signatures-Simple
DEPENDS+= p5-signatures>=0.05:../../devel/p5-signatures
+DEPENDS+= p5-MooseX-Role-Parameterized>=0.24:../../devel/p5-MooseX-Role-Parameterized
+DEPENDS+= p5-JSON-[0-9]*:../../converters/p5-JSON
# For test target
BUILD_DEPENDS+= p5-Test-Class>=0.31:../../devel/p5-Test-Class
diff --git a/www/p5-Reaction/distinfo b/www/p5-Reaction/distinfo
index dd71aad9d25..23dcb44dd09 100644
--- a/www/p5-Reaction/distinfo
+++ b/www/p5-Reaction/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2009/05/09 16:30:59 seb Exp $
+$NetBSD: distinfo,v 1.2 2011/08/23 11:03:41 abs Exp $
-SHA1 (Reaction-0.002000.tar.gz) = 30e757d66e619f27284190fc00618ea5c68b6769
-RMD160 (Reaction-0.002000.tar.gz) = c0f433eed6e7a452e7d1bfa5463116bec7ac3f2c
-Size (Reaction-0.002000.tar.gz) = 154623 bytes
+SHA1 (Reaction-0.002005.tar.gz) = 3bddbf06a17749c92236e7deaedbc11cbec94ae4
+RMD160 (Reaction-0.002005.tar.gz) = d8a00edbc1a27c3b09347cd553d81ddf991e1bb5
+Size (Reaction-0.002005.tar.gz) = 1365166 bytes