guix-commits
[Top][All Lists]
Advanced

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

68/82: gnu: Add XML-NamespaceSupport.


From: Eric Bavier
Subject: 68/82: gnu: Add XML-NamespaceSupport.
Date: Mon, 20 Apr 2015 01:02:50 +0000

bavier pushed a commit to branch master
in repository guix.

commit b715dbac7b917e799e4d520ad6cfd99962d9fc02
Author: Eric Bavier <address@hidden>
Date:   Tue Apr 7 16:38:15 2015 -0500

    gnu: Add XML-NamespaceSupport.
    
    * gnu/packages/xml.scm (perl-xml-namespacesupport): New variable.
---
 gnu/packages/xml.scm |   22 ++++++++++++++++++++++
 1 files changed, 22 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index 173435d..4f8cafd 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -1,6 +1,7 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2013, 2014, 2015 Ludovic Courtès <address@hidden>
 ;;; Copyright © 2013 Andreas Enge <address@hidden>
+;;; Copyright © 2015 Eric Bavier <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -178,6 +179,27 @@ given at XML::Parser creation time.")
 module.")
     (home-page 
"http://search.cpan.org/~kmacleod/libxml-perl/lib/XML/Parser/PerlSAX.pm";)))
 
+(define-public perl-xml-namespacesupport
+  (package
+    (name "perl-xml-namespacesupport")
+    (version "1.11")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "mirror://cpan/authors/id/P/PE/PERIGRIN/"
+                           "XML-NamespaceSupport-" version ".tar.gz"))
+       (sha256
+        (base32
+         "1sklgcldl3w6gn706vx1cgz6pm4y5lfgsjxnfqyk20pilgq530bd"))))
+    (build-system perl-build-system)
+    (home-page "http://search.cpan.org/dist/XML-NamespaceSupport";)
+    (synopsis "XML namespace support class")
+    (description "This module offers a simple to process namespaced XML
+names (unames) from within any application that may need them.  It also helps
+maintain a prefix to namespace URI map, and provides a number of basic
+checks.")
+    (license (package-license perl))))
+
 (define-public perl-xml-simple
   (package
     (name "perl-xml-simple")



reply via email to

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