pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/p5-XML-Parser-Lite Import XML-Parser-Lite-0.7...
details: https://anonhg.NetBSD.org/pkgsrc/rev/0c94968e6b6d
branches: trunk
changeset: 652308:0c94968e6b6d
user: wen <wen%pkgsrc.org@localhost>
date: Sat May 30 01:53:13 2015 +0000
description:
Import XML-Parser-Lite-0.721 as p5-XML-Parser-Lite.
This Perl module implements an XML parser with a interface similar to
XML::Parser. Though not all callbacks are supported, you should be able
to use it in the same way you use XML::Parser. Due to using experimental
regexp features it'll work only on Perl 5.6 and above and may behave
differently on different platforms.
Note that you cannot use regular expressions or split in callbacks. This
is due to a limitation of perl's regular expression implementation
(which is not re-entrant).
diffstat:
textproc/p5-XML-Parser-Lite/DESCR | 9 +++++++++
textproc/p5-XML-Parser-Lite/Makefile | 16 ++++++++++++++++
textproc/p5-XML-Parser-Lite/distinfo | 5 +++++
3 files changed, 30 insertions(+), 0 deletions(-)
diffs (42 lines):
diff -r 615088b53509 -r 0c94968e6b6d textproc/p5-XML-Parser-Lite/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-XML-Parser-Lite/DESCR Sat May 30 01:53:13 2015 +0000
@@ -0,0 +1,9 @@
+This Perl module implements an XML parser with a interface similar to
+XML::Parser. Though not all callbacks are supported, you should be able
+to use it in the same way you use XML::Parser. Due to using experimental
+regexp features it'll work only on Perl 5.6 and above and may behave
+differently on different platforms.
+
+Note that you cannot use regular expressions or split in callbacks. This
+is due to a limitation of perl's regular expression implementation
+(which is not re-entrant).
diff -r 615088b53509 -r 0c94968e6b6d textproc/p5-XML-Parser-Lite/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-XML-Parser-Lite/Makefile Sat May 30 01:53:13 2015 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2015/05/30 01:53:13 wen Exp $
+
+DISTNAME= XML-Parser-Lite-0.721
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= textproc perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://search.cpan.org/dist/XML-ParserLite/
+COMMENT= Lightweight regexp-based XML parser
+LICENSE= ${PERL5_LICENSE}
+
+PERL5_PACKLIST= auto/XML/Parser/Lite/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 615088b53509 -r 0c94968e6b6d textproc/p5-XML-Parser-Lite/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-XML-Parser-Lite/distinfo Sat May 30 01:53:13 2015 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2015/05/30 01:53:13 wen Exp $
+
+SHA1 (XML-Parser-Lite-0.721.tar.gz) = e95d5fe677b51844c1175ab23247458090c4d847
+RMD160 (XML-Parser-Lite-0.721.tar.gz) = b9e14f7eb43f3c2399b3a8ac235ed36d9fb2a3cd
+Size (XML-Parser-Lite-0.721.tar.gz) = 10303 bytes
Home |
Main Index |
Thread Index |
Old Index