- Update to 1.38
- Add WWW - Style PR: ports/121034 Submitted by: Felippe de Meirelles Motta <lippemail@gmail.com> Approved by: maintainer
This commit is contained in:
parent
d7000f182f
commit
7c89dee94e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=207964
3 changed files with 8 additions and 9 deletions
|
@ -6,18 +6,15 @@
|
|||
#
|
||||
|
||||
PORTNAME= XML-Mini
|
||||
PORTVERSION= 1.2.8
|
||||
PORTVERSION= 1.38
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= XML
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= vivek@khera.org
|
||||
COMMENT= Perl implementation of the XML::Mini XML create/parse interface
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
RUN_DEPENDS+= p5-Text-Balanced>=0.0:${PORTSDIR}/textproc/p5-Text-Balanced
|
||||
PERL_CONFIGURE= 5.8.0+
|
||||
|
||||
MAN3= XML::Mini.3 XML::Mini::Document.3 XML::Mini::Element.3 \
|
||||
XML::Mini::Element::CData.3 XML::Mini::Element::Comment.3 \
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (XML-Mini-1.2.8.tar.gz) = ca3a9dffd09f6675c4ed5fd9318ec8fa
|
||||
SHA256 (XML-Mini-1.2.8.tar.gz) = 9e66e218796c503da2fe47b0670581880121427860faa58a7d2c704ad02ccf51
|
||||
SIZE (XML-Mini-1.2.8.tar.gz) = 35349
|
||||
MD5 (XML-Mini-1.38.tar.gz) = 0262295a6812f4ea1a4c13aefa9067c4
|
||||
SHA256 (XML-Mini-1.38.tar.gz) = af803d38036a3184e124a682e5466f1bc107f48a89ef35b0c7647e11a073fe2d
|
||||
SIZE (XML-Mini-1.38.tar.gz) = 45214
|
||||
|
|
|
@ -4,3 +4,5 @@ create valid XML output with a tree-based hierarchy of elements.
|
|||
XML::Mini does not require any external libraries or modules and is pure Perl.
|
||||
If available, XML::Mini will use the Text::Balanced module in order to escape
|
||||
limitations of the regex-only approach (eg "cross-nested" tag parsing).
|
||||
|
||||
WWW: http://search.cpan.org/dist/XML-Mini/
|
||||
|
|
Loading…
Reference in a new issue