Port details |
- rubygem-rexml XML toolkit for Ruby
- 3.2.5 textproc
=4 Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2020-04-21 19:34:11
- Last Update: 2022-07-20 14:23:14
- Commit Hash: 5cf7e35
- People watching this port, also watch:: glib, libunistring, libunwind, pcre, libedit
- Also Listed In: rubygems
- License: BSD2CLAUSE
- Description:
- 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.
WWW: https://github.com/ruby/rexml
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- rubygem-rexml>0:textproc/rubygem-rexml
- To install the port:
- cd /usr/ports/textproc/rubygem-rexml/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/rubygem-rexml
- pkg install rubygem-rexml
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: rubygem-rexml
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1618321034
SHA256 (rubygem/rexml-3.2.5.gem) = a33c3bf95fda7983ec7f05054f3a985af41dbc25a0339843bd2479e93cabb123
SIZE (rubygem/rexml-3.2.5.gem) = 93184
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- ruby30 : lang/ruby30
- gem : devel/ruby-gems
- Runtime dependencies:
-
- ruby30 : lang/ruby30
- gem : devel/ruby-gems
- Patch dependencies:
-
- ruby30 : lang/ruby30
- gem : devel/ruby-gems
-
- This port is required by:
- for Build
-
- misc/sdformat
- www/gitlab-ce
- for Run
-
- devel/rubygem-CFPropertyList
- devel/rubygem-crack
- devel/rubygem-cucumber-rails
- devel/rubygem-google-apis-core
- devel/rubygem-red-datasets
- devel/rubygem-rgl
- devel/rubygem-rubocop
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
- Configuration Options:
- No options to configure
- Options name:
- textproc_rubygem-rexml
- USES:
- cpe gem
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
20 Jul 2022 14:23:14 3.2.5 |
Tobias C. Berner (tcberner)  |
textproc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* -
* <glewis@FreeBSD.org>
* <koshy@india.hp.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron Straup Cope
* Aaron Straup Cope <ascope@cpan.org>
* Ache
* Adam Herzog <adam@herzogdesigns.com>
* Adam Weinberger <adamw@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
21 Sep 2021 22:23:47 3.2.5 |
Po-Chuan Hsieh (sunpoet)  |
textproc/rubygem-rexml: Add USES=cpe |
18 Apr 2021 05:48:23 3.2.5 |
Po-Chuan Hsieh (sunpoet)  |
textproc/rubygem-rexml: Update to 3.2.5
Changes: https://github.com/ruby/rexml/blob/master/NEWS.md |
06 Apr 2021 14:31:07 3.2.4  |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
21 Apr 2020 19:33:24
3.2.4  |
sunpoet  |
Add rubygem-rexml 3.2.4
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.
WWW: https://github.com/ruby/rexml |