aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-rexml32
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/rubygem-rexml32')
-rw-r--r--textproc/rubygem-rexml32/Makefile24
-rw-r--r--textproc/rubygem-rexml32/distinfo3
-rw-r--r--textproc/rubygem-rexml32/pkg-descr9
3 files changed, 0 insertions, 36 deletions
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.