[Lunar-commits] <moonbase-other> XML-SAX-Expat: introduced to -other
v4hn
me at v4hn.de
Wed Sep 11 23:07:48 CEST 2013
commit 929de8885079b280bddec6fb58e65efae1b4a838
Author: v4hn <me at v4hn.de>
Date: Fri, 06 Sep 2013 16:24:36 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/929de8885079b280bddec6fb58e65efae1b4a838
XML-SAX-Expat: introduced to -other
---
perl/XML-SAX-Expat/BUILD | +2/-0
perl/XML-SAX-Expat/DEPENDS | +3/-0
perl/XML-SAX-Expat/DETAILS | +16/-0
3 files changed, 21 insertions(+)
--- /dev/null
+++ b/perl/XML-SAX-Expat/BUILD
@@ -0,0 +1,2 @@
+ perl Makefile.PL &&
+ default_make
--- /dev/null
+++ b/perl/XML-SAX-Expat/DEPENDS
@@ -0,0 +1,3 @@
+depends perl
+depends XML-SAX
+depends XML-Parser
--- /dev/null
+++ b/perl/XML-SAX-Expat/DETAILS
@@ -0,0 +1,16 @@
+ MODULE=XML-SAX-Expat
+ VERSION=0.50
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://search.cpan.org/CPAN/authors/id/B/BJ/BJOERN
+ SOURCE_VFY=sha1:dcf2103d0b8989f85facf33c993b7c3d75a36bb7
+ WEB_SITE=http://search.cpan.org/~bjoern/XML-SAX-Expat/
+ ENTERED=20130906
+ UPDATED=20130906
+ SHORT="Perl SAX2 Driver for Expat"
+
+PSAFE=no
+cat << EOF
+This is an implementation of a SAX2 driver
+sitting on top of Expat (XML::Parser).
+EOF
+
More information about the Lunar-commits
mailing list