aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Orling <TicoTimo@gmail.com>2014-07-12 08:16:13 -0700
committerTim Orling <TicoTimo@gmail.com>2014-08-24 19:45:17 -0700
commitb674680b437830274c9b22be0eccd3afe62b9106 (patch)
tree347f030a675bf7748dfae2beb56cca219887c387
parent552737a0a2aa8d3715108fc8411176d8b365b770 (diff)
downloadmeta-openembedded-contrib-b674680b437830274c9b22be0eccd3afe62b9106.tar.gz
libxml-namespacesupport-perl: add 1.11
Signed-off-by: Tim Orling <TicoTimo@gmail.com>
-rw-r--r--meta-perl/recipes-perl/libxml/libxml-namespacesupport-perl_1.11.bb26
1 files changed, 26 insertions, 0 deletions
diff --git a/meta-perl/recipes-perl/libxml/libxml-namespacesupport-perl_1.11.bb b/meta-perl/recipes-perl/libxml/libxml-namespacesupport-perl_1.11.bb
new file mode 100644
index 0000000000..1fa17d089d
--- /dev/null
+++ b/meta-perl/recipes-perl/libxml/libxml-namespacesupport-perl_1.11.bb
@@ -0,0 +1,26 @@
+SUMMARY = "XML::NamespaceSupport - a simple generic namespace support class"
+DESCRIPTION = "\
+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.\
+\
+The model for this module is SAX2's NamespaceSupport class, readable at\
+http://www.megginson.com/SAX/Java/javadoc/org/xml/sax/helpers/NamespaceSupport.html.\
+It adds a few perlisations where we thought it appropriate."
+
+SECTION = "libs"
+
+HOMEPAGE = "http://metapan.org/pod/XML-NamespaceSupport/"
+
+LICENSE = "Artistic-1.0 | GPL-1.0+"
+LIC_FILES_CHKSUM = "file://META.yml;md5=9aeff4167071908eadfcccc25453ff52"
+
+SRC_URI = "${CPAN_MIRROR}/authors/id/P/PE/PERIGRIN/XML-NamespaceSupport-${PV}.tar.gz"
+SRC_URI[md5sum] = "222cca76161cd956d724286d36b607da"
+SRC_URI[sha256sum] = "6d8151f0a3f102313d76b64bfd1c2d9ed46bfe63a16f038e7d860fda287b74ea"
+
+S = "${WORKDIR}/XML-NamespaceSupport-${PV}"
+
+inherit cpan
+
+BBCLASSEXTEND = "native"