Path to this page:
./
textproc/ruby-libxml,
Support module for libxml2 library
Branch: CURRENT,
Version: 5.0.3nb4,
Package name: ruby32-libxml-5.0.3nb4,
Maintainer: pkgsrc-usersThe 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)
- (2024-11-15) Updated to version: ruby32-libxml-5.0.3nb4
- (2024-11-01) Updated to version: ruby32-libxml-5.0.3nb3
- (2024-11-01) Updated to version: ruby32-libxml-5.0.3nb2
- (2024-05-29) Updated to version: ruby32-libxml-5.0.3nb1
- (2024-03-24) Updated to version: ruby32-libxml-5.0.3
- (2024-02-03) Updated to version: ruby31-libxml-5.0.2
CVS history: (Expand)
2024-11-14 23:22:33 by Thomas Klausner | Files touched by this commit (2429) |
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 (2426) |
Log message:
*: revbump for icu downgrade
|
2024-11-01 01:54:33 by Thomas Klausner | Files touched by this commit (2427) |
Log message:
*: recursive bump for icu 76.1 shlib bump
|
2024-05-29 18:35:19 by Adam Ciarcinski | Files touched by this commit (1929) | |
Log message:
revbump after icu and protobuf updates
|
2024-03-24 15:34:55 by Takahiro Kambe | Files touched by this commit (2) | |
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) | |
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)
|
2023-11-12 17:17:20 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
textproc/ruby-libxml: update to 4.1.2
4.1.2 (2023-11-04)
* Fix Ruby warnings about undefined allocators (yuuji.yaginuma, Christopher
Sahnwaldt)
* Fix Schema::Element required? and array? (John Andrews)
* Remove SchemaElement#minOccurs and SchemaElement#maxOccurs since they
actually did not work (Charlie Savage)
* Fix typo: XPatch -> XPath (Christopher Sahnwaldt)
* Introduce new alternative Homebrew installation search paths to extconf
makefile (Pierce Brooks)
|
2023-11-08 14:21:43 by Thomas Klausner | Files touched by this commit (2377) |
Log message:
*: recursive bump for icu 74.1
|