diff options
author | taca <taca@pkgsrc.org> | 2011-08-12 15:21:33 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2011-08-12 15:21:33 +0000 |
commit | 7c50e064a63fdd335e00d666d060e6ca06cc7254 (patch) | |
tree | ade5215d94533e0ef54b51139bec0eaa41646e9c | |
parent | ab54a0185775ba6877eb98887fba5235dee99da8 (diff) | |
download | pkgsrc-7c50e064a63fdd335e00d666d060e6ca06cc7254.tar.gz |
Update ruby-rdoc package to 3.9.1.
=== 3.9.1 / ??
* Bug fixes
* Fix RDoc::Markup parser for a header followed by a non-text token. Issue
#56 by Adam Tait
* Fix RDoc::Markup::ToHtmlCrossref#gen_url for non-<tt>rdoc-ref</tt> links.
* Fix bug report URL when rdoc crashes.
=== 3.9 / 2011-07-30
* Minor enhancements
* RDoc::Parser::C now supports :doc: and :nodoc: for class comments
* Added the <tt>rdoc-ref:</tt> link scheme which links to a named reference.
<tt>rdoc-ref:</tt> can resolve references to classes, modules, methods,
files, etc. This can be used to create cross-generator named links unlike
the <tt>link:</tt> scheme which is dependent upon the exact file name.
Issue #53 by Simon Chiang
* Pulled RDoc::CrossReference out of RDoc::Markup::ToHtmlCrossref.
Cross-references can now be created easily for non-HTML formatters.
* Bug fixes
* `ri []` and other special methods now work properly. Issue #52 by
ddebernardy.
* `ri` now has space between class comments from multiple files.
* :stopdoc: no longer creates Object references. Issue #55 by Simon Chiang
* :nodoc: works on class aliases now. Issue #51 by Steven G. Harms
* Remove tokenizer restriction on header lengths for verbatim sections.
Issue #49 by trans
-rw-r--r-- | devel/ruby-rdoc/PLIST | 4 | ||||
-rw-r--r-- | devel/ruby-rdoc/distinfo | 8 |
2 files changed, 7 insertions, 5 deletions
diff --git a/devel/ruby-rdoc/PLIST b/devel/ruby-rdoc/PLIST index 90da8ba0a54..17d69f619e5 100644 --- a/devel/ruby-rdoc/PLIST +++ b/devel/ruby-rdoc/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2011/07/22 03:18:44 taca Exp $ +@comment $NetBSD: PLIST,v 1.3 2011/08/12 15:21:33 taca Exp $ bin/rdoc bin/ri ${GEM_HOME}/cache/${GEM_NAME}.gem @@ -23,6 +23,7 @@ ${GEM_LIBDIR}/lib/rdoc/code_object.rb ${GEM_LIBDIR}/lib/rdoc/code_objects.rb ${GEM_LIBDIR}/lib/rdoc/constant.rb ${GEM_LIBDIR}/lib/rdoc/context.rb +${GEM_LIBDIR}/lib/rdoc/cross_reference.rb ${GEM_LIBDIR}/lib/rdoc/encoding.rb ${GEM_LIBDIR}/lib/rdoc/erbio.rb ${GEM_LIBDIR}/lib/rdoc/gauntlet.rb @@ -132,6 +133,7 @@ ${GEM_LIBDIR}/test/test_rdoc_code_object.rb ${GEM_LIBDIR}/test/test_rdoc_constant.rb ${GEM_LIBDIR}/test/test_rdoc_context.rb ${GEM_LIBDIR}/test/test_rdoc_context_section.rb +${GEM_LIBDIR}/test/test_rdoc_cross_reference.rb ${GEM_LIBDIR}/test/test_rdoc_encoding.rb ${GEM_LIBDIR}/test/test_rdoc_generator_darkfish.rb ${GEM_LIBDIR}/test/test_rdoc_generator_ri.rb diff --git a/devel/ruby-rdoc/distinfo b/devel/ruby-rdoc/distinfo index d13b9d55712..568060a6042 100644 --- a/devel/ruby-rdoc/distinfo +++ b/devel/ruby-rdoc/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2011/07/22 03:18:44 taca Exp $ +$NetBSD: distinfo,v 1.3 2011/08/12 15:21:33 taca Exp $ -SHA1 (rdoc-3.8.gem) = 7cdc98c0633b7b471482e582d409cbc4e17aaa98 -RMD160 (rdoc-3.8.gem) = b36ab031605c229f331f61b65047ad4051e249b6 -Size (rdoc-3.8.gem) = 248320 bytes +SHA1 (rdoc-3.9.1.gem) = 2f397aedff02503447386e951ff7c7aaeea8c322 +RMD160 (rdoc-3.9.1.gem) = 6adfcce68b50a9c9f5c123f060468f0b5967fc5d +Size (rdoc-3.9.1.gem) = 252416 bytes |