diff options
author | abs <abs@pkgsrc.org> | 2009-01-03 18:15:00 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2009-01-03 18:15:00 +0000 |
commit | 37e0b862416f0e9752660c948f6b10194337bc11 (patch) | |
tree | a445a9be06df09a2d04ffe9071dde25c9e82886f | |
parent | 9877f1d925b6b337568389748cd5e95e640b6be9 (diff) | |
download | pkgsrc-37e0b862416f0e9752660c948f6b10194337bc11.tar.gz |
Added www/p5-Catalyst-Plugin-RequireSSL version 0.06
e this plugin if you wish to selectively force SSL mode on some of
your web pages, for example a user login form or shopping cart.
Simply place $c->require_ssl calls in any controller method you
wish to be secured.
This plugin will automatically disable itself if you are running
under the standalone HTTP::Daemon Catalyst server. A warning message
will be printed to the log file whenever an SSL redirect would have
occurred.
-rw-r--r-- | www/p5-Catalyst-Plugin-RequireSSL/DESCR | 10 | ||||
-rw-r--r-- | www/p5-Catalyst-Plugin-RequireSSL/Makefile | 21 | ||||
-rw-r--r-- | www/p5-Catalyst-Plugin-RequireSSL/distinfo | 5 |
3 files changed, 36 insertions, 0 deletions
diff --git a/www/p5-Catalyst-Plugin-RequireSSL/DESCR b/www/p5-Catalyst-Plugin-RequireSSL/DESCR new file mode 100644 index 00000000000..b1e8cc50b80 --- /dev/null +++ b/www/p5-Catalyst-Plugin-RequireSSL/DESCR @@ -0,0 +1,10 @@ +e this plugin if you wish to selectively force SSL mode on some of +your web pages, for example a user login form or shopping cart. + +Simply place $c->require_ssl calls in any controller method you +wish to be secured. + +This plugin will automatically disable itself if you are running +under the standalone HTTP::Daemon Catalyst server. A warning message +will be printed to the log file whenever an SSL redirect would have +occurred. diff --git a/www/p5-Catalyst-Plugin-RequireSSL/Makefile b/www/p5-Catalyst-Plugin-RequireSSL/Makefile new file mode 100644 index 00000000000..dbe5033a946 --- /dev/null +++ b/www/p5-Catalyst-Plugin-RequireSSL/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/01/03 18:15:00 abs Exp $ + +DISTNAME= Catalyst-Plugin-RequireSSL-0.06 +PKGNAME= p5-${DISTNAME} +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-module/Catalyst/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/perldoc?Catalyst::Plugin::RequireSSL +COMMENT= Force SSL mode on select pages + +DEPENDS+= p5-Catalyst-Runtime>=5.23:../../www/p5-Catalyst-Runtime + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/Catalyst/Plugin/RequireSSL/.packlist +PERL5_MODULE_TYPE= Module::Build + +PKG_DESTDIR_SUPPORT= user-destdir + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/p5-Catalyst-Plugin-RequireSSL/distinfo b/www/p5-Catalyst-Plugin-RequireSSL/distinfo new file mode 100644 index 00000000000..ab9cc8881d6 --- /dev/null +++ b/www/p5-Catalyst-Plugin-RequireSSL/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2009/01/03 18:15:00 abs Exp $ + +SHA1 (Catalyst-Plugin-RequireSSL-0.06.tar.gz) = cf37880119a610fc8c7b0645304657df815f8997 +RMD160 (Catalyst-Plugin-RequireSSL-0.06.tar.gz) = c8ae9d983c6d64ec23ca26339ffabe0f3c1cd6a8 +Size (Catalyst-Plugin-RequireSSL-0.06.tar.gz) = 5543 bytes |