diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2008-02-27 04:07:10 +0800 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2008-02-27 04:07:10 +0800 |
commit | 7c89dee94e6d67cff533ed84144626b5aa6b40c7 (patch) | |
tree | 784ff0b8116b9ad22a6315994798feb17d796311 /textproc | |
parent | d7000f182fe6bebfefaf6dec6ab292eebb4dc3e5 (diff) | |
download | freebsd-ports-gnome-7c89dee94e6d67cff533ed84144626b5aa6b40c7.tar.gz freebsd-ports-gnome-7c89dee94e6d67cff533ed84144626b5aa6b40c7.tar.zst freebsd-ports-gnome-7c89dee94e6d67cff533ed84144626b5aa6b40c7.zip |
- Update to 1.38
- Add WWW
- Style
PR: ports/121034
Submitted by: Felippe de Meirelles Motta <lippemail@gmail.com>
Approved by: maintainer
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-XML-Mini/Makefile | 9 | ||||
-rw-r--r-- | textproc/p5-XML-Mini/distinfo | 6 | ||||
-rw-r--r-- | textproc/p5-XML-Mini/pkg-descr | 2 |
3 files changed, 8 insertions, 9 deletions
diff --git a/textproc/p5-XML-Mini/Makefile b/textproc/p5-XML-Mini/Makefile index a9d56509279d..1e756253d7ff 100644 --- a/textproc/p5-XML-Mini/Makefile +++ b/textproc/p5-XML-Mini/Makefile @@ -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 \ diff --git a/textproc/p5-XML-Mini/distinfo b/textproc/p5-XML-Mini/distinfo index 3038364fe746..09f7e44b0df7 100644 --- a/textproc/p5-XML-Mini/distinfo +++ b/textproc/p5-XML-Mini/distinfo @@ -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 diff --git a/textproc/p5-XML-Mini/pkg-descr b/textproc/p5-XML-Mini/pkg-descr index 3bd4a70f8e23..be5c6a54a28f 100644 --- a/textproc/p5-XML-Mini/pkg-descr +++ b/textproc/p5-XML-Mini/pkg-descr @@ -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/ |