pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/ruby-rdoc Update rdoc package to 4.2.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7c7dfafee06a
branches:  trunk
changeset: 645231:7c7dfafee06a
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Jan 25 16:14:23 2015 +0000

description:
Update rdoc package to 4.2.0.

=== 4.2.0 / 2014-12-06

* Major enhancements
  * RDoc can now produce translation files for use with gettext.  See
    RDoc::Generator::POT for a workflow for creating translations of your
    documentation.  Pull request #254 by Kouhei Sutou.

* Minor enhancements
  * RDoc now allows any single-word macro before a C method implementation.
    Issue #722 by Hanmac.
  * Now :all is a synonym for :private for RDoc::Options#visibility= to match
    the --all command line option.  Pull request #276 by Zachary Scott.
  * Running rake for the first time now installs racc.  Pull request #285 by
    Kouhei Sutou.
  * Added <code>-h</code> flag to also display help.  Issue #300 by Ryan Davis
  * search_index.js is now loaded asynchronously for improved performance.
  * Allow +X::Y+ as typewriter text.  Issue #319, pull request #322 by Jeremy
    Evans.
  * Added RDoc::RI::Task for building ri data easily through rake.  Pull
    request #332 by Zachary Scott.
  * A gzipped search index is generated for servers configured to use
    precompressed files.  Pull request #334 by Zachary Scott.
  * CSS files now live under /css relative to the document root.  Pull request
    #335 by Zachary Scott.
  * Improved detection of valid ruby in verbatim sections.  Pull request #333
    by Jeremy Evans.

* Bug fixes
  * Fixed HTML labels for cross-browser compatibility.  This breaks existing
    links but enables cross-browser compatibility.  Pull request #330 by Jens
    Wille.
  * RDoc handles ASCII-incompatible encodings now.  An encoding hint may need
    to be added to the file for RDoc to produce correct output, though.
    Issue #288 by Manuel Meurer.
  * Fixed height recalculation issues when headings are hovered.  Issue #289
    by Dietmar H. Büto.
  * RDoc now ignores its own output directories.  Pull Request #306 by
    Hsing-Hui Hsu, bug #305 by Ryan Davis.
  * Fixed RDoc::Task no longer uselessly builds documentation when generating
    non-HTML output.  Bug #307 by Christina Thompson, pull request #308 by
    Hsing-Hui Hsu
  * Added pointer to font copyright and license information to LEGAL.rdoc.
    Issue #290 by Christian Hofstaedtler.
  * Fixed RDoc::Context#<=> for ruby trunk.  Issue #284 by Hanmac, pull
    request #287 by Aaron Patterson
  * Tests no longer create directories inside test/.  Pull request #286 by
    Kouhei Sutou.
  * Fixed documentation example in RDoc::Markup.  Pull request #292 by Gregory
    Brown.
  * Applied typo fix to RDoc::Markup. Pull request #297 by @montanalow
  * Fixed pretty_print for RDoc::MethodAttr with an alias.  Pull request #324
    by Hsing-Hui Hsu.
  * Fixed lexing of %w"".  Issue #315 by Thierry Lambert, pull request #323 by
    Jeremy Evans.
  * RDoc::TokenStream now removes nil tokens.  Pull request #318 by Calle
    Erlandsson.
  * Fixed footer links to rubyforge and darkfish.  Pull request #328 by
    @blackwinter
  * Fixed page-top link.  Pull request #329 by @blackwinter
  * Minitest gem activation failures are now ignored during test startup.
    Issue #313 by Vít Ondruch.
  * Fixed error when generating documentation from singleton classes.  Issue
    #311 by Vít Ondruch.
  * Splat and keyword params can now be detected for documentation
    completeness.  Issue #321 Tom Kadwill.
  * Standalone anchors in markdown documents are no longer escaped.  Issue
    #312 by Scott Thompson.
  * Fixed RegExp matching stack overflow on Ruby 1.8.7.  Issue #327 by sshao.

=== 4.1.2 / 2014-09-05

* Bug fixes
  * Updated vendored jQuery to 1.6.4.  Bug ruby/ruby#711 by @neuralme

diffstat:

 devel/ruby-rdoc/Makefile |   4 ++--
 devel/ruby-rdoc/PLIST    |  12 +++++++++---
 devel/ruby-rdoc/distinfo |   8 ++++----
 3 files changed, 15 insertions(+), 9 deletions(-)

diffs (74 lines):

diff -r 45cdff6447ef -r 7c7dfafee06a devel/ruby-rdoc/Makefile
--- a/devel/ruby-rdoc/Makefile  Sun Jan 25 16:13:46 2015 +0000
+++ b/devel/ruby-rdoc/Makefile  Sun Jan 25 16:14:23 2015 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2014/03/14 14:31:20 taca Exp $
+# $NetBSD: Makefile,v 1.10 2015/01/25 16:14:23 taca Exp $
 
