This module is a blunt rewrite of XML::Simple (by Grant McLean)
to use the XML::LibXML parser for XML structures, where the original uses plain Perl or SAX parsers. WWW: http://http://search.cpan.org/dist/XML-LibXML-Simple/ PR: ports/133875 Submitted by: TERAMOTO Masahiro <markun at onohara.to>
This commit is contained in:
parent
015ce997c2
commit
ba35815b20
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=232555
5 changed files with 44 additions and 0 deletions
|
@ -740,6 +740,7 @@
|
|||
SUBDIR += p5-XML-LibXML
|
||||
SUBDIR += p5-XML-LibXML-Common
|
||||
SUBDIR += p5-XML-LibXML-Iterator
|
||||
SUBDIR += p5-XML-LibXML-Simple
|
||||
SUBDIR += p5-XML-LibXSLT
|
||||
SUBDIR += p5-XML-Liberal
|
||||
SUBDIR += p5-XML-Literal
|
||||
|
|
26
textproc/p5-XML-LibXML-Simple/Makefile
Normal file
26
textproc/p5-XML-LibXML-Simple/Makefile
Normal file
|
@ -0,0 +1,26 @@
|
|||
# New ports collection makefile for: p5-XML-LibXML-Simple
|
||||
# Date created: 2009-04-21
|
||||
# Whom: TERAMOTO Masahiro <markun@onohara.to>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= XML-LibXML-Simple
|
||||
PORTVERSION= 0.13
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= markun@onohara.to
|
||||
COMMENT= XML::LibXML clone of XML::Simple::XMLin()
|
||||
|
||||
BUILD_DEPENDS= p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \
|
||||
p5-Test-Pod>=1.00:${PORTSDIR}/devel/p5-Test-Pod \
|
||||
p5-XML-LibXML>=1.64:${PORTSDIR}/textproc/p5-XML-LibXML
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= XML::LibXML::Simple.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/p5-XML-LibXML-Simple/distinfo
Normal file
3
textproc/p5-XML-LibXML-Simple/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (XML-LibXML-Simple-0.13.tar.gz) = b5175fb5a96b83b20ef0d291bb819391
|
||||
SHA256 (XML-LibXML-Simple-0.13.tar.gz) = 5001a0edc122d55aeeeea9624e6004d19a1a04a85e4d3f4fbeaf9f91df879941
|
||||
SIZE (XML-LibXML-Simple-0.13.tar.gz) = 19075
|
5
textproc/p5-XML-LibXML-Simple/pkg-descr
Normal file
5
textproc/p5-XML-LibXML-Simple/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
This module is a blunt rewrite of XML::Simple (by Grant McLean)
|
||||
to use the XML::LibXML parser for XML structures, where the original
|
||||
uses plain Perl or SAX parsers.
|
||||
|
||||
WWW: http://http://search.cpan.org/dist/XML-LibXML-Simple/
|
9
textproc/p5-XML-LibXML-Simple/pkg-plist
Normal file
9
textproc/p5-XML-LibXML-Simple/pkg-plist
Normal file
|
@ -0,0 +1,9 @@
|
|||
@comment $FreeBSD$
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/LibXML/Simple/.packlist
|
||||
%%SITE_PERL%%/XML/LibXML/Simple.pm
|
||||
%%SITE_PERL%%/XML/LibXML/Simple.pod
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/LibXML/Simple
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/LibXML
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML
|
||||
@dirrmtry %%SITE_PERL%%/XML/LibXML
|
||||
@dirrmtry %%SITE_PERL%%/XML
|
Loading…
Reference in a new issue