diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-04-22 03:33:24 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-04-22 03:33:24 +0800 |
commit | 132b0d3daaa6a1a3a63f7333b69b64e451b4962a (patch) | |
tree | a5f9d32fbd17c331a4a593656ee20078d0803f1e /textproc/Makefile | |
parent | 1d7947cca864362d30722db5219a775245227373 (diff) | |
download | freebsd-ports-gnome-132b0d3daaa6a1a3a63f7333b69b64e451b4962a.tar.gz freebsd-ports-gnome-132b0d3daaa6a1a3a63f7333b69b64e451b4962a.tar.zst freebsd-ports-gnome-132b0d3daaa6a1a3a63f7333b69b64e451b4962a.zip |
Add rubygem-rexml 3.2.4
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.
WWW: https://github.com/ruby/rexml
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index ff1e86c26ecc..c03609b53ef7 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1596,6 +1596,7 @@ SUBDIR += rubygem-regexp_property_values SUBDIR += rubygem-representable SUBDIR += rubygem-reverse_markdown + SUBDIR += rubygem-rexml SUBDIR += rubygem-ri_cal SUBDIR += rubygem-rich SUBDIR += rubygem-rly |