summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2016-03-15 15:43:28 +0000
committertaca <taca@pkgsrc.org>2016-03-15 15:43:28 +0000
commit8ffe8d541f8fdbd2e43d48fec5555147116bf904 (patch)
tree9513fb90962a15826a3ca40f3830bf39dae538ed /textproc
parentb3551690f78fa1ed2f4786f2261bef7924d54193 (diff)
downloadpkgsrc-8ffe8d541f8fdbd2e43d48fec5555147116bf904.tar.gz
Update ruby-kramdown to 1.10.0.
kramdown 1.10.0 released This release brings the usual bug fixes but also support for the strikethrough syntax in the GFM parser as well as some enhancements regarding the specification of language names for syntax highlighting purposes. Changes * 4 minor changes: o Support for the math-engine MathJax-Node was updated to use the new mathjax-node package (fixes #313, pull request by Tom Thorogood) o URL query parameters can now be appended to language names specified in fenced code blocks if the syntax highlighting engine accepts them (fixes #234) o Added strikethrough syntax to the GFM parser (fixes #184 and #307; initial pull request by Diego Galeota, updated by Parker Moore) o Allow almost all characters in class names that are defined via a special syntax (fixes #318, requested by cabo) * 4 bug fixes: o Fixed a problem where Kramdown::Document.new would only accept the symbol :input but not the string ¡Æinput¡Ç as valid key (fixes #312, pull request by Sun Yaozhu) o Fixed inconsistent behavior: Empty link text is now also allowed for normal links, not just images (fixes #305, reported by cabo) o The HTML5 <mark> element is now recognized as span level element (fixes #298, reported by Niclas Darville) o Fixed problem where e-mail autolinks containing an underscore character were not correctly recognized (fixes #293, reported by erikse) * 3 other fixes: o Fixed missing package update statement for Travis (by Parker Moore) o Add some more documentation regarding MathJax (fixes #296, pull request by Christopher Jefferson) o Fixed bad link in API documentation (fixes #315, reported by Tom MacWright)
Diffstat (limited to 'textproc')
-rw-r--r--textproc/ruby-kramdown/Makefile5
-rw-r--r--textproc/ruby-kramdown/PLIST10
-rw-r--r--textproc/ruby-kramdown/distinfo10
3 files changed, 16 insertions, 9 deletions
diff --git a/textproc/ruby-kramdown/Makefile b/textproc/ruby-kramdown/Makefile
index 9bca612b03a..e6fceeea2e9 100644
--- a/textproc/ruby-kramdown/Makefile
+++ b/textproc/ruby-kramdown/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2015/12/11 21:29:27 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2016/03/15 15:43:28 taca Exp $
-DISTNAME= kramdown-1.9.0
-PKGREVISION= 1
+DISTNAME= kramdown-1.10.0
CATEGORIES= textproc
MAINTAINER= pkgsrc-users@NetBSD.org
diff --git a/textproc/ruby-kramdown/PLIST b/textproc/ruby-kramdown/PLIST
index 438646b50fb..f9ffdf3e00a 100644
--- a/textproc/ruby-kramdown/PLIST
+++ b/textproc/ruby-kramdown/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2015/10/04 13:32:49 taca Exp $
+@comment $NetBSD: PLIST,v 1.12 2016/03/15 15:43:28 taca Exp $
bin/kramdown${RUBY_SUFFIX}
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/AUTHORS
@@ -202,6 +202,9 @@ ${GEM_LIBDIR}/test/testcases/block/06_codeblock/with_ial.text
${GEM_LIBDIR}/test/testcases/block/06_codeblock/with_lang_in_fenced_block.html
${GEM_LIBDIR}/test/testcases/block/06_codeblock/with_lang_in_fenced_block.options
${GEM_LIBDIR}/test/testcases/block/06_codeblock/with_lang_in_fenced_block.text
+${GEM_LIBDIR}/test/testcases/block/06_codeblock/with_lang_in_fenced_block_any_char.html
+${GEM_LIBDIR}/test/testcases/block/06_codeblock/with_lang_in_fenced_block_any_char.options
+${GEM_LIBDIR}/test/testcases/block/06_codeblock/with_lang_in_fenced_block_any_char.text
${GEM_LIBDIR}/test/testcases/block/06_codeblock/with_lang_in_fenced_block_name_with_dash.html
${GEM_LIBDIR}/test/testcases/block/06_codeblock/with_lang_in_fenced_block_name_with_dash.options
${GEM_LIBDIR}/test/testcases/block/06_codeblock/with_lang_in_fenced_block_name_with_dash.text
@@ -484,6 +487,8 @@ ${GEM_LIBDIR}/test/testcases/span/05_html/invalid.html
${GEM_LIBDIR}/test/testcases/span/05_html/invalid.text
${GEM_LIBDIR}/test/testcases/span/05_html/link_with_mailto.html
${GEM_LIBDIR}/test/testcases/span/05_html/link_with_mailto.text
+${GEM_LIBDIR}/test/testcases/span/05_html/mark_element.html
+${GEM_LIBDIR}/test/testcases/span/05_html/mark_element.text
${GEM_LIBDIR}/test/testcases/span/05_html/markdown_attr.html
${GEM_LIBDIR}/test/testcases/span/05_html/markdown_attr.text
${GEM_LIBDIR}/test/testcases/span/05_html/normal.html
@@ -557,6 +562,9 @@ ${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/strikethrough.html
+${GEM_LIBDIR}/test/testcases_gfm/strikethrough.html.19
+${GEM_LIBDIR}/test/testcases_gfm/strikethrough.text
${GEM_LIBDIR}/test/testcases_gfm/two_para_hard_line_breaks.html
${GEM_LIBDIR}/test/testcases_gfm/two_para_hard_line_breaks.text
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff --git a/textproc/ruby-kramdown/distinfo b/textproc/ruby-kramdown/distinfo
index 44dbdc47a58..21de50cd6da 100644
--- a/textproc/ruby-kramdown/distinfo
+++ b/textproc/ruby-kramdown/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2015/11/04 02:00:09 agc Exp $
+$NetBSD: distinfo,v 1.14 2016/03/15 15:43:28 taca Exp $
-SHA1 (kramdown-1.9.0.gem) = 34b7b8201f48a955c026fd065b8740ba41a56863
-RMD160 (kramdown-1.9.0.gem) = b871ffc7b485eebb92053244971c4aa19b214b46
-SHA512 (kramdown-1.9.0.gem) = 0ac14adec59c4032d27ac0e3c66a0737688295562782c86f80c953fdca56b5611b7f32dfb570649421fdc1b47deea72715a21c907124c99663bc1a23c1f489ec
-Size (kramdown-1.9.0.gem) = 238592 bytes
+SHA1 (kramdown-1.10.0.gem) = a12a1f7f5bfcb4c6652f6f3f10f77dd99e966859
+RMD160 (kramdown-1.10.0.gem) = 48b46ac26a074b3e8bf483380b99709d138ccdb2
+SHA512 (kramdown-1.10.0.gem) = fa0c8f1de6ea7306c7ca47a99f0d3e4a2e720e8d7d00f85a811b0ddd7f533960d583f94dee59f1d04900069163dd583c70520bedeeada77d673ff1b3d8b3782e
+Size (kramdown-1.10.0.gem) = 240128 bytes