diff options
author | taca <taca@pkgsrc.org> | 2011-12-16 11:48:33 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2011-12-16 11:48:33 +0000 |
commit | afa02c7f0162705585ac9830903a6f3a175020f9 (patch) | |
tree | e1061dc5484a59166941230b9db23561d03f5c31 /devel | |
parent | 44b7dc74e50d05e044e919a732d777e04cbe90f4 (diff) | |
download | pkgsrc-afa02c7f0162705585ac9830903a6f3a175020f9.tar.gz |
Update ruby-rdoc package to 3.12.
=== 3.12 / 2011-12-15
* Minor enhancements
* Added DEVELOPERS document which contains an overview of how RDoc works and
how to add new features to RDoc.
* Improved title for HTML output to include <code>--title</code> in the
title element.
* <code>rdoc --pipe</code> now understands <code>--markup</code>.
* RDoc now supports irc-scheme hyperlinks. Issue #83 by trans.
* Bug fixes
* Fix title on HTML output for pages.
* Fixed parsing of non-indented HEREDOC.
* Fixed parsing of <code>%w[]</code> and other % literals. Issue #84 by
Erik Hollensbe
* Fixed arrow replacement in HTML output munging the spaceship operator.
Issue #85 by eclectic923.
* Verbatim sections with ERB that match the ruby code whitelist are no
longer syntax-highlighted. Issue #86 by eclectic923
* Line endings on windows are normalized immediately after reading with
binmode. Issue #87 by Usa Nakamura
* RDoc better understands directives for comments. Comment directives can
now be found anywhere in multi-line comments. Issue #90 by Ryan Davis
* Tidy links to methods show the label again. Issue #88 by Simon Chiang
* RDoc::Parser::C can now find comments directly above
+rb_define_class_under+. Issue #89 by Enrico
* In rdoc, backspace and ansi formatters, labels and notes without bodies
are now shown.
* In rdoc, backspace and ansi formatters, whitespace between label or note
and the colon is now stripped.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ruby-rdoc/PLIST | 3 | ||||
-rw-r--r-- | devel/ruby-rdoc/distinfo | 8 |
2 files changed, 6 insertions, 5 deletions
diff --git a/devel/ruby-rdoc/PLIST b/devel/ruby-rdoc/PLIST index 4dad90d874e..b87aac57c50 100644 --- a/devel/ruby-rdoc/PLIST +++ b/devel/ruby-rdoc/PLIST @@ -1,10 +1,11 @@ -@comment $NetBSD: PLIST,v 1.5 2011/11/13 15:57:22 taca Exp $ +@comment $NetBSD: PLIST,v 1.6 2011/12/16 11:48:33 taca Exp $ bin/rdoc bin/ri ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/.autotest ${GEM_LIBDIR}/.document ${GEM_LIBDIR}/.gemtest +${GEM_LIBDIR}/DEVELOPERS.rdoc ${GEM_LIBDIR}/History.rdoc ${GEM_LIBDIR}/LEGAL.rdoc ${GEM_LIBDIR}/LICENSE.rdoc diff --git a/devel/ruby-rdoc/distinfo b/devel/ruby-rdoc/distinfo index 4d03a297c2e..ace8c6bd129 100644 --- a/devel/ruby-rdoc/distinfo +++ b/devel/ruby-rdoc/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2011/11/13 15:57:22 taca Exp $ +$NetBSD: distinfo,v 1.8 2011/12/16 11:48:33 taca Exp $ -SHA1 (rdoc-3.11.gem) = 4f4cb21b84df4938a11f54c26b064a7e68003a6d -RMD160 (rdoc-3.11.gem) = c9036f2177da8a5c368653e6bcdbafa405b288c2 -Size (rdoc-3.11.gem) = 311808 bytes +SHA1 (rdoc-3.12.gem) = 0092906da815652255b6a1f694b2a4519131817c +RMD160 (rdoc-3.12.gem) = 9ae71afff3e7d89f1993f64aaea728e1eef0d96b +Size (rdoc-3.12.gem) = 315904 bytes |