Files

31 lines
1.4 KiB
Tcl

# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
PortSystem 1.0
PortGroup ruby 1.0
# Ruby 3.3 has it bundled.
ruby.branches 3.2 3.1 3.0
ruby.setup rexml 3.2.6 gem {} rubygems
license BSD
maintainers nomaintainer
description XML processor for the language Ruby
long_description REXML is an XML 1.0 compliant, reasonably fast, \
non-validating XML parser that supports multiple \
encodings. It has an API that is designed to be \
intuitive, straightforward, and terse. REXML \
includes a tree model parser, a SAX2 streaming \
parser, and a pull parser. It also includes a full \
XPath implementation. All of REXML's parsers pass \
100% of the Oasis XML non-validating tests.
categories-append textproc
homepage https://www.germane-software.com/software/rexml
checksums rmd160 dcb29e9748b148285c5ca908015f26bff2046079 \
sha256 e0669a2d4e9f109951cb1fde723d8acd285425d81594a2ea929304af50282816 \
size 102400
platforms any
supported_archs noarch
test.run yes
test.cmd ${ruby.bin} -I.
test.target bin/suite.rb