[Lunar-commits] <moonbase> XML-NamespaceSupport: version 1.09 added to moonbase
Duncan Gibson
engelsman at lunar-linux.org
Sun Mar 29 12:05:24 CEST 2009
commit 03d2df1dead23ee93ebe7d48c5be93d22eaae61e
Author: Duncan Gibson <engelsman at lunar-linux.org>
Date: Sun Mar 29 12:05:24 2009 +0200
XML-NamespaceSupport: version 1.09 added to moonbase
one of several new perl modules required for xmltv
---
perl/XML-NamespaceSupport/BUILD | 6 ++++++
perl/XML-NamespaceSupport/DEPENDS | 1 +
perl/XML-NamespaceSupport/DETAILS | 17 +++++++++++++++++
3 files changed, 24 insertions(+), 0 deletions(-)
diff --git a/perl/XML-NamespaceSupport/BUILD b/perl/XML-NamespaceSupport/BUILD
new file mode 100644
index 0000000..c11ca00
--- /dev/null
+++ b/perl/XML-NamespaceSupport/BUILD
@@ -0,0 +1,6 @@
+(
+
+ perl Makefile.PL &&
+ default_make
+
+) > $C_FIFO 2>&1
diff --git a/perl/XML-NamespaceSupport/DEPENDS b/perl/XML-NamespaceSupport/DEPENDS
new file mode 100644
index 0000000..1dd0168
--- /dev/null
+++ b/perl/XML-NamespaceSupport/DEPENDS
@@ -0,0 +1 @@
+depends perl
diff --git a/perl/XML-NamespaceSupport/DETAILS b/perl/XML-NamespaceSupport/DETAILS
new file mode 100644
index 0000000..67e8b21
--- /dev/null
+++ b/perl/XML-NamespaceSupport/DETAILS
@@ -0,0 +1,17 @@
+ MODULE=XML-NamespaceSupport
+ VERSION=1.09
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://search.cpan.org/CPAN/authors/id/R/RB/RBERJON/
+ SOURCE_VFY=sha1:2587fd1576467627d4abeeccaa9efbc02c573882
+ WEB_SITE=http://search.cpan.org/~rberjon/XML-NamespaceSupport-1.09/
+ ENTERED=20090328
+ UPDATED=20090329
+ SHORT="simple generic namespace support class"
+
+cat << EOF
+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.
+EOF
+
More information about the Lunar-commits
mailing list