Subject: CVS commit: pkgsrc/textproc/p5-XML-LibXML
From: Klaus Heinz
Date: 2007-06-14 01:29:01
Message id: 20070613232901.5D9A421507@cvs.netbsd.org

Log Message:
Updated to version 1.63.

Pkgsrc changes:
  - Added support for installation to DESTDIR.
  - Registration of the parser happens through the pkginstall framework
    (INSTALL/DEINSTALL) now, thus making the MESSAGE file unnecessary.
    Setting SKIP_SAX_INSTALL in the environment and replacing
    PERL5_INSTALLVENDORLIB in the install scripts is necessary for this to
    work.

Changes since version 1.62:
==============================
1.63
   - added no_network parser flag
   - added support for exclusive canonicalization \ 
(http://www.w3.org/TR/xml-exc-c14n/)
   - make XInclude reflect parser flags
   - documentation fixes
   - better namespace reconciliation implemented by Tim Brody
   - $doc->toString always returns octets
   - $doc->actualEncoding returns UTF8 if no document encoding is declared
     (unlike $doc->getEncoding, which returns undef)

Files:
RevisionActionfile
1.25modifypkgsrc/textproc/p5-XML-LibXML/Makefile
1.11modifypkgsrc/textproc/p5-XML-LibXML/distinfo
1.1addpkgsrc/textproc/p5-XML-LibXML/DEINSTALL
1.1addpkgsrc/textproc/p5-XML-LibXML/INSTALL
1.2removepkgsrc/textproc/p5-XML-LibXML/MESSAGE