[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
23/25: gnu: Add Cache-Cache.
From: |
Eric Bavier |
Subject: |
23/25: gnu: Add Cache-Cache. |
Date: |
Thu, 19 Mar 2015 21:44:02 +0000 |
bavier pushed a commit to branch master
in repository guix.
commit 97c821e030771b23ec8c120f664613aa4fb77ee3
Author: Eric Bavier <address@hidden>
Date: Wed Mar 18 09:51:27 2015 -0500
gnu: Add Cache-Cache.
* gnu/packages/perl.scm (perl-cache-cache): New variable.
---
gnu/packages/perl.scm | 27 +++++++++++++++++++++++++++
1 files changed, 27 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 7ffc417..e31dd7d 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -233,6 +233,33 @@ but don't want to go all out and profile your code.")
"Benchmark-Timer-" version))
(license gpl2)))
+(define-public perl-cache-cache
+ (package
+ (name "perl-cache-cache")
+ (version "1.08")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "mirror://cpan/authors/id/R/RJ/RJBS/"
+ "Cache-Cache-" version ".tar.gz"))
+ (sha256
+ (base32
+ "1s6i670dc3yb6ngvdk48y6szdk5n1f4icdcjv2vi1l2xp9fzviyj"))))
+ (build-system perl-build-system)
+ (propagated-inputs
+ `(("perl-digest-sha1" ,perl-digest-sha1)
+ ("perl-error" ,perl-error)
+ ("perl-ipc-sharelite" ,perl-ipc-sharelite)))
+ (home-page "http://search.cpan.org/dist/Cache-Cache")
+ (synopsis "Cache interface for Perl")
+ (description "The Cache modules are designed to assist a developer in
+persisting data for a specified period of time. Often these modules are used
+in web applications to store data locally to save repeated and redundant
+expensive calls to remote machines or databases. People have also been known
+to use Cache::Cache for its straightforward interface in sharing data between
+runs of an application or invocations of a CGI-style script or simply as an
+easy to use abstraction of the filesystem or shared memory.")
+ (license (package-license perl))))
+
(define-public perl-capture-tiny
(package
(name "perl-capture-tiny")
- 12/25: gnu: Add Test-WWW-Mechanize-PSGI., (continued)
- 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, 2015/03/19
- 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 <=
- 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