summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaca <taca>2005-11-03 06:22:40 +0000
committertaca <taca>2005-11-03 06:22:40 +0000
commit5a9bf8c6a95ad0ff147da091e3d2184724b70a03 (patch)
tree10e82f794d35106c8023132227192c0cb1b27e94
parente5730479255e8400d30696e7bbe62c4ae342e923 (diff)
downloadpkgsrc-5a9bf8c6a95ad0ff147da091e3d2184724b70a03.tar.gz
Remove packages which supported by ruby16-base (Ruby 1.6.8) pacakge only
and now bundled in ruby18-base pacakges.
-rw-r--r--devel/ruby-optparse/DESCR8
-rw-r--r--devel/ruby-optparse/Makefile42
-rw-r--r--devel/ruby-optparse/PLIST20
-rw-r--r--devel/ruby-optparse/distinfo6
-rw-r--r--devel/ruby-optparse/patches/patch-aa11
-rw-r--r--devel/ruby-strscan/DESCR2
-rw-r--r--devel/ruby-strscan/Makefile33
-rw-r--r--devel/ruby-strscan/PLIST15
-rw-r--r--devel/ruby-strscan/distinfo5
-rw-r--r--devel/ruby-testunit/DESCR3
-rw-r--r--devel/ruby-testunit/Makefile27
-rw-r--r--devel/ruby-testunit/PLIST166
-rw-r--r--devel/ruby-testunit/distinfo5
-rw-r--r--devel/ruby-textbuf/DESCR1
-rw-r--r--devel/ruby-textbuf/Makefile26
-rw-r--r--devel/ruby-textbuf/PLIST5
-rw-r--r--devel/ruby-textbuf/distinfo5
-rw-r--r--devel/ruby-unit/DESCR4
-rw-r--r--devel/ruby-unit/Makefile44
-rw-r--r--devel/ruby-unit/PLIST97
-rw-r--r--devel/ruby-unit/distinfo5
-rw-r--r--math/ruby-bigfloat/DESCR2
-rw-r--r--math/ruby-bigfloat/Makefile29
-rw-r--r--math/ruby-bigfloat/PLIST4
-rw-r--r--math/ruby-bigfloat/distinfo5
-rw-r--r--net/ruby-drb/DESCR2
-rw-r--r--net/ruby-drb/Makefile33
-rw-r--r--net/ruby-drb/PLIST92
-rw-r--r--net/ruby-drb/distinfo5
-rw-r--r--textproc/ruby-erb/DESCR3
-rw-r--r--textproc/ruby-erb/Makefile24
-rw-r--r--textproc/ruby-erb/PLIST11
-rw-r--r--textproc/ruby-erb/distinfo5
-rw-r--r--textproc/ruby-rdoc/DESCR6
-rw-r--r--textproc/ruby-rdoc/Makefile21
-rw-r--r--textproc/ruby-rdoc/PLIST38
-rw-r--r--textproc/ruby-rdoc/distinfo6
-rw-r--r--textproc/ruby-rdoc/patches/patch-aa17
-rw-r--r--textproc/ruby-rexml/DESCR6
-rw-r--r--textproc/ruby-rexml/Makefile38
-rw-r--r--textproc/ruby-rexml/PLIST732
-rw-r--r--textproc/ruby-rexml/distinfo7
-rw-r--r--textproc/ruby-rexml/patches/patch-ab32
-rw-r--r--textproc/ruby-rexml/patches/patch-ac7
-rw-r--r--textproc/ruby-syck/DESCR6
-rw-r--r--textproc/ruby-syck/Makefile36
-rw-r--r--textproc/ruby-syck/PLIST32
-rw-r--r--textproc/ruby-syck/distinfo5
-rw-r--r--www/ruby-webrick/DESCR3
-rw-r--r--www/ruby-webrick/Makefile27
-rw-r--r--www/ruby-webrick/PLIST72
-rw-r--r--www/ruby-webrick/distinfo9
-rw-r--r--www/ruby-webrick/patches/patch-aa21
-rw-r--r--www/ruby-webrick/patches/patch-ab13
-rw-r--r--www/ruby-webrick/patches/patch-ac28
-rw-r--r--www/ruby-webrick/patches/patch-ad21
56 files changed, 0 insertions, 1928 deletions
diff --git a/devel/ruby-optparse/DESCR b/devel/ruby-optparse/DESCR
deleted file mode 100644
index 9009c5f49ef..00000000000
--- a/devel/ruby-optparse/DESCR
+++ /dev/null
@@ -1,8 +0,0 @@
-OptionParser is yet another command line option parser for Ruby.
-
-Features:
- * describe option definition with its handler
- * specify argument format and convert automatically
- * can emit options' summaries
- * can add options on the fly
- * completion for option/argument
diff --git a/devel/ruby-optparse/Makefile b/devel/ruby-optparse/Makefile
deleted file mode 100644
index f227ebe976b..00000000000
--- a/devel/ruby-optparse/Makefile
+++ /dev/null
@@ -1,42 +0,0 @@
-# $NetBSD: Makefile,v 1.13 2005/06/17 04:49:46 jlam Exp $
-
-DISTNAME= optparse-0.12
-PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
-CATEGORIES= devel ruby
-MASTER_SITES= http://nokada.jin.gr.jp/ruby/
-
-MAINTAINER= taca@NetBSD.org
-HOMEPAGE= # not available
-COMMENT= Yet another command line option parser for Ruby
-
-RUBY_VERSION= ${RUBY16_VERSION}
-NO_BUILD= yes
-
-DOCS= ChangeLog FIRSTSTEP.ja.html README.en README.ja \
- optparse.html optparse.ja.html
-EXAMPLES= cmd-ls.rb cmd.rb getopts.test.en opttest.rb \
- optparse/shellwords.rb optparse/time.rb optparse/uri.rb \
- rd/jfold.rb
-EXAMPLES_JA= getopts.test
-
-INSTALLATION_DIRS= man/man3
-
-do-install:
- ${INSTALL_DATA_DIR} ${RUBY_SITELIBDIR}
- ${INSTALL_DATA} ${WRKSRC}/optparse.rb ${RUBY_SITELIBDIR}
- ${INSTALL_DATA_DIR} ${RUBY_DOCDIR}/optparse
-.for f in ${DOCS}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/optparse
-.endfor
- ${INSTALL_DATA_DIR} ${RUBY_EXAMPLESDIR}/optparse
-.for f in ${EXAMPLES}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_EXAMPLESDIR}/optparse
-.endfor
-.for f in ${EXAMPLES_JA}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_EXAMPLESDIR}/optparse/${f}.ja
-.endfor
- ${INSTALL_MAN} ${WRKSRC}/optparse.1 ${PREFIX}/man/man3/optparse.3
-
-.include "../../lang/ruby/modules.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/devel/ruby-optparse/PLIST b/devel/ruby-optparse/PLIST
deleted file mode 100644
index aaf70752af6..00000000000
--- a/devel/ruby-optparse/PLIST
+++ /dev/null
@@ -1,20 +0,0 @@
-@comment $NetBSD: PLIST,v 1.3 2004/11/28 06:01:43 taca Exp $
-${RUBY_SITELIBDIR}/optparse.rb
-${RUBY_DOCDIR}/optparse/ChangeLog
-${RUBY_DOCDIR}/optparse/FIRSTSTEP.ja.html
-${RUBY_DOCDIR}/optparse/README.en
-${RUBY_DOCDIR}/optparse/README.ja
-${RUBY_DOCDIR}/optparse/optparse.ja.html
-${RUBY_DOCDIR}/optparse/optparse.html
-@dirrm ${RUBY_DOCDIR}/optparse
-${RUBY_EXAMPLESDIR}/optparse/cmd-ls.rb
-${RUBY_EXAMPLESDIR}/optparse/cmd.rb
-${RUBY_EXAMPLESDIR}/optparse/getopts.test.en
-${RUBY_EXAMPLESDIR}/optparse/getopts.test.ja
-${RUBY_EXAMPLESDIR}/optparse/jfold.rb
-${RUBY_EXAMPLESDIR}/optparse/shellwords.rb
-${RUBY_EXAMPLESDIR}/optparse/time.rb
-${RUBY_EXAMPLESDIR}/optparse/uri.rb
-${RUBY_EXAMPLESDIR}/optparse/opttest.rb
-@dirrm ${RUBY_EXAMPLESDIR}/optparse
-man/man3/optparse.3
diff --git a/devel/ruby-optparse/distinfo b/devel/ruby-optparse/distinfo
deleted file mode 100644
index 4ef0dbc8f65..00000000000
--- a/devel/ruby-optparse/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.6 2005/02/23 22:24:32 agc Exp $
-
-SHA1 (ruby/optparse-0.12.tar.gz) = 843444e1653582a4bc5a1e66760a64417f2650c8
-RMD160 (ruby/optparse-0.12.tar.gz) = b2f3934045e62879fe371475b0561af1675ca8bd
-Size (ruby/optparse-0.12.tar.gz) = 77027 bytes
-SHA1 (patch-aa) = 36bed94f22a32ad2e0d8be2972e4ca0e572b7bbb
diff --git a/devel/ruby-optparse/patches/patch-aa b/devel/ruby-optparse/patches/patch-aa
deleted file mode 100644
index e4c8edc953d..00000000000
--- a/devel/ruby-optparse/patches/patch-aa
+++ /dev/null
@@ -1,11 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2004/11/28 06:01:43 taca Exp $
-
---- optparse.1.orig 2003-01-31 13:41:56.000000000 +0900
-+++ optparse.1
-@@ -1,5 +1,5 @@
- .\" DO NOT MODIFY THIS FILE! it was generated by rd2
--.TH optparse 1 "January 2003"
-+.TH optparse 3 "January 2003"
- .SH Summary
- .PP
- Library for command line option analysis.
diff --git a/devel/ruby-strscan/DESCR b/devel/ruby-strscan/DESCR
deleted file mode 100644
index 0ec1b5a27b1..00000000000
--- a/devel/ruby-strscan/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-StrScanner is a fast string scanner class for Ruby. It is very useful
-in writing a parser.
diff --git a/devel/ruby-strscan/Makefile b/devel/ruby-strscan/Makefile
deleted file mode 100644
index b7027d5c13a..00000000000
--- a/devel/ruby-strscan/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# $NetBSD: Makefile,v 1.10 2005/03/24 21:12:53 wiz Exp $
-
-DISTNAME= strscan-0.6.7
-PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
-PKGREVISION= 2
-CATEGORIES= devel ruby
-MASTER_SITES= http://www.loveruby.net/archive/strscan/
-
-MAINTAINER= taca@NetBSD.org
-HOMEPAGE= http://www.loveruby.net/en/strscan.html
-COMMENT= Fast string scanner class library for Ruby
-
-RUBY_HAS_ARCHLIB= yes
-RUBY_VERSION= ${RUBY16_VERSION}
-USE_RUBY_SETUP= yes
-RUBY_SETUP= install.rb
-
-DOCS_EN= README.en doc.en/ChangeLog doc.en/umanual.html \
- doc.en/umanual.rd
-DOCS_JA= README.ja doc.ja/ChangeLog doc.ja/umanual.html \
- doc.ja/umanual.rd
-
-post-install:
- ${INSTALL_DATA_DIR} ${RUBY_DOCDIR}/strscan/ja
-.for f in ${DOCS_EN}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/strscan
-.endfor
-.for f in ${DOCS_JA}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/strscan/ja
-.endfor
-
-.include "../../lang/ruby/modules.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/devel/ruby-strscan/PLIST b/devel/ruby-strscan/PLIST
deleted file mode 100644
index 7b636e067d8..00000000000
--- a/devel/ruby-strscan/PLIST
+++ /dev/null
@@ -1,15 +0,0 @@
-@comment $NetBSD: PLIST,v 1.3 2004/12/04 17:20:46 taca Exp $
-${RUBY_SITEARCHLIBDIR}/cscan.${RUBY_DLEXT}
-${RUBY_SITELIBDIR}/rscan.rb
-${RUBY_SITELIBDIR}/scanner.rb
-${RUBY_SITELIBDIR}/strscan.rb
-${RUBY_DOCDIR}/strscan/README.en
-${RUBY_DOCDIR}/strscan/ChangeLog
-${RUBY_DOCDIR}/strscan/umanual.html
-${RUBY_DOCDIR}/strscan/umanual.rd
-${RUBY_DOCDIR}/strscan/ja/README.ja
-${RUBY_DOCDIR}/strscan/ja/ChangeLog
-${RUBY_DOCDIR}/strscan/ja/umanual.html
-${RUBY_DOCDIR}/strscan/ja/umanual.rd
-@dirrm ${RUBY_DOCDIR}/strscan/ja
-@dirrm ${RUBY_DOCDIR}/strscan
diff --git a/devel/ruby-strscan/distinfo b/devel/ruby-strscan/distinfo
deleted file mode 100644
index 46118f60605..00000000000
--- a/devel/ruby-strscan/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.4 2005/02/23 22:24:33 agc Exp $
-
-SHA1 (ruby/strscan-0.6.7.tar.gz) = bacc5b1f12e78916c522504d18d8d6a750c027cb
-RMD160 (ruby/strscan-0.6.7.tar.gz) = 3ca5b0df243c23cb22f71fcf8b279d3a674417dc
-Size (ruby/strscan-0.6.7.tar.gz) = 19003 bytes
diff --git a/devel/ruby-testunit/DESCR b/devel/ruby-testunit/DESCR
deleted file mode 100644
index cab95d0e02e..00000000000
--- a/devel/ruby-testunit/DESCR
+++ /dev/null
@@ -1,3 +0,0 @@
-Test::Unit is a framework for unit testing in Ruby, helping
-you to design, debug and evaluate your code by making it
-easy to write and have tests for it.
diff --git a/devel/ruby-testunit/Makefile b/devel/ruby-testunit/Makefile
deleted file mode 100644
index d9d71a2dbb0..00000000000
--- a/devel/ruby-testunit/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# $NetBSD: Makefile,v 1.5 2005/10/29 12:02:23 wiz Exp $
-
-DISTNAME= testunit-${VERSION}
-PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
-CATEGORIES= devel ruby
-MASTER_SITES= http://testunit.talbott.ws/packages/
-
-MAINTAINER= tech-pkg@NetBSD.org
-HOMEPAGE= http://testunit.talbott.ws/packages/
-COMMENT= Unit testing framework for Ruby
-
-VERSION= 0.1.8
-RUBY_VERSION= ${RUBY16_VERSION}
-USE_RUBY_SETUP= yes
-
-DEPENDS+= ${RUBY_PKGPREFIX}-unit>=0.5.4:../../devel/ruby-unit
-
-post-extract:
- cd ${WRKSRC}; ${FIND} . -type f -exec ${CHMOD} -x {} \;
-
-post-install:
- cd ${WRKSRC}; ${CP} -r doc ${RUBY_DOCDIR}/testunit
- cd ${WRKSRC}; ${CP} -r examples ${RUBY_EXAMPLESDIR}/testunit
-
-.include "../../lang/ruby/modules.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/devel/ruby-testunit/PLIST b/devel/ruby-testunit/PLIST
deleted file mode 100644
index 31a8439f52b..00000000000
--- a/devel/ruby-testunit/PLIST
+++ /dev/null
@@ -1,166 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2003/10/05 09:29:54 taca Exp $
-${RUBY_SITELIBDIR}/test/unit/ui/console/testrunner.rb
-@dirrm ${RUBY_SITELIBDIR}/test/unit/ui/console
-${RUBY_SITELIBDIR}/test/unit/ui/fox/testrunner.rb
-@dirrm ${RUBY_SITELIBDIR}/test/unit/ui/fox
-${RUBY_SITELIBDIR}/test/unit/ui/gtk/testrunner.rb
-@dirrm ${RUBY_SITELIBDIR}/test/unit/ui/gtk
-${RUBY_SITELIBDIR}/test/unit/util/observable.rb
-${RUBY_SITELIBDIR}/test/unit/util/procwrapper.rb
-@dirrm ${RUBY_SITELIBDIR}/test/unit/util/
-${RUBY_SITELIBDIR}/test/unit/ui/testrunnermediator.rb
-${RUBY_SITELIBDIR}/test/unit/ui/testrunnerutilities.rb
-@dirrm ${RUBY_SITELIBDIR}/test/unit/ui
-${RUBY_SITELIBDIR}/test/unit/assertionfailederror.rb
-${RUBY_SITELIBDIR}/test/unit/assertions.rb
-${RUBY_SITELIBDIR}/test/unit/error.rb
-${RUBY_SITELIBDIR}/test/unit/failure.rb
-${RUBY_SITELIBDIR}/test/unit/testcase.rb
-${RUBY_SITELIBDIR}/test/unit/testresult.rb
-${RUBY_SITELIBDIR}/test/unit/testsuite.rb
-@dirrm ${RUBY_SITELIBDIR}/test/unit
-${RUBY_SITELIBDIR}/test/unit.rb
-@dirrm ${RUBY_SITELIBDIR}/test
-${RUBY_DOCDIR}/testunit/classes/Test/Unit/AssertionFailedError.html
-${RUBY_DOCDIR}/testunit/classes/Test/Unit/Assertions.html
-${RUBY_DOCDIR}/testunit/classes/Test/Unit/Assertions.src/M000035.html
-${RUBY_DOCDIR}/testunit/classes/Test/Unit/Assertions.src/M000036.html
-${RUBY_DOCDIR}/testunit/classes/Test/Unit/Assertions.src/M000037.html
-${RUBY_DOCDIR}/testunit/classes/Test/Unit/Assertions.src/M000038.html
-${RUBY_DOCDIR}/testunit/classes/Test/Unit/Assertions.src/M000039.html
-${RUBY_DOCDIR}/testunit/classes/Test/Unit/Assertions.src/M000040.html
-${RUBY_DOCDIR}/testunit/classes/Test/Unit/Assertions.src/M000041.html
-${RUBY_DOCDIR}/testunit/classes/Test/Unit/Assertions.src/M000042.html
-${RUBY_DOCDIR}/testunit/classes/Test/Unit/Assertions.src/M000043.html
-${RUBY_DOCDIR}/testunit/classes/Test/Unit/Assertions.src/M000044.html
-${RUBY_DOCDIR}/testunit/classes/Test/Unit/Assertions.src/M000045.html
-${RUBY_DOCDIR}/testunit/classes/Test/Unit/Assertions.src/M000046.html
-${RUBY_DOCDIR}/testunit/classes/Test/Unit/Assertions.src/M000047.html
-${RUBY_DOCDIR}/testunit/classes/Test/Unit/Assertions.src/M000048.html
-${RUBY_DOCDIR}/testunit/classes/Test/Unit/Assertions.src/M000049.html
-${RUBY_DOCDIR}/testunit/classes/Test/Unit/Assertions.src/M000050.html
-${RUBY_DOCDIR}/testunit/classes/Test/Unit/Assertions.src/M000051.html
-${RUBY_DOCDIR}/testunit/classes/Test/Unit/Assertions.src/M000052.html
-${RUBY_DOCDIR}/testunit/classes/Test/Unit/Assertions.src/M000053.html
-${RUBY_DOCDIR}/testunit/classes/Test/Unit/Assertions.src/M000054.html
-${RUBY_DOCDIR}/testunit/classes/Test/Unit/Assertions.src/M000055.html
-${RUBY_DOCDIR}/testunit/classes/Test/Unit/Assertions.src/M000056.html
-@dirrm ${RUBY_DOCDIR}/testunit/classes/Test/Unit/Assertions.src
-${RUBY_DOCDIR}/testunit/classes/Test/Unit/Error.html
-${RUBY_DOCDIR}/testunit/classes/Test/Unit/Error.src/M000077.html
-${RUBY_DOCDIR}/testunit/classes/Test/Unit/Error.src/M000078.html
-${RUBY_DOCDIR}/testunit/classes/Test/Unit/Error.src/M000079.html
-${RUBY_DOCDIR}/testunit/classes/Test/Unit/Error.src/M000080.html
-${RUBY_DOCDIR}/testunit/classes/Test/Unit/Error.src/M000081.html
-${RUBY_DOCDIR}/testunit/classes/Test/Unit/Error.src/M000082.html
-@dirrm ${RUBY_DOCDIR}/testunit/classes/Test/Unit/Error.src
-${RUBY_DOCDIR}/testunit/classes/Test/Unit/Failure.html
-${RUBY_DOCDIR}/testunit/classes/Test/Unit/Failure.src/M000066.html
-${RUBY_DOCDIR}/testunit/classes/Test/Unit/Failure.src/M000067.html
-${RUBY_DOCDIR}/testunit/classes/Test/Unit/Failure.src/M000068.html
-${RUBY_DOCDIR}/testunit/classes/Test/Unit/Failure.src/M000069.html
-${RUBY_DOCDIR}/testunit/classes/Test/Unit/Failure.src/M000070.html
-@dirrm ${RUBY_DOCDIR}/testunit/classes/Test/Unit/Failure.src
-${RUBY_DOCDIR}/testunit/classes/Test/Unit/TestCase.html
-${RUBY_DOCDIR}/testunit/classes/Test/Unit/TestCase.src/M000057.html
-${RUBY_DOCDIR}/testunit/classes/Test/Unit/TestCase.src/M000058.html
-${RUBY_DOCDIR}/testunit/classes/Test/Unit/TestCase.src/M000059.html
-${RUBY_DOCDIR}/testunit/classes/Test/Unit/TestCase.src/M000060.html
-${RUBY_DOCDIR}/testunit/classes/Test/Unit/TestCase.src/M000061.html
-${RUBY_DOCDIR}/testunit/classes/Test/Unit/TestCase.src/M000062.html
-${RUBY_DOCDIR}/testunit/classes/Test/Unit/TestCase.src/M000063.html
-${RUBY_DOCDIR}/testunit/classes/Test/Unit/TestCase.src/M000064.html
-${RUBY_DOCDIR}/testunit/classes/Test/Unit/TestCase.src/M000065.html
-@dirrm ${RUBY_DOCDIR}/testunit/classes/Test/Unit/TestCase.src
-${RUBY_DOCDIR}/testunit/classes/Test/Unit/TestResult.html
-${RUBY_DOCDIR}/testunit/classes/Test/Unit/TestResult.src/M000083.html
-${RUBY_DOCDIR}/testunit/classes/Test/Unit/TestResult.src/M000084.html
-${RUBY_DOCDIR}/testunit/classes/Test/Unit/TestResult.src/M000085.html
-${RUBY_DOCDIR}/testunit/classes/Test/Unit/TestResult.src/M000086.html
-${RUBY_DOCDIR}/testunit/classes/Test/Unit/TestResult.src/M000087.html
-${RUBY_DOCDIR}/testunit/classes/Test/Unit/TestResult.src/M000088.html
-${RUBY_DOCDIR}/testunit/classes/Test/Unit/TestResult.src/M000089.html
-${RUBY_DOCDIR}/testunit/classes/Test/Unit/TestResult.src/M000090.html
-${RUBY_DOCDIR}/testunit/classes/Test/Unit/TestResult.src/M000091.html
-@dirrm ${RUBY_DOCDIR}/testunit/classes/Test/Unit/TestResult.src
-${RUBY_DOCDIR}/testunit/classes/Test/Unit/TestSuite.html
-${RUBY_DOCDIR}/testunit/classes/Test/Unit/TestSuite.src/M000071.html
-${RUBY_DOCDIR}/testunit/classes/Test/Unit/TestSuite.src/M000072.html
-${RUBY_DOCDIR}/testunit/classes/Test/Unit/TestSuite.src/M000073.html
-${RUBY_DOCDIR}/testunit/classes/Test/Unit/TestSuite.src/M000074.html
-${RUBY_DOCDIR}/testunit/classes/Test/Unit/TestSuite.src/M000075.html
-${RUBY_DOCDIR}/testunit/classes/Test/Unit/TestSuite.src/M000076.html
-@dirrm ${RUBY_DOCDIR}/testunit/classes/Test/Unit/TestSuite.src
-${RUBY_DOCDIR}/testunit/classes/Test/Unit/UI/Console/TestRunner.html
-${RUBY_DOCDIR}/testunit/classes/Test/Unit/UI/Console/TestRunner.src/M000014.html
-${RUBY_DOCDIR}/testunit/classes/Test/Unit/UI/Console/TestRunner.src/M000015.html
-${RUBY_DOCDIR}/testunit/classes/Test/Unit/UI/Console/TestRunner.src/M000016.html
-${RUBY_DOCDIR}/testunit/classes/Test/Unit/UI/Console/TestRunner.src/M000017.html
-${RUBY_DOCDIR}/testunit/classes/Test/Unit/UI/Console/TestRunner.src/M000018.html
-${RUBY_DOCDIR}/testunit/classes/Test/Unit/UI/Console/TestRunner.src/M000019.html
-${RUBY_DOCDIR}/testunit/classes/Test/Unit/UI/Console/TestRunner.src/M000020.html
-${RUBY_DOCDIR}/testunit/classes/Test/Unit/UI/Console/TestRunner.src/M000021.html
-${RUBY_DOCDIR}/testunit/classes/Test/Unit/UI/Console/TestRunner.src/M000022.html
-${RUBY_DOCDIR}/testunit/classes/Test/Unit/UI/Console/TestRunner.src/M000023.html
-${RUBY_DOCDIR}/testunit/classes/Test/Unit/UI/Console/TestRunner.src/M000024.html
-@dirrm ${RUBY_DOCDIR}/testunit/classes/Test/Unit/UI/Console/TestRunner.src
-@dirrm ${RUBY_DOCDIR}/testunit/classes/Test/Unit/UI/Console
-${RUBY_DOCDIR}/testunit/classes/Test/Unit/UI/Fox/TestRunner.html
-${RUBY_DOCDIR}/testunit/classes/Test/Unit/UI/Fox/TestRunner.src/M000005.html
-${RUBY_DOCDIR}/testunit/classes/Test/Unit/UI/Fox/TestRunner.src/M000006.html
-${RUBY_DOCDIR}/testunit/classes/Test/Unit/UI/Fox/TestRunner.src/M000007.html
-${RUBY_DOCDIR}/testunit/classes/Test/Unit/UI/Fox/TestRunner.src/M000008.html
-${RUBY_DOCDIR}/testunit/classes/Test/Unit/UI/Fox/TestRunner.src/M000009.html
-${RUBY_DOCDIR}/testunit/classes/Test/Unit/UI/Fox/TestRunner.src/M000010.html
-${RUBY_DOCDIR}/testunit/classes/Test/Unit/UI/Fox/TestRunner.src/M000011.html
-${RUBY_DOCDIR}/testunit/classes/Test/Unit/UI/Fox/TestRunner.src/M000012.html
-${RUBY_DOCDIR}/testunit/classes/Test/Unit/UI/Fox/TestRunner.src/M000013.html
-@dirrm ${RUBY_DOCDIR}/testunit/classes/Test/Unit/UI/Fox/TestRunner.src
-@dirrm ${RUBY_DOCDIR}/testunit/classes/Test/Unit/UI/Fox
-${RUBY_DOCDIR}/testunit/classes/Test/Unit/UI/GTK/TestRunner.html
-${RUBY_DOCDIR}/testunit/classes/Test/Unit/UI/GTK/TestRunner.src/M000025.html
-${RUBY_DOCDIR}/testunit/classes/Test/Unit/UI/GTK/TestRunner.src/M000026.html
-${RUBY_DOCDIR}/testunit/classes/Test/Unit/UI/GTK/TestRunner.src/M000027.html
-${RUBY_DOCDIR}/testunit/classes/Test/Unit/UI/GTK/TestRunner.src/M000028.html
-${RUBY_DOCDIR}/testunit/classes/Test/Unit/UI/GTK/TestRunner.src/M000029.html
-@dirrm ${RUBY_DOCDIR}/testunit/classes/Test/Unit/UI/GTK/TestRunner.src
-@dirrm ${RUBY_DOCDIR}/testunit/classes/Test/Unit/UI/GTK
-${RUBY_DOCDIR}/testunit/classes/Test/Unit/UI/TestRunnerMediator.html
-${RUBY_DOCDIR}/testunit/classes/Test/Unit/UI/TestRunnerMediator.src/M000031.html
-${RUBY_DOCDIR}/testunit/classes/Test/Unit/UI/TestRunnerMediator.src/M000032.html
-${RUBY_DOCDIR}/testunit/classes/Test/Unit/UI/TestRunnerMediator.src/M000033.html
-${RUBY_DOCDIR}/testunit/classes/Test/Unit/UI/TestRunnerMediator.src/M000034.html
-@dirrm ${RUBY_DOCDIR}/testunit/classes/Test/Unit/UI/TestRunnerMediator.src
-${RUBY_DOCDIR}/testunit/classes/Test/Unit/UI/TestRunnerUtilities.html
-${RUBY_DOCDIR}/testunit/classes/Test/Unit/UI/TestRunnerUtilities.src/M000030.html
-@dirrm ${RUBY_DOCDIR}/testunit/classes/Test/Unit/UI/TestRunnerUtilities.src
-@dirrm ${RUBY_DOCDIR}/testunit/classes/Test/Unit/UI
-${RUBY_DOCDIR}/testunit/classes/Test/Unit/Util/Observable.html
-${RUBY_DOCDIR}/testunit/classes/Test/Unit/Util/Observable.src/M000001.html
-${RUBY_DOCDIR}/testunit/classes/Test/Unit/Util/Observable.src/M000002.html
-${RUBY_DOCDIR}/testunit/classes/Test/Unit/Util/Observable.src/M000003.html
-@dirrm ${RUBY_DOCDIR}/testunit/classes/Test/Unit/Util/Observable.src
-${RUBY_DOCDIR}/testunit/classes/Test/Unit/Util/ProcWrapper.html
-${RUBY_DOCDIR}/testunit/classes/Test/Unit/Util/ProcWrapper.src/M000004.html
-@dirrm ${RUBY_DOCDIR}/testunit/classes/Test/Unit/Util/ProcWrapper.src
-@dirrm ${RUBY_DOCDIR}/testunit/classes/Test/Unit/Util
-@dirrm ${RUBY_DOCDIR}/testunit/classes/Test/Unit
-@dirrm ${RUBY_DOCDIR}/testunit/classes/Test
-@dirrm ${RUBY_DOCDIR}/testunit/classes
-${RUBY_DOCDIR}/testunit/created.rid
-${RUBY_DOCDIR}/testunit/files/test/unit_rb.html
-@dirrm ${RUBY_DOCDIR}/testunit/files/test
-@dirrm ${RUBY_DOCDIR}/testunit/files
-${RUBY_DOCDIR}/testunit/fr_class_index.html
-${RUBY_DOCDIR}/testunit/fr_file_index.html
-${RUBY_DOCDIR}/testunit/fr_method_index.html
-${RUBY_DOCDIR}/testunit/index.html
-${RUBY_DOCDIR}/testunit/rdoc-style.css
-@dirrm ${RUBY_DOCDIR}/testunit
-${RUBY_EXAMPLESDIR}/testunit/adder.rb
-${RUBY_EXAMPLESDIR}/testunit/index.html
-${RUBY_EXAMPLESDIR}/testunit/subtracter.rb
-${RUBY_EXAMPLESDIR}/testunit/tc_adder.rb
-${RUBY_EXAMPLESDIR}/testunit/tc_subtracter.rb
-${RUBY_EXAMPLESDIR}/testunit/ts_examples.rb
-@dirrm ${RUBY_EXAMPLESDIR}/testunit
diff --git a/devel/ruby-testunit/distinfo b/devel/ruby-testunit/distinfo
deleted file mode 100644
index b417de90058..00000000000
--- a/devel/ruby-testunit/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.2 2005/02/23 22:24:33 agc Exp $
-
-SHA1 (ruby/testunit-0.1.8.tar.gz) = b6651b363897f645f29f856542b6188e5d652555
-RMD160 (ruby/testunit-0.1.8.tar.gz) = be06f0fe124d7ddba5c7bf25ef13167aaff35b3b
-Size (ruby/testunit-0.1.8.tar.gz) = 64279 bytes
diff --git a/devel/ruby-textbuf/DESCR b/devel/ruby-textbuf/DESCR
deleted file mode 100644
index 238006cea88..00000000000
--- a/devel/ruby-textbuf/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-Textbuf is a gapped text buffer extension for Ruby.
diff --git a/devel/ruby-textbuf/Makefile b/devel/ruby-textbuf/Makefile
deleted file mode 100644
index 5088aaddea6..00000000000
--- a/devel/ruby-textbuf/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# $NetBSD: Makefile,v 1.10 2005/03/24 21:12:53 wiz Exp $
-
-DISTNAME= textbuf-0.3.8
-PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
-PKGREVISION= 2
-CATEGORIES= devel ruby
-MASTER_SITES= http://www.loveruby.net/archive/
-
-MAINTAINER= taca@NetBSD.org
-HOMEPAGE= http://www.loveruby.net/en/textbuf.html
-COMMENT= Gapped text buffer extension for Ruby
-
-RUBY_HAS_ARCHLIB= yes
-RUBY_VERSION= ${RUBY16_VERSION}
-USE_RUBY_SETUP= yes
-
-DOCS= README.en README.ja
-
-post-install:
- ${INSTALL_DATA_DIR} ${RUBY_DOCDIR}/textbuf
-.for f in ${DOCS}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/textbuf
-.endfor
-
-.include "../../lang/ruby/modules.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/devel/ruby-textbuf/PLIST b/devel/ruby-textbuf/PLIST
deleted file mode 100644
index b9493625773..00000000000
--- a/devel/ruby-textbuf/PLIST
+++ /dev/null
@@ -1,5 +0,0 @@
-@comment $NetBSD: PLIST,v 1.3 2004/12/04 17:20:46 taca Exp $
-${RUBY_SITEARCHLIBDIR}/textbuf.${RUBY_DLEXT}
-${RUBY_DOCDIR}/textbuf/README.en
-${RUBY_DOCDIR}/textbuf/README.ja
-@dirrm ${RUBY_DOCDIR}/textbuf
diff --git a/devel/ruby-textbuf/distinfo b/devel/ruby-textbuf/distinfo
deleted file mode 100644
index b3037528a4f..00000000000
--- a/devel/ruby-textbuf/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.2 2005/02/23 22:24:33 agc Exp $
-
-SHA1 (ruby/textbuf-0.3.8.tar.gz) = fc85b25ea248a013b1b6bda3eb53d1899fde9c93
-RMD160 (ruby/textbuf-0.3.8.tar.gz) = 09cd5c004b29b12fbf5c8ff95ac794874d6e09d3
-Size (ruby/textbuf-0.3.8.tar.gz) = 31640 bytes
diff --git a/devel/ruby-unit/DESCR b/devel/ruby-unit/DESCR
deleted file mode 100644
index 11fc67f1816..00000000000
--- a/devel/ruby-unit/DESCR
+++ /dev/null
@@ -1,4 +0,0 @@
-RubyUnit is Ruby implementation of Kent Beck's Testing Framework,
-which is known as the part of "eXtreme Programming" (XP).
-
-For details of XP, see http://www.xprogramming.com/.
diff --git a/devel/ruby-unit/Makefile b/devel/ruby-unit/Makefile
deleted file mode 100644
index d799a92bcea..00000000000
--- a/devel/ruby-unit/Makefile
+++ /dev/null
@@ -1,44 +0,0 @@
-# $NetBSD: Makefile,v 1.12 2005/04/11 21:45:38 tv Exp $
-
-DISTNAME= rubyunit-${VERSION}
-PKGNAME= ${RUBY_PKGPREFIX}-unit-${VERSION}
-PKGREVISION= 1
-CATEGORIES= devel ruby
-MASTER_SITES= http://homepage1.nifty.com/markey/ruby/rubyunit/
-
-MAINTAINER= taca@NetBSD.org
-HOMEPAGE= http://homepage1.nifty.com/markey/ruby/rubyunit/index_e.html
-COMMENT= Ruby implementation of eXtreme Programming
-
-VERSION= 0.5.6
-USE_RUBY_INSTALL= yes
-RUBY_VERSION= ${RUBY16_VERSION}
-REPLACE_RUBY= bin/c2t.rb bin/runtest.rb
-
-BINS= c2t runtest
-DOCS= ChangeLog README README.ja ToDo
-EXAMPLE= sample01.rb sampletestsetup.rb simpletest.rb \
- testall.rb testarray.rb testrepeatedtest.rb \
- testtestsetup.rb
-
-do-build:
- @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${RUBY} makehtml.rb
-
-post-install:
-.for f in ${BINS}
- ${MV} ${PREFIX}/bin/${f}.rb ${PREFIX}/bin/${f}
-.endfor
- ${INSTALL_DATA_DIR} ${RUBY_EXAMPLESDIR}/runit
-.for f in ${EXAMPLE}
- ${INSTALL_DATA} ${WRKSRC}/sample/${f} ${RUBY_EXAMPLESDIR}/runit
-.endfor
- ${INSTALL_DATA_DIR} ${RUBY_DOCDIR}/runit/ja
-.for f in ${DOCS}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/runit
-.endfor
- ${CP} -R ${WRKSRC}/doc_en/* ${RUBY_DOCDIR}/runit
- ${CP} -R ${WRKSRC}/doc_ja/* ${RUBY_DOCDIR}/runit/ja
-
-.include "../../lang/ruby/modules.mk"
-.include "../../textproc/ruby-rdtool/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/devel/ruby-unit/PLIST b/devel/ruby-unit/PLIST
deleted file mode 100644
index f20fd5e8424..00000000000
--- a/devel/ruby-unit/PLIST
+++ /dev/null
@@ -1,97 +0,0 @@
-@comment $NetBSD: PLIST,v 1.3 2004/11/28 06:06:11 taca Exp $
-bin/c2t
-bin/runtest
-${RUBY_SITELIBDIR}/rubyunit.rb
-${RUBY_SITELIBDIR}/runit/assert.rb
-${RUBY_SITELIBDIR}/runit/cui/testrunner.rb
-@dirrm ${RUBY_SITELIBDIR}/runit/cui
-${RUBY_SITELIBDIR}/runit/error.rb
-${RUBY_SITELIBDIR}/runit/ext/repeatedtest.rb
-${RUBY_SITELIBDIR}/runit/ext/testdecorator.rb
-${RUBY_SITELIBDIR}/runit/ext/testsetup.rb
-@dirrm ${RUBY_SITELIBDIR}/runit/ext
-${RUBY_SITELIBDIR}/runit/method_mappable.rb
-${RUBY_SITELIBDIR}/runit/robserver.rb
-${RUBY_SITELIBDIR}/runit/setuppable.rb
-${RUBY_SITELIBDIR}/runit/teardownable.rb
-${RUBY_SITELIBDIR}/runit/testcase.rb
-${RUBY_SITELIBDIR}/runit/testfailure.rb
-${RUBY_SITELIBDIR}/runit/testresult.rb
-${RUBY_SITELIBDIR}/runit/testsuite.rb
-${RUBY_SITELIBDIR}/runit/topublic.rb
-${RUBY_SITELIBDIR}/runit/version.rb
-@dirrm ${RUBY_SITELIBDIR}/runit
-${RUBY_DOCDIR}/runit/ChangeLog
-${RUBY_DOCDIR}/runit/README
-${RUBY_DOCDIR}/runit/README.ja
-${RUBY_DOCDIR}/runit/ToDo
-${RUBY_DOCDIR}/runit/assert.html
-${RUBY_DOCDIR}/runit/assert.rd
-${RUBY_DOCDIR}/runit/error.html
-${RUBY_DOCDIR}/runit/error.rd
-${RUBY_DOCDIR}/runit/index.html
-${RUBY_DOCDIR}/runit/index.rd
-${RUBY_DOCDIR}/runit/ja/assert.html
-${RUBY_DOCDIR}/runit/ja/assert.rd
-${RUBY_DOCDIR}/runit/ja/error.html
-${RUBY_DOCDIR}/runit/ja/error.rd
-${RUBY_DOCDIR}/runit/ja/index.html
-${RUBY_DOCDIR}/runit/ja/index.rd
-${RUBY_DOCDIR}/runit/ja/repeatedtest.html
-${RUBY_DOCDIR}/runit/ja/repeatedtest.rd
-${RUBY_DOCDIR}/runit/ja/robserver.html
-${RUBY_DOCDIR}/runit/ja/robserver.rd
-${RUBY_DOCDIR}/runit/ja/setuppable.html
-${RUBY_DOCDIR}/runit/ja/setuppable.rd
-${RUBY_DOCDIR}/runit/ja/testdecorator.html
-${RUBY_DOCDIR}/runit/ja/testdecorator.rd
-${RUBY_DOCDIR}/runit/ja/teardownable.html
-${RUBY_DOCDIR}/runit/ja/teardownable.rd
-${RUBY_DOCDIR}/runit/ja/testcase.html
-${RUBY_DOCDIR}/runit/ja/testcase.rd
-${RUBY_DOCDIR}/runit/ja/testfailure.html
-${RUBY_DOCDIR}/runit/ja/testfailure.rd
-${RUBY_DOCDIR}/runit/ja/testresult.html
-${RUBY_DOCDIR}/runit/ja/testresult.rd
-${RUBY_DOCDIR}/runit/ja/testrunner.html
-${RUBY_DOCDIR}/runit/ja/testrunner.rd
-${RUBY_DOCDIR}/runit/ja/testsetup.html
-${RUBY_DOCDIR}/runit/ja/testsetup.rd
-${RUBY_DOCDIR}/runit/ja/testsuite.html
-${RUBY_DOCDIR}/runit/ja/testsuite.rd
-${RUBY_DOCDIR}/runit/ja/version.html
-${RUBY_DOCDIR}/runit/ja/version.rd
-${RUBY_DOCDIR}/runit/repeatedtest.html
-${RUBY_DOCDIR}/runit/repeatedtest.rd
-${RUBY_DOCDIR}/runit/robserver.html
-${RUBY_DOCDIR}/runit/robserver.rd
-${RUBY_DOCDIR}/runit/setuppable.html
-${RUBY_DOCDIR}/runit/setuppable.rd
-${RUBY_DOCDIR}/runit/teardownable.html
-${RUBY_DOCDIR}/runit/teardownable.rd
-${RUBY_DOCDIR}/runit/testcase.html
-${RUBY_DOCDIR}/runit/testcase.rd
-${RUBY_DOCDIR}/runit/testdecorator.html
-${RUBY_DOCDIR}/runit/testdecorator.rd
-${RUBY_DOCDIR}/runit/testfailure.html
-${RUBY_DOCDIR}/runit/testfailure.rd
-${RUBY_DOCDIR}/runit/testresult.html
-${RUBY_DOCDIR}/runit/testresult.rd
-${RUBY_DOCDIR}/runit/testrunner.html
-${RUBY_DOCDIR}/runit/testrunner.rd
-${RUBY_DOCDIR}/runit/testsetup.html
-${RUBY_DOCDIR}/runit/testsetup.rd
-${RUBY_DOCDIR}/runit/testsuite.html
-${RUBY_DOCDIR}/runit/testsuite.rd
-${RUBY_DOCDIR}/runit/version.html
-${RUBY_DOCDIR}/runit/version.rd
-@dirrm ${RUBY_DOCDIR}/runit/ja
-@dirrm ${RUBY_DOCDIR}/runit
-${RUBY_EXAMPLESDIR}/runit/sample01.rb
-${RUBY_EXAMPLESDIR}/runit/sampletestsetup.rb
-${RUBY_EXAMPLESDIR}/runit/simpletest.rb
-${RUBY_EXAMPLESDIR}/runit/testall.rb
-${RUBY_EXAMPLESDIR}/runit/testarray.rb
-${RUBY_EXAMPLESDIR}/runit/testrepeatedtest.rb
-${RUBY_EXAMPLESDIR}/runit/testtestsetup.rb
-@dirrm ${RUBY_EXAMPLESDIR}/runit
diff --git a/devel/ruby-unit/distinfo b/devel/ruby-unit/distinfo
deleted file mode 100644
index a48328296f6..00000000000
--- a/devel/ruby-unit/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.5 2005/02/23 22:24:33 agc Exp $
-
-SHA1 (ruby/rubyunit-0.5.6.tar.gz) = 76fc87a72b70cab5f13d0ca280f6df530c49680d
-RMD160 (ruby/rubyunit-0.5.6.tar.gz) = cad89f588922d13f5f61257a84e9c08535cb279a
-Size (ruby/rubyunit-0.5.6.tar.gz) = 31216 bytes
diff --git a/math/ruby-bigfloat/DESCR b/math/ruby-bigfloat/DESCR
deleted file mode 100644
index d2b4cb8e8c7..00000000000
--- a/math/ruby-bigfloat/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-BigFloat is an extension library for Ruby. Using BigFloat class, you
-can obtain any number of significant digits in computation.
diff --git a/math/ruby-bigfloat/Makefile b/math/ruby-bigfloat/Makefile
deleted file mode 100644
index 9b078d378cd..00000000000
--- a/math/ruby-bigfloat/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# $NetBSD: Makefile,v 1.12 2005/03/24 21:12:56 wiz Exp $
-
-DISTNAME= bigfloat-1.2.1
-PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
-PKGREVISION= 2
-CATEGORIES= math ruby
-MASTER_SITES= http://www.tinyforest.gr.jp/ruby/
-
-MAINTAINER= taca@NetBSD.org
-HOMEPAGE= http://www.tinyforest.gr.jp/ruby/bigfloat_en.html
-COMMENT= Variable precision floating library for Ruby
-
-RUBY_HAS_ARCHLIB= yes
-USE_RUBY_EXTCONF= yes
-WRKSRC= ${WRKDIR}
-INSTALL_TARGET= site-install
-DOCS= README
-
-# This extention library was replaced by BigDecimal in Ruby 1.8 later.
-RUBY_VERSION= ${RUBY16_VERSION}
-
-post-install:
- ${INSTALL_DATA_DIR} ${RUBY_DOCDIR}/bigfloat
-.for f in ${DOCS}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/bigfloat
-.endfor
-
-.include "../../lang/ruby/modules.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/math/ruby-bigfloat/PLIST b/math/ruby-bigfloat/PLIST
deleted file mode 100644
index 0a19939a3cd..00000000000
--- a/math/ruby-bigfloat/PLIST
+++ /dev/null
@@ -1,4 +0,0 @@
-@comment $NetBSD: PLIST,v 1.3 2004/12/04 17:20:46 taca Exp $
-${RUBY_SITEARCHLIBDIR}/bigfloat.${RUBY_DLEXT}
-${RUBY_DOCDIR}/bigfloat/README
-@dirrm ${RUBY_DOCDIR}/bigfloat
diff --git a/math/ruby-bigfloat/distinfo b/math/ruby-bigfloat/distinfo
deleted file mode 100644
index abd3c6a10e3..00000000000
--- a/math/ruby-bigfloat/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.4 2005/02/23 12:06:58 agc Exp $
-
-SHA1 (ruby/bigfloat-1.2.1.tar.gz) = afa7b6140ef34e609c885dc78ddfb7ce222c6740
-RMD160 (ruby/bigfloat-1.2.1.tar.gz) = cd8787e3c5027420885087feb910d8868ee000f8
-Size (ruby/bigfloat-1.2.1.tar.gz) = 57297 bytes
diff --git a/net/ruby-drb/DESCR b/net/ruby-drb/DESCR
deleted file mode 100644
index b49ac549048..00000000000
--- a/net/ruby-drb/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-druby (DRb) - distributed ruby.
-DRb can be used to exchange messages among Ruby scripts.
diff --git a/net/ruby-drb/Makefile b/net/ruby-drb/Makefile
deleted file mode 100644
index 4f8fbda5464..00000000000
--- a/net/ruby-drb/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# $NetBSD: Makefile,v 1.12 2005/04/11 21:46:59 tv Exp $
-
-DISTNAME= drb-2.0.4
-PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
-CATEGORIES= net ruby
-MASTER_SITES= http://www2a.biglobe.ne.jp/~seki/ruby/
-
-MAINTAINER= taca@NetBSD.org
-HOMEPAGE= http://www2a.biglobe.ne.jp/~seki/ruby/
-COMMENT= Distributed Ruby
-
-RUBY_VERSION= ${RUBY16_VERSION}
-USE_RUBY_INSTALL= yes
-REPLACE_RUBY_DIRS= ${WRKSRC}/sample
-DOCS= acl-ref.rd acl-ref.rd.ja acl.rd acl.rd.ja \
- changelog.rd drb-ref.rd drb-ref.rd.ja mutexm.rd.ja \
- security.rd security.rd.ja tuplespace-ref.rd.ja
-
-do-build:
-.for f in ${DOCS}
- @cd ${WRKSRC}/doc; ${RUBY_RD} ${f} > ${f:S/.rd/.html/}
-.endfor
-
-post-install:
- ${INSTALL_DATA_DIR} ${RUBY_DOCDIR}/drb
- ${INSTALL_DATA} ${WRKSRC}/doc/* ${RUBY_DOCDIR}/drb
- ${INSTALL_DATA_DIR} ${RUBY_EXAMPLESDIR}/drb
- ${INSTALL_DATA} ${WRKSRC}/sample/* ${RUBY_EXAMPLESDIR}/drb
-
-.include "../../lang/ruby/modules.mk"
-.include "../../textproc/ruby-rdtool/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/net/ruby-drb/PLIST b/net/ruby-drb/PLIST
deleted file mode 100644
index 4f10c85e3a4..00000000000
--- a/net/ruby-drb/PLIST
+++ /dev/null
@@ -1,92 +0,0 @@
-@comment $NetBSD: PLIST,v 1.3 2004/11/28 06:10:35 taca Exp $
-${RUBY_SITELIBDIR}/acl.rb
-${RUBY_SITELIBDIR}/drb.rb
-${RUBY_SITELIBDIR}/drb/drb.rb
-${RUBY_SITELIBDIR}/drb/eq.rb
-${RUBY_SITELIBDIR}/drb/extserv.rb
-${RUBY_SITELIBDIR}/drb/extservm.rb
-${RUBY_SITELIBDIR}/drb/gw.rb
-${RUBY_SITELIBDIR}/drb/invokemethod.rb
-${RUBY_SITELIBDIR}/drb/invokemethod16.rb
-${RUBY_SITELIBDIR}/drb/observer.rb
-${RUBY_SITELIBDIR}/drb/ssl.rb
-${RUBY_SITELIBDIR}/drb/timeridconv.rb
-${RUBY_SITELIBDIR}/drb/udp.rb
-${RUBY_SITELIBDIR}/drb/unix.rb
-@dirrm ${RUBY_SITELIBDIR}/drb
-${RUBY_SITELIBDIR}/rinda/rinda.rb
-${RUBY_SITELIBDIR}/rinda/ring.rb
-${RUBY_SITELIBDIR}/rinda/tuplespace.rb
-@dirrm ${RUBY_SITELIBDIR}/rinda
-${RUBY_DOCDIR}/drb/acl-ref.html
-${RUBY_DOCDIR}/drb/acl-ref.html.ja
-${RUBY_DOCDIR}/drb/acl-ref.rd
-${RUBY_DOCDIR}/drb/acl-ref.rd.ja
-${RUBY_DOCDIR}/drb/acl.html
-${RUBY_DOCDIR}/drb/acl.html.ja
-${RUBY_DOCDIR}/drb/acl.rd
-${RUBY_DOCDIR}/drb/acl.rd.ja
-${RUBY_DOCDIR}/drb/changelog.html
-${RUBY_DOCDIR}/drb/changelog.rd
-${RUBY_DOCDIR}/drb/drb-ref.html
-${RUBY_DOCDIR}/drb/drb-ref.html.ja
-${RUBY_DOCDIR}/drb/drb-ref.rd
-${RUBY_DOCDIR}/drb/drb-ref.rd.ja
-${RUBY_DOCDIR}/drb/drbprot.gif
-${RUBY_DOCDIR}/drb/drbprot.obj
-${RUBY_DOCDIR}/drb/mutexm.html.ja
-${RUBY_DOCDIR}/drb/mutexm.rd.ja
-${RUBY_DOCDIR}/drb/security.html
-${RUBY_DOCDIR}/drb/security.html.ja
-${RUBY_DOCDIR}/drb/security.rd
-${RUBY_DOCDIR}/drb/security.rd.ja
-${RUBY_DOCDIR}/drb/tuplespace-ref.html.ja
-${RUBY_DOCDIR}/drb/tuplespace-ref.rd.ja
-@dirrm ${RUBY_DOCDIR}/drb
-${RUBY_EXAMPLESDIR}/drb/README.rd
-${RUBY_EXAMPLESDIR}/drb/README.rd.ja
-${RUBY_EXAMPLESDIR}/drb/darray.rb
-${RUBY_EXAMPLESDIR}/drb/darrayc.rb
-${RUBY_EXAMPLESDIR}/drb/dbiff.rb
-${RUBY_EXAMPLESDIR}/drb/dcdbiff.rb
-${RUBY_EXAMPLESDIR}/drb/dchatc.rb
-${RUBY_EXAMPLESDIR}/drb/dchats.rb
-${RUBY_EXAMPLESDIR}/drb/dhasen.rb
-${RUBY_EXAMPLESDIR}/drb/dhasenc.rb
-${RUBY_EXAMPLESDIR}/drb/dlogc.rb
-${RUBY_EXAMPLESDIR}/drb/dlogd.rb
-${RUBY_EXAMPLESDIR}/drb/dqin.rb
-${RUBY_EXAMPLESDIR}/drb/dqlib.rb
-${RUBY_EXAMPLESDIR}/drb/dqout.rb
-${RUBY_EXAMPLESDIR}/drb/dqueue.rb
-${RUBY_EXAMPLESDIR}/drb/drbc.rb
-${RUBY_EXAMPLESDIR}/drb/drbch.rb
-${RUBY_EXAMPLESDIR}/drb/drbm.rb
-${RUBY_EXAMPLESDIR}/drb/drbmc.rb
-${RUBY_EXAMPLESDIR}/drb/drbs-acl.rb
-${RUBY_EXAMPLESDIR}/drb/drbs.rb
-${RUBY_EXAMPLESDIR}/drb/drbssl_c.rb
-${RUBY_EXAMPLESDIR}/drb/drbssl_s.rb
-${RUBY_EXAMPLESDIR}/drb/extserv_test.rb
-${RUBY_EXAMPLESDIR}/drb/gw_ct.rb
-${RUBY_EXAMPLESDIR}/drb/gw_cu.rb
-${RUBY_EXAMPLESDIR}/drb/gw_s.rb
-${RUBY_EXAMPLESDIR}/drb/holderc.rb
-${RUBY_EXAMPLESDIR}/drb/holders.rb
-${RUBY_EXAMPLESDIR}/drb/http0.rb
-${RUBY_EXAMPLESDIR}/drb/http0serv.rb
-${RUBY_EXAMPLESDIR}/drb/name.rb
-${RUBY_EXAMPLESDIR}/drb/namec.rb
-${RUBY_EXAMPLESDIR}/drb/old_tuplespace.rb
-${RUBY_EXAMPLESDIR}/drb/rinda_ts.rb
-${RUBY_EXAMPLESDIR}/drb/rindac.rb
-${RUBY_EXAMPLESDIR}/drb/rindas.rb
-${RUBY_EXAMPLESDIR}/drb/ring_echo.rb
-${RUBY_EXAMPLESDIR}/drb/ring_inspect.rb
-${RUBY_EXAMPLESDIR}/drb/ring_place.rb
-${RUBY_EXAMPLESDIR}/drb/sample.crt
-${RUBY_EXAMPLESDIR}/drb/sample.key
-${RUBY_EXAMPLESDIR}/drb/simpletuple.rb
-${RUBY_EXAMPLESDIR}/drb/speedc.rb
-${RUBY_EXAMPLESDIR}/drb/speeds.rb
-@dirrm ${RUBY_EXAMPLESDIR}/drb
diff --git a/net/ruby-drb/distinfo b/net/ruby-drb/distinfo
deleted file mode 100644
index a3e35e6fcde..00000000000
--- a/net/ruby-drb/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.5 2005/02/24 12:14:03 agc Exp $
-
-SHA1 (ruby/drb-2.0.4.tar.gz) = 56cb0b9d1f1e4870f604c95b74c6235cfe60e249
-RMD160 (ruby/drb-2.0.4.tar.gz) = 657e318ba63833cda159ad18b3a8f7c86699d4aa
-Size (ruby/drb-2.0.4.tar.gz) = 55458 bytes
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
diff --git a/www/ruby-webrick/DESCR b/www/ruby-webrick/DESCR
deleted file mode 100644
index 941c8981706..00000000000
--- a/www/ruby-webrick/DESCR
+++ /dev/null
@@ -1,3 +0,0 @@
-WEBrick is a toolkit for building webservers in Ruby.
-Features include SSL support, and a servlet interface.
-Also useful for generic network servers.
diff --git a/www/ruby-webrick/Makefile b/www/ruby-webrick/Makefile
deleted file mode 100644
index 2d1ab435de2..00000000000
--- a/www/ruby-webrick/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# $NetBSD: Makefile,v 1.16 2005/10/29 12:02:23 wiz Exp $
-#
-
-DISTNAME= webrick-1.3.1
-PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
-PKGREVISION= 2
-CATEGORIES= www ruby
-MASTER_SITES= http://www.webrick.org/src/
-
-MAINTAINER= tech-pkg@NetBSD.org
-HOMEPAGE= http://www.webrick.org/
-COMMENT= Ruby library to build HTTP servers
-
-DEPENDS+= ${RUBY_PKGPREFIX}-openssl>=0.1.3:../../security/ruby16-openssl
-DEPENDS+= ${RUBY_PKGPREFIX}-erb>=1.4.3:../../textproc/ruby-erb
-
-RUBY_VERSION= ${RUBY16_VERSION}
-USE_RUBY_INSTALL= yes
-NO_BUILD= yes
-NO_CONFIGURE= yes
-
-post-install:
- ${CP} -R ${WRKSRC}/doc ${RUBY_DOCDIR}/webrick
- ${CP} -R ${WRKSRC}/sample ${RUBY_EXAMPLESDIR}/webrick
-
-.include "../../lang/ruby/modules.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/www/ruby-webrick/PLIST b/www/ruby-webrick/PLIST
deleted file mode 100644
index 78a6456b40a..00000000000
--- a/www/ruby-webrick/PLIST
+++ /dev/null
@@ -1,72 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2003/12/17 15:24:15 taca Exp $
-${RUBY_SITELIBDIR}/webrick.rb
-${RUBY_SITELIBDIR}/webrick/accesslog.rb
-${RUBY_SITELIBDIR}/webrick/compat.rb
-${RUBY_SITELIBDIR}/webrick/config.rb
-${RUBY_SITELIBDIR}/webrick/cookie.rb
-${RUBY_SITELIBDIR}/webrick/htmlutils.rb
-${RUBY_SITELIBDIR}/webrick/httpauth.rb
-${RUBY_SITELIBDIR}/webrick/httpauth/authenticator.rb
-${RUBY_SITELIBDIR}/webrick/httpauth/basicauth.rb
-${RUBY_SITELIBDIR}/webrick/httpauth/digestauth.rb
-${RUBY_SITELIBDIR}/webrick/httpauth/htdigest.rb
-${RUBY_SITELIBDIR}/webrick/httpauth/htgroup.rb
-${RUBY_SITELIBDIR}/webrick/httpauth/htpasswd.rb
-${RUBY_SITELIBDIR}/webrick/httpauth/userdb.rb
-@dirrm ${RUBY_SITELIBDIR}/webrick/httpauth
-${RUBY_SITELIBDIR}/webrick/httpproxy.rb
-${RUBY_SITELIBDIR}/webrick/httprequest.rb
-${RUBY_SITELIBDIR}/webrick/httpresponse.rb
-${RUBY_SITELIBDIR}/webrick/https.rb
-${RUBY_SITELIBDIR}/webrick/httpserver.rb
-${RUBY_SITELIBDIR}/webrick/httpservlet.rb
-${RUBY_SITELIBDIR}/webrick/httpservlet/abstract.rb
-${RUBY_SITELIBDIR}/webrick/httpservlet/cgi_runner.rb
-${RUBY_SITELIBDIR}/webrick/httpservlet/cgihandler.rb
-${RUBY_SITELIBDIR}/webrick/httpservlet/erbhandler.rb
-${RUBY_SITELIBDIR}/webrick/httpservlet/filehandler.rb
-${RUBY_SITELIBDIR}/webrick/httpservlet/prochandler.rb
-@dirrm ${RUBY_SITELIBDIR}/webrick/httpservlet
-${RUBY_SITELIBDIR}/webrick/httpstatus.rb
-${RUBY_SITELIBDIR}/webrick/httputils.rb
-${RUBY_SITELIBDIR}/webrick/httpversion.rb
-${RUBY_SITELIBDIR}/webrick/log.rb
-${RUBY_SITELIBDIR}/webrick/mime.types
-${RUBY_SITELIBDIR}/webrick/server.rb
-${RUBY_SITELIBDIR}/webrick/utils.rb
-${RUBY_SITELIBDIR}/webrick/version.rb
-@dirrm ${RUBY_SITELIBDIR}/webrick
-${RUBY_DOCDIR}/webrick/webrick.rd
-@dirrm ${RUBY_DOCDIR}/webrick
-${RUBY_EXAMPLESDIR}/webrick/httpd/README
-${RUBY_EXAMPLESDIR}/webrick/httpd/conf/hosts.allow
-${RUBY_EXAMPLESDIR}/webrick/httpd/conf/hosts.deny
-${RUBY_EXAMPLESDIR}/webrick/httpd/conf/htdigest
-${RUBY_EXAMPLESDIR}/webrick/httpd/conf/htgroup
-${RUBY_EXAMPLESDIR}/webrick/httpd/conf/htpasswd
-${RUBY_EXAMPLESDIR}/webrick/httpd/conf/sample.crt
-${RUBY_EXAMPLESDIR}/webrick/httpd/conf/sample.key
-@dirrm ${RUBY_EXAMPLESDIR}/webrick/httpd/conf
-${RUBY_EXAMPLESDIR}/webrick/httpd/htdocs/.htaccess
-${RUBY_EXAMPLESDIR}/webrick/httpd/htdocs/.htpasswd
-${RUBY_EXAMPLESDIR}/webrick/httpd/htdocs/test.cgi
-${RUBY_EXAMPLESDIR}/webrick/httpd/htdocs/test.rhtml
-@dirrm ${RUBY_EXAMPLESDIR}/webrick/httpd/htdocs
-${RUBY_EXAMPLESDIR}/webrick/httpd/htproxy.rb
-${RUBY_EXAMPLESDIR}/webrick/httpd/httpd-auth.rb
-${RUBY_EXAMPLESDIR}/webrick/httpd/httpd-tcpwrap.rb
-${RUBY_EXAMPLESDIR}/webrick/httpd/httpd.rb
-${RUBY_EXAMPLESDIR}/webrick/httpd/httpsd.rb
-@dirrm ${RUBY_EXAMPLESDIR}/webrick/httpd
-${RUBY_EXAMPLESDIR}/webrick/leakproxy/README
-${RUBY_EXAMPLESDIR}/webrick/leakproxy/leakproxy.rb
-@dirrm ${RUBY_EXAMPLESDIR}/webrick/leakproxy
-${RUBY_EXAMPLESDIR}/webrick/rfc/rfc.rb
-${RUBY_EXAMPLESDIR}/webrick/rfc/rfc/.keep_me
-@dirrm ${RUBY_EXAMPLESDIR}/webrick/rfc/rfc
-@dirrm ${RUBY_EXAMPLESDIR}/webrick/rfc
-${RUBY_EXAMPLESDIR}/webrick/webdic/gaiji_setup.rb
-${RUBY_EXAMPLESDIR}/webrick/webdic/ndtp.rb
-${RUBY_EXAMPLESDIR}/webrick/webdic/webdic.rb
-@dirrm ${RUBY_EXAMPLESDIR}/webrick/webdic
-@dirrm ${RUBY_EXAMPLESDIR}/webrick
diff --git a/www/ruby-webrick/distinfo b/www/ruby-webrick/distinfo
deleted file mode 100644
index 61237b8923e..00000000000
--- a/www/ruby-webrick/distinfo
+++ /dev/null
@@ -1,9 +0,0 @@
-$NetBSD: distinfo,v 1.5 2005/02/24 14:08:38 wiz Exp $
-
-SHA1 (ruby/webrick-1.3.1.tar.gz) = 86ced9c5f04ba43ba94d04e5109295f0923c370a
-RMD160 (ruby/webrick-1.3.1.tar.gz) = ff5e3e3c2f3434595b569e776c2c8344597c6bea
-Size (ruby/webrick-1.3.1.tar.gz) = 71575 bytes
-SHA1 (patch-aa) = b293f75397c5cdfb136471951d97f420949a3197
-SHA1 (patch-ab) = eb26b842823df8689931f9210a14dacc5ddd1679
-SHA1 (patch-ac) = c0db32acc9d8fbca572a9f53c5b1a067a4b7afdd
-SHA1 (patch-ad) = 4764ed11b875ce2cbb1e7b109d5c77394e22c907
diff --git a/www/ruby-webrick/patches/patch-aa b/www/ruby-webrick/patches/patch-aa
deleted file mode 100644
index e068ad8e1a8..00000000000
--- a/www/ruby-webrick/patches/patch-aa
+++ /dev/null
@@ -1,21 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2005/01/28 14:20:44 taca Exp $
-
---- lib/webrick/httpauth.rb.orig 2003-07-23 04:20:42.000000000 +0900
-+++ lib/webrick/httpauth.rb
-@@ -14,6 +14,7 @@ require 'webrick/httpauth/digestauth'
- require 'webrick/httpauth/htpasswd'
- require 'webrick/httpauth/htdigest'
- require 'webrick/httpauth/htgroup'
-+require 'base64'
-
- module WEBrick
- module HTTPAuth
-@@ -23,7 +24,7 @@ module WEBrick
- user = pass = nil
- if /^Basic\s+(.*)/o =~ req[req_field]
- userpass = $1
-- user, pass = decode64(userpass).split(":", 2)
-+ user, pass = Base64.decode64(userpass).split(":", 2)
- end
- if block.call(user, pass)
- req.user = user
diff --git a/www/ruby-webrick/patches/patch-ab b/www/ruby-webrick/patches/patch-ab
deleted file mode 100644
index 0ae01917ca7..00000000000
--- a/www/ruby-webrick/patches/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2005/01/28 14:20:44 taca Exp $
-
---- lib/webrick/httpauth/basicauth.rb.orig 2003-02-20 16:15:47.000000000 +0900
-+++ lib/webrick/httpauth/basicauth.rb
-@@ -35,7 +35,7 @@ module WEBrick
- unless basic_credentials = check_scheme(req)
- challenge(req, res)
- end
-- userid, password = decode64(basic_credentials).split(":", 2)
-+ userid, password = Base64.decode64(basic_credentials).split(":", 2)
- password ||= ""
- if userid.empty?
- error("user id was not given.")
diff --git a/www/ruby-webrick/patches/patch-ac b/www/ruby-webrick/patches/patch-ac
deleted file mode 100644
index a9ec4eddebc..00000000000
--- a/www/ruby-webrick/patches/patch-ac
+++ /dev/null
@@ -1,28 +0,0 @@
-$NetBSD: patch-ac,v 1.1 2005/01/28 14:20:44 taca Exp $
-
---- lib/webrick/httpauth/digestauth.rb.orig 2003-02-20 16:15:47.000000000 +0900
-+++ lib/webrick/httpauth/digestauth.rb
-@@ -175,11 +175,11 @@ module WEBrick
-
- if auth_req['qop'] == "auth" || auth_req['qop'] == nil
- ha2 = hexdigest(req.request_method, auth_req['uri'])
-- ha2_res = digest("", auth_req['uri'])
-+ ha2_res = hexdigest("", auth_req['uri'])
- elsif auth_req['qop'] == "auth-int"
- ha2 = hexdigest(req.request_method, auth_req['uri'],
- hexdigest(req.body))
-- ha2_res = digest("", auth_req['uri'], hexdigest(req.body))
-+ ha2_res = hexdigest("", auth_req['uri'], hexdigest(res.body))
- end
-
- if auth_req['qop'] == "auth" || auth_req['qop'] == "auth-int"
-@@ -332,9 +332,6 @@ module WEBrick
- @h.hexdigest(args.join(":"))
- end
-
-- def digest(*args)
-- @h.digest(args.join(":"))
-- end
- end
-
- class ProxyDigestAuth < DigestAuth
diff --git a/www/ruby-webrick/patches/patch-ad b/www/ruby-webrick/patches/patch-ad
deleted file mode 100644
index 95144c597a8..00000000000
--- a/www/ruby-webrick/patches/patch-ad
+++ /dev/null
@@ -1,21 +0,0 @@
-$NetBSD: patch-ad,v 1.1 2005/01/28 14:20:44 taca Exp $
-
---- lib/webrick/httpauth/htpasswd.rb.orig 2003-07-23 04:20:45.000000000 +0900
-+++ lib/webrick/httpauth/htpasswd.rb
-@@ -32,7 +32,15 @@ module WEBrick
- open(@path){|io|
- while line = io.gets
- line.chomp!
-- user, pass = line.split(":")
-+ case line
-+ when %r!\A[^:]+:[a-zA-Z0-9./]{13}\z!
-+ user, pass = line.split(":")
-+ when /:\$/, /:{SHA}/
-+ raise NotImplementedError,
-+ 'MD5, SHA1 .htpasswd file not supported'
-+ else
-+ raise StandardError, 'bad .htpasswd file'
-+ end
- @passwd[user] = pass
- end
- }