Path to this page:
./
textproc/p5-XML-LibXML,
Perl interface to the libxml2 library
Branch: pkgsrc-2021Q2,
Version: 2.0207nb1,
Package name: p5-XML-LibXML-2.0207nb1,
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
Master sites: (Expand)
SHA1: 8cdf0aa8b4b67997dca7fd1048380b5d16f83dbc
RMD160: 66533f72084ce50a63bcf9a133b61e4d3e7a8e9f
Filesize: 451.753 KB
Version history: (Expand)
- (2021-07-01) Package added to pkgsrc.se, version p5-XML-LibXML-2.0207nb1 (created)