ports/100247: [NEW PORT] textproc/p5-XML-DOM2: DOM controlled, strict XML module for extentable xml objects
Gea-Suan Lin
gslin at gslin.org
Thu Jul 13 22:10:16 UTC 2006
>Number: 100247
>Category: ports
>Synopsis: [NEW PORT] textproc/p5-XML-DOM2: DOM controlled, strict XML module for extentable xml objects
>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: Thu Jul 13 22:10:12 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator: Gea-Suan Lin
>Release: FreeBSD 6.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD netnews.NCTU.edu.tw 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sat May 13 03:43:48 CST 2006
>Description:
- Tinderbox log:
http://tb.gslin.org/logs/4.11-FreeBSD-Perl5/p5-XML-DOM2-0.03.log
http://tb.gslin.org/logs/4.11-FreeBSD-Perl58/p5-XML-DOM2-0.03.log
http://tb.gslin.org/logs/5.5-FreeBSD/p5-XML-DOM2-0.03.log
http://tb.gslin.org/logs/6-STABLE/p5-XML-DOM2-0.03.log
XML::DOM2 is yet _another_ perl XML module.
* DOM Level2 Compilence in both document, elements and attributes
* NameSpace control for elements and attributes
* XPath (it's just one small method once you have a good DOM)
* Extendability:
* Document, Element or Attribute classes can be used as base class
for other kinds of document, element or attribute.
* Element and Attribute Handler allows element specific child
elements and attribute objects.
* Element and Attribute serialisation overiding.
* Parsing with SAX (use XML::SAX::PurePerl for low dependancy installs)
* Internal serialisation
Author: Martin Owens, doctormo at cpan.org
WWW: http://search.cpan.org/dist/XML-DOM2/
Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:
--- p5-XML-DOM2-0.03.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-DOM2
# p5-XML-DOM2/pkg-descr
# p5-XML-DOM2/Makefile
# p5-XML-DOM2/pkg-plist
# p5-XML-DOM2/distinfo
#
echo c - p5-XML-DOM2
mkdir -p p5-XML-DOM2 > /dev/null 2>&1
echo x - p5-XML-DOM2/pkg-descr
sed 's/^X//' >p5-XML-DOM2/pkg-descr << 'END-of-p5-XML-DOM2/pkg-descr'
XXML::DOM2 is yet _another_ perl XML module.
X
X* DOM Level2 Compilence in both document, elements and attributes
X* NameSpace control for elements and attributes
X* XPath (it's just one small method once you have a good DOM)
X* Extendability:
X * Document, Element or Attribute classes can be used as base class
X for other kinds of document, element or attribute.
X * Element and Attribute Handler allows element specific child
X elements and attribute objects.
X * Element and Attribute serialisation overiding.
X* Parsing with SAX (use XML::SAX::PurePerl for low dependancy installs)
X* Internal serialisation
X
XAuthor: Martin Owens, doctormo at cpan.org
XWWW: http://search.cpan.org/dist/XML-DOM2/
END-of-p5-XML-DOM2/pkg-descr
echo x - p5-XML-DOM2/Makefile
sed 's/^X//' >p5-XML-DOM2/Makefile << 'END-of-p5-XML-DOM2/Makefile'
X# New ports collection makefile for: p5-XML-DOM2
X# Date created: 2006-07-14
X# Whom: Gea-Suan Lin <gslin at gslin.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME= XML-DOM2
XPORTVERSION= 0.03
XCATEGORIES= textproc perl5
XMASTER_SITES= ${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR= XML
XPKGNAMEPREFIX= p5-
X
XMAINTAINER= gslin at gslin.org
XCOMMENT= DOM controlled, strict XML module for extentable xml objects
X
XBUILD_DEPENDS= ${SITE_PERL}/XML/SAX.pm:${PORTSDIR}/textproc/p5-XML-SAX
XRUN_DEPENDS= ${BUILD_DEPENDS}
X
XPERL_CONFIGURE= yes
X
XMAN3= XML::DOM2.3 XML::DOM2::DOM::Element.3 XML::DOM2::Element.3 \
X XML::DOM2::Element::Document.3 \
X XML::DOM2::Element::DocumentType.3 XML::DOM2::Parser.3 \
X XML::DOM2::XPath.3
X
X.include <bsd.port.pre.mk>
X
X.if ${PERL_LEVEL} < 500600
XIGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 then try again
X.endif
X
X.include <bsd.port.post.mk>
END-of-p5-XML-DOM2/Makefile
echo x - p5-XML-DOM2/pkg-plist
sed 's/^X//' >p5-XML-DOM2/pkg-plist << 'END-of-p5-XML-DOM2/pkg-plist'
X at comment $FreeBSD$
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/DOM2/.packlist
X%%SITE_PERL%%/XML/DOM2.pm
X%%SITE_PERL%%/XML/DOM2/Attribute.pm
X%%SITE_PERL%%/XML/DOM2/Attribute/Namespace.pm
X%%SITE_PERL%%/XML/DOM2/DOM/Attribute.pm
X%%SITE_PERL%%/XML/DOM2/DOM/Document.pm
X%%SITE_PERL%%/XML/DOM2/DOM/Element.pm
X%%SITE_PERL%%/XML/DOM2/DOM/NameSpace.pm
X%%SITE_PERL%%/XML/DOM2/Element.pm
X%%SITE_PERL%%/XML/DOM2/Element/CDATA.pm
X%%SITE_PERL%%/XML/DOM2/Element/Comment.pm
X%%SITE_PERL%%/XML/DOM2/Element/Document.pm
X%%SITE_PERL%%/XML/DOM2/Element/DocumentType.pm
X%%SITE_PERL%%/XML/DOM2/Parser.pm
X%%SITE_PERL%%/XML/DOM2/XPath.pm
X at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/DOM2
X at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML
X at dirrmtry %%SITE_PERL%%/XML/DOM2/Attribute
X at dirrmtry %%SITE_PERL%%/XML/DOM2/DOM
X at dirrmtry %%SITE_PERL%%/XML/DOM2/Element
X at dirrmtry %%SITE_PERL%%/XML/DOM2
X at dirrmtry %%SITE_PERL%%/XML
END-of-p5-XML-DOM2/pkg-plist
echo x - p5-XML-DOM2/distinfo
sed 's/^X//' >p5-XML-DOM2/distinfo << 'END-of-p5-XML-DOM2/distinfo'
XMD5 (XML-DOM2-0.03.tar.gz) = b202ee2b2ccf0a502b282500daf686ae
XSHA256 (XML-DOM2-0.03.tar.gz) = 0164bcec5a0ba8582a3621e477cdfba5ab06a38e968c9016bdb6beba7803f020
XSIZE (XML-DOM2-0.03.tar.gz) = 17098
END-of-p5-XML-DOM2/distinfo
exit
--- p5-XML-DOM2-0.03.shar ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list