diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-02-02 19:43:36 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-02-02 19:43:36 +0000 |
commit | 22aec74ca759143d61c52337c975acea5f1b6966 (patch) | |
tree | 130035de0e6489f0db886c9370fefa950e140e6c /textproc/ruby-rdtool/files | |
parent | Update to version 1.3.3. (diff) |
Update to 0.6.11.
Notes
Notes:
svn path=/head/; revision=54144
Diffstat (limited to 'textproc/ruby-rdtool/files')
-rw-r--r-- | textproc/ruby-rdtool/files/patch-rdhtml-lib.rb | 11 | ||||
-rw-r--r-- | textproc/ruby-rdtool/files/patch-rdvisitor.rb | 11 |
2 files changed, 0 insertions, 22 deletions
diff --git a/textproc/ruby-rdtool/files/patch-rdhtml-lib.rb b/textproc/ruby-rdtool/files/patch-rdhtml-lib.rb deleted file mode 100644 index 05b10801d3e3..000000000000 --- a/textproc/ruby-rdtool/files/patch-rdhtml-lib.rb +++ /dev/null @@ -1,11 +0,0 @@ ---- rd/rd2html-lib.rb.orig Wed Jun 6 02:20:47 2001 -+++ rd/rd2html-lib.rb Sat Dec 8 21:49:40 2001 -@@ -347,7 +347,7 @@ - def apply_to_Foottext(element, content) - num = get_footnote_num(element) - raise ArgumentError, "[BUG] #{element} isn't registered." unless num -- %|<a name="foottext:#{num}" id="foottext:#{num}" href="footmark:#{num}">|+ -+ %|<a name="foottext:#{num}" id="foottext:#{num}" href="#footmark:#{num}">|+ - %|<sup><small>*#{num}</small></sup></a>| + - %|<small>#{content}</small><br />| - end diff --git a/textproc/ruby-rdtool/files/patch-rdvisitor.rb b/textproc/ruby-rdtool/files/patch-rdvisitor.rb deleted file mode 100644 index 0162ab67d517..000000000000 --- a/textproc/ruby-rdtool/files/patch-rdvisitor.rb +++ /dev/null @@ -1,11 +0,0 @@ ---- rd/rdvisitor.rb.orig Tue May 22 02:37:12 2001 -+++ rd/rdvisitor.rb Thu Jun 7 12:37:19 2001 -@@ -193,7 +193,7 @@ - indexes = [] - tree.each do |i| - if i.is_a?(MethodListItem) -- klass, kind, method, args = analize_method(i.term) -+ klass, kind, method, args = analize_method(i.term.content) - indexes.push([klass, kind2num(kind), method, kind]) if kind - end - end |