Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Dec 2024 16:25:46 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 2ce694c70739 - main - textproc/rubygem-rexml33: Remove obsoleted port
Message-ID:  <202412311625.4BVGPkY8042056@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2ce694c707392d10472e7a9df9eb5b2198be2942

commit 2ce694c707392d10472e7a9df9eb5b2198be2942
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-12-31 16:17:12 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-12-31 16:22:45 +0000

    textproc/rubygem-rexml33: Remove obsoleted port
    
    Use textproc/rubygem-rexml instead.
    
    Confirmed with mfechner@ that this port is no longer needed.
    gitlab now uses its own -gitlab port (textproc/rubygem-rexml-gitlab) instead.
---
 MOVED                              |  1 +
 textproc/Makefile                  |  1 -
 textproc/rubygem-rexml33/Makefile  | 22 ----------------------
 textproc/rubygem-rexml33/distinfo  |  3 ---
 textproc/rubygem-rexml33/pkg-descr |  9 ---------
 5 files changed, 1 insertion(+), 35 deletions(-)

diff --git a/MOVED b/MOVED
index a32f85208681..98703be9c050 100644
--- a/MOVED
+++ b/MOVED
@@ -3796,3 +3796,4 @@ textproc/rubygem-elasticsearch-transport713|textproc/rubygem-elasticsearch-trans
 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
+textproc/rubygem-rexml33|textproc/rubygem-rexml|2024-12-31|Remove obsoleted port. Use textproc/rubygem-rexml instead
diff --git a/textproc/Makefile b/textproc/Makefile
index 4bfc88b2c19a..e2f280caf423 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1940,7 +1940,6 @@
     SUBDIR += rubygem-reverse_markdown
     SUBDIR += rubygem-rexml
     SUBDIR += rubygem-rexml-gitlab
-    SUBDIR += rubygem-rexml33
     SUBDIR += rubygem-ri_cal
     SUBDIR += rubygem-rly
     SUBDIR += rubygem-rmmseg-cpp
diff --git a/textproc/rubygem-rexml33/Makefile b/textproc/rubygem-rexml33/Makefile
deleted file mode 100644
index 9d310df058a0..000000000000
--- a/textproc/rubygem-rexml33/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-PORTNAME=	rexml
-PORTVERSION=	3.3.9
-CATEGORIES=	textproc rubygems
-MASTER_SITES=	RG
-PKGNAMESUFFIX=	33
-
-MAINTAINER=	sunpoet@FreeBSD.org
-COMMENT=	XML toolkit for Ruby
-WWW=		https://github.com/ruby/rexml
-
-LICENSE=	BSD2CLAUSE
-LICENSE_FILE=	${WRKSRC}/LICENSE.txt
-
-USES=		cpe gem
-
-NO_ARCH=	yes
-
-CPE_VENDOR=	ruby-lang
-
-PORTSCOUT=	limit:^3\.3\.
-
-.include <bsd.port.mk>
diff --git a/textproc/rubygem-rexml33/distinfo b/textproc/rubygem-rexml33/distinfo
deleted file mode 100644
index dfe853a8ac38..000000000000
--- a/textproc/rubygem-rexml33/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1729994416
-SHA256 (rubygem/rexml-3.3.9.gem) = d71875b85299f341edf47d44df0212e7658cbdf35aeb69cefdb63f57af3137c9
-SIZE (rubygem/rexml-3.3.9.gem) = 104448
diff --git a/textproc/rubygem-rexml33/pkg-descr b/textproc/rubygem-rexml33/pkg-descr
deleted file mode 100644
index bf3143c3967e..000000000000
--- a/textproc/rubygem-rexml33/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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412311625.4BVGPkY8042056>