pkgsrc/textproc/ruby-redcarpet/PLIST
taca 98b8eb2ae4 Update ruby-redcarpet to 3.3.1.
pkgsrc change:

* Add support for pkg_alternatives.
* Allow build on Ruby 2.2.

Version 3.3.1

* Include the Redcarpet::CLI's file in the gemspec to make it available when
  downloading.

Version 3.3.0

* Fix the stripping of surrounding characters that should be removed during
  anchor generation.

* Provide a Redcarpet::CLI class to create custom binary files.

* Relying on Ruby's OptionParser, it's now straightforward to add new options,
  rely on custom render objects or handle differently the rendering of the
  provided files.

* Undeprecate the compatibility layer for the old RedCloth API.

* This layer actually ease the support of libraries supporting different
  Markdown processors.

* Strip out style tags at the HTML-block rendering level when the :no_styles
  options is enabled ; previously they were only removed inside paragraphs.

* Avoid parsing images when the given URL isn't safe and the :safe_links_only
  option is enabled.

  Alex Serban

* Avoid parsing references inside fenced code blocks so they are now kept in
  the code snippet.

  David Waller

* Avoid escaping table-of-contents' headers by default. A new :escape_html
  option is now available for the HTML_TOC object if there are security
  concerns.

* Add the lang- prefix in front of the language's name when using :prettify
  along with :fenced_code_blocks.

* Non-alphanumeric chars are now stripped out from generated anchors (along
  the lines of Active Support's #parameterize method).
2015-06-11 16:27:15 +00:00

52 lines
1.9 KiB
Text

@comment $NetBSD: PLIST,v 1.4 2015/06/11 16:27:15 taca Exp $
bin/redcarpet${RUBY_SUFFIX}
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_EXTSDIR}/gem.build_complete
${GEM_EXTSDIR}/redcarpet.${RUBY_DLEXT}
${GEM_LIBDIR}/COPYING
${GEM_LIBDIR}/Gemfile
${GEM_LIBDIR}/README.markdown
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/bin/redcarpet
${GEM_LIBDIR}/ext/redcarpet/autolink.c
${GEM_LIBDIR}/ext/redcarpet/autolink.h
${GEM_LIBDIR}/ext/redcarpet/buffer.c
${GEM_LIBDIR}/ext/redcarpet/buffer.h
${GEM_LIBDIR}/ext/redcarpet/extconf.rb
${GEM_LIBDIR}/ext/redcarpet/houdini.h
${GEM_LIBDIR}/ext/redcarpet/houdini_href_e.c
${GEM_LIBDIR}/ext/redcarpet/houdini_html_e.c
${GEM_LIBDIR}/ext/redcarpet/html.c
${GEM_LIBDIR}/ext/redcarpet/html.h
${GEM_LIBDIR}/ext/redcarpet/html_blocks.h
${GEM_LIBDIR}/ext/redcarpet/html_smartypants.c
${GEM_LIBDIR}/ext/redcarpet/markdown.c
${GEM_LIBDIR}/ext/redcarpet/markdown.h
${GEM_LIBDIR}/ext/redcarpet/rc_markdown.c
${GEM_LIBDIR}/ext/redcarpet/rc_render.c
${GEM_LIBDIR}/ext/redcarpet/redcarpet.h
${GEM_LIBDIR}/ext/redcarpet/stack.c
${GEM_LIBDIR}/ext/redcarpet/stack.h
${GEM_LIBDIR}/lib/redcarpet.rb
${GEM_LIBDIR}/lib/redcarpet.${RUBY_DLEXT}
${GEM_LIBDIR}/lib/redcarpet/cli.rb
${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/fixtures/benchmark.md
${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_bin_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
${GEM_LIBDIR}/test/test_helper.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec