guix-commits
[Top][All Lists]
Advanced

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

39/40: gnu: Add URI-ws.


From: Eric Bavier
Subject: 39/40: gnu: Add URI-ws.
Date: Thu, 12 Mar 2015 20:56:12 +0000

bavier pushed a commit to branch master
in repository guix.

commit 36a100a1d667381d2b151e0a140cc8b9ee516f41
Author: Eric Bavier <address@hidden>
Date:   Thu Mar 12 13:15:50 2015 -0500

    gnu: Add URI-ws.
    
    * gnu/packages/web.scm (perl-uri-ws): New variable.
---
 gnu/packages/web.scm |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index aecdd21..6f8f25c 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -1255,6 +1255,27 @@ represent \"Uniform Resource Identifier references\" as 
specified in RFC 2396
 and updated by RFC 2732.")
     (home-page "http://search.cpan.org/dist/URI/";)))
 
+(define-public perl-uri-ws
+  (package
+    (name "perl-uri-ws")
+    (version "0.03")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "mirror://cpan/authors/id/P/PL/PLICEASE/"
+                           "URI-ws-" version ".tar.gz"))
+       (sha256
+        (base32
+         "1vs1wm80sq685944g1l4a0fxcbccc00c0f9648yabdmcf90hwsvf"))))
+    (build-system perl-build-system)
+    (propagated-inputs
+     `(("perl-uri" ,perl-uri)))
+    (home-page "http://search.cpan.org/dist/URI-ws";)
+    (synopsis "WebSocket support for URI package")
+    (description "With this module, the URI package provides the same set of
+methods for WebSocket URIs as it does for HTTP URIs.")
+    (license (package-license perl))))
+
 (define-public perl-www-curl
   (package
     (name "perl-www-curl")



reply via email to

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