guix-commits
[Top][All Lists]
Advanced

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

69/82: gnu: Add XML-SAX-Base.


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

bavier pushed a commit to branch master
in repository guix.

commit 1ed6d5bc86d3c30243855c3996b473e83ac8ba03
Author: Eric Bavier <address@hidden>
Date:   Tue Apr 7 16:44:31 2015 -0500

    gnu: Add XML-SAX-Base.
    
    * gnu/packages/xml.scm (perl-xml-sax-base): 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 4f8cafd..e298369 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -200,6 +200,28 @@ maintain a prefix to namespace URI map, and provides a 
number of basic
 checks.")
     (license (package-license perl))))
 
+(define-public perl-xml-sax-base
+  (package
+    (name "perl-xml-sax-base")
+    (version "1.08")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "mirror://cpan/authors/id/G/GR/GRANTM/"
+                           "XML-SAX-Base-" version ".tar.gz"))
+       (sha256
+        (base32
+         "17i161rq1ngjlk0c8vdkrkkc56y1pf51k1g54y28py0micqp0qk6"))))
+    (build-system perl-build-system)
+    (home-page "http://search.cpan.org/dist/XML-SAX-Base";)
+    (synopsis "Base class for SAX Drivers and Filters")
+    (description "This module has a very simple task - to be a base class for
+PerlSAX drivers and filters.  It's default behaviour is to pass the input
+directly to the output unchanged.  It can be useful to use this module as a
+base class so you don't have to, for example, implement the characters()
+callback.")
+    (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]