guix-commits
[Top][All Lists]
Advanced

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

07/82: gnu: Add CatalystX-Script-Server-Starman.


From: Eric Bavier
Subject: 07/82: gnu: Add CatalystX-Script-Server-Starman.
Date: Mon, 20 Apr 2015 01:02:26 +0000

bavier pushed a commit to branch master
in repository guix.

commit ca8e61960af7725fc16258df2a5024830366e334
Author: Eric Bavier <address@hidden>
Date:   Sat Apr 4 21:46:30 2015 -0500

    gnu: Add CatalystX-Script-Server-Starman.
    
    * gnu/packages/web.scm (perl-catalystx-script-server-starman): New
      variable.
---
 gnu/packages/web.scm |   27 +++++++++++++++++++++++++++
 1 files changed, 27 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 1fc236c..e84f089 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -1253,6 +1253,33 @@ MooseX::Traits::Pluggable.")
 application classes.")
     (license (package-license perl))))
 
+(define-public perl-catalystx-script-server-starman
+  (package
+    (name "perl-catalystx-script-server-starman")
+    (version "0.02")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "mirror://cpan/authors/id/A/AB/ABRAXXA/"
+                           "CatalystX-Script-Server-Starman-"
+                           version ".tar.gz"))
+       (sha256
+        (base32
+         "0h02mpkc4cmi3jpvcd7iw7xyzx55bqvvl1qkf967gqkvpklm0qx5"))))
+    (build-system perl-build-system)
+    (native-inputs
+     `(("perl-test-www-mechanize-catalyst" ,perl-test-www-mechanize-catalyst)))
+    (propagated-inputs
+     `(("perl-catalyst-runtime" ,perl-catalyst-runtime)
+       ("perl-moose" ,perl-moose)
+       ("perl-namespace-autoclean" ,perl-namespace-autoclean)
+       ("starman" ,starman)))
+    (home-page "http://search.cpan.org/dist/CatalystX-Script-Server-Starman";)
+    (synopsis "Catalyst development server with Starman")
+    (description "This module provides a Catalyst extension to replace the
+development server with Starman.")
+    (license (package-license perl))))
+
 (define-public perl-cgi-simple
   (package
     (name "perl-cgi-simple")



reply via email to

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