./textproc/ruby-nori, XML to Hash translator

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


Branch: CURRENT, Version: 2.7.0, Package name: ruby32-nori-2.7.0, Maintainer: pkgsrc-users

Nori
====

Really simple XML parsing ripped from Crack which ripped it from Merb.
Nori was created to bypass the stale development of Crack, improve its XML
parser and fix certain issues.


Required to run:
[lang/ruby26-base]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 23.5 KB

Version history: (Expand)


CVS history: (Expand)


   2024-02-19 16:19:58 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
textproc/ruby-nori: update to 2.7.0

2.7.0 (2024-02-13)

* Added support for ruby 3.1, 3.2, 3.3. Dropped support for ruby 2.7 and
  below.
* Feature: Nori::Parser has a new option, :scrub_xml, which defaults to
  true, for scrubbing invalid characters (#72).  This should allow documents
  containing invalid characters to still be parsed.
* Fix: REXML parser changes &lt; inside CDATA to < (#94)
* Change: Object#blank? is no longer patched in.
   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
   2020-01-19 10:24:35 by Takahiro Kambe | Files touched by this commit (4)
Log message:
textproc/ruby-nori: add version 2.6.0 package

Add ruby-nori version 2.6.0 package.

Nori
====

Really simple XML parsing ripped from Crack which ripped it from Merb.
Nori was created to bypass the stale development of Crack, improve its XML
parser and fix certain issues.