[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
15/25: gnu: Add Catalyst-Plugin-Authentication.
From: |
Eric Bavier |
Subject: |
15/25: gnu: Add Catalyst-Plugin-Authentication. |
Date: |
Thu, 19 Mar 2015 21:43:58 +0000 |
bavier pushed a commit to branch master
in repository guix.
commit 4b4fe57dc9a27436e9a13c8a34579a0211aadbb7
Author: Eric Bavier <address@hidden>
Date: Tue Mar 17 14:44:52 2015 -0500
gnu: Add Catalyst-Plugin-Authentication.
* gnu/packages/web.scm (perl-catalyst-plugin-authentication): New variable.
---
gnu/packages/web.scm | 34 ++++++++++++++++++++++++++++++++++
1 files changed, 34 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index a54a1e9..4c058d0 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -555,6 +555,40 @@ action with the generated name, and failing that it will
try to dispatch to a
regular method.")
(license (package-license perl))))
+(define-public perl-catalyst-plugin-authentication
+ (package
+ (name "perl-catalyst-plugin-authentication")
+ (version "0.10023")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "mirror://cpan/authors/id/B/BO/BOBTFISH/"
+ "Catalyst-Plugin-Authentication-"
+ version ".tar.gz"))
+ (sha256
+ (base32
+ "0v6hb4r1wv3djrnqvnjcn3xx1scgqzx8nyjdg9lfc1ybvamrl0rn"))))
+ (build-system perl-build-system)
+ (propagated-inputs
+ `(("perl-catalyst-plugin-session" ,perl-catalyst-plugin-session)
+ ("perl-catalyst-runtime" ,perl-catalyst-runtime)
+ ("perl-class-inspector" ,perl-class-inspector)
+ ("perl-moose" ,perl-moose)
+ ("perl-moosex-emulate-class-accessor-fast"
+ ,perl-moosex-emulate-class-accessor-fast)
+ ("perl-mro-compat" ,perl-mro-compat)
+ ("perl-namespace-autoclean" ,perl-namespace-autoclean)
+ ("perl-string-rewriteprefix" ,perl-string-rewriteprefix)
+ ("perl-test-exception" ,perl-test-exception)
+ ("perl-try-tiny" ,perl-try-tiny)))
+ (home-page "http://search.cpan.org/dist/Catalyst-Plugin-Authentication")
+ (synopsis "Infrastructure plugin for the Catalyst authentication
framework")
+ (description "The authentication plugin provides generic user support for
+Catalyst apps. It is the basis for both authentication (checking the user is
+who they claim to be), and authorization (allowing the user to do what the
+system authorises them to do).")
+ (license (package-license perl))))
+
(define-public perl-catalyst-plugin-session
(package
(name "perl-catalyst-plugin-session")
- 04/25: gnu: Add Carp-Assert., (continued)
- 04/25: gnu: Add Carp-Assert., Eric Bavier, 2015/03/19
- 10/25: gnu: Add WWW-Mechanize., Eric Bavier, 2015/03/19
- 08/25: gnu: Add HTML-Tree., Eric Bavier, 2015/03/19
- 09/25: gnu: Add HTTP-Server-Simple., Eric Bavier, 2015/03/19
- 11/25: gnu: Add Test-WWW-Mechanize., Eric Bavier, 2015/03/19
- 01/25: gnu: Add URI-Find., Eric Bavier, 2015/03/19
- 13/25: gnu: Add Object-Signature., Eric Bavier, 2015/03/19
- 12/25: gnu: Add Test-WWW-Mechanize-PSGI., Eric Bavier, 2015/03/19
- 14/25: gnu: Add Catalyst-Plugin-Session., Eric Bavier, 2015/03/19
- 07/25: gnu: Add HTML-Lint., Eric Bavier, 2015/03/19
- 15/25: gnu: Add Catalyst-Plugin-Authentication.,
Eric Bavier <=
- 18/25: gnu: Add MooseX-Types-LoadableClass., Eric Bavier, 2015/03/19
- 20/25: gnu: Add Tie-IxHash., Eric Bavier, 2015/03/19
- 19/25: gnu: Add Catalyst-Component-InstancePerContext., Eric Bavier, 2015/03/19
- 21/25: gnu: Add Error., Eric Bavier, 2015/03/19
- 16/25: gnu: Add MooseX-Traits-Pluggable., Eric Bavier, 2015/03/19
- 22/25: gnu: Add IPC-ShareLite., Eric Bavier, 2015/03/19
- 23/25: gnu: Add Cache-Cache., Eric Bavier, 2015/03/19
- 17/25: gnu: Add CatalystX-Component-Traits., Eric Bavier, 2015/03/19
- 25/25: gnu: Add Catalyst-Model-DBIC-Schema., Eric Bavier, 2015/03/19
- 24/25: gnu: Add DBIx-Class-Cursor-Cached., Eric Bavier, 2015/03/19