View | Details | Raw Unified | Return to bug 121034
Collapse All | Expand All

(-)Makefile (-6 / +3 lines)
Lines 6-23 Link Here
6
#
6
#
7
7
8
PORTNAME=	XML-Mini
8
PORTNAME=	XML-Mini
9
PORTVERSION=	1.2.8
9
PORTVERSION=	1.38
10
CATEGORIES=	textproc perl5
10
CATEGORIES=	textproc perl5
11
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
11
MASTER_SITES=	CPAN
12
MASTER_SITE_SUBDIR=	XML
13
PKGNAMEPREFIX=	p5-
12
PKGNAMEPREFIX=	p5-
14
13
15
MAINTAINER=	vivek@khera.org
14
MAINTAINER=	vivek@khera.org
16
COMMENT=	Perl implementation of the XML::Mini XML create/parse interface
15
COMMENT=	Perl implementation of the XML::Mini XML create/parse interface
17
16
18
PERL_CONFIGURE=	yes
17
PERL_CONFIGURE=	5.8.0+
19
20
RUN_DEPENDS+=	p5-Text-Balanced>=0.0:${PORTSDIR}/textproc/p5-Text-Balanced
21
18
22
MAN3=	XML::Mini.3 XML::Mini::Document.3 XML::Mini::Element.3 \
19
MAN3=	XML::Mini.3 XML::Mini::Document.3 XML::Mini::Element.3 \
23
	XML::Mini::Element::CData.3 XML::Mini::Element::Comment.3 \
20
	XML::Mini::Element::CData.3 XML::Mini::Element::Comment.3 \
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (XML-Mini-1.2.8.tar.gz) = ca3a9dffd09f6675c4ed5fd9318ec8fa
1
MD5 (XML-Mini-1.38.tar.gz) = 0262295a6812f4ea1a4c13aefa9067c4
2
SHA256 (XML-Mini-1.2.8.tar.gz) = 9e66e218796c503da2fe47b0670581880121427860faa58a7d2c704ad02ccf51
2
SHA256 (XML-Mini-1.38.tar.gz) = af803d38036a3184e124a682e5466f1bc107f48a89ef35b0c7647e11a073fe2d
3
SIZE (XML-Mini-1.2.8.tar.gz) = 35349
3
SIZE (XML-Mini-1.38.tar.gz) = 45214
(-)pkg-descr (+2 lines)
Lines 4-6 Link Here
4
XML::Mini does not require any external libraries or modules and is pure Perl.
4
XML::Mini does not require any external libraries or modules and is pure Perl.
5
If available, XML::Mini will use the Text::Balanced module in order to escape
5
If available, XML::Mini will use the Text::Balanced module in order to escape
6
limitations of the regex-only approach (eg "cross-nested" tag parsing).
6
limitations of the regex-only approach (eg "cross-nested" tag parsing).
7
8
WWW:	http://search.cpan.org/dist/XML-Mini/

Return to bug 121034