gnu: Add XML-SAX-Base.
* gnu/packages/xml.scm (perl-xml-sax-base): New variable.
This commit is contained in:
parent
b715dbac7b
commit
1ed6d5bc86
1 changed files with 22 additions and 0 deletions
|
@ -200,6 +200,28 @@ (define-public perl-xml-namespacesupport
|
||||||
checks.")
|
checks.")
|
||||||
(license (package-license perl))))
|
(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
|
(define-public perl-xml-simple
|
||||||
(package
|
(package
|
||||||
(name "perl-xml-simple")
|
(name "perl-xml-simple")
|
||||||
|
|
Loading…
Reference in a new issue