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)
This commit is contained in:
sno 2009-06-15 22:38:45 +00:00
parent a1f3acf1a4
commit f6103f8b41
2 changed files with 10 additions and 9 deletions

View file

@ -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

View file

@ -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