Verified Commit baec84d6 authored by sunpoet's avatar sunpoet
Browse files

textproc/rubygem-rexml32: Remove obsoleted port

Use textproc/rubygem-rexml instead.
parent b1f8c863
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
+0 −1
Original line number Diff line number Diff line
@@ -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

textproc/rubygem-rexml32/Makefile

deleted100644 → 0
+0 −24
Original line number Diff line number Diff line
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>

textproc/rubygem-rexml32/distinfo

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1718690540
SHA256 (rubygem/rexml-3.2.9.gem) = a58fe5a92987d1f82ad29fc3822bd2dab73ece2fabca37f3b2b2a9d82358fd1e
SIZE (rubygem/rexml-3.2.9.gem) = 102400
+0 −9
Original line number Diff line number Diff line
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.