-DISTNAME=      rdoc-4.1.1
+DISTNAME=      rdoc-${RUBY_RDOC_PKGSRC_VERS}
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r 45cdff6447ef -r 7c7dfafee06a devel/ruby-rdoc/PLIST
--- a/devel/ruby-rdoc/PLIST     Sun Jan 25 16:13:46 2015 +0000
+++ b/devel/ruby-rdoc/PLIST     Sun Jan 25 16:14:23 2015 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2014/03/14 14:31:20 taca Exp $
+@comment $NetBSD: PLIST,v 1.10 2015/01/25 16:14:23 taca Exp $
 bin/rdoc
 bin/ri
 ${GEM_HOME}/cache/${GEM_NAME}.gem
@@ -41,6 +41,7 @@
 ${GEM_LIBDIR}/lib/rdoc/generator/darkfish.rb
 ${GEM_LIBDIR}/lib/rdoc/generator/json_index.rb
 ${GEM_LIBDIR}/lib/rdoc/generator/markup.rb
+${GEM_LIBDIR}/lib/rdoc/generator/pot.rb
 ${GEM_LIBDIR}/lib/rdoc/generator/ri.rb
 ${GEM_LIBDIR}/lib/rdoc/generator/template/darkfish/.document
 ${GEM_LIBDIR}/lib/rdoc/generator/template/darkfish/_footer.rhtml
@@ -59,7 +60,8 @@
 ${GEM_LIBDIR}/lib/rdoc/generator/template/darkfish/_sidebar_sections.rhtml
 ${GEM_LIBDIR}/lib/rdoc/generator/template/darkfish/_sidebar_table_of_contents.rhtml
 ${GEM_LIBDIR}/lib/rdoc/generator/template/darkfish/class.rhtml
-${GEM_LIBDIR}/lib/rdoc/generator/template/darkfish/fonts.css
+${GEM_LIBDIR}/lib/rdoc/generator/template/darkfish/css/fonts.css
+${GEM_LIBDIR}/lib/rdoc/generator/template/darkfish/css/rdoc.css
 ${GEM_LIBDIR}/lib/rdoc/generator/template/darkfish/fonts/Lato-Light.ttf
 ${GEM_LIBDIR}/lib/rdoc/generator/template/darkfish/fonts/Lato-LightItalic.ttf
 ${GEM_LIBDIR}/lib/rdoc/generator/template/darkfish/fonts/Lato-Regular.ttf
@@ -96,7 +98,6 @@
 ${GEM_LIBDIR}/lib/rdoc/generator/template/darkfish/js/jquery.js
 ${GEM_LIBDIR}/lib/rdoc/generator/template/darkfish/js/search.js
 ${GEM_LIBDIR}/lib/rdoc/generator/template/darkfish/page.rhtml
-${GEM_LIBDIR}/lib/rdoc/generator/template/darkfish/rdoc.css
 ${GEM_LIBDIR}/lib/rdoc/generator/template/darkfish/servlet_not_found.rhtml
 ${GEM_LIBDIR}/lib/rdoc/generator/template/darkfish/servlet_root.rhtml
 ${GEM_LIBDIR}/lib/rdoc/generator/template/darkfish/table_of_contents.rhtml
@@ -238,7 +239,12 @@
 ${GEM_LIBDIR}/test/test_rdoc_generator_darkfish.rb
 ${GEM_LIBDIR}/test/test_rdoc_generator_json_index.rb
 ${GEM_LIBDIR}/test/test_rdoc_generator_markup.rb
+${GEM_LIBDIR}/test/test_rdoc_generator_pot.rb
+${GEM_LIBDIR}/test/test_rdoc_generator_pot_po.rb
+${GEM_LIBDIR}/test/test_rdoc_generator_pot_po_entry.rb
 ${GEM_LIBDIR}/test/test_rdoc_generator_ri.rb
+${GEM_LIBDIR}/test/test_rdoc_i18n_locale.rb
+${GEM_LIBDIR}/test/test_rdoc_i18n_text.rb
 ${GEM_LIBDIR}/test/test_rdoc_include.rb
 ${GEM_LIBDIR}/test/test_rdoc_markdown.rb
 ${GEM_LIBDIR}/test/test_rdoc_markdown_test.rb
diff -r 45cdff6447ef -r 7c7dfafee06a devel/ruby-rdoc/distinfo
--- a/devel/ruby-rdoc/distinfo  Sun Jan 25 16:13:46 2015 +0000
+++ b/devel/ruby-rdoc/distinfo  Sun Jan 25 16:14:23 2015 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2014/03/14 14:31:20 taca Exp $
+$NetBSD: distinfo,v 1.14 2015/01/25 16:14:23 taca Exp $
 
-SHA1 (rdoc-4.1.1.gem) = 7bad9688755b9262a33d0c656ba23c25fbfeee47
-RMD160 (rdoc-4.1.1.gem) = d5310f936a143ffe02a3a40f7f1a19e809092758
-Size (rdoc-4.1.1.gem) = 733696 bytes
+SHA1 (rdoc-4.2.0.gem) = aae438f8898bc0ac52ae53bfc19ae8a24a16179c
+RMD160 (rdoc-4.2.0.gem) = 8ab69180c5e1d14908cead128ebf7c05131dcad3
+Size (rdoc-4.2.0.gem) = 735232 bytes
 SHA1 (patch-lib_rdoc_parser_c.rb) = df01f624cff5c6e5e3a8bd711063fde82c83372d



Home | Main Index | Thread Index | Old Index