Path to this page:
./
textproc/p5-XML-LibXML,
Perl interface to the libxml2 library
Branch: pkgsrc-2019Q1,
Version: 2.0134,
Package name: p5-XML-LibXML-2.0134,
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.2 2016/03/03 12:54:03 wiz 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:[
lang/perl5] [
textproc/libxml2]
Master sites: (Expand)
SHA1: 65786db3e8a72146934aac8cc448153f85a1f249
RMD160: 7bead5fd725e9e22c95fe24b0fd4daadb64aae10
Filesize: 459.563 KB
Version history: (Expand)
- (2019-04-11) Package added to pkgsrc.se, version p5-XML-LibXML-2.0134 (created)