pkgsrc/www/ruby-jekyll/PLIST
taca ccaed4e683 www/ruby-jekyll: update to 3.8.4
3.8.4 / 2018-09-18

Bug Fixes

* 3.8.x: security: fix include bypass of EntryFilter#filter symlink check
  (#7228)

3.8.3 / 2018-06-05

Bug Fixes

* Fix --unpublished not affecting collection documents (#7027)

3.8.2 / 2018-05-18

Bug Fixes

* Add whitespace control to LIQUID_TAG_REGEX (#7015)

3.8.1 / 2018-05-01

Bug Fixes

* Fix rendering Liquid constructs in excerpts (#6945)
* Liquify documents unless published == false (#6959)

3.8.0 / 2018-04-19

Minor Enhancements

* Two massive performance improvements for large sites (#6730)
* Cache the list of documents to be written (#6741)
* Allow Jekyll Doctor to detect stray posts dir (#6681)
* Excerpt relative-path should match its path (#6597)
* Remind user to resolve conflict in jekyll new with --force (#6801)
* Memoize helper methods in site-cleaner (#6808)
* Compute document's relative_path faster (#6767)
* Create a single instance of PostReader per site (#6759)
* Allow date filters to output ordinal days (#6773)
* Change regex to sanitize and normalize filenames passed to LiquidRenderer
  (#6610)
* Allow passing :strict_variables and :strict_filters options to Liquid's
  renderer (#6726)
* Debug writing files during the build process (#6696)
* Improve regex usage in Tags::IncludeTag (#6848)
* Improve comment included in the starter index.md (#6916)
* Store and retrieve converter instances for Jekyll::Filters via a hash (#6856)
* Implement a cache within the where filter (#6868)
* Store regexp in a constant (#6887)
* Optimize computing filename in LiquidRenderer (#6841)

Documentation

* Adding the jekyll-algolia plugin to the list of plugins (#6737)
* Added Premonition plugin to list of plugins (#6750)
* Add document on releasing a new version (#6745)
* Mention Talkyard, a new commenting system for Jekyll and others. (#6752)
* Add 'jekyll-fontello' to plugins (#6757)
* Install dh-autoreconf on Windows (#6765)
* Fix common typos (#6764)
* Fix documentation for {{ page.excerpt }} (#6779)
* Update docs on permalink configuration (#6775)
* Propose fix some typos (#6785)
* Say hello to Jekyll's New Lead Developer (#6790)
* Add reference to Liquid to plugin docs (#6794)
* Draft a release post for v3.7.3 (#6803)
* add missing step for gem-based theme conversion (#6802)
* Update windows.md to explain an issue with jekyll new. (#6838)
* Add Bundler Installation Instructions (#6828)
* Docs: describe difference between tags and categories (#6882)
* Add jekyll-random plugin to docs (#6833)
* Fixed typo in description of categories and tags (#6896)
* Add missing ul-tag (#6897)
* doc: add liquid tag plugin jekyll-onebox for html previews (#6898)
* Add jekyll-w2m to plugins (#6855)
* Fix tutorials navigation HTML (#6919)
* add Arch Linux instalation troubleshoot (#6782)
* Docs: Install Jekyll on macOS (#6881)
* Fix CodeClimate badges [ci skip] (#6930)
* Update index.md (#6933)

Site Enhancements

* Remove links to Gists (#6751)
* Always load Google Fonts over HTTPS (#6792)
* always load analytics.js over HTTPS (#6807)

Bug Fixes

* Append appropriate closing tag to Liquid block in an excerpt ### -minor
  (#6724)
* Bypass rendering via Liquid unless required (#6735)
* Delegated methods after private keyword are meant to be private (#6819)
* Improve handling non-default collection documents rendering and writing
  (#6795)
* Fix passing multiline params to include tag when using the variable syntax
  (#6858)
* include_relative tag should find related documents in collections gathered
  within custom collections_dir (#6818)
* Handle liquid tags in excerpts robustly (#6891)
* Allow front matter defaults to be applied properly to documents gathered
  under custom collections_dir (#6885)

3.7.4 / 2018-09-07

Bug Fixes

* Security: fix include bypass of EntryFilter#filter symlink check (#7224)
2018-09-23 17:15:17 +00:00

118 lines
5.1 KiB
Text

@comment $NetBSD: PLIST,v 1.13 2018/09/23 17:15:17 taca Exp $
bin/jekyll${RUBY_SUFFIX}
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.rubocop.yml
${GEM_LIBDIR}/LICENSE
${GEM_LIBDIR}/README.markdown
${GEM_LIBDIR}/exe/jekyll
${GEM_LIBDIR}/lib/jekyll.rb
${GEM_LIBDIR}/lib/jekyll/cleaner.rb
${GEM_LIBDIR}/lib/jekyll/collection.rb
${GEM_LIBDIR}/lib/jekyll/command.rb
${GEM_LIBDIR}/lib/jekyll/commands/build.rb
${GEM_LIBDIR}/lib/jekyll/commands/clean.rb
${GEM_LIBDIR}/lib/jekyll/commands/doctor.rb
${GEM_LIBDIR}/lib/jekyll/commands/help.rb
${GEM_LIBDIR}/lib/jekyll/commands/new.rb
${GEM_LIBDIR}/lib/jekyll/commands/new_theme.rb
${GEM_LIBDIR}/lib/jekyll/commands/serve.rb
${GEM_LIBDIR}/lib/jekyll/commands/serve/live_reload_reactor.rb
${GEM_LIBDIR}/lib/jekyll/commands/serve/livereload_assets/livereload.js
${GEM_LIBDIR}/lib/jekyll/commands/serve/servlet.rb
${GEM_LIBDIR}/lib/jekyll/commands/serve/websockets.rb
${GEM_LIBDIR}/lib/jekyll/configuration.rb
${GEM_LIBDIR}/lib/jekyll/converter.rb
${GEM_LIBDIR}/lib/jekyll/converters/identity.rb
${GEM_LIBDIR}/lib/jekyll/converters/markdown.rb
${GEM_LIBDIR}/lib/jekyll/converters/markdown/kramdown_parser.rb
${GEM_LIBDIR}/lib/jekyll/converters/markdown/rdiscount_parser.rb
${GEM_LIBDIR}/lib/jekyll/converters/markdown/redcarpet_parser.rb
${GEM_LIBDIR}/lib/jekyll/converters/smartypants.rb
${GEM_LIBDIR}/lib/jekyll/convertible.rb
${GEM_LIBDIR}/lib/jekyll/deprecator.rb
${GEM_LIBDIR}/lib/jekyll/document.rb
${GEM_LIBDIR}/lib/jekyll/drops/collection_drop.rb
${GEM_LIBDIR}/lib/jekyll/drops/document_drop.rb
${GEM_LIBDIR}/lib/jekyll/drops/drop.rb
${GEM_LIBDIR}/lib/jekyll/drops/excerpt_drop.rb
${GEM_LIBDIR}/lib/jekyll/drops/jekyll_drop.rb
${GEM_LIBDIR}/lib/jekyll/drops/site_drop.rb
${GEM_LIBDIR}/lib/jekyll/drops/static_file_drop.rb
${GEM_LIBDIR}/lib/jekyll/drops/unified_payload_drop.rb
${GEM_LIBDIR}/lib/jekyll/drops/url_drop.rb
${GEM_LIBDIR}/lib/jekyll/entry_filter.rb
${GEM_LIBDIR}/lib/jekyll/errors.rb
${GEM_LIBDIR}/lib/jekyll/excerpt.rb
${GEM_LIBDIR}/lib/jekyll/external.rb
${GEM_LIBDIR}/lib/jekyll/filters.rb
${GEM_LIBDIR}/lib/jekyll/filters/date_filters.rb
${GEM_LIBDIR}/lib/jekyll/filters/grouping_filters.rb
${GEM_LIBDIR}/lib/jekyll/filters/url_filters.rb
${GEM_LIBDIR}/lib/jekyll/frontmatter_defaults.rb
${GEM_LIBDIR}/lib/jekyll/generator.rb
${GEM_LIBDIR}/lib/jekyll/hooks.rb
${GEM_LIBDIR}/lib/jekyll/layout.rb
${GEM_LIBDIR}/lib/jekyll/liquid_extensions.rb
${GEM_LIBDIR}/lib/jekyll/liquid_renderer.rb
${GEM_LIBDIR}/lib/jekyll/liquid_renderer/file.rb
${GEM_LIBDIR}/lib/jekyll/liquid_renderer/table.rb
${GEM_LIBDIR}/lib/jekyll/log_adapter.rb
${GEM_LIBDIR}/lib/jekyll/mime.types
${GEM_LIBDIR}/lib/jekyll/page.rb
${GEM_LIBDIR}/lib/jekyll/page_without_a_file.rb
${GEM_LIBDIR}/lib/jekyll/plugin.rb
${GEM_LIBDIR}/lib/jekyll/plugin_manager.rb
${GEM_LIBDIR}/lib/jekyll/publisher.rb
${GEM_LIBDIR}/lib/jekyll/reader.rb
${GEM_LIBDIR}/lib/jekyll/readers/collection_reader.rb
${GEM_LIBDIR}/lib/jekyll/readers/data_reader.rb
${GEM_LIBDIR}/lib/jekyll/readers/layout_reader.rb
${GEM_LIBDIR}/lib/jekyll/readers/page_reader.rb
${GEM_LIBDIR}/lib/jekyll/readers/post_reader.rb
${GEM_LIBDIR}/lib/jekyll/readers/static_file_reader.rb
${GEM_LIBDIR}/lib/jekyll/readers/theme_assets_reader.rb
${GEM_LIBDIR}/lib/jekyll/regenerator.rb
${GEM_LIBDIR}/lib/jekyll/related_posts.rb
${GEM_LIBDIR}/lib/jekyll/renderer.rb
${GEM_LIBDIR}/lib/jekyll/site.rb
${GEM_LIBDIR}/lib/jekyll/static_file.rb
${GEM_LIBDIR}/lib/jekyll/stevenson.rb
${GEM_LIBDIR}/lib/jekyll/tags/highlight.rb
${GEM_LIBDIR}/lib/jekyll/tags/include.rb
${GEM_LIBDIR}/lib/jekyll/tags/link.rb
${GEM_LIBDIR}/lib/jekyll/tags/post_url.rb
${GEM_LIBDIR}/lib/jekyll/theme.rb
${GEM_LIBDIR}/lib/jekyll/theme_builder.rb
${GEM_LIBDIR}/lib/jekyll/url.rb
${GEM_LIBDIR}/lib/jekyll/utils.rb
${GEM_LIBDIR}/lib/jekyll/utils/ansi.rb
${GEM_LIBDIR}/lib/jekyll/utils/exec.rb
${GEM_LIBDIR}/lib/jekyll/utils/internet.rb
${GEM_LIBDIR}/lib/jekyll/utils/platforms.rb
${GEM_LIBDIR}/lib/jekyll/utils/rouge.rb
${GEM_LIBDIR}/lib/jekyll/utils/thread_event.rb
${GEM_LIBDIR}/lib/jekyll/utils/win_tz.rb
${GEM_LIBDIR}/lib/jekyll/version.rb
${GEM_LIBDIR}/lib/site_template/.gitignore
${GEM_LIBDIR}/lib/site_template/404.html
${GEM_LIBDIR}/lib/site_template/_config.yml
${GEM_LIBDIR}/lib/site_template/_posts/0000-00-00-welcome-to-jekyll.markdown.erb
${GEM_LIBDIR}/lib/site_template/about.md
${GEM_LIBDIR}/lib/site_template/index.md
${GEM_LIBDIR}/lib/theme_template/CODE_OF_CONDUCT.md.erb
${GEM_LIBDIR}/lib/theme_template/Gemfile
${GEM_LIBDIR}/lib/theme_template/LICENSE.txt.erb
${GEM_LIBDIR}/lib/theme_template/README.md.erb
${GEM_LIBDIR}/lib/theme_template/_layouts/default.html
${GEM_LIBDIR}/lib/theme_template/_layouts/page.html
${GEM_LIBDIR}/lib/theme_template/_layouts/post.html
${GEM_LIBDIR}/lib/theme_template/example/_config.yml.erb
${GEM_LIBDIR}/lib/theme_template/example/_post.md
${GEM_LIBDIR}/lib/theme_template/example/index.html
${GEM_LIBDIR}/lib/theme_template/example/style.scss
${GEM_LIBDIR}/lib/theme_template/gitignore.erb
${GEM_LIBDIR}/lib/theme_template/theme.gemspec.erb
${GEM_LIBDIR}/rubocop/jekyll.rb
${GEM_LIBDIR}/rubocop/jekyll/no_p_allowed.rb
${GEM_LIBDIR}/rubocop/jekyll/no_puts_allowed.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec