Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Dec 2024 16:25:44 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: baec84d628da - main - textproc/rubygem-rexml32: Remove obsoleted port
Message-ID:  <202412311625.4BVGPihF042013@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=baec84d628da14cf5e9250333678831a9a715e93

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

    textproc/rubygem-rexml32: Remove obsoleted port
    
    Use textproc/rubygem-rexml instead.
---
 MOVED                              |  1 +
 textproc/Makefile                  |  1 -
 textproc/rubygem-rexml32/Makefile  | 24 ------------------------
 textproc/rubygem-rexml32/distinfo  |  3 ---
 textproc/rubygem-rexml32/pkg-descr |  9 ---------
 5 files changed, 1 insertion(+), 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.



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