guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

15/20: gnu: Add Catalyst-View-Download.


From: Eric Bavier
Subject: 15/20: gnu: Add Catalyst-View-Download.
Date: Sat, 04 Apr 2015 05:51:55 +0000

bavier pushed a commit to branch master
in repository guix.

commit 83261658fb5c4b8f5f67d0f157ad3549654f4019
Author: Eric Bavier <address@hidden>
Date:   Fri Apr 3 14:20:10 2015 -0500

    gnu: Add Catalyst-View-Download.
    
    * gnu/packages/web.scm (perl-catalyst-view-download): New variable.
---
 gnu/packages/web.scm |   26 ++++++++++++++++++++++++++
 1 files changed, 26 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 2dafc56..d0cad37 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -1075,6 +1075,32 @@ behind a proxy.  Using this module, the request base 
($c->req->base) is
 replaced with the contents of the X-Request-Base header.")
     (license (package-license perl))))
 
+(define-public perl-catalyst-view-download
+  (package
+    (name "perl-catalyst-view-download")
+    (version "0.09")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "mirror://cpan/authors/id/G/GA/GAUDEON/"
+                           "Catalyst-View-Download-" version ".tar.gz"))
+       (sha256
+        (base32
+         "1qgq6y9iwfbhbkbgpw9czang2ami6z8jk1zlagrzdisy4igqzkvs"))))
+    (build-system perl-build-system)
+    (native-inputs
+     `(("perl-catalyst-runtime" ,perl-catalyst-runtime)
+       ("perl-test-simple" ,perl-test-simple)
+       ("perl-test-www-mechanize-catalyst" ,perl-test-www-mechanize-catalyst)
+       ("perl-text-csv" ,perl-text-csv)
+       ("perl-xml-simple" ,perl-xml-simple)))
+    (home-page "http://search.cpan.org/dist/Catalyst-View-Download";)
+    (synopsis "Download data in many formats")
+    (description "The purpose of this module is to provide a method for
+downloading data into many supportable formats.  For example, downloading a
+table based report in a variety of formats (CSV, HTML, etc.). ")
+    (license (package-license perl))))
+
 (define-public perl-catalystx-component-traits
   (package
     (name "perl-catalystx-component-traits")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]