aboutsummaryrefslogtreecommitdiff
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
parentb1f8c863d454def9dca7b15fa135fbd2cc1f970b (diff)
textproc/rubygem-rexml32: Remove obsoleted port
Use textproc/rubygem-rexml instead.
-rw-r--r--MOVED1
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/rubygem-rexml32/Makefile24
-rw-r--r--textproc/rubygem-rexml32/distinfo3
-rw-r--r--textproc/rubygem-rexml32/pkg-descr9
5 files changed, 1 insertions, 37 deletions
diff --git a/MOVED b/MOVED
index 75276b95f2de..a32f85208681 100644
--- a/MOVED
+++ b/MOVED
@@ -3795,3 +3795,4 @@ textproc/rubygem-elasticsearch-api713|textproc/rubygem-elasticsearch-api|2024-12
textproc/rubygem-elasticsearch-transport713|textproc/rubygem-elasticsearch-transport|2024-12-31|Remove obsoleted port. Use textproc/rubygem-elasticsearch-transport instead
textproc/rubygem-kramdown1|textproc/rubygem-kramdown|2024-12-31|Remove obsoleted port. Use textproc/rubygem-kramdown instead
textproc/rubygem-kramdown23|textproc/rubygem-kramdown|2024-12-31|Remove obsoleted port. Use textproc/rubygem-kramdown instead
+textproc/rubygem-rexml32|textproc/rubygem-rexml|2024-12-31|Remove obsoleted port. Use textproc/rubygem-rexml instead
diff --git a/textproc/Makefile b/textproc/Makefile
index f2ad04d9a817..4bfc88b2c19a 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1940,7 +1940,6 @@
SUBDIR += rubygem-reverse_markdown
SUBDIR += rubygem-rexml
SUBDIR += rubygem-rexml-gitlab
- SUBDIR += rubygem-rexml32
SUBDIR += rubygem-rexml33
SUBDIR += rubygem-ri_cal
SUBDIR += rubygem-rly
diff --git a/textproc/rubygem-rexml32/Makefile b/textproc/rubygem-rexml32/Makefile
deleted file mode 100644
index b89238721449..000000000000
--- a/textproc/rubygem-rexml32/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-PORTNAME= rexml
-PORTVERSION= 3.2.9
-CATEGORIES= textproc rubygems
-MASTER_SITES= RG
-PKGNAMESUFFIX= 32
-
-MAINTAINER= sunpoet@FreeBSD.org
-COMMENT= XML toolkit for Ruby
-WWW= https://github.com/ruby/rexml
-
-LICENSE= BSD2CLAUSE
-LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-
-RUN_DEPENDS= rubygem-strscan>=0:devel/rubygem-strscan
-
-USES= cpe gem
-
-NO_ARCH= yes
-
-CPE_VENDOR= ruby-lang
-
-PORTSCOUT= limit:^3\.2\.
-
-.include <bsd.port.mk>
diff --git a/textproc/rubygem-rexml32/distinfo b/textproc/rubygem-rexml32/distinfo
deleted file mode 100644
index 8244712b0c22..000000000000
--- a/textproc/rubygem-rexml32/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1718690540
-SHA256 (rubygem/rexml-3.2.9.gem) = a58fe5a92987d1f82ad29fc3822bd2dab73ece2fabca37f3b2b2a9d82358fd1e
-SIZE (rubygem/rexml-3.2.9.gem) = 102400
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.