From 700835f29b46fccde5a8671fa9787fa69e61eff7 Mon Sep 17 00:00:00 2001 From: taca Date: Tue, 5 May 2020 06:01:51 +0000 Subject: textproc/ruby-kramdown: update to 2.2.1 Update ruby-kramdown to 2.2.1. pkgsrc change * Add missing denendency to textproc/ruby-rexml. * Add "USE_LANGUAGES= # none". kramdown 2.2.1 released (2020-04-23) Changes 1 bug fix: * Don't set role=doc-toc in HTML converter because it is invalid for ul/ol (fixes #653 by XhmikosR) kramdown 2.2.0 released (2020-04-22) This release is a hotchpotch of many small, internal changes, some minor user visible changes and a few bug fixes. Special thanks to Ashwin Maroli for his many contributions! Changes 5 minor changes: * Change output of MathJax math engine to be compatible with MathJax v2 and v3 (fixes issue #626 by Abe Voelker) and wrap it in
/ tags for attribute assignment (fixes issue #533 by Luc J. Bourhis) * Make rexml a dependency due to it not being a default gem in the future (PR #638 by David Rodriguez) * Add WAI-ARIA role attributes to TOC and footnotes HTML (PR #646 by Maxime Kjaer) * Remove redundant line breaks in HTML output for CJK scripts (fixes issue #587, PR #588 both by Fangyi Zhou); can be enabled via the new option remove_line_breaks_for_cjk * Several internal changes with respect to memory usage and performance (PRs #600, #601, #621, #619, #641, #642, #597, #578, #598, #596 by Ashwin Maroli) --- textproc/ruby-kramdown/Makefile | 8 ++++++-- textproc/ruby-kramdown/PLIST | 16 ++++++---------- textproc/ruby-kramdown/distinfo | 10 +++++----- 3 files changed, 17 insertions(+), 17 deletions(-) (limited to 'textproc') diff --git a/textproc/ruby-kramdown/Makefile b/textproc/ruby-kramdown/Makefile index 69ef7f719a9..e567ff0b1c9 100644 --- a/textproc/ruby-kramdown/Makefile +++ b/textproc/ruby-kramdown/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.22 2019/10/05 04:34:02 ryoon Exp $ +# $NetBSD: Makefile,v 1.23 2020/05/05 06:01:51 taca Exp $ -DISTNAME= kramdown-2.1.0 +DISTNAME= kramdown-2.2.1 CATEGORIES= textproc MAINTAINER= pkgsrc-users@NetBSD.org @@ -8,7 +8,11 @@ HOMEPAGE= https://kramdown.gettalong.org/ COMMENT= Pure-Ruby Markdown-superset parser and converter LICENSE= mit +DEPENDS+= ${RUBY_PKGPREFIX}-rexml:../../textproc/ruby-rexml + RUBYGEM_OPTIONS+= --format-executable +USE_LANGUAGES= # none + .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" diff --git a/textproc/ruby-kramdown/PLIST b/textproc/ruby-kramdown/PLIST index 5a98bfbaa8f..938243546ae 100644 --- a/textproc/ruby-kramdown/PLIST +++ b/textproc/ruby-kramdown/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.18 2019/10/05 04:34:02 ryoon Exp $ +@comment $NetBSD: PLIST,v 1.19 2020/05/05 06:01:51 taca Exp $ bin/kramdown${RUBY_SUFFIX} ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/AUTHORS @@ -290,6 +290,8 @@ ${GEM_LIBDIR}/test/testcases/block/09_html/processing_instruction.text ${GEM_LIBDIR}/test/testcases/block/09_html/simple.html ${GEM_LIBDIR}/test/testcases/block/09_html/simple.options ${GEM_LIBDIR}/test/testcases/block/09_html/simple.text +${GEM_LIBDIR}/test/testcases/block/09_html/standalone_image_in_div.htmlinput +${GEM_LIBDIR}/test/testcases/block/09_html/standalone_image_in_div.text ${GEM_LIBDIR}/test/testcases/block/09_html/textarea.html ${GEM_LIBDIR}/test/testcases/block/09_html/textarea.text ${GEM_LIBDIR}/test/testcases/block/09_html/xml.html @@ -361,15 +363,6 @@ ${GEM_LIBDIR}/test/testcases/block/14_table/table_with_footnote.latex ${GEM_LIBDIR}/test/testcases/block/14_table/table_with_footnote.text ${GEM_LIBDIR}/test/testcases/block/15_math/gh_128.html ${GEM_LIBDIR}/test/testcases/block/15_math/gh_128.text -${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 ${GEM_LIBDIR}/test/testcases/block/15_math/no_engine.html ${GEM_LIBDIR}/test/testcases/block/15_math/no_engine.options ${GEM_LIBDIR}/test/testcases/block/15_math/no_engine.text @@ -389,6 +382,9 @@ ${GEM_LIBDIR}/test/testcases/block/16_toc/toc_with_footnotes.text ${GEM_LIBDIR}/test/testcases/block/16_toc/toc_with_links.html ${GEM_LIBDIR}/test/testcases/block/16_toc/toc_with_links.options ${GEM_LIBDIR}/test/testcases/block/16_toc/toc_with_links.text +${GEM_LIBDIR}/test/testcases/cjk-line-break.html +${GEM_LIBDIR}/test/testcases/cjk-line-break.options +${GEM_LIBDIR}/test/testcases/cjk-line-break.text ${GEM_LIBDIR}/test/testcases/encoding.html ${GEM_LIBDIR}/test/testcases/encoding.text ${GEM_LIBDIR}/test/testcases/man/example.man diff --git a/textproc/ruby-kramdown/distinfo b/textproc/ruby-kramdown/distinfo index 03eb9ad2e14..99cac187103 100644 --- a/textproc/ruby-kramdown/distinfo +++ b/textproc/ruby-kramdown/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.20 2019/10/05 04:34:02 ryoon Exp $ +$NetBSD: distinfo,v 1.21 2020/05/05 06:01:51 taca Exp $ -SHA1 (kramdown-2.1.0.gem) = caa3e24ec1ea7d42f3bb17de84971d798da71f96 -RMD160 (kramdown-2.1.0.gem) = f8d6c39653fad81514ff8603cbeecb629f05c7a4 -SHA512 (kramdown-2.1.0.gem) = 86a2934218365c71ff4f99591cba3b49ddc5ee60a78fcd7bf1f72e86281cda7bbea3c67b1b7caca6c4b8ca6e5b62d4df25e85089db659c93bd4da4b1c8eada69 -Size (kramdown-2.1.0.gem) = 119808 bytes +SHA1 (kramdown-2.2.1.gem) = f7881183159178941703ed0980d11ecf59542efe +RMD160 (kramdown-2.2.1.gem) = f9a27d128f966d57c1339dc27b026248955d35d9 +SHA512 (kramdown-2.2.1.gem) = 7c322010a8a418706c48d5a1011354aba215d50be94354fff93a636ff3453906bb381cf5669560a6bd10ecaf3bab7b04f446efa0a4b85322865b879f74de4c43 +Size (kramdown-2.2.1.gem) = 121344 bytes -- cgit v1.2.3