Date: Tue, 21 Apr 2009 00:47:34 +0900 (JST) From: TERAMOTO Masahiro <markun@onohara.to> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/133875: [NEW PORT] textproc/p5-XML-LibXML-Simple: XML::LibXML clone of XML::Simple::XMLin() Message-ID: <20090420154734.8842F2845B@gate.onohara.to> Resent-Message-ID: <200904201550.n3KFo3r1015366@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 133875 >Category: ports >Synopsis: [NEW PORT] textproc/p5-XML-LibXML-Simple: XML::LibXML clone of XML::Simple::XMLin() >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Apr 20 15:50:03 UTC 2009 >Closed-Date: >Last-Modified: >Originator: TERAMOTO Masahiro >Release: FreeBSD 6.4-RELEASE-p1 i386 >Organization: >Environment: System: FreeBSD gate.onohara.to 6.4-RELEASE-p1 FreeBSD 6.4-RELEASE-p1 #0: Sun Dec 21 07:56:41 UTC 2008 >Description: 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. Author: Mark Overmeer <mark@overmeer.net> WWW: http://http://search.cpan.org/~markov/XML-LibXML-Simple/ Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-XML-LibXML-Simple-0.13.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # p5-XML-LibXML-Simple # p5-XML-LibXML-Simple/pkg-descr # p5-XML-LibXML-Simple/Makefile # p5-XML-LibXML-Simple/pkg-plist # p5-XML-LibXML-Simple/distinfo # echo c - p5-XML-LibXML-Simple mkdir -p p5-XML-LibXML-Simple > /dev/null 2>&1 echo x - p5-XML-LibXML-Simple/pkg-descr sed 's/^X//' >p5-XML-LibXML-Simple/pkg-descr << '94c35caebf17ddf64891876f3dbc3e46' XThis module is a blunt rewrite of XML::Simple (by Grant McLean) Xto use the XML::LibXML parser for XML structures, where the original Xuses plain Perl or SAX parsers. X XAuthor: Mark Overmeer <mark@overmeer.net> XWWW: http://http://search.cpan.org/~markov/XML-LibXML-Simple/ 94c35caebf17ddf64891876f3dbc3e46 echo x - p5-XML-LibXML-Simple/Makefile sed 's/^X//' >p5-XML-LibXML-Simple/Makefile << '963ee280d29624a42ee44b0b991a006f' X# New ports collection makefile for: p5-XML-LibXML-Simple X# Date created: 2009-04-21 X# Whom: TERAMOTO Masahiro <markun@onohara.to> X# X# $FreeBSD$ X# X XPORTNAME= XML-LibXML-Simple XPORTVERSION= 0.13 XCATEGORIES= textproc perl5 XMASTER_SITES= CPAN XPKGNAMEPREFIX= p5- X XMAINTAINER= markun@onohara.to XCOMMENT= XML::LibXML clone of XML::Simple::XMLin() X XBUILD_DEPENDS= p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \ X p5-Test-Pod>=1.00:${PORTSDIR}/devel/p5-Test-Pod \ X p5-XML-LibXML>=1.64:${PORTSDIR}/textproc/p5-XML-LibXML XRUN_DEPENDS= ${BUILD_DEPENDS} X XPERL_CONFIGURE= yes X XMAN3= XML::LibXML::Simple.3 X X.include <bsd.port.mk> 963ee280d29624a42ee44b0b991a006f echo x - p5-XML-LibXML-Simple/pkg-plist sed 's/^X//' >p5-XML-LibXML-Simple/pkg-plist << 'f5a1d955acf99c3bf6128db0873c9680' X@comment $FreeBSD$ X%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/LibXML/Simple/.packlist X%%SITE_PERL%%/XML/LibXML/Simple.pm X%%SITE_PERL%%/XML/LibXML/Simple.pod X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/LibXML/Simple X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/LibXML X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML X@dirrmtry %%SITE_PERL%%/XML/LibXML X@dirrmtry %%SITE_PERL%%/XML f5a1d955acf99c3bf6128db0873c9680 echo x - p5-XML-LibXML-Simple/distinfo sed 's/^X//' >p5-XML-LibXML-Simple/distinfo << 'f1050bf74c1bb4687c139c5a72f1c2d2' XMD5 (XML-LibXML-Simple-0.13.tar.gz) = b5175fb5a96b83b20ef0d291bb819391 XSHA256 (XML-LibXML-Simple-0.13.tar.gz) = 5001a0edc122d55aeeeea9624e6004d19a1a04a85e4d3f4fbeaf9f91df879941 XSIZE (XML-LibXML-Simple-0.13.tar.gz) = 19075 f1050bf74c1bb4687c139c5a72f1c2d2 exit --- p5-XML-LibXML-Simple-0.13.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090420154734.8842F2845B>