Path to this page:
./
textproc/p5-XML-LibXML,
Perl interface to the libxml2 library
Branch: CURRENT,
Version: 2.0210nb5,
Package name: p5-XML-LibXML-2.0210nb5,
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:[
textproc/libxml2] [
textproc/p5-XML-SAX] [
textproc/p5-XML-NamespaceSupport] [
lang/perl5]
Required to build:[
devel/p5-Alien-Build] [
textproc/p5-Alien-Libxml2]
Master sites: (Expand)
Filesize: 455.387 KB
Version history: (Expand)
- (2024-11-16) Updated to version: p5-XML-LibXML-2.0210nb5
- (2024-11-15) Updated to version: p5-XML-LibXML-2.0210nb4
- (2024-11-01) Updated to version: p5-XML-LibXML-2.0210nb3
- (2024-11-01) Updated to version: p5-XML-LibXML-2.0210nb2
- (2024-05-29) Updated to version: p5-XML-LibXML-2.0210nb1
- (2024-01-28) Updated to version: p5-XML-LibXML-2.0210
CVS history: (Expand)
2024-01-28 12:57:33 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
p5-XML-LibXML: update to 2.0210.
2.0210 2024-01-24
- Fix copying external entity from an ext_ent_handler handler
- https://github.com/shlomif/perl-XML-LibXML/issues/81
- thanks to Petr
- libxml-mm: Fix function prototypes in function pointers
- thanks to Khem Raj
|
2023-11-17 16:14:12 by Amitai Schleier | Files touched by this commit (3) | |
Log message:
p5-XML-LibXML: update to 2.0209. Changes:
- t/35huge_mode.t: fix test with libxml2 2.11
- Add clearer reference to using cloneNode to extract node with namespaces
- initialize xmlValidCtxt
|
2023-11-08 14:21:43 by Thomas Klausner | Files touched by this commit (2377) |
Log message:
*: recursive bump for icu 74.1
|
2023-07-06 11:43:03 by Thomas Klausner | Files touched by this commit (2483) |
Log message:
*: recursive bump for perl 5.38
|
2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319) |
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.
Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).
No change to BUILD_DEPENDS as used correctly inside buildlink3.
As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
|
2023-05-20 09:31:17 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
p5-XML-LibXML: update to 2.0208.
2.0208 2022-09-30
- Fix https://rt.cpan.org/Ticket/Display.html?id=144415
- Bug #144415 for XML-LibXML: createElementNS & setNamespace get
confused by Readonly scalars
- thanks to DAKKAR and haarg.
|
2023-04-19 10:12:01 by Adam Ciarcinski | Files touched by this commit (2359) | |
Log message:
revbump after textproc/icu update
|
2022-11-23 17:21:30 by Adam Ciarcinski | Files touched by this commit (1878) | |
Log message:
massive revision bump after textproc/icu update
|