diff options
author | taca <taca@pkgsrc.org> | 2005-11-03 06:22:40 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2005-11-03 06:22:40 +0000 |
commit | 7b36e0023e1f165c3d9cb9a0090913e5eadc5a90 (patch) | |
tree | 10e82f794d35106c8023132227192c0cb1b27e94 /textproc | |
parent | 14ffe1092c447bde243c5e8c57104de7089178d0 (diff) | |
download | pkgsrc-7b36e0023e1f165c3d9cb9a0090913e5eadc5a90.tar.gz |
Remove packages which supported by ruby16-base (Ruby 1.6.8) pacakge only
and now bundled in ruby18-base pacakges.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ruby-erb/DESCR | 3 | ||||
-rw-r--r-- | textproc/ruby-erb/Makefile | 24 | ||||
-rw-r--r-- | textproc/ruby-erb/PLIST | 11 | ||||
-rw-r--r-- | textproc/ruby-erb/distinfo | 5 | ||||
-rw-r--r-- | textproc/ruby-rdoc/DESCR | 6 | ||||
-rw-r--r-- | textproc/ruby-rdoc/Makefile | 21 | ||||
-rw-r--r-- | textproc/ruby-rdoc/PLIST | 38 | ||||
-rw-r--r-- | textproc/ruby-rdoc/distinfo | 6 | ||||
-rw-r--r-- | textproc/ruby-rdoc/patches/patch-aa | 17 | ||||
-rw-r--r-- | textproc/ruby-rexml/DESCR | 6 | ||||
-rw-r--r-- | textproc/ruby-rexml/Makefile | 38 | ||||
-rw-r--r-- | textproc/ruby-rexml/PLIST | 732 | ||||
-rw-r--r-- | textproc/ruby-rexml/distinfo | 7 | ||||
-rw-r--r-- | textproc/ruby-rexml/patches/patch-ab | 32 | ||||
-rw-r--r-- | textproc/ruby-rexml/patches/patch-ac | 7 | ||||
-rw-r--r-- | textproc/ruby-syck/DESCR | 6 | ||||
-rw-r--r-- | textproc/ruby-syck/Makefile | 36 | ||||
-rw-r--r-- | textproc/ruby-syck/PLIST | 32 | ||||
-rw-r--r-- | textproc/ruby-syck/distinfo | 5 |
19 files changed, 0 insertions, 1032 deletions
diff --git a/textproc/ruby-erb/DESCR b/textproc/ruby-erb/DESCR deleted file mode 100644 index 8eed5a2a30a..00000000000 --- a/textproc/ruby-erb/DESCR +++ /dev/null @@ -1,3 +0,0 @@ -ERb is an implementation of eRuby (embedded ruby). -You can include ERb in your script. ERb is purely written by Ruby -without any C module. diff --git a/textproc/ruby-erb/Makefile b/textproc/ruby-erb/Makefile deleted file mode 100644 index 0894f10112f..00000000000 --- a/textproc/ruby-erb/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# $NetBSD: Makefile,v 1.10 2005/03/06 17:19:07 taca Exp $ -# - -DISTNAME= erb-2.0.4 -PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} -PKGREVISION= 1 -CATEGORIES= textproc ruby -MASTER_SITES= http://www2a.biglobe.ne.jp/~seki/ruby/ - -MAINTAINER= taca@NetBSD.org -HOMEPAGE= http://www2a.biglobe.ne.jp/~seki/ruby/ -COMMENT= Implementation of eRuby (embedded ruby) - -RUBY_VERSION= ${RUBY16_VERSION} -USE_RUBY_INSTALL= yes -NO_BUILD= yes -REPLACE_RUBY= bin/erb sample/erbcgi - -post-install: - ${INSTALL_DATA_DIR} ${RUBY_EXAMPLESDIR}/erb - ${INSTALL_DATA} ${WRKSRC}/sample/* ${RUBY_EXAMPLESDIR}/erb - -.include "../../lang/ruby/modules.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/textproc/ruby-erb/PLIST b/textproc/ruby-erb/PLIST deleted file mode 100644 index a75cd54aad5..00000000000 --- a/textproc/ruby-erb/PLIST +++ /dev/null @@ -1,11 +0,0 @@ -@comment $NetBSD: PLIST,v 1.3 2004/11/28 04:27:13 taca Exp $ -${RUBY_SITELIBDIR}/erb.rb -${RUBY_EXAMPLESDIR}/erb/bgattr.rb -${RUBY_EXAMPLESDIR}/erb/cgi_test.rhtml -${RUBY_EXAMPLESDIR}/erb/dot.htaccess -${RUBY_EXAMPLESDIR}/erb/erbcgi -${RUBY_EXAMPLESDIR}/erb/erbux.rb -${RUBY_EXAMPLESDIR}/erb/err.rhtml -${RUBY_EXAMPLESDIR}/erb/sample.rhtml -${RUBY_EXAMPLESDIR}/erb/succ.rhtml -@dirrm ${RUBY_EXAMPLESDIR}/erb diff --git a/textproc/ruby-erb/distinfo b/textproc/ruby-erb/distinfo deleted file mode 100644 index c17c357b04c..00000000000 --- a/textproc/ruby-erb/distinfo +++ /dev/null @@ -1,5 +0,0 @@ -$NetBSD: distinfo,v 1.7 2005/02/24 14:48:49 agc Exp $ - -SHA1 (ruby/erb-2.0.4.tar.gz) = 4a2c5b87ac4a896bf691e9e129114521dd0f8ee3 -RMD160 (ruby/erb-2.0.4.tar.gz) = 0f76a9b2f397eacb2284ca619235e40d02ca73b0 -Size (ruby/erb-2.0.4.tar.gz) = 9025 bytes diff --git a/textproc/ruby-rdoc/DESCR b/textproc/ruby-rdoc/DESCR deleted file mode 100644 index 50fdebdb7a1..00000000000 --- a/textproc/ruby-rdoc/DESCR +++ /dev/null @@ -1,6 +0,0 @@ -RDoc - Documentation from Ruby Source Files - -Generates structured HTML documentation from Ruby source. -Authomatically extracts class, module, method, and attribute definitions. -These can be annonated using inline comments. Analyzes method visibility. -Handles aliasing. Uses non-intrusive and implicit markup in the comments. diff --git a/textproc/ruby-rdoc/Makefile b/textproc/ruby-rdoc/Makefile deleted file mode 100644 index 3858f13a25a..00000000000 --- a/textproc/ruby-rdoc/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# $NetBSD: Makefile,v 1.4 2005/03/06 17:19:07 taca Exp $ -# - -DISTNAME= rdoc-beta-2 -PKGNAME= ${RUBY_PKGPREFIX}-rdoc-0.0.0.2 -PKGREVISION= 1 -CATEGORIES= textproc ruby -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=rdoc/} -EXTRACT_SUFX= .tgz - -MAINTAINER= flynn@energyhq.homeip.net -HOMEPAGE= http://rdoc.sourceforge.net/ -COMMENT= Generates structured HTML documentation from Ruby source - -RUBY_VERSION= ${RUBY16_VERSION} -USE_RUBY_INSTALL= yes -NO_BUILD= yes -NO_CONFIGURE= yes - -.include "../../lang/ruby/modules.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/textproc/ruby-rdoc/PLIST b/textproc/ruby-rdoc/PLIST deleted file mode 100644 index 73170326f64..00000000000 --- a/textproc/ruby-rdoc/PLIST +++ /dev/null @@ -1,38 +0,0 @@ -@comment $NetBSD: PLIST,v 1.2 2004/11/28 04:38:37 taca Exp $ -bin/rdoc${RUBY_VER} -${RUBY_SITELIBDIR}/rdoc/generators/template/chm/chm.rb -${RUBY_SITELIBDIR}/rdoc/generators/template/html/html.rb -${RUBY_SITELIBDIR}/rdoc/generators/template/html/kilmer.rb -${RUBY_SITELIBDIR}/rdoc/generators/template/xml/xml.rb -${RUBY_SITELIBDIR}/rdoc/generators/template/xml/rdf.rb -${RUBY_SITELIBDIR}/rdoc/generators/chm_generator.rb -${RUBY_SITELIBDIR}/rdoc/generators/html_generator.rb -${RUBY_SITELIBDIR}/rdoc/generators/xml_generator.rb -${RUBY_SITELIBDIR}/rdoc/parsers/parserfactory.rb -${RUBY_SITELIBDIR}/rdoc/parsers/parse_f95.rb -${RUBY_SITELIBDIR}/rdoc/parsers/parse_rb.rb -${RUBY_SITELIBDIR}/rdoc/parsers/parse_c.rb -${RUBY_SITELIBDIR}/rdoc/parsers/parse_simple.rb -${RUBY_SITELIBDIR}/rdoc/code_objects.rb -${RUBY_SITELIBDIR}/rdoc/options.rb -${RUBY_SITELIBDIR}/rdoc/template.rb -${RUBY_SITELIBDIR}/rdoc/tokenstream.rb -${RUBY_SITELIBDIR}/rdoc/diagram.rb -${RUBY_SITELIBDIR}/rdoc/rdoc.rb -${RUBY_SITELIBDIR}/markup/simple_markup.rb -${RUBY_SITELIBDIR}/markup/simple_markup/to_html.rb -${RUBY_SITELIBDIR}/markup/simple_markup/preprocess.rb -${RUBY_SITELIBDIR}/markup/simple_markup/lines.rb -${RUBY_SITELIBDIR}/markup/simple_markup/inline.rb -${RUBY_SITELIBDIR}/markup/simple_markup/fragments.rb -${RUBY_SITELIBDIR}/dot/dot.rb -@dirrm ${RUBY_SITELIBDIR}/dot -@dirrm ${RUBY_SITELIBDIR}/markup/simple_markup -@dirrm ${RUBY_SITELIBDIR}/markup -@dirrm ${RUBY_SITELIBDIR}/rdoc/generators/template/chm -@dirrm ${RUBY_SITELIBDIR}/rdoc/generators/template/html -@dirrm ${RUBY_SITELIBDIR}/rdoc/generators/template/xml -@dirrm ${RUBY_SITELIBDIR}/rdoc/generators/template -@dirrm ${RUBY_SITELIBDIR}/rdoc/generators -@dirrm ${RUBY_SITELIBDIR}/rdoc//parsers -@dirrm ${RUBY_SITELIBDIR}/rdoc diff --git a/textproc/ruby-rdoc/distinfo b/textproc/ruby-rdoc/distinfo deleted file mode 100644 index 95a8b87c52e..00000000000 --- a/textproc/ruby-rdoc/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -$NetBSD: distinfo,v 1.3 2005/02/24 14:48:49 agc Exp $ - -SHA1 (ruby/rdoc-beta-2.tgz) = 6ca2a03d9d71e681d283d02239871ddb46df7d6b -RMD160 (ruby/rdoc-beta-2.tgz) = 1843400f54eeede9fda6439f17893a2a12cd6589 -Size (ruby/rdoc-beta-2.tgz) = 130997 bytes -SHA1 (patch-aa) = 6e0195bd48320ab1a4dc8d809a7a2d333a833b1b diff --git a/textproc/ruby-rdoc/patches/patch-aa b/textproc/ruby-rdoc/patches/patch-aa deleted file mode 100644 index 7e8e82d478d..00000000000 --- a/textproc/ruby-rdoc/patches/patch-aa +++ /dev/null @@ -1,17 +0,0 @@ -$NetBSD: patch-aa,v 1.1 2004/11/28 04:38:37 taca Exp $ - ---- install.rb.orig 2002-06-21 02:11:48.000000000 +0900 -+++ install.rb -@@ -111,7 +111,11 @@ end - - # and the executable - --installBIN("rdoc.rb", "rdoc") -+ver = nil -+if /(\d+)\.(\d)/ =~ VERSION -+ ver = $1 + $2 -+end -+installBIN("rdoc.rb", "rdoc#{ver}") - - # Temporary - we used to install html_generator in the rdoc - # directory, but now it's moved diff --git a/textproc/ruby-rexml/DESCR b/textproc/ruby-rexml/DESCR deleted file mode 100644 index 1978c9d4cc6..00000000000 --- a/textproc/ruby-rexml/DESCR +++ /dev/null @@ -1,6 +0,0 @@ -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. diff --git a/textproc/ruby-rexml/Makefile b/textproc/ruby-rexml/Makefile deleted file mode 100644 index ba18c7b5d7e..00000000000 --- a/textproc/ruby-rexml/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# $NetBSD: Makefile,v 1.10 2005/10/29 12:02:23 wiz Exp $ -# - -DISTNAME= rexml_${VERSION} -PKGNAME= ${RUBY_PKGPREFIX}-rexml-${VERSION} -PKGREVISION= 2 -CATEGORIES= textproc ruby -MASTER_SITES= http://www.germane-software.com/archives/ -EXTRACT_SUFX= .tgz - -MAINTAINER= tech-pkg@NetBSD.org -HOMEPAGE= http://www.germane-software.com/software/rexml/ -COMMENT= Pure Ruby XML parser based on Java Electric XML - -USE_RUBY_DIST_SUBDIR= yes - -.include "../../lang/ruby/rubyversion.mk" - -.if ${RUBY_VER} == "16" -DEPENDS+= ${RUBY_PKGPREFIX}-iconv>=${RUBY_REQD}:../../converters/ruby${RUBY_VER}-iconv -.else -DEPENDS+= ${RUBY_PKGPREFIX}-iconv>=${RUBY_REQD}:../../converters/ruby-iconv -.endif - -VERSION= 3.1.2 -USE_RUBY_INSTALL= yes -RUBY_SIMPLE_INSTALL= bin/install.rb -NO_BUILD= yes -NO_CONFIGURE= yes - -post-install: - ${INSTALL_DATA_DIR} ${RUBY_DOCDIR}/rexml/api - ${CP} -r ${WRKSRC}/docs/* ${RUBY_DOCDIR}/rexml - ${CP} -r ${WRKSRC}/doc/* ${RUBY_DOCDIR}/rexml/api - ${CHMOD} -R -w ${RUBY_DOCDIR}/rexml - -.include "../../lang/ruby/modules.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/textproc/ruby-rexml/PLIST b/textproc/ruby-rexml/PLIST deleted file mode 100644 index 0d3625e0474..00000000000 --- a/textproc/ruby-rexml/PLIST +++ /dev/null @@ -1,732 +0,0 @@ -@comment $NetBSD: PLIST,v 1.2 2004/11/28 04:42:29 taca Exp $ -${RUBY_SITELIBDIR}/require_with_version.rb -${RUBY_SITELIBDIR}/rexml/attlistdecl.rb -${RUBY_SITELIBDIR}/rexml/attribute.rb -${RUBY_SITELIBDIR}/rexml/cdata.rb -${RUBY_SITELIBDIR}/rexml/child.rb -${RUBY_SITELIBDIR}/rexml/comment.rb -${RUBY_SITELIBDIR}/rexml/doctype.rb -${RUBY_SITELIBDIR}/rexml/document.rb -${RUBY_SITELIBDIR}/rexml/dtd/attlistdecl.rb -${RUBY_SITELIBDIR}/rexml/dtd/dtd.rb -${RUBY_SITELIBDIR}/rexml/dtd/elementdecl.rb -${RUBY_SITELIBDIR}/rexml/dtd/entitydecl.rb -${RUBY_SITELIBDIR}/rexml/dtd/notationdecl.rb -@dirrm ${RUBY_SITELIBDIR}/rexml/dtd -${RUBY_SITELIBDIR}/rexml/element.rb -${RUBY_SITELIBDIR}/rexml/encoding.rb -${RUBY_SITELIBDIR}/rexml/encodings/CP-1252.rb -${RUBY_SITELIBDIR}/rexml/encodings/EUC-JP.rb -${RUBY_SITELIBDIR}/rexml/encodings/ICONV.rb -${RUBY_SITELIBDIR}/rexml/encodings/ISO-8859-1.rb -${RUBY_SITELIBDIR}/rexml/encodings/ISO-8859-15.rb -${RUBY_SITELIBDIR}/rexml/encodings/SHIFT-JIS.rb -${RUBY_SITELIBDIR}/rexml/encodings/SHIFT_JIS.rb -${RUBY_SITELIBDIR}/rexml/encodings/UNILE.rb -${RUBY_SITELIBDIR}/rexml/encodings/US-ASCII.rb -${RUBY_SITELIBDIR}/rexml/encodings/UTF-16.rb -${RUBY_SITELIBDIR}/rexml/encodings/UTF-8.rb -@dirrm ${RUBY_SITELIBDIR}/rexml/encodings -${RUBY_SITELIBDIR}/rexml/entity.rb -${RUBY_SITELIBDIR}/rexml/functions.rb -${RUBY_SITELIBDIR}/rexml/instruction.rb -${RUBY_SITELIBDIR}/rexml/light/node.rb -@dirrm ${RUBY_SITELIBDIR}/rexml/light -${RUBY_SITELIBDIR}/rexml/namespace.rb -${RUBY_SITELIBDIR}/rexml/node.rb -${RUBY_SITELIBDIR}/rexml/output.rb -${RUBY_SITELIBDIR}/rexml/parent.rb -${RUBY_SITELIBDIR}/rexml/parseexception.rb -${RUBY_SITELIBDIR}/rexml/parsers/baseparser.rb -${RUBY_SITELIBDIR}/rexml/parsers/lightparser.rb -${RUBY_SITELIBDIR}/rexml/parsers/pullparser.rb -${RUBY_SITELIBDIR}/rexml/parsers/sax2parser.rb -${RUBY_SITELIBDIR}/rexml/parsers/streamparser.rb -${RUBY_SITELIBDIR}/rexml/parsers/treeparser.rb -${RUBY_SITELIBDIR}/rexml/parsers/ultralightparser.rb -${RUBY_SITELIBDIR}/rexml/parsers/xpathparser.rb -@dirrm ${RUBY_SITELIBDIR}/rexml/parsers -${RUBY_SITELIBDIR}/rexml/quickpath.rb -${RUBY_SITELIBDIR}/rexml/rexml.rb -${RUBY_SITELIBDIR}/rexml/sax2listener.rb -${RUBY_SITELIBDIR}/rexml/source.rb -${RUBY_SITELIBDIR}/rexml/streamlistener.rb -${RUBY_SITELIBDIR}/rexml/text.rb -${RUBY_SITELIBDIR}/rexml/validation/relaxng.rb -${RUBY_SITELIBDIR}/rexml/validation/validation.rb -${RUBY_SITELIBDIR}/rexml/validation/validationexception.rb -@dirrm ${RUBY_SITELIBDIR}/rexml/validation -${RUBY_SITELIBDIR}/rexml/xmldecl.rb -${RUBY_SITELIBDIR}/rexml/xmltokens.rb -${RUBY_SITELIBDIR}/rexml/xpath.rb -${RUBY_SITELIBDIR}/rexml/xpath_parser.rb -@dirrm ${RUBY_SITELIBDIR}/rexml -${RUBY_DOCDIR}/rexml/FILES -${RUBY_DOCDIR}/rexml/api/classes/REXML.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/AttlistDecl.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/AttlistDecl.src/M000255.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/AttlistDecl.src/M000256.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/AttlistDecl.src/M000257.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/AttlistDecl.src/M000258.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/AttlistDecl.src/M000259.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/AttlistDecl.src/M000260.html -@dirrm ${RUBY_DOCDIR}/rexml/api/classes/REXML/AttlistDecl.src -${RUBY_DOCDIR}/rexml/api/classes/REXML/Attribute.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Attribute.src/M000374.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Attribute.src/M000375.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Attribute.src/M000376.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Attribute.src/M000377.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Attribute.src/M000378.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Attribute.src/M000379.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Attribute.src/M000380.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Attribute.src/M000381.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Attribute.src/M000382.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Attribute.src/M000383.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Attribute.src/M000384.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Attribute.src/M000385.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Attribute.src/M000386.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Attribute.src/M000387.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Attribute.src/M000388.html -@dirrm ${RUBY_DOCDIR}/rexml/api/classes/REXML/Attribute.src -${RUBY_DOCDIR}/rexml/api/classes/REXML/Attributes.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Attributes.src/M000316.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Attributes.src/M000317.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Attributes.src/M000318.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Attributes.src/M000320.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Attributes.src/M000321.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Attributes.src/M000322.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Attributes.src/M000323.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Attributes.src/M000324.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Attributes.src/M000325.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Attributes.src/M000326.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Attributes.src/M000327.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Attributes.src/M000329.html -@dirrm ${RUBY_DOCDIR}/rexml/api/classes/REXML/Attributes.src -${RUBY_DOCDIR}/rexml/api/classes/REXML/CData.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/CData.src/M000251.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/CData.src/M000252.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/CData.src/M000253.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/CData.src/M000254.html -@dirrm ${RUBY_DOCDIR}/rexml/api/classes/REXML/CData.src -${RUBY_DOCDIR}/rexml/api/classes/REXML/Child.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Child.src/M000459.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Child.src/M000460.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Child.src/M000461.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Child.src/M000462.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Child.src/M000463.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Child.src/M000464.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Child.src/M000465.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Child.src/M000466.html -@dirrm ${RUBY_DOCDIR}/rexml/api/classes/REXML/Child.src -${RUBY_DOCDIR}/rexml/api/classes/REXML/Comment.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Comment.src/M000245.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Comment.src/M000246.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Comment.src/M000247.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Comment.src/M000248.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Comment.src/M000249.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Comment.src/M000250.html -@dirrm ${RUBY_DOCDIR}/rexml/api/classes/REXML/Comment.src -${RUBY_DOCDIR}/rexml/api/classes/REXML/DTD.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/DTD/AttlistDecl.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/DTD/ElementDecl.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/DTD/ElementDecl.src/M000220.html -@dirrm ${RUBY_DOCDIR}/rexml/api/classes/REXML/DTD/ElementDecl.src -${RUBY_DOCDIR}/rexml/api/classes/REXML/DTD/EntityDecl.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/DTD/EntityDecl.src/M000216.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/DTD/EntityDecl.src/M000217.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/DTD/EntityDecl.src/M000218.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/DTD/EntityDecl.src/M000219.html -@dirrm ${RUBY_DOCDIR}/rexml/api/classes/REXML/DTD/EntityDecl.src -${RUBY_DOCDIR}/rexml/api/classes/REXML/DTD/NotationDecl.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/DTD/NotationDecl.src/M000212.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/DTD/NotationDecl.src/M000213.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/DTD/NotationDecl.src/M000214.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/DTD/NotationDecl.src/M000215.html -@dirrm ${RUBY_DOCDIR}/rexml/api/classes/REXML/DTD/NotationDecl.src -${RUBY_DOCDIR}/rexml/api/classes/REXML/DTD/Parser.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/DTD/Parser.src/M000210.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/DTD/Parser.src/M000211.html -@dirrm ${RUBY_DOCDIR}/rexml/api/classes/REXML/DTD/Parser.src -@dirrm ${RUBY_DOCDIR}/rexml/api/classes/REXML/DTD -${RUBY_DOCDIR}/rexml/api/classes/REXML/Declaration.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Declaration.src/M000401.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Declaration.src/M000402.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Declaration.src/M000403.html -@dirrm ${RUBY_DOCDIR}/rexml/api/classes/REXML/Declaration.src -${RUBY_DOCDIR}/rexml/api/classes/REXML/DocType.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/DocType.src/M000389.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/DocType.src/M000390.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/DocType.src/M000391.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/DocType.src/M000392.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/DocType.src/M000393.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/DocType.src/M000394.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/DocType.src/M000395.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/DocType.src/M000396.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/DocType.src/M000397.html -@dirrm ${RUBY_DOCDIR}/rexml/api/classes/REXML/DocType.src -${RUBY_DOCDIR}/rexml/api/classes/REXML/Document.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Document.src/M000404.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Document.src/M000405.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Document.src/M000406.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Document.src/M000407.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Document.src/M000409.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Document.src/M000411.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Document.src/M000412.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Document.src/M000413.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Document.src/M000414.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Document.src/M000415.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Document.src/M000416.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Document.src/M000417.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Document.src/M000418.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Document.src/M000419.html -@dirrm ${RUBY_DOCDIR}/rexml/api/classes/REXML/Document.src -${RUBY_DOCDIR}/rexml/api/classes/REXML/Element.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Element.src/M000420.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Element.src/M000421.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Element.src/M000422.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Element.src/M000423.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Element.src/M000424.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Element.src/M000425.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Element.src/M000426.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Element.src/M000427.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Element.src/M000428.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Element.src/M000429.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Element.src/M000430.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Element.src/M000431.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Element.src/M000432.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Element.src/M000433.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Element.src/M000434.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Element.src/M000435.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Element.src/M000436.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Element.src/M000437.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Element.src/M000438.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Element.src/M000439.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Element.src/M000440.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Element.src/M000441.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Element.src/M000442.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Element.src/M000443.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Element.src/M000444.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Element.src/M000445.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Element.src/M000446.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Element.src/M000447.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Element.src/M000448.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Element.src/M000449.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Element.src/M000450.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Element.src/M000451.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Element.src/M000452.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Element.src/M000453.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Element.src/M000454.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Element.src/M000455.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Element.src/M000456.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Element.src/M000457.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Element.src/M000458.html -@dirrm ${RUBY_DOCDIR}/rexml/api/classes/REXML/Element.src -${RUBY_DOCDIR}/rexml/api/classes/REXML/ElementDecl.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/ElementDecl.src/M000467.html -@dirrm ${RUBY_DOCDIR}/rexml/api/classes/REXML/ElementDecl.src -${RUBY_DOCDIR}/rexml/api/classes/REXML/Elements.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Elements.src/M000330.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Elements.src/M000331.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Elements.src/M000332.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Elements.src/M000333.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Elements.src/M000334.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Elements.src/M000335.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Elements.src/M000336.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Elements.src/M000337.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Elements.src/M000339.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Elements.src/M000340.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Elements.src/M000341.html -@dirrm ${RUBY_DOCDIR}/rexml/api/classes/REXML/Elements.src -${RUBY_DOCDIR}/rexml/api/classes/REXML/Encoding.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Encoding.src/M000167.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Encoding.src/M000168.html -@dirrm ${RUBY_DOCDIR}/rexml/api/classes/REXML/Encoding.src -${RUBY_DOCDIR}/rexml/api/classes/REXML/Entity.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Entity.src/M000300.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Entity.src/M000301.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Entity.src/M000302.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Entity.src/M000303.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Entity.src/M000304.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Entity.src/M000305.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Entity.src/M000306.html -@dirrm ${RUBY_DOCDIR}/rexml/api/classes/REXML/Entity.src -${RUBY_DOCDIR}/rexml/api/classes/REXML/EntityConst.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/ExternalEntity.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/ExternalEntity.src/M000312.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/ExternalEntity.src/M000313.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/ExternalEntity.src/M000314.html -@dirrm ${RUBY_DOCDIR}/rexml/api/classes/REXML/ExternalEntity.src -${RUBY_DOCDIR}/rexml/api/classes/REXML/Functions.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Functions.src/M000169.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Functions.src/M000170.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Functions.src/M000171.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Functions.src/M000172.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Functions.src/M000173.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Functions.src/M000174.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Functions.src/M000175.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Functions.src/M000176.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Functions.src/M000177.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Functions.src/M000178.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Functions.src/M000179.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Functions.src/M000180.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Functions.src/M000181.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Functions.src/M000182.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Functions.src/M000183.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Functions.src/M000184.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Functions.src/M000185.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Functions.src/M000186.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Functions.src/M000187.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Functions.src/M000188.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Functions.src/M000189.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Functions.src/M000190.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Functions.src/M000191.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Functions.src/M000192.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Functions.src/M000193.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Functions.src/M000194.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Functions.src/M000195.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Functions.src/M000196.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Functions.src/M000197.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Functions.src/M000198.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Functions.src/M000199.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Functions.src/M000200.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Functions.src/M000201.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Functions.src/M000202.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Functions.src/M000203.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Functions.src/M000204.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Functions.src/M000205.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Functions.src/M000206.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Functions.src/M000207.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Functions.src/M000208.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Functions.src/M000209.html -@dirrm ${RUBY_DOCDIR}/rexml/api/classes/REXML/Functions.src -${RUBY_DOCDIR}/rexml/api/classes/REXML/IOSource.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/IOSource.src/M000342.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/IOSource.src/M000343.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/IOSource.src/M000344.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/IOSource.src/M000345.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/IOSource.src/M000346.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/IOSource.src/M000347.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/IOSource.src/M000348.html -@dirrm ${RUBY_DOCDIR}/rexml/api/classes/REXML/IOSource.src -${RUBY_DOCDIR}/rexml/api/classes/REXML/Instruction.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Instruction.src/M000307.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Instruction.src/M000308.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Instruction.src/M000309.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Instruction.src/M000310.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Instruction.src/M000311.html -@dirrm ${RUBY_DOCDIR}/rexml/api/classes/REXML/Instruction.src -${RUBY_DOCDIR}/rexml/api/classes/REXML/Light.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Light/Node.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Light/Node.src/M000001.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Light/Node.src/M000002.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Light/Node.src/M000003.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Light/Node.src/M000004.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Light/Node.src/M000005.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Light/Node.src/M000006.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Light/Node.src/M000007.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Light/Node.src/M000008.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Light/Node.src/M000009.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Light/Node.src/M000010.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Light/Node.src/M000011.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Light/Node.src/M000012.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Light/Node.src/M000013.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Light/Node.src/M000014.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Light/Node.src/M000015.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Light/Node.src/M000016.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Light/Node.src/M000017.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Light/Node.src/M000018.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Light/Node.src/M000019.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Light/Node.src/M000020.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Light/Node.src/M000021.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Light/Node.src/M000022.html -@dirrm ${RUBY_DOCDIR}/rexml/api/classes/REXML/Light/Node.src -@dirrm ${RUBY_DOCDIR}/rexml/api/classes/REXML/Light -${RUBY_DOCDIR}/rexml/api/classes/REXML/Namespace.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Namespace.src/M000100.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Namespace.src/M000101.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Namespace.src/M000102.html -@dirrm ${RUBY_DOCDIR}/rexml/api/classes/REXML/Namespace.src -${RUBY_DOCDIR}/rexml/api/classes/REXML/Node.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Node.src/M000095.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Node.src/M000096.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Node.src/M000097.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Node.src/M000098.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Node.src/M000099.html -@dirrm ${RUBY_DOCDIR}/rexml/api/classes/REXML/Node.src -${RUBY_DOCDIR}/rexml/api/classes/REXML/NotationDecl.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/NotationDecl.src/M000359.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/NotationDecl.src/M000360.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/NotationDecl.src/M000361.html -@dirrm ${RUBY_DOCDIR}/rexml/api/classes/REXML/NotationDecl.src -${RUBY_DOCDIR}/rexml/api/classes/REXML/Output.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Output.src/M000232.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Output.src/M000233.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Output.src/M000234.html -@dirrm ${RUBY_DOCDIR}/rexml/api/classes/REXML/Output.src -${RUBY_DOCDIR}/rexml/api/classes/REXML/Parent.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Parent.src/M000278.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Parent.src/M000279.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Parent.src/M000282.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Parent.src/M000283.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Parent.src/M000284.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Parent.src/M000285.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Parent.src/M000286.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Parent.src/M000287.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Parent.src/M000288.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Parent.src/M000290.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Parent.src/M000291.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Parent.src/M000292.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Parent.src/M000293.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Parent.src/M000294.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Parent.src/M000295.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Parent.src/M000296.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Parent.src/M000297.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Parent.src/M000299.html -@dirrm ${RUBY_DOCDIR}/rexml/api/classes/REXML/Parent.src -${RUBY_DOCDIR}/rexml/api/classes/REXML/ParseException.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/ParseException.src/M000369.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/ParseException.src/M000370.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/ParseException.src/M000371.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/ParseException.src/M000372.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/ParseException.src/M000373.html -@dirrm ${RUBY_DOCDIR}/rexml/api/classes/REXML/ParseException.src -${RUBY_DOCDIR}/rexml/api/classes/REXML/Parsers.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Parsers/BaseParser.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Parsers/BaseParser.src/M000047.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Parsers/BaseParser.src/M000048.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Parsers/BaseParser.src/M000049.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Parsers/BaseParser.src/M000050.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Parsers/BaseParser.src/M000051.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Parsers/BaseParser.src/M000052.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Parsers/BaseParser.src/M000053.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Parsers/BaseParser.src/M000054.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Parsers/BaseParser.src/M000055.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Parsers/BaseParser.src/M000056.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Parsers/BaseParser.src/M000057.html -@dirrm ${RUBY_DOCDIR}/rexml/api/classes/REXML/Parsers/BaseParser.src -${RUBY_DOCDIR}/rexml/api/classes/REXML/Parsers/LightParser.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Parsers/LightParser.src/M000091.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Parsers/LightParser.src/M000092.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Parsers/LightParser.src/M000093.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Parsers/LightParser.src/M000094.html -@dirrm ${RUBY_DOCDIR}/rexml/api/classes/REXML/Parsers/LightParser.src -${RUBY_DOCDIR}/rexml/api/classes/REXML/Parsers/PullEvent.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Parsers/PullEvent.src/M000073.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Parsers/PullEvent.src/M000074.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Parsers/PullEvent.src/M000075.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Parsers/PullEvent.src/M000076.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Parsers/PullEvent.src/M000077.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Parsers/PullEvent.src/M000078.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Parsers/PullEvent.src/M000079.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Parsers/PullEvent.src/M000080.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Parsers/PullEvent.src/M000081.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Parsers/PullEvent.src/M000082.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Parsers/PullEvent.src/M000083.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Parsers/PullEvent.src/M000084.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Parsers/PullEvent.src/M000085.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Parsers/PullEvent.src/M000086.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Parsers/PullEvent.src/M000087.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Parsers/PullEvent.src/M000088.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Parsers/PullEvent.src/M000089.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Parsers/PullEvent.src/M000090.html -@dirrm ${RUBY_DOCDIR}/rexml/api/classes/REXML/Parsers/PullEvent.src -${RUBY_DOCDIR}/rexml/api/classes/REXML/Parsers/PullParser.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Parsers/PullParser.src/M000064.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Parsers/PullParser.src/M000065.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Parsers/PullParser.src/M000066.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Parsers/PullParser.src/M000067.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Parsers/PullParser.src/M000068.html -@dirrm ${RUBY_DOCDIR}/rexml/api/classes/REXML/Parsers/PullParser.src -${RUBY_DOCDIR}/rexml/api/classes/REXML/Parsers/SAX2Parser.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Parsers/SAX2Parser.src/M000036.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Parsers/SAX2Parser.src/M000037.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Parsers/SAX2Parser.src/M000038.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Parsers/SAX2Parser.src/M000039.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Parsers/SAX2Parser.src/M000040.html -@dirrm ${RUBY_DOCDIR}/rexml/api/classes/REXML/Parsers/SAX2Parser.src -${RUBY_DOCDIR}/rexml/api/classes/REXML/Parsers/StreamParser.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Parsers/StreamParser.src/M000044.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Parsers/StreamParser.src/M000045.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Parsers/StreamParser.src/M000046.html -@dirrm ${RUBY_DOCDIR}/rexml/api/classes/REXML/Parsers/StreamParser.src -${RUBY_DOCDIR}/rexml/api/classes/REXML/Parsers/TreeParser.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Parsers/TreeParser.src/M000041.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Parsers/TreeParser.src/M000042.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Parsers/TreeParser.src/M000043.html -@dirrm ${RUBY_DOCDIR}/rexml/api/classes/REXML/Parsers/TreeParser.src -${RUBY_DOCDIR}/rexml/api/classes/REXML/Parsers/UltraLightParser.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Parsers/UltraLightParser.src/M000069.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Parsers/UltraLightParser.src/M000070.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Parsers/UltraLightParser.src/M000071.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Parsers/UltraLightParser.src/M000072.html -@dirrm ${RUBY_DOCDIR}/rexml/api/classes/REXML/Parsers/UltraLightParser.src -${RUBY_DOCDIR}/rexml/api/classes/REXML/Parsers/XPathParser.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Parsers/XPathParser.src/M000058.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Parsers/XPathParser.src/M000059.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Parsers/XPathParser.src/M000060.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Parsers/XPathParser.src/M000061.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Parsers/XPathParser.src/M000062.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Parsers/XPathParser.src/M000063.html -@dirrm ${RUBY_DOCDIR}/rexml/api/classes/REXML/Parsers/XPathParser.src -@dirrm ${RUBY_DOCDIR}/rexml/api/classes/REXML/Parsers -${RUBY_DOCDIR}/rexml/api/classes/REXML/QuickPath.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/QuickPath.src/M000221.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/QuickPath.src/M000222.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/QuickPath.src/M000223.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/QuickPath.src/M000224.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/QuickPath.src/M000225.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/QuickPath.src/M000226.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/QuickPath.src/M000227.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/QuickPath.src/M000228.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/QuickPath.src/M000229.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/QuickPath.src/M000230.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/QuickPath.src/M000231.html -@dirrm ${RUBY_DOCDIR}/rexml/api/classes/REXML/QuickPath.src -${RUBY_DOCDIR}/rexml/api/classes/REXML/SAX2Listener.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/SAX2Listener.src/M000103.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/SAX2Listener.src/M000104.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/SAX2Listener.src/M000105.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/SAX2Listener.src/M000106.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/SAX2Listener.src/M000107.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/SAX2Listener.src/M000108.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/SAX2Listener.src/M000109.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/SAX2Listener.src/M000110.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/SAX2Listener.src/M000111.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/SAX2Listener.src/M000112.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/SAX2Listener.src/M000113.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/SAX2Listener.src/M000114.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/SAX2Listener.src/M000115.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/SAX2Listener.src/M000116.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/SAX2Listener.src/M000117.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/SAX2Listener.src/M000118.html -@dirrm ${RUBY_DOCDIR}/rexml/api/classes/REXML/SAX2Listener.src -${RUBY_DOCDIR}/rexml/api/classes/REXML/Source.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Source.src/M000349.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Source.src/M000350.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Source.src/M000351.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Source.src/M000352.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Source.src/M000353.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Source.src/M000354.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Source.src/M000355.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Source.src/M000356.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Source.src/M000357.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Source.src/M000358.html -@dirrm ${RUBY_DOCDIR}/rexml/api/classes/REXML/Source.src -${RUBY_DOCDIR}/rexml/api/classes/REXML/SourceFactory.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/SourceFactory.src/M000315.html -@dirrm ${RUBY_DOCDIR}/rexml/api/classes/REXML/SourceFactory.src -${RUBY_DOCDIR}/rexml/api/classes/REXML/StreamListener.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/StreamListener.src/M000023.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/StreamListener.src/M000024.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/StreamListener.src/M000025.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/StreamListener.src/M000026.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/StreamListener.src/M000027.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/StreamListener.src/M000028.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/StreamListener.src/M000029.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/StreamListener.src/M000030.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/StreamListener.src/M000031.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/StreamListener.src/M000032.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/StreamListener.src/M000033.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/StreamListener.src/M000034.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/StreamListener.src/M000035.html -@dirrm ${RUBY_DOCDIR}/rexml/api/classes/REXML/StreamListener.src -${RUBY_DOCDIR}/rexml/api/classes/REXML/Text.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Text.src/M000261.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Text.src/M000262.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Text.src/M000263.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Text.src/M000264.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Text.src/M000265.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Text.src/M000266.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Text.src/M000267.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Text.src/M000268.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Text.src/M000269.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Text.src/M000270.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Text.src/M000271.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Text.src/M000272.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Text.src/M000273.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Text.src/M000274.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Text.src/M000275.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Text.src/M000276.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Text.src/M000277.html -@dirrm ${RUBY_DOCDIR}/rexml/api/classes/REXML/Text.src -${RUBY_DOCDIR}/rexml/api/classes/REXML/Validation.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Validation/Choice.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Validation/Choice.src/M000130.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Validation/Choice.src/M000131.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Validation/Choice.src/M000132.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Validation/Choice.src/M000133.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Validation/Choice.src/M000134.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Validation/Choice.src/M000135.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Validation/Choice.src/M000136.html -@dirrm ${RUBY_DOCDIR}/rexml/api/classes/REXML/Validation/Choice.src -${RUBY_DOCDIR}/rexml/api/classes/REXML/Validation/Event.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Validation/Event.src/M000154.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Validation/Event.src/M000155.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Validation/Event.src/M000156.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Validation/Event.src/M000157.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Validation/Event.src/M000158.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Validation/Event.src/M000159.html -@dirrm ${RUBY_DOCDIR}/rexml/api/classes/REXML/Validation/Event.src -${RUBY_DOCDIR}/rexml/api/classes/REXML/Validation/Interleave.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Validation/Interleave.src/M000160.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Validation/Interleave.src/M000161.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Validation/Interleave.src/M000162.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Validation/Interleave.src/M000163.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Validation/Interleave.src/M000164.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Validation/Interleave.src/M000165.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Validation/Interleave.src/M000166.html -@dirrm ${RUBY_DOCDIR}/rexml/api/classes/REXML/Validation/Interleave.src -${RUBY_DOCDIR}/rexml/api/classes/REXML/Validation/OneOrMore.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Validation/OneOrMore.src/M000149.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Validation/OneOrMore.src/M000150.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Validation/OneOrMore.src/M000151.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Validation/OneOrMore.src/M000152.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Validation/OneOrMore.src/M000153.html -@dirrm ${RUBY_DOCDIR}/rexml/api/classes/REXML/Validation/OneOrMore.src -${RUBY_DOCDIR}/rexml/api/classes/REXML/Validation/Optional.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Validation/Optional.src/M000124.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Validation/Optional.src/M000125.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Validation/Optional.src/M000126.html -@dirrm ${RUBY_DOCDIR}/rexml/api/classes/REXML/Validation/Optional.src -${RUBY_DOCDIR}/rexml/api/classes/REXML/Validation/Ref.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Validation/Ref.src/M000146.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Validation/Ref.src/M000147.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Validation/Ref.src/M000148.html -@dirrm ${RUBY_DOCDIR}/rexml/api/classes/REXML/Validation/Ref.src -${RUBY_DOCDIR}/rexml/api/classes/REXML/Validation/RelaxNG.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Validation/RelaxNG.src/M000128.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Validation/RelaxNG.src/M000129.html -@dirrm ${RUBY_DOCDIR}/rexml/api/classes/REXML/Validation/RelaxNG.src -${RUBY_DOCDIR}/rexml/api/classes/REXML/Validation/Sequence.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Validation/Sequence.src/M000137.html -@dirrm ${RUBY_DOCDIR}/rexml/api/classes/REXML/Validation/Sequence.src -${RUBY_DOCDIR}/rexml/api/classes/REXML/Validation/State.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Validation/State.src/M000138.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Validation/State.src/M000139.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Validation/State.src/M000140.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Validation/State.src/M000141.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Validation/State.src/M000142.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Validation/State.src/M000143.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Validation/State.src/M000144.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Validation/State.src/M000145.html -@dirrm ${RUBY_DOCDIR}/rexml/api/classes/REXML/Validation/State.src -${RUBY_DOCDIR}/rexml/api/classes/REXML/Validation/ValidationException.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Validation/ValidationException.src/M000127.html -@dirrm ${RUBY_DOCDIR}/rexml/api/classes/REXML/Validation/ValidationException.src -${RUBY_DOCDIR}/rexml/api/classes/REXML/Validation/Validator.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Validation/Validator.src/M000119.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Validation/Validator.src/M000120.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Validation/Validator.src/M000121.html -@dirrm ${RUBY_DOCDIR}/rexml/api/classes/REXML/Validation/Validator.src -${RUBY_DOCDIR}/rexml/api/classes/REXML/Validation/ZeroOrMore.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Validation/ZeroOrMore.src/M000122.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/Validation/ZeroOrMore.src/M000123.html -@dirrm ${RUBY_DOCDIR}/rexml/api/classes/REXML/Validation/ZeroOrMore.src -@dirrm ${RUBY_DOCDIR}/rexml/api/classes/REXML/Validation -${RUBY_DOCDIR}/rexml/api/classes/REXML/XMLDecl.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/XMLDecl.src/M000235.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/XMLDecl.src/M000236.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/XMLDecl.src/M000237.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/XMLDecl.src/M000238.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/XMLDecl.src/M000239.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/XMLDecl.src/M000240.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/XMLDecl.src/M000241.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/XMLDecl.src/M000242.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/XMLDecl.src/M000243.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/XMLDecl.src/M000244.html -@dirrm ${RUBY_DOCDIR}/rexml/api/classes/REXML/XMLDecl.src -${RUBY_DOCDIR}/rexml/api/classes/REXML/XMLTokens.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/XPath.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/XPath.src/M000398.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/XPath.src/M000399.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/XPath.src/M000400.html -@dirrm ${RUBY_DOCDIR}/rexml/api/classes/REXML/XPath.src -${RUBY_DOCDIR}/rexml/api/classes/REXML/XPathParser.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/XPathParser.src/M000362.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/XPathParser.src/M000363.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/XPathParser.src/M000364.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/XPathParser.src/M000365.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/XPathParser.src/M000366.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/XPathParser.src/M000367.html -${RUBY_DOCDIR}/rexml/api/classes/REXML/XPathParser.src/M000368.html -@dirrm ${RUBY_DOCDIR}/rexml/api/classes/REXML/XPathParser.src -@dirrm ${RUBY_DOCDIR}/rexml/api/classes/REXML -@dirrm ${RUBY_DOCDIR}/rexml/api/classes -${RUBY_DOCDIR}/rexml/api/created.rid -${RUBY_DOCDIR}/rexml/api/files/temp/attlistdecl_rb.html -${RUBY_DOCDIR}/rexml/api/files/temp/attribute_rb.html -${RUBY_DOCDIR}/rexml/api/files/temp/cdata_rb.html -${RUBY_DOCDIR}/rexml/api/files/temp/child_rb.html -${RUBY_DOCDIR}/rexml/api/files/temp/comment_rb.html -${RUBY_DOCDIR}/rexml/api/files/temp/doctype_rb.html -${RUBY_DOCDIR}/rexml/api/files/temp/document_rb.html -${RUBY_DOCDIR}/rexml/api/files/temp/dtd/attlistdecl_rb.html -${RUBY_DOCDIR}/rexml/api/files/temp/dtd/dtd_rb.html -${RUBY_DOCDIR}/rexml/api/files/temp/dtd/elementdecl_rb.html -${RUBY_DOCDIR}/rexml/api/files/temp/dtd/entitydecl_rb.html -${RUBY_DOCDIR}/rexml/api/files/temp/dtd/notationdecl_rb.html -@dirrm ${RUBY_DOCDIR}/rexml/api/files/temp/dtd -${RUBY_DOCDIR}/rexml/api/files/temp/element_rb.html -${RUBY_DOCDIR}/rexml/api/files/temp/encoding_rb.html -${RUBY_DOCDIR}/rexml/api/files/temp/encodings/CP-1252_rb.html -${RUBY_DOCDIR}/rexml/api/files/temp/encodings/EUC-JP_rb.html -${RUBY_DOCDIR}/rexml/api/files/temp/encodings/ICONV_rb.html -${RUBY_DOCDIR}/rexml/api/files/temp/encodings/ISO-8859-15_rb.html -${RUBY_DOCDIR}/rexml/api/files/temp/encodings/ISO-8859-1_rb.html -${RUBY_DOCDIR}/rexml/api/files/temp/encodings/SHIFT-JIS_rb.html -${RUBY_DOCDIR}/rexml/api/files/temp/encodings/SHIFT_JIS_rb.html -${RUBY_DOCDIR}/rexml/api/files/temp/encodings/UNILE_rb.html -${RUBY_DOCDIR}/rexml/api/files/temp/encodings/US-ASCII_rb.html -${RUBY_DOCDIR}/rexml/api/files/temp/encodings/UTF-16_rb.html -${RUBY_DOCDIR}/rexml/api/files/temp/encodings/UTF-8_rb.html -@dirrm ${RUBY_DOCDIR}/rexml/api/files/temp/encodings -${RUBY_DOCDIR}/rexml/api/files/temp/entity_rb.html -${RUBY_DOCDIR}/rexml/api/files/temp/functions_rb.html -${RUBY_DOCDIR}/rexml/api/files/temp/instruction_rb.html -${RUBY_DOCDIR}/rexml/api/files/temp/light/node_rb.html -@dirrm ${RUBY_DOCDIR}/rexml/api/files/temp/light -${RUBY_DOCDIR}/rexml/api/files/temp/namespace_rb.html -${RUBY_DOCDIR}/rexml/api/files/temp/node_rb.html -${RUBY_DOCDIR}/rexml/api/files/temp/output_rb.html -${RUBY_DOCDIR}/rexml/api/files/temp/parent_rb.html -${RUBY_DOCDIR}/rexml/api/files/temp/parseexception_rb.html -${RUBY_DOCDIR}/rexml/api/files/temp/parsers/baseparser_rb.html -${RUBY_DOCDIR}/rexml/api/files/temp/parsers/lightparser_rb.html -${RUBY_DOCDIR}/rexml/api/files/temp/parsers/pullparser_rb.html -${RUBY_DOCDIR}/rexml/api/files/temp/parsers/sax2parser_rb.html -${RUBY_DOCDIR}/rexml/api/files/temp/parsers/streamparser_rb.html -${RUBY_DOCDIR}/rexml/api/files/temp/parsers/treeparser_rb.html -${RUBY_DOCDIR}/rexml/api/files/temp/parsers/ultralightparser_rb.html -${RUBY_DOCDIR}/rexml/api/files/temp/parsers/xpathparser_rb.html -@dirrm ${RUBY_DOCDIR}/rexml/api/files/temp/parsers -${RUBY_DOCDIR}/rexml/api/files/temp/quickpath_rb.html -${RUBY_DOCDIR}/rexml/api/files/temp/rexml_rb.html -${RUBY_DOCDIR}/rexml/api/files/temp/sax2listener_rb.html -${RUBY_DOCDIR}/rexml/api/files/temp/source_rb.html -${RUBY_DOCDIR}/rexml/api/files/temp/streamlistener_rb.html -${RUBY_DOCDIR}/rexml/api/files/temp/text_rb.html -${RUBY_DOCDIR}/rexml/api/files/temp/validation/relaxng_rb.html -${RUBY_DOCDIR}/rexml/api/files/temp/validation/validation_rb.html -${RUBY_DOCDIR}/rexml/api/files/temp/validation/validationexception_rb.html -@dirrm ${RUBY_DOCDIR}/rexml/api/files/temp/validation -${RUBY_DOCDIR}/rexml/api/files/temp/xmldecl_rb.html -${RUBY_DOCDIR}/rexml/api/files/temp/xmltokens_rb.html -${RUBY_DOCDIR}/rexml/api/files/temp/xpath_parser_rb.html -${RUBY_DOCDIR}/rexml/api/files/temp/xpath_rb.html -@dirrm ${RUBY_DOCDIR}/rexml/api/files/temp -@dirrm ${RUBY_DOCDIR}/rexml/api/files -${RUBY_DOCDIR}/rexml/api/fr_class_index.html -${RUBY_DOCDIR}/rexml/api/fr_file_index.html -${RUBY_DOCDIR}/rexml/api/fr_method_index.html -${RUBY_DOCDIR}/rexml/api/index.html -${RUBY_DOCDIR}/rexml/api/rdoc-style.css -@dirrm ${RUBY_DOCDIR}/rexml/api -${RUBY_DOCDIR}/rexml/architecture.docb -${RUBY_DOCDIR}/rexml/credits.html -${RUBY_DOCDIR}/rexml/documentation.xml -${RUBY_DOCDIR}/rexml/new_documentation.xml -${RUBY_DOCDIR}/rexml/sloccount.txt -${RUBY_DOCDIR}/rexml/tutorial.html -${RUBY_DOCDIR}/rexml/tutorial.xml -${RUBY_DOCDIR}/rexml/xpath.grammar -@dirrm ${RUBY_DOCDIR}/rexml diff --git a/textproc/ruby-rexml/distinfo b/textproc/ruby-rexml/distinfo deleted file mode 100644 index 624c6dadb4b..00000000000 --- a/textproc/ruby-rexml/distinfo +++ /dev/null @@ -1,7 +0,0 @@ -$NetBSD: distinfo,v 1.4 2005/02/24 14:48:49 agc Exp $ - -SHA1 (ruby/rexml_3.1.2.tgz) = 105d8e9d3ee36eb58b7c888996be557b58f90a39 -RMD160 (ruby/rexml_3.1.2.tgz) = e02c348f07aaaee24ed8fa349e7056f6399cc640 -Size (ruby/rexml_3.1.2.tgz) = 386929 bytes -SHA1 (patch-ab) = 6e7285a9e358ce0c940fea487a082feb8598dc10 -SHA1 (patch-ac) = 5ee35f0e9a34e229b7daec18a3ef89f6c63b0f71 diff --git a/textproc/ruby-rexml/patches/patch-ab b/textproc/ruby-rexml/patches/patch-ab deleted file mode 100644 index 552015aa1cf..00000000000 --- a/textproc/ruby-rexml/patches/patch-ab +++ /dev/null @@ -1,32 +0,0 @@ -$NetBSD: patch-ab,v 1.1 2004/12/05 15:21:06 taca Exp $ - ---- src/rexml/encodings/SHIFT-JIS.rb.orig 2004-06-21 01:04:48.000000000 +0900 -+++ src/rexml/encodings/SHIFT-JIS.rb -@@ -5,11 +5,11 @@ begin - module Encoding - @@__REXML_encoding_methods =<<-EOL - def decode(str) -- return Iconv::iconv("utf-8", "shift-jis", str)[0] -+ return Iconv::iconv("utf-8", "shift_jis", str)[0] - end - - def encode content -- return Iconv::iconv("shift-jis", "utf-8", content)[0] -+ return Iconv::iconv("shift_jis", "utf-8", content)[0] - end - EOL - end -@@ -21,11 +21,11 @@ rescue LoadError - module REXML - module Encoding - @@__REXML_encoding_methods =<<-EOL -- def to_shift_jis content -+ def encode content - Uconv::u8tosjis(content) - end - -- def from_shift_jis(str) -+ def decode(str) - Uconv::sjistou8(str) - end - EOL diff --git a/textproc/ruby-rexml/patches/patch-ac b/textproc/ruby-rexml/patches/patch-ac deleted file mode 100644 index 8ba94df34e7..00000000000 --- a/textproc/ruby-rexml/patches/patch-ac +++ /dev/null @@ -1,7 +0,0 @@ -$NetBSD: patch-ac,v 1.1 2004/12/05 15:21:06 taca Exp $ - ---- src/rexml/encodings/SHIFT_JIS.rb.orig 2004-06-21 01:04:47.000000000 +0900 -+++ src/rexml/encodings/SHIFT_JIS.rb -@@ -1 +1 @@ --require 'rexml/encodings/Shift-JIS' -+load 'rexml/encodings/SHIFT-JIS.rb' diff --git a/textproc/ruby-syck/DESCR b/textproc/ruby-syck/DESCR deleted file mode 100644 index e4a32c000c8..00000000000 --- a/textproc/ruby-syck/DESCR +++ /dev/null @@ -1,6 +0,0 @@ -Syck is an extension for reading and writing YAML swiftly in popular -scripting languages. As Syck loads the YAML, it stores the data -directly in your language's symbol table. This means speed. This -means power. This means Do not disturb Syck because it is so focused -on the task at hand that it will slay you mortally if you get in its -way. diff --git a/textproc/ruby-syck/Makefile b/textproc/ruby-syck/Makefile deleted file mode 100644 index 383ee175aba..00000000000 --- a/textproc/ruby-syck/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# $NetBSD: Makefile,v 1.2 2005/08/08 14:25:51 taca Exp $ - -DISTNAME= syck-${VER} -PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} -CATEGORIES= textproc -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=yaml4r/} - -MAINTAINER= rasputnik@hellooperator.net -HOMEPAGE= http://www.whytheluckystiff.net/syck/ -COMMENT= Fast YAML reader/writer for Ruby - -DEPENDS+= ${RUBY_PKGPREFIX}-racc>=1.4.3:../../devel/ruby16-racc - -RUBY_VERSION= ${RUBY16_VERSION} -USE_RUBY_SETUP= yes -RUBY_DIST_SUBDIR= # make it empty -RUBY_HAS_ARCHLIB= yes -RUBY_SETUP= install.rb -VER= 0.42 -WRKSRC= ${WRKDIR}/${DISTNAME}/ext/ruby - -EXAMPLES= okayNews-modules.rb okayNews-sample.rb \ - okayNews-validate.rb okayRpc-client.rb \ - okayRpc-server.rb yaml-sortHashKeys.rb -.for f in ${EXAMPLES} -REPLACE_RUBY+= samples/${f} -.endfor - -post-install: - ${INSTALL_DATA_DIR} ${RUBY_EXAMPLESDIR}/syck -.for f in ${EXAMPLES} - ${INSTALL_DATA} ${WRKSRC}/samples/${f} ${RUBY_EXAMPLESDIR}/syck -.endfor - -.include "../../lang/ruby/modules.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/textproc/ruby-syck/PLIST b/textproc/ruby-syck/PLIST deleted file mode 100644 index ff827711ccb..00000000000 --- a/textproc/ruby-syck/PLIST +++ /dev/null @@ -1,32 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2005/04/02 22:40:19 minskim Exp $ -${RUBY_SITEARCHLIBDIR}/syck.${RUBY_DLEXT} -${RUBY_SITELIBDIR}/okay.rb -${RUBY_SITELIBDIR}/yaml.rb -${RUBY_SITELIBDIR}/yod.rb -${RUBY_SITELIBDIR}/okay/news.rb -${RUBY_SITELIBDIR}/okay/rpc.rb -@dirrm ${RUBY_SITELIBDIR}/okay -${RUBY_SITELIBDIR}/yaml/baseemitter.rb -${RUBY_SITELIBDIR}/yaml/basenode.rb -${RUBY_SITELIBDIR}/yaml/constants.rb -${RUBY_SITELIBDIR}/yaml/dbm.rb -${RUBY_SITELIBDIR}/yaml/emitter.rb -${RUBY_SITELIBDIR}/yaml/encoding.rb -${RUBY_SITELIBDIR}/yaml/error.rb -${RUBY_SITELIBDIR}/yaml/loader.rb -${RUBY_SITELIBDIR}/yaml/rubytypes.rb -${RUBY_SITELIBDIR}/yaml/store.rb -${RUBY_SITELIBDIR}/yaml/stream.rb -${RUBY_SITELIBDIR}/yaml/stringio.rb -${RUBY_SITELIBDIR}/yaml/syck.rb -${RUBY_SITELIBDIR}/yaml/types.rb -${RUBY_SITELIBDIR}/yaml/yamlnode.rb -${RUBY_SITELIBDIR}/yaml/ypath.rb -@dirrm ${RUBY_SITELIBDIR}/yaml -${RUBY_EXAMPLESDIR}/syck/okayNews-modules.rb -${RUBY_EXAMPLESDIR}/syck/okayNews-sample.rb -${RUBY_EXAMPLESDIR}/syck/okayNews-validate.rb -${RUBY_EXAMPLESDIR}/syck/okayRpc-client.rb -${RUBY_EXAMPLESDIR}/syck/okayRpc-server.rb -${RUBY_EXAMPLESDIR}/syck/yaml-sortHashKeys.rb -@dirrm ${RUBY_EXAMPLESDIR}/syck diff --git a/textproc/ruby-syck/distinfo b/textproc/ruby-syck/distinfo deleted file mode 100644 index 3a917cbdbe4..00000000000 --- a/textproc/ruby-syck/distinfo +++ /dev/null @@ -1,5 +0,0 @@ -$NetBSD: distinfo,v 1.2 2005/05/25 13:43:58 wiz Exp $ - -SHA1 (syck-0.42.tar.gz) = a7018f33658c5c368466c19892b168ede2b7e723 -RMD160 (syck-0.42.tar.gz) = 2f661a4deaa14be26981b86d526f777e09cfa02f -Size (syck-0.42.tar.gz) = 327761 bytes |