summaryrefslogtreecommitdiff
path: root/textproc/ruby-rexml/DESCR
diff options
context:
space:
mode:
authortaca <taca>2003-04-26 16:16:50 +0000
committertaca <taca>2003-04-26 16:16:50 +0000
commit5b12aea42a891bd928634e78d15d3d621680e5a5 (patch)
treee9ce82cbc5df597aeef52b91960adecf695b627f /textproc/ruby-rexml/DESCR
parent3120461aca1b274d7398ed958247d5f22757e9d6 (diff)
downloadpkgsrc-5b12aea42a891bd928634e78d15d3d621680e5a5.tar.gz
Initial import of ruby-rexml 2.4.8 package, pure Ruby XML parser
based on Java Electric XML. This package is based on PR pkg/21282 by <rasputin at idoru dot mine dot nu> and discussion between he and me.
Diffstat (limited to 'textproc/ruby-rexml/DESCR')
-rw-r--r--textproc/ruby-rexml/DESCR6
1 files changed, 6 insertions, 0 deletions
diff --git a/textproc/ruby-rexml/DESCR b/textproc/ruby-rexml/DESCR
new file mode 100644
index 00000000000..1978c9d4cc6
--- /dev/null
+++ b/textproc/ruby-rexml/DESCR
@@ -0,0 +1,6 @@
+REXML is an XML 1.0 compliant, reasonably fast, non-validating XML
+parser. 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.