./textproc/ruby-nokogumbo, Gumbo HTML5 parser to parse with Nokogiri

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


Branch: CURRENT, Version: 2.0.5nb2, Package name: ruby31-nokogumbo-2.0.5nb2, Maintainer: ryoon

Nokogumbo allows a Ruby program to invoke the Gumbo HTML5 parser
and access the result as a Nokogiri parsed document.


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

Master sites:

Filesize: 216.5 KB

Version history: (Expand)


CVS history: (Expand)


   2023-11-08 14:21:43 by Thomas Klausner | Files touched by this commit (2377)
Log message:
*: recursive bump for icu 74.1
   2023-04-19 10:12:01 by Adam Ciarcinski | Files touched by this commit (2359) | Package updated
Log message:
revbump after textproc/icu update
   2023-01-25 12:07:40 by Takahiro Kambe | Files touched by this commit (4)
Log message:
Restrict ruby's version (exclude ruby32)

Currently, these pacakges use removed C API on Ruby 3.2.0.
   2022-12-15 13:15:19 by Jonathan Perkin | Files touched by this commit (1)
Log message:
ruby-nokogumbo: Requires libxml2.
   2021-10-26 13:23:42 by Nia Alarie | Files touched by this commit (1161)
Log message:
textproc: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Unfetchable distfiles (fetched conditionally?):
./textproc/convertlit/distinfo clit18src.zip
   2021-10-07 17:02:49 by Nia Alarie | Files touched by this commit (1162)
Log message:
textproc: Remove SHA1 hashes for distfiles
   2021-06-01 17:31:18 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
textproc/ruby-nokogumbo: update to 2.0.5

2.0.5 (2021-03-19)

Fixed

* Support Mageia distros when libxml2/libxslt system libraries are
  install. #165 (Thank you, @pterjan!)

Added

* Forward-looking support for a version of Nokogiri that will provide HTML5
  parsing. #171

Improved

* Update extconf.rb to use Nokogiri v1.11's CPPFLAGS for more reliable
  installation. #163

2.0.4 (2020-11-27)

Fixed

* Fixed a bug where Nokogiri::HTML5.fragment(nil) would raise an error. Now
  it returns an empty DocumentFragment like it did in v2.0.2.
* Fixed assertion failure when a tag immediately followed the UTF-8 BOM.

2.0.3 (2020-11-21)

Added

* Limit enforced on number of attributes per element, defaulting to 400 and
  configurable with the :max_attributes argument.

Fixed

* Ignore UTF-8 byte order mark at the beginning of the input.
* Fix content sniffing for Unicode strings.
* Fixed crash where Ruby objects constructed in C can be garbage collected.
   2020-04-14 18:04:42 by Ryo ONODERA | Files touched by this commit (4)
Log message:
textproc/ruby-nokogumbo: import ruby26-nokogumbo-2.0.2

Nokogumbo allows a Ruby program to invoke the Gumbo HTML5 parser
and access the result as a Nokogiri parsed document.