summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2015-03-08 15:30:27 +0000
committertaca <taca@pkgsrc.org>2015-03-08 15:30:27 +0000
commit273215a0f06b6da78b53d77404633262b416c8c6 (patch)
treed44690ec6a5e70147ea0518d5c45020d80e02975
parentd685ac8c91815f455aa6cd523830d6567053a895 (diff)
downloadpkgsrc-273215a0f06b6da78b53d77404633262b416c8c6.tar.gz
Update ruby-redcarpet to 3.2.2.
pkgsrc change: * Add ${GEM_EXTSDIR}/gem.build_complete for new rubygems and updated ruby. Version 3.2.2 * Consider script as a block-level element so it doesn't get included inside a paragraph. Version 3.2.1 * Load RedcarpetCompat when requiring Redcarpet for the sake of backward compatibility. Loren Segal Version 3.2.0 * Add a Safe renderer to deal with users' input. The escape_html and safe_links_only options are turned on by default. Moreover, the block_code callback removes the tag's class since the user can basically set anything with the vanilla one. Robin Dupret * HTML5 block-level tags are now recognized silverhammermba * The StripDown render object now displays the URL of links along with the text. Robin Dupret * The RedCloth API compatibility layer is now deprecated. Robin Dupret * A hyphen and an equal should not be converted to heading. namusyaka * Fix emphasis character escape sequence detection while mid-emphasis. jcheatham * Add = to the whitelist of escaped chars so it can be used inside highlighted snippets. jcheatham * Convert trailing single quotes to curly quotes. For example, Road Trippin' now converts to Road Trippin¡Ç. Kevin Chen * Allow in-page links (e.g. [headline](#headline)) when :safe_links_only is set. jomo * Enable emphasis inside of sentences in multi-byte languages when :no_intra_emphasis is set. Chun-wei Kuo * Avoid making :no_intra_emphasis only match spaces. This allows using emphasizes inside quotes when the option is enabled for instance. Jason Webb and BJ Homer * The StripDown renderer handles image tags now. Version 3.1.2 * Remove the yielding of anchors in the header callback. This was a breaking change between 3.0 and 3.1 as the method's arity changed.
-rw-r--r--textproc/ruby-redcarpet/Makefile4
-rw-r--r--textproc/ruby-redcarpet/PLIST6
-rw-r--r--textproc/ruby-redcarpet/distinfo8
3 files changed, 11 insertions, 7 deletions
diff --git a/textproc/ruby-redcarpet/Makefile b/textproc/ruby-redcarpet/Makefile
index b83b2f8e696..8b1c8ab1959 100644
--- a/textproc/ruby-redcarpet/Makefile
+++ b/textproc/ruby-redcarpet/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2014/03/26 14:27:23 taca Exp $
+# $NetBSD: Makefile,v 1.4 2015/03/08 15:30:27 taca Exp $
-DISTNAME= redcarpet-3.1.1
+DISTNAME= redcarpet-3.2.2
CATEGORIES= textproc
MAINTAINER= pkgsrc-users@NetBSD.org
diff --git a/textproc/ruby-redcarpet/PLIST b/textproc/ruby-redcarpet/PLIST
index f1be0bf79be..a0d17a87beb 100644
--- a/textproc/ruby-redcarpet/PLIST
+++ b/textproc/ruby-redcarpet/PLIST
@@ -1,6 +1,7 @@
-@comment $NetBSD: PLIST,v 1.2 2014/03/14 18:23:34 taca Exp $
+@comment $NetBSD: PLIST,v 1.3 2015/03/08 15:30:27 taca Exp $
bin/redcarpet
${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_EXTSDIR}/gem.build_complete
${GEM_EXTSDIR}/redcarpet.${RUBY_DLEXT}
${GEM_LIBDIR}/COPYING
${GEM_LIBDIR}/Gemfile
@@ -32,12 +33,15 @@ ${GEM_LIBDIR}/lib/redcarpet/compat.rb
${GEM_LIBDIR}/lib/redcarpet/render_man.rb
${GEM_LIBDIR}/lib/redcarpet/render_strip.rb
${GEM_LIBDIR}/redcarpet.gemspec
+${GEM_LIBDIR}/test/benchmark.rb
${GEM_LIBDIR}/test/custom_render_test.rb
+${GEM_LIBDIR}/test/html5_test.rb
${GEM_LIBDIR}/test/html_render_test.rb
${GEM_LIBDIR}/test/html_toc_render_test.rb
${GEM_LIBDIR}/test/markdown_test.rb
${GEM_LIBDIR}/test/pathological_inputs_test.rb
${GEM_LIBDIR}/test/redcarpet_compat_test.rb
+${GEM_LIBDIR}/test/safe_render_test.rb
${GEM_LIBDIR}/test/smarty_html_test.rb
${GEM_LIBDIR}/test/smarty_pants_test.rb
${GEM_LIBDIR}/test/stripdown_render_test.rb
diff --git a/textproc/ruby-redcarpet/distinfo b/textproc/ruby-redcarpet/distinfo
index 7b45db0e790..bbbd79fe1a5 100644
--- a/textproc/ruby-redcarpet/distinfo
+++ b/textproc/ruby-redcarpet/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2014/03/14 18:23:34 taca Exp $
+$NetBSD: distinfo,v 1.3 2015/03/08 15:30:27 taca Exp $
-SHA1 (redcarpet-3.1.1.gem) = 73a701209eaa704601afa7cd72cb45bdf6385024
-RMD160 (redcarpet-3.1.1.gem) = 31dcb8450782acd5d45e677d1dca2353b4936c29
-Size (redcarpet-3.1.1.gem) = 52736 bytes
+SHA1 (redcarpet-3.2.2.gem) = d59911b72d946126a87f04b01d0bc73b1baa128f
+RMD160 (redcarpet-3.2.2.gem) = a7e2e8acb88e0c3e3ca2b30c3a80c4f55772f0e4
+Size (redcarpet-3.2.2.gem) = 54272 bytes