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:           Tue May  5 06:01:51 UTC 2020

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

Log Message:
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 <div>/<span> 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)


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/textproc/ruby-kramdown/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/textproc/ruby-kramdown/PLIST
cvs rdiff -u -r1.20 -r1.21 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.22 pkgsrc/textproc/ruby-kramdown/Makefile:1.23
--- pkgsrc/textproc/ruby-kramdown/Makefile:1.22 Sat Oct  5 04:34:02 2019
+++ pkgsrc/textproc/ruby-kramdown/Makefile      Tue May  5 06:01:51 2020
@@ -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@localhost
@@ -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"

Index: pkgsrc/textproc/ruby-kramdown/PLIST
diff -u pkgsrc/textproc/ruby-kramdown/PLIST:1.18 pkgsrc/textproc/ruby-kramdown/PLIST:1.19
--- pkgsrc/textproc/ruby-kramdown/PLIST:1.18    Sat Oct  5 04:34:02 2019
+++ pkgsrc/textproc/ruby-kramdown/PLIST Tue May  5 06:01:51 2020
@@ -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_ht
 ${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_ta
 ${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_to
 ${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

Index: pkgsrc/textproc/ruby-kramdown/distinfo
diff -u pkgsrc/textproc/ruby-kramdown/distinfo:1.20 pkgsrc/textproc/ruby-kramdown/distinfo:1.21
--- pkgsrc/textproc/ruby-kramdown/distinfo:1.20 Sat Oct  5 04:34:02 2019
+++ pkgsrc/textproc/ruby-kramdown/distinfo      Tue May  5 06:01:51 2020
@@ -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



Home | Main Index | Thread Index | Old Index