diff options
author | abs <abs> | 2008-07-15 09:30:45 +0000 |
---|---|---|
committer | abs <abs> | 2008-07-15 09:30:45 +0000 |
commit | bc33efacb2aae5aa468b3c2e1199766f9e75a4b1 (patch) | |
tree | 06225f7f18cb6c07043e6f48ac43c0f75ffb79df /www/p5-Catalyst-Runtime | |
parent | e73a010f8c974bcd8f7312f8c2d5ad779a105861 (diff) | |
download | pkgsrc-bc33efacb2aae5aa468b3c2e1199766f9e75a4b1.tar.gz |
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 (limited to 'www/p5-Catalyst-Runtime')
-rw-r--r-- | www/p5-Catalyst-Runtime/DESCR | 10 | ||||
-rw-r--r-- | www/p5-Catalyst-Runtime/Makefile | 44 | ||||
-rw-r--r-- | www/p5-Catalyst-Runtime/distinfo | 5 |
3 files changed, 59 insertions, 0 deletions
diff --git a/www/p5-Catalyst-Runtime/DESCR b/www/p5-Catalyst-Runtime/DESCR new file mode 100644 index 00000000000..9612b17e9dc --- /dev/null +++ b/www/p5-Catalyst-Runtime/DESCR @@ -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 --git a/www/p5-Catalyst-Runtime/Makefile b/www/p5-Catalyst-Runtime/Makefile new file mode 100644 index 00000000000..24ead303bd9 --- /dev/null +++ b/www/p5-Catalyst-Runtime/Makefile @@ -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 +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 --git a/www/p5-Catalyst-Runtime/distinfo b/www/p5-Catalyst-Runtime/distinfo new file mode 100644 index 00000000000..009f46396a1 --- /dev/null +++ b/www/p5-Catalyst-Runtime/distinfo @@ -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 |