[Midnightbsd-cvs] mports [19679] trunk/textproc: p5-XML-Parser-Lite added

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Aug 7 20:14:41 EDT 2015


Revision: 19679
          http://svnweb.midnightbsd.org/mports/?rev=19679
Author:   laffer1
Date:     2015-08-07 20:14:00 -0400 (Fri, 07 Aug 2015)
Log Message:
-----------
p5-XML-Parser-Lite added

Modified Paths:
--------------
    trunk/textproc/Makefile

Added Paths:
-----------
    trunk/textproc/p5-XML-Parser-Lite/
    trunk/textproc/p5-XML-Parser-Lite/Makefile
    trunk/textproc/p5-XML-Parser-Lite/distinfo
    trunk/textproc/p5-XML-Parser-Lite/pkg-descr
    trunk/textproc/p5-XML-Parser-Lite/pkg-plist

Modified: trunk/textproc/Makefile
===================================================================
--- trunk/textproc/Makefile	2015-08-07 20:35:52 UTC (rev 19678)
+++ trunk/textproc/Makefile	2015-08-08 00:14:00 UTC (rev 19679)
@@ -114,6 +114,7 @@
 SUBDIR += p5-XML-LibXML
 SUBDIR += p5-XML-NamespaceSupport
 SUBDIR += p5-XML-Parser
+SUBDIR += p5-XML-Parser-Lite
 SUBDIR += p5-XML-RSS
 SUBDIR += p5-XML-RegExp
 SUBDIR += p5-XML-SAX

Added: trunk/textproc/p5-XML-Parser-Lite/Makefile
===================================================================
--- trunk/textproc/p5-XML-Parser-Lite/Makefile	                        (rev 0)
+++ trunk/textproc/p5-XML-Parser-Lite/Makefile	2015-08-08 00:14:00 UTC (rev 19679)
@@ -0,0 +1,20 @@
+# Created by: Sergei Vyshenski <svysh.fbsd at gmail.com>
+# $MidnightBSD$
+
+PORTNAME=	XML-Parser-Lite
+PORTVERSION=	0.72
+CATEGORIES=	textproc perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Lightweight regexp-based XML parser
+
+LICENSE=	artistic gpl
+LICENSE_COMB=	dual
+
+USES=		perl5
+USE_PERL5=	configure
+PERL_CONFIGURE=	yes
+
+.include <bsd.port.mk>


Property changes on: trunk/textproc/p5-XML-Parser-Lite/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/textproc/p5-XML-Parser-Lite/distinfo
===================================================================
--- trunk/textproc/p5-XML-Parser-Lite/distinfo	                        (rev 0)
+++ trunk/textproc/p5-XML-Parser-Lite/distinfo	2015-08-08 00:14:00 UTC (rev 19679)
@@ -0,0 +1,2 @@
+SHA256 (XML-Parser-Lite-0.72.tar.gz) = 38c7110d9fc23042284e8584777a18f3e1c5c1974ab3df598df120c0922811bb
+SIZE (XML-Parser-Lite-0.72.tar.gz) = 9382


Property changes on: trunk/textproc/p5-XML-Parser-Lite/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/textproc/p5-XML-Parser-Lite/pkg-descr
===================================================================
--- trunk/textproc/p5-XML-Parser-Lite/pkg-descr	                        (rev 0)
+++ trunk/textproc/p5-XML-Parser-Lite/pkg-descr	2015-08-08 00:14:00 UTC (rev 19679)
@@ -0,0 +1,10 @@
+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).
+
+WWW: http://search.cpan.org/dist/XML-Parser-Lite/


Property changes on: trunk/textproc/p5-XML-Parser-Lite/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/textproc/p5-XML-Parser-Lite/pkg-plist
===================================================================
--- trunk/textproc/p5-XML-Parser-Lite/pkg-plist	                        (rev 0)
+++ trunk/textproc/p5-XML-Parser-Lite/pkg-plist	2015-08-08 00:14:00 UTC (rev 19679)
@@ -0,0 +1,2 @@
+%%SITE_PERL%%/XML/Parser/Lite.pm
+%%PERL5_MAN3%%/XML::Parser::Lite.3.gz


Property changes on: trunk/textproc/p5-XML-Parser-Lite/pkg-plist
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list