[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/20: gnu: Add Catalyst-Plugin-Session-Store-FastMmap.
From: |
Eric Bavier |
Subject: |
07/20: gnu: Add Catalyst-Plugin-Session-Store-FastMmap. |
Date: |
Sat, 04 Apr 2015 05:51:52 +0000 |
bavier pushed a commit to branch master
in repository guix.
commit 47533b6f699dc572d43c8a5cf96d9d02bae4a023
Author: Eric Bavier <address@hidden>
Date: Fri Apr 3 11:25:34 2015 -0500
gnu: Add Catalyst-Plugin-Session-Store-FastMmap.
* gnu/packages/web.scm (perl-catalyst-plugin-session-store-fastmmap): New
variable.
---
gnu/packages/web.scm | 30 ++++++++++++++++++++++++++++++
1 files changed, 30 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 3ad74e1..b159367 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -895,6 +895,36 @@ on the server. This plugin stores the session ID on the
client using the
cookie mechanism.")
(license (package-license perl))))
+(define-public perl-catalyst-plugin-session-store-fastmmap
+ (package
+ (name "perl-catalyst-plugin-session-store-fastmmap")
+ (version "0.16")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "mirror://cpan/authors/id/B/BO/BOBTFISH/"
+ "Catalyst-Plugin-Session-Store-FastMmap-"
+ version ".tar.gz"))
+ (sha256
+ (base32
+ "0x3j6zv3wr41jlwr6yb2jpmcx019ibyn11y8653ffnwhpzbpzsxs"))))
+ (build-system perl-build-system)
+ (propagated-inputs
+ `(("perl-cache-fastmmap" ,perl-cache-fastmmap)
+ ("perl-catalyst-plugin-session" ,perl-catalyst-plugin-session)
+ ("perl-catalyst-runtime" ,perl-catalyst-runtime)
+ ("perl-moosex-emulate-class-accessor-fast"
+ ,perl-moosex-emulate-class-accessor-fast)
+ ("perl-mro-compat" ,perl-mro-compat)
+ ("perl-path-class" ,perl-path-class)))
+ (home-page
+ "http://search.cpan.org/dist/Catalyst-Plugin-Session-Store-FastMmap")
+ (synopsis "FastMmap session storage backend.")
+ (description "Catalyst::Plugin::Session::Store::FastMmap is a fast session
+storage plugin for Catalyst that uses an mmap'ed file to act as a shared
+memory interprocess cache. It is based on Cache::FastMmap.")
+ (license (package-license perl))))
+
(define-public perl-catalyst-plugin-static-simple
(package
(name "perl-catalyst-plugin-static-simple")
- branch master updated (4ec4864 -> c985cfe), Eric Bavier, 2015/04/04
- 03/20: gnu: Add GD-SecurityImage., Eric Bavier, 2015/04/04
- 04/20: gnu: Add Catalyst-Plugin-Captcha., Eric Bavier, 2015/04/04
- 05/20: gnu: Add Catalyst-Plugin-Session-State-Cookie., Eric Bavier, 2015/04/04
- 07/20: gnu: Add Catalyst-Plugin-Session-Store-FastMmap.,
Eric Bavier <=
- 06/20: gnu: Add Cache-FastMmap., Eric Bavier, 2015/04/04
- 08/20: gnu: Add Catalyst-Plugin-StackTrace., Eric Bavier, 2015/04/04
- 01/20: gnu: Add Perl GD., Eric Bavier, 2015/04/04
- 09/20: gnu: Add MooseX-RelatedClassRoles., Eric Bavier, 2015/04/04
- 02/20: gnu: Add PerlMagick., Eric Bavier, 2015/04/04
- 10/20: gnu: Add CatalystX-RoleApplicator., Eric Bavier, 2015/04/04
- 12/20: gnu: Add Test-utf8., Eric Bavier, 2015/04/04
- 13/20: gnu: Add Text-CSV., Eric Bavier, 2015/04/04
- 11/20: gnu: Add Catalyst-TraitFor-Request-ProxyBase., Eric Bavier, 2015/04/04
- 14/20: gnu: Add Test-WWW-Mechanize-Catalyst., Eric Bavier, 2015/04/04