pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/p5-Reaction Initial import of p5-Reaction version ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/11efa5d540ba
branches:  trunk
changeset: 392765:11efa5d540ba
user:      seb <seb%pkgsrc.org@localhost>
date:      Sat May 09 16:30:59 2009 +0000

description:
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.

diffstat:

 www/p5-Reaction/DESCR    |  10 ++++++++
 www/p5-Reaction/Makefile |  59 ++++++++++++++++++++++++++++++++++++++++++++++++
 www/p5-Reaction/distinfo |   5 ++++
 3 files changed, 74 insertions(+), 0 deletions(-)

diffs (86 lines):

diff -r 825479d1d042 -r 11efa5d540ba www/p5-Reaction/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-Reaction/DESCR     Sat May 09 16:30:59 2009 +0000
@@ -0,0 +1,10 @@
+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.
diff -r 825479d1d042 -r 11efa5d540ba www/p5-Reaction/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-Reaction/Makefile  Sat May 09 16:30:59 2009 +0000
@@ -0,0 +1,59 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/05/09 16:30:59 seb Exp $
+
+DISTNAME=      Reaction-0.002000
+PKGNAME=       p5-Reaction-0.2.0
+CATEGORIES=    www perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Reaction/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/Reaction/
+COMMENT=       Perl 5 extended MVC framework based on Catalyst
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/Reaction/.packlist
+
+DEPENDS+=      p5-Catalyst-Runtime>=5.80002:../../www/p5-Catalyst-Runtime
+DEPENDS+=      p5-Catalyst-Component-ACCEPT_CONTEXT>=0.05:../../www/p5-Catalyst-Component-ACCEPT_CONTEXT
+DEPENDS+=      p5-Catalyst-Component-InstancePerContext>=0.001001:../../www/p5-Catalyst-Component-InstancePerContext
+DEPENDS+=      p5-Catalyst-Model-DBIC-Schema>=0.23:../../databases/p5-Catalyst-Model-DBIC-Schema
+DEPENDS+=      p5-Catalyst-Plugin-ConfigLoader>=0.23:../../www/p5-Catalyst-Plugin-ConfigLoader
+DEPENDS+=      p5-Catalyst-Plugin-I18N>=0.09:../../www/p5-Catalyst-Plugin-I18N
+DEPENDS+=      p5-Catalyst-Plugin-Static-Simple>=0.21:../../www/p5-Catalyst-Plugin-Static-Simple
+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
+DEPENDS+=      p5-DateTime-Event-Recurrence>=0.16:../../time/p5-DateTime-Event-Recurrence
+DEPENDS+=      p5-DateTime-Set-[0-9]*:../../time/p5-DateTime-Set
+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-MooseX-Types>=0.10:../../devel/p5-MooseX-Types
+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-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
+DEPENDS+=      p5-Template-Toolkit>=2.20:../../www/p5-Template-Toolkit
+DEPENDS+=      p5-Time-modules>=2006.0814:../../time/p5-Time-modules
+DEPENDS+=      p5-URI>=1.37:../../www/p5-URI
+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
+
+# For test target
+BUILD_DEPENDS+=        p5-Test-Class>=0.31:../../devel/p5-Test-Class
+BUILD_DEPENDS+=        p5-Test-WWW-Mechanize-Catalyst>=0.51:../../www/p5-Test-WWW-Mechanize-Catalyst
+BUILD_DEPENDS+=        p5-Test-Memory-Cycle>=1.04:../../devel/p5-Test-Memory-Cycle
+BUILD_DEPENDS+=        p5-SQL-Translator>=0.09004:../../databases/p5-SQL-Translator
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 825479d1d042 -r 11efa5d540ba www/p5-Reaction/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-Reaction/distinfo  Sat May 09 16:30:59 2009 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/05/09 16:30:59 seb Exp $
+
+SHA1 (Reaction-0.002000.tar.gz) = 30e757d66e619f27284190fc00618ea5c68b6769
+RMD160 (Reaction-0.002000.tar.gz) = c0f433eed6e7a452e7d1bfa5463116bec7ac3f2c
+Size (Reaction-0.002000.tar.gz) = 154623 bytes



Home | Main Index | Thread Index | Old Index