./textproc/ruby-libxml, Support module for libxml2 library

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 5.0.4, Package name: ruby32-libxml-5.0.4, Maintainer: pkgsrc-users

The Libxml-Ruby provides Ruby language bindings for the GNOME Libxml2
XML toolkit. Its primary advantage over REXML is performance - if speed
is your need, these are good libraries to consider.


Required to run:
[textproc/libxml2] [lang/ruby31-base]

Master sites:

Filesize: 356 KB

Version history: (Expand)


CVS history: (Expand)


   2025-05-18 05:53:07 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
textproc/ruby-libxml: update to 5.0.4

5.0.4 (2025-05-11)

* Fix compiling with latest libxml version
* Fix compiling with latest C++ compilers
   2025-04-17 23:53:13 by Thomas Klausner | Files touched by this commit (2449)
Log message:
*: recursive bump for icu 77 and libxml2 2.14
   2024-11-14 23:22:33 by Thomas Klausner | Files touched by this commit (2428)
Log message:
*: recursive bump for icu 76 shlib major version bump
   2024-11-01 13:55:19 by Thomas Klausner | Files touched by this commit (2425)
Log message:
*: revbump for icu downgrade
   2024-11-01 01:54:33 by Thomas Klausner | Files touched by this commit (2426)
Log message:
*: recursive bump for icu 76.1 shlib bump
   2024-05-29 18:35:19 by Adam Ciarcinski | Files touched by this commit (1928) | Package updated
Log message:
revbump after icu and protobuf updates
   2024-03-24 15:34:55 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
textproc/ruby-libxml: update to 5.0.3

5.0.2 (2024-01-08)

* Fix broken DTD creation (DTD name is not required)
   2024-02-03 17:44:40 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
textproc/ruby-libxml: update to 5.0.2

5.0.0 (2024-01-07)

* This release is major version bump because it removes access to global
  parser options that libxml2 version 2.12.0 deprecated (see
  https://gitlab.gnome.org/GNOME/libxml2/-/releases/v2.12.0)
  In the unlikely event your code uses these options, then you will need to
  update it.
  Specifically, instead of setting global parser options, pass them directly
  to either Parsers or ParserContexts when creating them.  Options are
  defined as constants in LibXML::XML::Parser::Options and
  LibXML::HTML::Parser::Options
* Update Parser initialize methods to take keyword parameters instead of a
  hash table (you may have to update your code due to this change)
* Fix broken compilation with libxml2 version 2.12.0 (due to libxml2 header
  changes)
* Add support for Ruby 3.3.*
* Remove support for Ruby 2.7.* (gem should still work but is no longer
  tested)

5.0.1 (2024-01-08)

* Fix broken Document#io method that was broken by switching Parsers to use
  keyword arguments

5.0.2 (2024-01-08)

* Fix broken DTD creation (DTD name is not required)