pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/ruby-rexml Update ruby-rexml package to 3.1.2...
details: https://anonhg.NetBSD.org/pkgsrc/rev/423c2f5c720f
branches: trunk
changeset: 484535:423c2f5c720f
user: taca <taca%pkgsrc.org@localhost>
date: Sun Nov 28 04:42:29 2004 +0000
description:
Update ruby-rexml package to 3.1.2 migrating to use new framework
for Ruby packages.
Changes are unknown but it would be huge.
NOTE: ruby18 (Ruby 1.8.1) package bundled rexml 2.7.3.
diffstat:
textproc/ruby-rexml/Makefile | 24 +-
textproc/ruby-rexml/PLIST | 1206 +++++++++++++++++++--------------
textproc/ruby-rexml/distinfo | 6 +-
textproc/ruby-rexml/patches/patch-aa | 13 -
4 files changed, 715 insertions(+), 534 deletions(-)
diffs (truncated from 1311 to 300 lines):
diff -r 204d3406196e -r 423c2f5c720f textproc/ruby-rexml/Makefile
--- a/textproc/ruby-rexml/Makefile Sun Nov 28 04:38:37 2004 +0000
+++ b/textproc/ruby-rexml/Makefile Sun Nov 28 04:42:29 2004 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2004/03/16 02:01:11 taca Exp $
+# $NetBSD: Makefile,v 1.4 2004/11/28 04:42:29 taca Exp $
#
-DISTNAME= rexml_2.4.8
-PKGNAME= ${RUBY_PKGNAMEPREFIX}rexml-2.4.8
+DISTNAME= rexml_${VERSION}
+PKGNAME= ${RUBY_PKGPREFIX}-rexml-${VERSION}
CATEGORIES= textproc ruby
MASTER_SITES= http://www.germane-software.com/archives/
EXTRACT_SUFX= .tgz
@@ -11,15 +11,17 @@
HOMEPAGE= http://www.germane-software.com/software/rexml/
COMMENT= Pure Ruby XML parser based on Java Electric XML
-WRKSRC= ${WRKDIR}/rexml
-USE_RUBY= yes
-NO_BUILD= yes
+VERSION= 3.1.2
+USE_RUBY_INSTALL= yes
+RUBY_SIMPLE_INSTALL= bin/install.rb
+NO_BUILD= yes
+NO_CONFIGURE= yes
-do-install:
- cd ${WRKSRC}; ${RUBY} bin/install.rb
- ${CP} -r ${WRKDIR}/rexml/docs ${RUBY_DOCDIR}/rexml
- ${CP} -r ${WRKDIR}/rexml/doc ${RUBY_DOCDIR}/rexml/api
+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-base/Makefile.common"
+.include "../../lang/ruby/modules.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 204d3406196e -r 423c2f5c720f textproc/ruby-rexml/PLIST
--- a/textproc/ruby-rexml/PLIST Sun Nov 28 04:38:37 2004 +0000
+++ b/textproc/ruby-rexml/PLIST Sun Nov 28 04:42:29 2004 +0000
@@ -1,538 +1,730 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2003/04/26 16:16:52 taca Exp $
-${RUBY_SITELIBDIR}/rexml/dtd/notationdecl.rb
+@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/elementdecl.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/child.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/cdata.rb
-${RUBY_SITELIBDIR}/rexml/rexml.rb
-${RUBY_SITELIBDIR}/rexml/parent.rb
${RUBY_SITELIBDIR}/rexml/streamlistener.rb
-${RUBY_SITELIBDIR}/rexml/pullparser.rb
-${RUBY_SITELIBDIR}/rexml/node.rb
-${RUBY_SITELIBDIR}/rexml/xmldecl.rb
-${RUBY_SITELIBDIR}/rexml/output.rb
${RUBY_SITELIBDIR}/rexml/text.rb
-${RUBY_SITELIBDIR}/rexml/namespace.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/attribute.rb
-${RUBY_SITELIBDIR}/rexml/attlistdecl.rb
${RUBY_SITELIBDIR}/rexml/xpath_parser.rb
-${RUBY_SITELIBDIR}/rexml/comment.rb
-${RUBY_SITELIBDIR}/rexml/functions.rb
-${RUBY_SITELIBDIR}/rexml/doctype.rb
-${RUBY_SITELIBDIR}/rexml/element.rb
-${RUBY_SITELIBDIR}/rexml/parseexception.rb
-${RUBY_SITELIBDIR}/rexml/quickpath.rb
-${RUBY_SITELIBDIR}/rexml/xmltokens.rb
-${RUBY_SITELIBDIR}/rexml/sax2parser.rb
-${RUBY_SITELIBDIR}/rexml/document.rb
-${RUBY_SITELIBDIR}/rexml/sax2listener.rb
@dirrm ${RUBY_SITELIBDIR}/rexml
-${RUBY_DOCDIR}/rexml/api/files/rexml/dtd/elementdecl_rb.html
-${RUBY_DOCDIR}/rexml/api/files/rexml/dtd/attlistdecl_rb.html
-${RUBY_DOCDIR}/rexml/api/files/rexml/dtd/dtd_rb.html
-${RUBY_DOCDIR}/rexml/api/files/rexml/dtd/entitydecl_rb.html
-${RUBY_DOCDIR}/rexml/api/files/rexml/dtd/notationdecl_rb.html
-@dirrm ${RUBY_DOCDIR}/rexml/api/files/rexml/dtd
-${RUBY_DOCDIR}/rexml/api/files/rexml/streamlistener_rb.html
-${RUBY_DOCDIR}/rexml/api/files/rexml/node_rb.html
-${RUBY_DOCDIR}/rexml/api/files/rexml/sax2listener_rb.html
-${RUBY_DOCDIR}/rexml/api/files/rexml/xpath_parser_rb.html
-${RUBY_DOCDIR}/rexml/api/files/rexml/parent_rb.html
-${RUBY_DOCDIR}/rexml/api/files/rexml/pullparser_rb.html
-${RUBY_DOCDIR}/rexml/api/files/rexml/xmldecl_rb.html
-${RUBY_DOCDIR}/rexml/api/files/rexml/text_rb.html
-${RUBY_DOCDIR}/rexml/api/files/rexml/entity_rb.html
-${RUBY_DOCDIR}/rexml/api/files/rexml/sax2parser_rb.html
-${RUBY_DOCDIR}/rexml/api/files/rexml/rexml_rb.html
-${RUBY_DOCDIR}/rexml/api/files/rexml/child_rb.html
-${RUBY_DOCDIR}/rexml/api/files/rexml/comment_rb.html
-${RUBY_DOCDIR}/rexml/api/files/rexml/element_rb.html
-${RUBY_DOCDIR}/rexml/api/files/rexml/attribute_rb.html
-${RUBY_DOCDIR}/rexml/api/files/rexml/output_rb.html
-${RUBY_DOCDIR}/rexml/api/files/rexml/functions_rb.html
-${RUBY_DOCDIR}/rexml/api/files/rexml/quickpath_rb.html
-${RUBY_DOCDIR}/rexml/api/files/rexml/doctype_rb.html
-${RUBY_DOCDIR}/rexml/api/files/rexml/attlistdecl_rb.html
-${RUBY_DOCDIR}/rexml/api/files/rexml/parseexception_rb.html
-${RUBY_DOCDIR}/rexml/api/files/rexml/namespace_rb.html
-${RUBY_DOCDIR}/rexml/api/files/rexml/instruction_rb.html
-${RUBY_DOCDIR}/rexml/api/files/rexml/xpath_rb.html
-${RUBY_DOCDIR}/rexml/api/files/rexml/xmltokens_rb.html
-${RUBY_DOCDIR}/rexml/api/files/rexml/cdata_rb.html
-${RUBY_DOCDIR}/rexml/api/files/rexml/document_rb.html
-${RUBY_DOCDIR}/rexml/api/files/rexml/source_rb.html
-@dirrm ${RUBY_DOCDIR}/rexml/api/files/rexml
-@dirrm ${RUBY_DOCDIR}/rexml/api/files
-${RUBY_DOCDIR}/rexml/api/classes/REXML/XMLDecl.src/M000106.html
-${RUBY_DOCDIR}/rexml/api/classes/REXML/XMLDecl.src/M000104.html
-${RUBY_DOCDIR}/rexml/api/classes/REXML/XMLDecl.src/M000111.html
-${RUBY_DOCDIR}/rexml/api/classes/REXML/XMLDecl.src/M000103.html
-${RUBY_DOCDIR}/rexml/api/classes/REXML/XMLDecl.src/M000110.html
-${RUBY_DOCDIR}/rexml/api/classes/REXML/XMLDecl.src/M000109.html
-${RUBY_DOCDIR}/rexml/api/classes/REXML/XMLDecl.src/M000108.html
-${RUBY_DOCDIR}/rexml/api/classes/REXML/XMLDecl.src/M000107.html
-${RUBY_DOCDIR}/rexml/api/classes/REXML/XMLDecl.src/M000105.html
-@dirrm ${RUBY_DOCDIR}/rexml/api/classes/REXML/XMLDecl.src
-${RUBY_DOCDIR}/rexml/api/classes/REXML/QuickPath.src/M000090.html
-${RUBY_DOCDIR}/rexml/api/classes/REXML/QuickPath.src/M000089.html
-${RUBY_DOCDIR}/rexml/api/classes/REXML/QuickPath.src/M000098.html
-${RUBY_DOCDIR}/rexml/api/classes/REXML/QuickPath.src/M000088.html
-${RUBY_DOCDIR}/rexml/api/classes/REXML/QuickPath.src/M000097.html
-${RUBY_DOCDIR}/rexml/api/classes/REXML/QuickPath.src/M000096.html
-${RUBY_DOCDIR}/rexml/api/classes/REXML/QuickPath.src/M000095.html
-${RUBY_DOCDIR}/rexml/api/classes/REXML/QuickPath.src/M000094.html
-${RUBY_DOCDIR}/rexml/api/classes/REXML/QuickPath.src/M000091.html
-${RUBY_DOCDIR}/rexml/api/classes/REXML/QuickPath.src/M000093.html
-${RUBY_DOCDIR}/rexml/api/classes/REXML/QuickPath.src/M000092.html
-@dirrm ${RUBY_DOCDIR}/rexml/api/classes/REXML/QuickPath.src
-${RUBY_DOCDIR}/rexml/api/classes/REXML/Attribute.src/M000258.html
-${RUBY_DOCDIR}/rexml/api/classes/REXML/Attribute.src/M000257.html
-${RUBY_DOCDIR}/rexml/api/classes/REXML/Attribute.src/M000264.html
-${RUBY_DOCDIR}/rexml/api/classes/REXML/Attribute.src/M000256.html
-${RUBY_DOCDIR}/rexml/api/classes/REXML/Attribute.src/M000263.html
-${RUBY_DOCDIR}/rexml/api/classes/REXML/Attribute.src/M000255.html
-${RUBY_DOCDIR}/rexml/api/classes/REXML/Attribute.src/M000262.html
-${RUBY_DOCDIR}/rexml/api/classes/REXML/Attribute.src/M000261.html
-${RUBY_DOCDIR}/rexml/api/classes/REXML/Attribute.src/M000260.html
-${RUBY_DOCDIR}/rexml/api/classes/REXML/Attribute.src/M000259.html
-${RUBY_DOCDIR}/rexml/api/classes/REXML/Attribute.src/M000266.html
-${RUBY_DOCDIR}/rexml/api/classes/REXML/Attribute.src/M000265.html
+${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/PullEvent.src/M000360.html
-${RUBY_DOCDIR}/rexml/api/classes/REXML/PullEvent.src/M000357.html
-${RUBY_DOCDIR}/rexml/api/classes/REXML/PullEvent.src/M000349.html
-${RUBY_DOCDIR}/rexml/api/classes/REXML/PullEvent.src/M000356.html
-${RUBY_DOCDIR}/rexml/api/classes/REXML/PullEvent.src/M000348.html
-${RUBY_DOCDIR}/rexml/api/classes/REXML/PullEvent.src/M000355.html
-${RUBY_DOCDIR}/rexml/api/classes/REXML/PullEvent.src/M000354.html
-${RUBY_DOCDIR}/rexml/api/classes/REXML/PullEvent.src/M000363.html
-${RUBY_DOCDIR}/rexml/api/classes/REXML/PullEvent.src/M000353.html
-${RUBY_DOCDIR}/rexml/api/classes/REXML/PullEvent.src/M000362.html
-${RUBY_DOCDIR}/rexml/api/classes/REXML/PullEvent.src/M000352.html
-${RUBY_DOCDIR}/rexml/api/classes/REXML/PullEvent.src/M000359.html
-${RUBY_DOCDIR}/rexml/api/classes/REXML/PullEvent.src/M000361.html
-${RUBY_DOCDIR}/rexml/api/classes/REXML/PullEvent.src/M000351.html
-${RUBY_DOCDIR}/rexml/api/classes/REXML/PullEvent.src/M000358.html
-${RUBY_DOCDIR}/rexml/api/classes/REXML/PullEvent.src/M000350.html
-@dirrm ${RUBY_DOCDIR}/rexml/api/classes/REXML/PullEvent.src
-${RUBY_DOCDIR}/rexml/api/classes/REXML/Element.src/M000337.html
-${RUBY_DOCDIR}/rexml/api/classes/REXML/Element.src/M000313.html
-${RUBY_DOCDIR}/rexml/api/classes/REXML/Element.src/M000322.html
-${RUBY_DOCDIR}/rexml/api/classes/REXML/Element.src/M000329.html
-${RUBY_DOCDIR}/rexml/api/classes/REXML/Element.src/M000336.html
-${RUBY_DOCDIR}/rexml/api/classes/REXML/Element.src/M000345.html
-${RUBY_DOCDIR}/rexml/api/classes/REXML/Element.src/M000321.html
-${RUBY_DOCDIR}/rexml/api/classes/REXML/Element.src/M000328.html
-${RUBY_DOCDIR}/rexml/api/classes/REXML/Element.src/M000335.html
-${RUBY_DOCDIR}/rexml/api/classes/REXML/Element.src/M000344.html
-${RUBY_DOCDIR}/rexml/api/classes/REXML/Element.src/M000320.html
-${RUBY_DOCDIR}/rexml/api/classes/REXML/Element.src/M000327.html
-${RUBY_DOCDIR}/rexml/api/classes/REXML/Element.src/M000334.html
-${RUBY_DOCDIR}/rexml/api/classes/REXML/Element.src/M000343.html
-${RUBY_DOCDIR}/rexml/api/classes/REXML/Element.src/M000317.html
-${RUBY_DOCDIR}/rexml/api/classes/REXML/Element.src/M000319.html
-${RUBY_DOCDIR}/rexml/api/classes/REXML/Element.src/M000326.html
-${RUBY_DOCDIR}/rexml/api/classes/REXML/Element.src/M000333.html
-${RUBY_DOCDIR}/rexml/api/classes/REXML/Element.src/M000342.html
-${RUBY_DOCDIR}/rexml/api/classes/REXML/Element.src/M000316.html
-${RUBY_DOCDIR}/rexml/api/classes/REXML/Element.src/M000318.html
-${RUBY_DOCDIR}/rexml/api/classes/REXML/Element.src/M000325.html
-${RUBY_DOCDIR}/rexml/api/classes/REXML/Element.src/M000332.html
-${RUBY_DOCDIR}/rexml/api/classes/REXML/Element.src/M000339.html
-${RUBY_DOCDIR}/rexml/api/classes/REXML/Element.src/M000341.html
-${RUBY_DOCDIR}/rexml/api/classes/REXML/Element.src/M000315.html
-${RUBY_DOCDIR}/rexml/api/classes/REXML/Element.src/M000324.html
-${RUBY_DOCDIR}/rexml/api/classes/REXML/Element.src/M000331.html
-${RUBY_DOCDIR}/rexml/api/classes/REXML/Element.src/M000338.html
-${RUBY_DOCDIR}/rexml/api/classes/REXML/Element.src/M000340.html
-${RUBY_DOCDIR}/rexml/api/classes/REXML/Element.src/M000347.html
-${RUBY_DOCDIR}/rexml/api/classes/REXML/Element.src/M000314.html
-${RUBY_DOCDIR}/rexml/api/classes/REXML/Element.src/M000323.html
-${RUBY_DOCDIR}/rexml/api/classes/REXML/Element.src/M000330.html
-${RUBY_DOCDIR}/rexml/api/classes/REXML/Element.src/M000346.html
-@dirrm ${RUBY_DOCDIR}/rexml/api/classes/REXML/Element.src
-${RUBY_DOCDIR}/rexml/api/classes/REXML/SAX2Listener.src/M000027.html
-${RUBY_DOCDIR}/rexml/api/classes/REXML/SAX2Listener.src/M000026.html
-${RUBY_DOCDIR}/rexml/api/classes/REXML/SAX2Listener.src/M000033.html
-${RUBY_DOCDIR}/rexml/api/classes/REXML/SAX2Listener.src/M000025.html
-${RUBY_DOCDIR}/rexml/api/classes/REXML/SAX2Listener.src/M000032.html
-${RUBY_DOCDIR}/rexml/api/classes/REXML/SAX2Listener.src/M000022.html
-${RUBY_DOCDIR}/rexml/api/classes/REXML/SAX2Listener.src/M000024.html
-${RUBY_DOCDIR}/rexml/api/classes/REXML/SAX2Listener.src/M000031.html
-${RUBY_DOCDIR}/rexml/api/classes/REXML/SAX2Listener.src/M000023.html
-${RUBY_DOCDIR}/rexml/api/classes/REXML/SAX2Listener.src/M000030.html
-${RUBY_DOCDIR}/rexml/api/classes/REXML/SAX2Listener.src/M000037.html
-${RUBY_DOCDIR}/rexml/api/classes/REXML/SAX2Listener.src/M000029.html
-${RUBY_DOCDIR}/rexml/api/classes/REXML/SAX2Listener.src/M000036.html
-${RUBY_DOCDIR}/rexml/api/classes/REXML/SAX2Listener.src/M000028.html
-${RUBY_DOCDIR}/rexml/api/classes/REXML/SAX2Listener.src/M000035.html
-${RUBY_DOCDIR}/rexml/api/classes/REXML/SAX2Listener.src/M000034.html
-@dirrm ${RUBY_DOCDIR}/rexml/api/classes/REXML/SAX2Listener.src
-${RUBY_DOCDIR}/rexml/api/classes/REXML/Document.src/M000304.html
Home |
Main Index |
Thread Index |
Old Index