ports/textproc/rubygem-rexml-gitlab/pkg-descr
Matthias Fechner 4cd25fe4d2 www/gitlab: fix regression from 001ec8e60d
Error message:
===>   gitlab-ce-17.7.0 depends on package: rubygem-rexml>=3.3.2<3.4 - not found

Make rubygem-rexml version 3.3 available for a specific port for gitlab.
2024-12-26 12:12:06 +02:00

9 lines
539 B
Text

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.