Path to this page:
./
textproc/p5-XML-LibXML,
Perl interface to the libxml2 library
Branch: pkgsrc-2014Q2,
Version: 2.0116nb2,
Package name: p5-XML-LibXML-2.0116nb2,
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/p5-XML-SAX] [
textproc/p5-XML-NamespaceSupport] [
textproc/libxml2] [
lang/perl5]
Master sites: (Expand)
SHA1: 12b0c3add404a8139def5afff2cfc18dad2b1f27
RMD160: 41396e1858e2399de5d50ce4f4f6393c5f8405f2
Filesize: 452.743 KB
Version history: (Expand)
- (2014-07-11) Updated to version: p5-XML-LibXML-2.0116nb2
- (2014-07-02) Package added to pkgsrc.se, version p5-XML-LibXML-2.0107 (created)