[Lunar-commits] <moonbase> XML-LibXML: version 1.69 added to moonbase

Duncan Gibson engelsman at lunar-linux.org
Sun Mar 29 12:09:49 CEST 2009


commit aede191735d0b72ef34a3ccb31885a6750be49c3
Author: Duncan Gibson <engelsman at lunar-linux.org>
Date:   Sun Mar 29 12:09:49 2009 +0200

    XML-LibXML: version 1.69 added to moonbase
    
    one of several new perl modules required for xmltv
---
 perl/XML-LibXML/BUILD   |    6 ++++++
 perl/XML-LibXML/DEPENDS |    3 +++
 perl/XML-LibXML/DETAILS |   19 +++++++++++++++++++
 3 files changed, 28 insertions(+), 0 deletions(-)

diff --git a/perl/XML-LibXML/BUILD b/perl/XML-LibXML/BUILD
new file mode 100644
index 0000000..c11ca00
--- /dev/null
+++ b/perl/XML-LibXML/BUILD
@@ -0,0 +1,6 @@
+(
+
+  perl  Makefile.PL  &&
+  default_make
+
+) > $C_FIFO 2>&1
diff --git a/perl/XML-LibXML/DEPENDS b/perl/XML-LibXML/DEPENDS
new file mode 100644
index 0000000..892f8b4
--- /dev/null
+++ b/perl/XML-LibXML/DEPENDS
@@ -0,0 +1,3 @@
+depends  perl
+depends  XML-LibXML-Common
+depends  XML-SAX
diff --git a/perl/XML-LibXML/DETAILS b/perl/XML-LibXML/DETAILS
new file mode 100644
index 0000000..323f226
--- /dev/null
+++ b/perl/XML-LibXML/DETAILS
@@ -0,0 +1,19 @@
+          MODULE=XML-LibXML
+         VERSION=1.69
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=http://search.cpan.org/CPAN/authors/id/P/PA/PAJAS/
+      SOURCE_VFY=sha1:a8590ada6463e3b1de5699f7b8a14b564437a213
+        WEB_SITE=http://search.cpan.org/~pajas/XML-LibXML-1.69/
+         ENTERED=20090328
+         UPDATED=20090329
+           SHORT="Perl Binding for libxml2"
+
+cat << EOF
+This module is an interface to libxml2, providing XML and HTML
+parsers with DOM, SAX and XMLReader interfaces, a large subset of
+DOM Layer 3 interface and a XML::XPath-like interface to XPath API
+of libxml2. The module is split into several packages which are
+not described in this section; unless stated otherwise, you only
+need to use XML::LibXML; in your programs.
+EOF
+


More information about the Lunar-commits mailing list