aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-rexml32/pkg-descr
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-12-31 16:17:11 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-12-31 16:22:45 +0000
commitbaec84d628da14cf5e9250333678831a9a715e93 (patch)
tree4f3ca48249938b5e7090f9e3c0bdd557d3be5005 /textproc/rubygem-rexml32/pkg-descr
parentb1f8c863d454def9dca7b15fa135fbd2cc1f970b (diff)
textproc/rubygem-rexml32: Remove obsoleted port
Use textproc/rubygem-rexml instead.
Diffstat (limited to 'textproc/rubygem-rexml32/pkg-descr')
-rw-r--r--textproc/rubygem-rexml32/pkg-descr9
1 files changed, 0 insertions, 9 deletions
diff --git a/textproc/rubygem-rexml32/pkg-descr b/textproc/rubygem-rexml32/pkg-descr
deleted file mode 100644
index bf3143c3967e..000000000000
--- a/textproc/rubygem-rexml32/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-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.