pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/ruby-kramdown



Module Name:    pkgsrc
Committed By:   taca
Date:           Mon Mar 20 15:31:18 UTC 2017

Modified Files:
        pkgsrc/textproc/ruby-kramdown: Makefile PLIST distinfo

Log Message:
Update ruby-kramdownto 1.13.2.

kramdown 1.13.2 released                                2017/01/07

This release fixes some minor issues - updating is recommended.

Changes

3 bug fixes:

* Fix footnote link spacing to use non-breaking space (pull request #399 by
  Martyn Chamberlin)

* Show warning for unreferenced footnote definitions (fixes #400 reported by
  Kyle Barbour)

* Fix test cases with respect to Ruby 2.4 (fixes #401 reported by Connor Shea)

kramdown 1.13.1 released                                2016/11/25

This release fixes the GFM header ID generation for more cases, updating is
very recommended.

Changes

1 bug fix:

* Fix GFM header ID generation when code spans, math elements, entities,
  typographic symbols or smart quotes are used (fixes #391 reported by Nick
  Fagerlund)

kramdown 1.13.0 released                                2016/11/20

The biggest change in this release is the introduction of a converter for man
pages. Although there already exist two solutions (ronn and kramdown-man),
both are not completely satisfactory:

* Ronn doesn't use standard Markdown syntax for all elements.
* kramdown-man only converts a subset of the available element types.

The new man page converter uses standard kramdown syntax and supports nearly
all element types, including tables.

This release also brings some enhancements for the GFM parser. One thing to
note is that the header ID generation is now more compatible to GFM which also
means that some IDs will be different - so check the documents on which you
use the GFM parser, especially when you are using Jekyll or Github Pages.

Organizational-wise, issues and pull requests on Github that pertain to
feature requests have been closed and are now tracked through a dedicated
kramdown project on Github.

Changes

4 minor changes:

* Add new converter for man pages
* Header ID generation for the GFM parser is now more compatible to GFM (fixes
  #267, requested by chadpowers)
* Update to the MathJax math engine to allow formatting the preview as code /
  pre > code (pull request #372 by Florian Klampfer)
* Allow tabs in table separator lines (pull request #370 by Shuanglei Tao)

2 bug fixes:

* Compactly nested lists are now handled correctly after fixing a bug in
  indentation detection (fixes #368 reported by Christopher Brown)
* GFM parser: Allow indenting the delimiting lines of fenced code blocks for
  better GFM compatibility (pull request #369 by Shuanglei Tao)

2 other fixes and enhancements:

* Added information on how to run tests to README.md (fixes #377 reported by
  Aron Griffis)
* Added information about how to use KaTeX with the MathJax math engine (fixes
  #292 reported by Adrian Sieber, information by Dato Sim���)


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/textproc/ruby-kramdown/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/textproc/ruby-kramdown/PLIST
cvs rdiff -u -r1.15 -r1.16 pkgsrc/textproc/ruby-kramdown/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/ruby-kramdown/Makefile
diff -u pkgsrc/textproc/ruby-kramdown/Makefile:1.16 pkgsrc/textproc/ruby-kramdown/Makefile:1.17
--- pkgsrc/textproc/ruby-kramdown/Makefile:1.16 Tue Oct 18 14:34:01 2016
+++ pkgsrc/textproc/ruby-kramdown/Makefile      Mon Mar 20 15:31:18 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2016/10/18 14:34:01 taca Exp $
+# $NetBSD: Makefile,v 1.17 2017/03/20 15:31:18 taca Exp $
 
-DISTNAME=      kramdown-1.12.0
+DISTNAME=      kramdown-1.13.2
 CATEGORIES=    textproc
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/textproc/ruby-kramdown/PLIST
diff -u pkgsrc/textproc/ruby-kramdown/PLIST:1.13 pkgsrc/textproc/ruby-kramdown/PLIST:1.14
--- pkgsrc/textproc/ruby-kramdown/PLIST:1.13    Tue Oct 18 14:34:01 2016
+++ pkgsrc/textproc/ruby-kramdown/PLIST Mon Mar 20 15:31:18 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2016/10/18 14:34:01 taca Exp $
+@comment $NetBSD: PLIST,v 1.14 2017/03/20 15:31:18 taca Exp $
 bin/kramdown${RUBY_SUFFIX}
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/AUTHORS
@@ -44,6 +44,7 @@ ${GEM_LIBDIR}/lib/kramdown/converter/has
 ${GEM_LIBDIR}/lib/kramdown/converter/html.rb
 ${GEM_LIBDIR}/lib/kramdown/converter/kramdown.rb
 ${GEM_LIBDIR}/lib/kramdown/converter/latex.rb
+${GEM_LIBDIR}/lib/kramdown/converter/man.rb
 ${GEM_LIBDIR}/lib/kramdown/converter/math_engine/itex2mml.rb
 ${GEM_LIBDIR}/lib/kramdown/converter/math_engine/mathjax.rb
 ${GEM_LIBDIR}/lib/kramdown/converter/math_engine/mathjaxnode.rb
@@ -226,6 +227,8 @@ ${GEM_LIBDIR}/test/testcases/block/08_li
 ${GEM_LIBDIR}/test/testcases/block/08_list/item_ial.text
 ${GEM_LIBDIR}/test/testcases/block/08_list/lazy.html
 ${GEM_LIBDIR}/test/testcases/block/08_list/lazy.text
+${GEM_LIBDIR}/test/testcases/block/08_list/lazy_and_nested.html
+${GEM_LIBDIR}/test/testcases/block/08_list/lazy_and_nested.text
 ${GEM_LIBDIR}/test/testcases/block/08_list/list_and_hr.html
 ${GEM_LIBDIR}/test/testcases/block/08_list/list_and_hr.text
 ${GEM_LIBDIR}/test/testcases/block/08_list/list_and_others.html
@@ -388,6 +391,9 @@ ${GEM_LIBDIR}/test/testcases/block/15_ma
 ${GEM_LIBDIR}/test/testcases/block/15_math/mathjax_preview.html
 ${GEM_LIBDIR}/test/testcases/block/15_math/mathjax_preview.options
 ${GEM_LIBDIR}/test/testcases/block/15_math/mathjax_preview.text
+${GEM_LIBDIR}/test/testcases/block/15_math/mathjax_preview_as_code.html
+${GEM_LIBDIR}/test/testcases/block/15_math/mathjax_preview_as_code.options
+${GEM_LIBDIR}/test/testcases/block/15_math/mathjax_preview_as_code.text
 ${GEM_LIBDIR}/test/testcases/block/15_math/mathjax_preview_simple.html
 ${GEM_LIBDIR}/test/testcases/block/15_math/mathjax_preview_simple.options
 ${GEM_LIBDIR}/test/testcases/block/15_math/mathjax_preview_simple.text
@@ -421,6 +427,22 @@ ${GEM_LIBDIR}/test/testcases/block/16_to
 ${GEM_LIBDIR}/test/testcases/block/16_toc/toc_with_footnotes.text
 ${GEM_LIBDIR}/test/testcases/encoding.html
 ${GEM_LIBDIR}/test/testcases/encoding.text
+${GEM_LIBDIR}/test/testcases/man/example.man
+${GEM_LIBDIR}/test/testcases/man/example.text
+${GEM_LIBDIR}/test/testcases/man/heading-name-dash-description.man
+${GEM_LIBDIR}/test/testcases/man/heading-name-dash-description.text
+${GEM_LIBDIR}/test/testcases/man/heading-name-description.man
+${GEM_LIBDIR}/test/testcases/man/heading-name-description.text
+${GEM_LIBDIR}/test/testcases/man/heading-name-section-description.man
+${GEM_LIBDIR}/test/testcases/man/heading-name-section-description.text
+${GEM_LIBDIR}/test/testcases/man/heading-name-section.man
+${GEM_LIBDIR}/test/testcases/man/heading-name-section.text
+${GEM_LIBDIR}/test/testcases/man/heading-name.man
+${GEM_LIBDIR}/test/testcases/man/heading-name.text
+${GEM_LIBDIR}/test/testcases/man/sections.man
+${GEM_LIBDIR}/test/testcases/man/sections.text
+${GEM_LIBDIR}/test/testcases/man/text-escaping.man
+${GEM_LIBDIR}/test/testcases/man/text-escaping.text
 ${GEM_LIBDIR}/test/testcases/span/01_link/empty.html
 ${GEM_LIBDIR}/test/testcases/span/01_link/empty.text
 ${GEM_LIBDIR}/test/testcases/span/01_link/empty_title.htmlinput
@@ -573,11 +595,21 @@ ${GEM_LIBDIR}/test/testcases_gfm/backtic
 ${GEM_LIBDIR}/test/testcases_gfm/backticks_disable_highlighting.text
 ${GEM_LIBDIR}/test/testcases_gfm/backticks_syntax.html
 ${GEM_LIBDIR}/test/testcases_gfm/backticks_syntax.text
+${GEM_LIBDIR}/test/testcases_gfm/codeblock_fenced.html
+${GEM_LIBDIR}/test/testcases_gfm/codeblock_fenced.options
+${GEM_LIBDIR}/test/testcases_gfm/codeblock_fenced.text
 ${GEM_LIBDIR}/test/testcases_gfm/hard_line_breaks.html
 ${GEM_LIBDIR}/test/testcases_gfm/hard_line_breaks.text
 ${GEM_LIBDIR}/test/testcases_gfm/hard_line_breaks_off.html
 ${GEM_LIBDIR}/test/testcases_gfm/hard_line_breaks_off.options
 ${GEM_LIBDIR}/test/testcases_gfm/hard_line_breaks_off.text
+${GEM_LIBDIR}/test/testcases_gfm/header_ids.html
+${GEM_LIBDIR}/test/testcases_gfm/header_ids.html.19
+${GEM_LIBDIR}/test/testcases_gfm/header_ids.options
+${GEM_LIBDIR}/test/testcases_gfm/header_ids.text
+${GEM_LIBDIR}/test/testcases_gfm/header_ids_with_prefix.html
+${GEM_LIBDIR}/test/testcases_gfm/header_ids_with_prefix.options
+${GEM_LIBDIR}/test/testcases_gfm/header_ids_with_prefix.text
 ${GEM_LIBDIR}/test/testcases_gfm/paragraph_end-disabled.html
 ${GEM_LIBDIR}/test/testcases_gfm/paragraph_end-disabled.options
 ${GEM_LIBDIR}/test/testcases_gfm/paragraph_end-disabled.text

Index: pkgsrc/textproc/ruby-kramdown/distinfo
diff -u pkgsrc/textproc/ruby-kramdown/distinfo:1.15 pkgsrc/textproc/ruby-kramdown/distinfo:1.16
--- pkgsrc/textproc/ruby-kramdown/distinfo:1.15 Tue Oct 18 14:34:01 2016
+++ pkgsrc/textproc/ruby-kramdown/distinfo      Mon Mar 20 15:31:18 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.15 2016/10/18 14:34:01 taca Exp $
+$NetBSD: distinfo,v 1.16 2017/03/20 15:31:18 taca Exp $
 
-SHA1 (kramdown-1.12.0.gem) = a18bc212eedb921a346e334cb26ed115f2e52b25
-RMD160 (kramdown-1.12.0.gem) = c72e19ee9bdeb88bb84364e0949c566ff0441d62
-SHA512 (kramdown-1.12.0.gem) = 43d9e4b5fd2cd0e496f725b14c0a55b1f0db9274340909e01fd106ede3d3d5f2ec1ac1f3690a8951f7726bcc111e281ff3d28c0f488d2b4c508dc895af4c88af
-Size (kramdown-1.12.0.gem) = 243712 bytes
+SHA1 (kramdown-1.13.2.gem) = 3504d4880adf13b5fd787a26299b0cfeee8dfb53
+RMD160 (kramdown-1.13.2.gem) = 5fd1cb73ce2d8212feb7d7f31a60c11627cdc400
+SHA512 (kramdown-1.13.2.gem) = dd2194184a7761bc490535a9d5631b78441b83f040e37dafc25b956dd680fe398d19ae75aff06dc2ec6a7573ac198169e175ef78a95743f0f7b4874bf28cebf8
+Size (kramdown-1.13.2.gem) = 249856 bytes



Home | Main Index | Thread Index | Old Index