Path to this page:
./
textproc/p5-XML-LibXML,
Perl interface to the libxml2 library
Branch: pkgsrc-2009Q2,
Version: 1.69,
Package name: p5-XML-LibXML-1.69,
Maintainer: pkgsrc-usersThis module is an interface to the gnome libxml2 DOM parser (no SAX
parser support yet), and the DOM tree. It also provides an
XML::XPath-like findnodes() interface, providing access to the XPath
API in libxml2.
DEINSTALL [+/-]# $NetBSD: DEINSTALL,v 1.1 2007/06/13 23:29:00 heinz Exp $
case ${STAGE} in
DEINSTALL)
${PERL5} -I@PERL5_INSTALLVENDORLIB@ -MXML::SAX -e "XML::SAX->remove_parser(q(XML::LibXML::SAX))->save_parsers()"
${PERL5} -I@PERL5_INSTALLVENDORLIB@ -MXML::SAX -e "XML::SAX->remove_parser(q(XML::LibXML::SAX::Parser))->save_parsers()"
${ECHO} "Removed parser from XML::SAX registry."
;;
esac
Required to run:[
textproc/libxml2] [
textproc/p5-XML-NamespaceSupport]
Master sites: (Expand)
SHA1: a8590ada6463e3b1de5699f7b8a14b564437a213
RMD160: 1ba9e5d63431ae11031fca18e28da5f04fe25f23
Filesize: 304.78 KB
Version history: (Expand)
- (2009-07-09) Package has been reborn
- (2009-07-08) Package added to pkgsrc.se, version p5-XML-LibXML-1.69 (created)