pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/p5-Catalyst-Runtime Added www/p5-Catalyst-Runtime ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ab7de4dddb39
branches:  trunk
changeset: 544499:ab7de4dddb39
user:      abs <abs%pkgsrc.org@localhost>
date:      Tue Jul 15 09:30:45 2008 +0000

description:
Added www/p5-Catalyst-Runtime version 5.7014

Catalyst is an elegant web application framework, extremely flexible yet
extremely simple. It's similar to Ruby on Rails, Spring (Java) and
Maypole, upon which it was originally based.

Catalyst follows the Model-View-Controller (MVC) design pattern, allowing
you to easily separate concerns, like content, presentation and flow control,
into separate modules. This separation allows you to modify code that handles
one concern without affecting code that handles the others. Catalyst promotes
re-use of existing Perl modules that already handle common web application
concerns well.

diffstat:

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

diffs (71 lines):

diff -r fe2e6ccd76eb -r ab7de4dddb39 www/p5-Catalyst-Runtime/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-Catalyst-Runtime/DESCR     Tue Jul 15 09:30:45 2008 +0000
@@ -0,0 +1,10 @@
+Catalyst is an elegant web application framework, extremely flexible yet
+extremely simple. It's similar to Ruby on Rails, Spring (Java) and
+Maypole, upon which it was originally based.
+
+Catalyst follows the Model-View-Controller (MVC) design pattern, allowing
+you to easily separate concerns, like content, presentation and flow control,
+into separate modules. This separation allows you to modify code that handles
+one concern without affecting code that handles the others. Catalyst promotes
+re-use of existing Perl modules that already handle common web application
+concerns well.
diff -r fe2e6ccd76eb -r ab7de4dddb39 www/p5-Catalyst-Runtime/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-Catalyst-Runtime/Makefile  Tue Jul 15 09:30:45 2008 +0000
@@ -0,0 +1,44 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/07/15 09:30:45 abs Exp $
+
+DISTNAME=      Catalyst-Runtime-5.7014
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    www perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/MR/MRAMBERG/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://www.catalystframework.org/
+COMMENT=       The Elegant MVC Web Application Framework
+
+CONFLICTS+=    p5-Catalyst-[0-9]*
+
+DEPENDS+=      p5-Class-Accessor>=0:../../devel/p5-Class-Accessor
+DEPENDS+=      p5-Class-Data-Inheritable>=0:../../devel/p5-Class-Data-Inheritable
+DEPENDS+=      p5-Class-Inspector>=1.06:../../devel/p5-Class-Inspector
+DEPENDS+=      p5-CGI-Simple>=0:../../www/p5-CGI-Simple
+DEPENDS+=      p5-Data-Dump>=0:../../devel/p5-Data-Dump
+DEPENDS+=      p5-File-Modified>=0:../../devel/p5-File-Modified
+DEPENDS+=      p5-HTML-Parser>=0:../../www/p5-HTML-Parser
+DEPENDS+=      p5-HTTP-Body>=0.9:../../www/p5-HTTP-Body
+DEPENDS+=      p5-libwww>=5.805:../../www/p5-libwww
+DEPENDS+=      p5-HTTP-Request-AsCGI>=0.5:../../www/p5-HTTP-Request-AsCGI
+DEPENDS+=      p5-Module-Pluggable>=3.01:../../devel/p5-Module-Pluggable
+DEPENDS+=      p5-NEXT>=0:../../devel/p5-NEXT
+DEPENDS+=      p5-Path-Class>=0.09:../../devel/p5-Path-Class
+DEPENDS+=      p5-Scalar-List-Utils>=0:../../devel/p5-Scalar-List-Utils
+DEPENDS+=      p5-Text-SimpleTable>=0.03:../../textproc/p5-Text-SimpleTable
+DEPENDS+=      p5-Time-HiRes>=0:../../time/p5-Time-HiRes
+DEPENDS+=      p5-Tree-Simple>=1.15:../../devel/p5-Tree-Simple
+DEPENDS+=      p5-Tree-Simple-VisitorFactory>=0:../../devel/p5-Tree-Simple-VisitorFactory
+DEPENDS+=      p5-URI>=1.35:../../www/p5-URI
+
+BUILD_DEPENDS+=        p5-Test-MockObject>=0:../../devel/p5-Test-MockObject
+BUILD_DEPENDS+=        p5-Test-NoWarnings>=0.082:../../devel/p5-Test-NoWarnings
+
+MAKE_ENV+=     PERL_EXTUTILS_AUTOINSTALL=--skipdeps
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/Catalyst/Runtime/.packlist
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r fe2e6ccd76eb -r ab7de4dddb39 www/p5-Catalyst-Runtime/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-Catalyst-Runtime/distinfo  Tue Jul 15 09:30:45 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/07/15 09:30:45 abs Exp $
+
+SHA1 (Catalyst-Runtime-5.7014.tar.gz) = 5cfdcfe18f755c7d9fa5d4291ddbc6acc8a39c5f
+RMD160 (Catalyst-Runtime-5.7014.tar.gz) = e593a9db251771f0a71a6521fa5808391e122456
+Size (Catalyst-Runtime-5.7014.tar.gz) = 157510 bytes



Home | Main Index | Thread Index | Old Index