[Lunar-commits] <moonbase> XML-LibXML-Common: version 0.13 added to moonbase
Duncan Gibson
engelsman at lunar-linux.org
Sun Mar 29 11:54:37 CEST 2009
commit a17e4a017c8393d7fe06a781146c6d7974bcf3f3
Author: Duncan Gibson <engelsman at lunar-linux.org>
Date: Sun Mar 29 11:54:37 2009 +0200
XML-LibXML-Common: version 0.13 added to moonbase
one of several new perl modules required by xmltv
---
perl/XML-LibXML-Common/BUILD | 6 ++++++
perl/XML-LibXML-Common/DEPENDS | 1 +
perl/XML-LibXML-Common/DETAILS | 16 ++++++++++++++++
3 files changed, 23 insertions(+), 0 deletions(-)
diff --git a/perl/XML-LibXML-Common/BUILD b/perl/XML-LibXML-Common/BUILD
new file mode 100644
index 0000000..c11ca00
--- /dev/null
+++ b/perl/XML-LibXML-Common/BUILD
@@ -0,0 +1,6 @@
+(
+
+ perl Makefile.PL &&
+ default_make
+
+) > $C_FIFO 2>&1
diff --git a/perl/XML-LibXML-Common/DEPENDS b/perl/XML-LibXML-Common/DEPENDS
new file mode 100644
index 0000000..1dd0168
--- /dev/null
+++ b/perl/XML-LibXML-Common/DEPENDS
@@ -0,0 +1 @@
+depends perl
diff --git a/perl/XML-LibXML-Common/DETAILS b/perl/XML-LibXML-Common/DETAILS
new file mode 100644
index 0000000..e42a44a
--- /dev/null
+++ b/perl/XML-LibXML-Common/DETAILS
@@ -0,0 +1,16 @@
+ MODULE=XML-LibXML-Common
+ VERSION=0.13
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://search.cpan.org/CPAN/authors/id/P/PH/PHISH/
+ SOURCE_VFY=sha1:0a8fd1fef22101633556529223508e7f9c7af186
+ WEB_SITE=http://search.cpan.org/~phish/XML-LibXML-Common-0.13/
+ ENTERED=20090328
+ UPDATED=20090329
+ SHORT="Routines and Constants common for XML::LibXML and XML::GDOME"
+
+cat << EOF
+XML::LibXML and XML::GDOME share some of the same functionality. This
+package should bundle some shared constansts and functions, so both
+modules may coexist within the same scripts.
+EOF
+
More information about the Lunar-commits
mailing list