git: eb2f6725ad2f - main - textproc/rubygem-rexml33: Add rubygem-rexml33 3.3.9 (copied from rubygem-rexml)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 25 Dec 2024 19:18:05 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=eb2f6725ad2f32553cfda905c2fae154711e4ef3 commit eb2f6725ad2f32553cfda905c2fae154711e4ef3 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-12-25 14:17:34 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-12-25 19:15:00 +0000 textproc/rubygem-rexml33: Add rubygem-rexml33 3.3.9 (copied from rubygem-rexml) - Add PORTSCOUT --- textproc/Makefile | 1 + textproc/rubygem-rexml33/Makefile | 22 ++++++++++++++++++++++ textproc/rubygem-rexml33/distinfo | 3 +++ textproc/rubygem-rexml33/pkg-descr | 9 +++++++++ 4 files changed, 35 insertions(+) diff --git a/textproc/Makefile b/textproc/Makefile index 9c034bb69f0d..cfc33ca05a80 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1946,6 +1946,7 @@ SUBDIR += rubygem-reverse_markdown SUBDIR += rubygem-rexml SUBDIR += rubygem-rexml32 + 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 new file mode 100644 index 000000000000..9d310df058a0 --- /dev/null +++ b/textproc/rubygem-rexml33/Makefile @@ -0,0 +1,22 @@ +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 new file mode 100644 index 000000000000..dfe853a8ac38 --- /dev/null +++ b/textproc/rubygem-rexml33/distinfo @@ -0,0 +1,3 @@ +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 new file mode 100644 index 000000000000..bf3143c3967e --- /dev/null +++ b/textproc/rubygem-rexml33/pkg-descr @@ -0,0 +1,9 @@ +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.