diff options
author | abs <abs@pkgsrc.org> | 2008-07-15 09:16:52 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2008-07-15 09:16:52 +0000 |
commit | b97b0bd5a5ce92bee5312cedd9593bc814ba7538 (patch) | |
tree | 0c7d65a21202ae06e3155a4e0a79d91a0c22ca39 /www | |
parent | 58af7d7b116ba223321a21d43e7116bc1379cd87 (diff) | |
download | pkgsrc-b97b0bd5a5ce92bee5312cedd9593bc814ba7538.tar.gz |
Added www/p5-Catalyst-Manual version 5.7013
This is the Catalyst manual
Catalyst is a web application framework. This means that you use
it to help build applications that run on the web, or that run
using protocols used for the web. Catalyst is designed to make it
easy to manage the various tasks you need to do to run an application
on the web, either by doing them itself, or by letting you "plug
in" existing Perl modules that do what you need.
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Catalyst-Manual/DESCR | 8 | ||||
-rw-r--r-- | www/p5-Catalyst-Manual/Makefile | 18 | ||||
-rw-r--r-- | www/p5-Catalyst-Manual/distinfo | 5 |
3 files changed, 31 insertions, 0 deletions
diff --git a/www/p5-Catalyst-Manual/DESCR b/www/p5-Catalyst-Manual/DESCR new file mode 100644 index 00000000000..5c124db1943 --- /dev/null +++ b/www/p5-Catalyst-Manual/DESCR @@ -0,0 +1,8 @@ +This is the Catalyst manual + +Catalyst is a web application framework. This means that you use +it to help build applications that run on the web, or that run +using protocols used for the web. Catalyst is designed to make it +easy to manage the various tasks you need to do to run an application +on the web, either by doing them itself, or by letting you "plug +in" existing Perl modules that do what you need. diff --git a/www/p5-Catalyst-Manual/Makefile b/www/p5-Catalyst-Manual/Makefile new file mode 100644 index 00000000000..d2a0032926b --- /dev/null +++ b/www/p5-Catalyst-Manual/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/07/15 09:16:52 abs Exp $ + +DISTNAME= Catalyst-Manual-5.7013 +PKGNAME= p5-${DISTNAME} +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Catalyst/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Catalyst-Manual/ +COMMENT= Manual for Catalyst + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/Catalyst/Manual/.packlist + +PKG_DESTDIR_SUPPORT= user-destdir + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/p5-Catalyst-Manual/distinfo b/www/p5-Catalyst-Manual/distinfo new file mode 100644 index 00000000000..1c6fed0813a --- /dev/null +++ b/www/p5-Catalyst-Manual/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/07/15 09:16:52 abs Exp $ + +SHA1 (Catalyst-Manual-5.7013.tar.gz) = 7b9941e6741e77a5cc19f81184010a14607d7c65 +RMD160 (Catalyst-Manual-5.7013.tar.gz) = 0645abc410cd4198eefd3f01b1d04390d35945fe +Size (Catalyst-Manual-5.7013.tar.gz) = 136729 bytes |