summaryrefslogtreecommitdiff
path: root/www/p5-Catalyst-Plugin-Authentication
diff options
context:
space:
mode:
authorsno <sno@pkgsrc.org>2009-06-15 22:38:45 +0000
committersno <sno@pkgsrc.org>2009-06-15 22:38:45 +0000
commitf6103f8b4154bf328bdd8ae0c495e287ded42426 (patch)
treeb127b85491a3a98c1745775330e5acbd9b928839 /www/p5-Catalyst-Plugin-Authentication
parenta1f3acf1a4b30223388bc651f607a8b2fee9431c (diff)
downloadpkgsrc-f6103f8b4154bf328bdd8ae0c495e287ded42426.tar.gz
pkgsrc changes:
- Updating package for p5 module Catalyst::Plugin::Authentication from 0.10011 to 0.10012 - Adjusting license according to META.yaml - Use Module::Install as module type Upstream changes: 0.10012 Sat Jun 6 10:58:43 BST 2009 - Add Catalyst::Authentication::Credential::Remote which authenticates you directly from environment variables passed by your web server. This allows the use of SSL client certificates, NTLM, or just basic/digest auth done at the web server level to be used to authenticate users to your Catalyst application (kmx) - Tests for this - Change ->config invocations to be best practices (t0m) - Note about session auto-vification even when use_session is set to false (robert). - Note about how a realms key used to be needed to unconfuse people running an old version, but browsing the docs on search.cpan (ruoso)
Diffstat (limited to 'www/p5-Catalyst-Plugin-Authentication')
-rw-r--r--www/p5-Catalyst-Plugin-Authentication/Makefile11
-rw-r--r--www/p5-Catalyst-Plugin-Authentication/distinfo8
2 files changed, 10 insertions, 9 deletions
diff --git a/www/p5-Catalyst-Plugin-Authentication/Makefile b/www/p5-Catalyst-Plugin-Authentication/Makefile
index 020153c4e3a..b240886ec12 100644
--- a/www/p5-Catalyst-Plugin-Authentication/Makefile
+++ b/www/p5-Catalyst-Plugin-Authentication/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2009/05/01 13:34:27 sno Exp $
+# $NetBSD: Makefile,v 1.7 2009/06/15 22:38:45 sno Exp $
-DISTNAME= Catalyst-Plugin-Authentication-0.10011
+DISTNAME= Catalyst-Plugin-Authentication-0.10012
PKGNAME= p5-${DISTNAME}0
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Catalyst/}
@@ -8,11 +8,11 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Catalyst/}
MAINTAINER= rhaen@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Catalyst-Plugin-Authentication/
COMMENT= Infrastructure plugin for the Catalyst authentication framework
-LICENSE= gnu-gpl-v2 # OR artistic
+LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Catalyst-Plugin-Session>=0.10:../../www/p5-Catalyst-Plugin-Session
-DEPENDS+= p5-Catalyst-Runtime>=0:../../www/p5-Catalyst-Runtime
-DEPENDS+= p5-Class-Inspector>=0:../../devel/p5-Class-Inspector
+DEPENDS+= p5-Catalyst-Runtime-[0-9]*:../../www/p5-Catalyst-Runtime
+DEPENDS+= p5-Class-Inspector-[0-9]*:../../devel/p5-Class-Inspector
DEPENDS+= p5-MRO-Compat-[0-9]*:../../devel/p5-MRO-Compat
BUILD_DEPENDS+= p5-Catalyst-Plugin-Session-State-Cookie-[0-9]*:../../www/p5-Catalyst-Plugin-Session-State-Cookie
@@ -20,6 +20,7 @@ BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
BUILD_DEPENDS+= p5-Test-MockObject>=0:../../devel/p5-Test-MockObject
BUILD_DEPENDS+= p5-Test-WWW-Mechanize-Catalyst>=0.50:../../www/p5-Test-WWW-Mechanize-Catalyst
+PERL5_MODULE_TYPE= Module::Install
PERL5_PACKLIST= auto/Catalyst/Plugin/Authentication/.packlist
PKG_DESTDIR_SUPPORT= user-destdir
diff --git a/www/p5-Catalyst-Plugin-Authentication/distinfo b/www/p5-Catalyst-Plugin-Authentication/distinfo
index da5e4c07a63..afbbb710202 100644
--- a/www/p5-Catalyst-Plugin-Authentication/distinfo
+++ b/www/p5-Catalyst-Plugin-Authentication/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2009/05/01 13:34:27 sno Exp $
+$NetBSD: distinfo,v 1.6 2009/06/15 22:38:45 sno Exp $
-SHA1 (Catalyst-Plugin-Authentication-0.10011.tar.gz) = 214d87efd332020166e937d6105ab2c2ed801a0c
-RMD160 (Catalyst-Plugin-Authentication-0.10011.tar.gz) = 2a2f132ea4bfdcfe7492b15f72a994731a034c3a
-Size (Catalyst-Plugin-Authentication-0.10011.tar.gz) = 58440 bytes
+SHA1 (Catalyst-Plugin-Authentication-0.10012.tar.gz) = 07ec256abb959f4fdeac06660fa2a0c9f7a60e2e
+RMD160 (Catalyst-Plugin-Authentication-0.10012.tar.gz) = 2137106a5d86b7f6c78170f09f56c2a880aef8e1
+Size (Catalyst-Plugin-Authentication-0.10012.tar.gz) = 62738 bytes