guix-commits
[Top][All Lists]
Advanced

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

12/20: gnu: Add IO-Socket-IP.


From: Eric Bavier
Subject: 12/20: gnu: Add IO-Socket-IP.
Date: Wed, 11 Mar 2015 21:08:54 +0000

bavier pushed a commit to branch master
in repository guix.

commit 2b63ebc1fea2bacca53c40e2805f4daa48d1f4bc
Author: Eric Bavier <address@hidden>
Date:   Tue Mar 10 15:46:50 2015 -0500

    gnu: Add IO-Socket-IP.
    
    * gnu/packages/web.scm (perl-io-socket-ip): New variable.
---
 gnu/packages/web.scm |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index f8eda6e..18a193c 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -780,6 +780,25 @@ automatically determining its encoding.  It uses the HTML5 
encoding sniffing
 algorithm specified in section 8.2.2.1 of the draft standard.")
     (home-page "http://search.cpan.org/~cjm/IO-HTML/";)))
 
+(define-public perl-io-socket-ip
+  (package
+    (name "perl-io-socket-ip")
+    (version "0.36")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "mirror://cpan/authors/id/P/PE/PEVANS/"
+                           "IO-Socket-IP-" version ".tar.gz"))
+       (sha256
+        (base32
+         "0ky20hmln6waipzqikizyw04vpszf70fgpshz7ib8zv8480ri456"))))
+    (build-system perl-build-system)
+    (home-page "http://search.cpan.org/dist/IO-Socket-IP";)
+    (synopsis "Family-neutral IP socket supporting both IPv4 and IPv6")
+    (description "This module provides a protocol-independent way to use IPv4
+and IPv6 sockets, intended as a replacement for IO::Socket::INET.")
+    (license (package-license perl))))
+
 (define-public perl-io-socket-ssl
   (package
     (name "perl-io-socket-ssl")



reply via email to

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