./textproc/ruby-rexml, XML toolkit for Ruby

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


Branch: pkgsrc-2021Q1, Version: 3.2.4, Package name: ruby26-rexml-3.2.4, Maintainer: pkgsrc-users

REXML

REXML was inspired by the Electric XML library for Java, which features an
easy-to-use API, small size, and speed. Hopefully, REXML, designed with the
same philosophy, has these same features. I've tried to keep the API as
intuitive as possible, and have followed the Ruby methodology for method
naming and code flow, rather than mirroring the Java API.

REXML supports both tree and stream document parsing. Stream parsing is
faster (about 1.5 times as fast). However, with stream parsing, you don't
get access to features such as XPath.


Master sites:

SHA1: d21fcfdfd72008d79772da35a62297d8d551c6ab
RMD160: 04b4b0f6355d683d149f264fe519371a590cca4f
Filesize: 76 KB

Version history: (Expand)


CVS history: (Expand)


   2021-04-15 08:51:09 by Benny Siegert | Files touched by this commit (1)
Log message:
Pullup ticket #6440 - requested by taca
textproc/ruby-rexml: build fix

Revisions pulled up:
- textproc/ruby-rexml/Makefile                                  1.13

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sun Apr 11 00:08:40 UTC 2021

   Modified Files:
   	pkgsrc/textproc/ruby-rexml: Makefile

   Log message:
   textproc/ruby-rexml: do not build on Ruby 3.0

   Do not build on Ruby 3.0 since it contains the same version of rexml
   gem and conflicts with this package.

   Noted by private e-mail from wiz@, thank you!