pkgsrc/www/ruby-jekyll/PLIST
taca 115a78b5d4 Update ruby-jekyll to 0.12.1.
== 0.12.1 / 2013-02-19
  * Minor Enhancements
    * Update Kramdown version to 0.14 (#744, #808)
  * Test Enhancements
    * Update Rake version to 10.0.3 (#744)
    * Update Shoulda version to 3.3.2 (#744)
    * Update Redcarpet version to 2.2.2 (#744)

== 0.12.0 / 2012-12-22
  * Minor Enhancements
    * Add ability to explicitly specify included files (#261)
    * Add --default-mimetype option (#279)
    * Allow setting of RedCloth options (#284)
    * Add post_url Liquid tag for internal post linking (#369)
    * Allow multiple plugin dirs to be specified (#438)
    * Inline TOC token support for RDiscount (#333)
    * Add the option to specify the paginated url format (#342)
    * Support Redcarpet 2 and fenced code blocks (#619)
    * Better reporting of Liquid errors (#624)
  * Bug Fixes
    * Allow some special characters in highlight names
    * URL escape category names in URL generation (#360)
    * Fix error with limit_posts (#442)
    * Properly select dotfile during directory scan (#363, #431, #377)
    * Allow setting of Kramdown smart_quotes (#482)
    * Ensure front-matter is at start of file (#562)
2013-03-14 16:21:11 +00:00

113 lines
5 KiB
Text

@comment $NetBSD: PLIST,v 1.4 2013/03/14 16:21:11 taca Exp $
bin/jekyll
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/Gemfile
${GEM_LIBDIR}/History.txt
${GEM_LIBDIR}/LICENSE
${GEM_LIBDIR}/README.textile
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/bin/jekyll
${GEM_LIBDIR}/cucumber.yml
${GEM_LIBDIR}/features/create_sites.feature
${GEM_LIBDIR}/features/embed_filters.feature
${GEM_LIBDIR}/features/markdown.feature
${GEM_LIBDIR}/features/pagination.feature
${GEM_LIBDIR}/features/permalinks.feature
${GEM_LIBDIR}/features/post_data.feature
${GEM_LIBDIR}/features/site_configuration.feature
${GEM_LIBDIR}/features/site_data.feature
${GEM_LIBDIR}/features/step_definitions/jekyll_steps.rb
${GEM_LIBDIR}/features/support/env.rb
${GEM_LIBDIR}/jekyll.gemspec
${GEM_LIBDIR}/lib/jekyll.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/textile.rb
${GEM_LIBDIR}/lib/jekyll/convertible.rb
${GEM_LIBDIR}/lib/jekyll/core_ext.rb
${GEM_LIBDIR}/lib/jekyll/errors.rb
${GEM_LIBDIR}/lib/jekyll/filters.rb
${GEM_LIBDIR}/lib/jekyll/generator.rb
${GEM_LIBDIR}/lib/jekyll/generators/pagination.rb
${GEM_LIBDIR}/lib/jekyll/layout.rb
${GEM_LIBDIR}/lib/jekyll/migrators/csv.rb
${GEM_LIBDIR}/lib/jekyll/migrators/drupal.rb
${GEM_LIBDIR}/lib/jekyll/migrators/enki.rb
${GEM_LIBDIR}/lib/jekyll/migrators/joomla.rb
${GEM_LIBDIR}/lib/jekyll/migrators/marley.rb
${GEM_LIBDIR}/lib/jekyll/migrators/mephisto.rb
${GEM_LIBDIR}/lib/jekyll/migrators/mt.rb
${GEM_LIBDIR}/lib/jekyll/migrators/posterous.rb
${GEM_LIBDIR}/lib/jekyll/migrators/rss.rb
${GEM_LIBDIR}/lib/jekyll/migrators/textpattern.rb
${GEM_LIBDIR}/lib/jekyll/migrators/tumblr.rb
${GEM_LIBDIR}/lib/jekyll/migrators/typo.rb
${GEM_LIBDIR}/lib/jekyll/migrators/wordpress.rb
${GEM_LIBDIR}/lib/jekyll/migrators/wordpressdotcom.rb
${GEM_LIBDIR}/lib/jekyll/page.rb
${GEM_LIBDIR}/lib/jekyll/plugin.rb
${GEM_LIBDIR}/lib/jekyll/post.rb
${GEM_LIBDIR}/lib/jekyll/site.rb
${GEM_LIBDIR}/lib/jekyll/static_file.rb
${GEM_LIBDIR}/lib/jekyll/tags/highlight.rb
${GEM_LIBDIR}/lib/jekyll/tags/include.rb
${GEM_LIBDIR}/lib/jekyll/tags/post_url.rb
${GEM_LIBDIR}/test/fixtures/broken_front_matter1.erb
${GEM_LIBDIR}/test/fixtures/front_matter.erb
${GEM_LIBDIR}/test/helper.rb
${GEM_LIBDIR}/test/source/.htaccess
${GEM_LIBDIR}/test/source/_includes/sig.markdown
${GEM_LIBDIR}/test/source/_layouts/default.html
${GEM_LIBDIR}/test/source/_layouts/simple.html
${GEM_LIBDIR}/test/source/_posts/2008-02-02-not-published.textile
${GEM_LIBDIR}/test/source/_posts/2008-02-02-published.textile
${GEM_LIBDIR}/test/source/_posts/2008-10-18-foo-bar.textile
${GEM_LIBDIR}/test/source/_posts/2008-11-21-complex.textile
${GEM_LIBDIR}/test/source/_posts/2008-12-03-permalinked-post.textile
${GEM_LIBDIR}/test/source/_posts/2008-12-13-include.markdown
${GEM_LIBDIR}/test/source/_posts/2009-01-27-array-categories.textile
${GEM_LIBDIR}/test/source/_posts/2009-01-27-categories.textile
${GEM_LIBDIR}/test/source/_posts/2009-01-27-category.textile
${GEM_LIBDIR}/test/source/_posts/2009-01-27-empty-categories.textile
${GEM_LIBDIR}/test/source/_posts/2009-01-27-empty-category.textile
${GEM_LIBDIR}/test/source/_posts/2009-03-12-hash-#1.markdown
${GEM_LIBDIR}/test/source/_posts/2009-05-18-empty-tag.textile
${GEM_LIBDIR}/test/source/_posts/2009-05-18-empty-tags.textile
${GEM_LIBDIR}/test/source/_posts/2009-05-18-tag.textile
${GEM_LIBDIR}/test/source/_posts/2009-05-18-tags.textile
${GEM_LIBDIR}/test/source/_posts/2009-06-22-empty-yaml.textile
${GEM_LIBDIR}/test/source/_posts/2009-06-22-no-yaml.textile
${GEM_LIBDIR}/test/source/_posts/2010-01-08-triple-dash.markdown
${GEM_LIBDIR}/test/source/_posts/2010-01-09-date-override.textile
${GEM_LIBDIR}/test/source/_posts/2010-01-09-time-override.textile
${GEM_LIBDIR}/test/source/_posts/2010-01-09-timezone-override.textile
${GEM_LIBDIR}/test/source/_posts/2010-01-16-override-data.textile
${GEM_LIBDIR}/test/source/_posts/2011-04-12-md-extension.md
${GEM_LIBDIR}/test/source/_posts/2011-04-12-text-extension.text
${GEM_LIBDIR}/test/source/about.html
${GEM_LIBDIR}/test/source/category/_posts/2008-9-23-categories.textile
${GEM_LIBDIR}/test/source/contacts.html
${GEM_LIBDIR}/test/source/css/screen.css
${GEM_LIBDIR}/test/source/deal.with.dots.html
${GEM_LIBDIR}/test/source/foo/_posts/bar/2008-12-12-topical-post.textile
${GEM_LIBDIR}/test/source/index.html
${GEM_LIBDIR}/test/source/sitemap.xml
${GEM_LIBDIR}/test/source/win/_posts/2009-05-24-yaml-linebreak.markdown
${GEM_LIBDIR}/test/source/z_category/_posts/2008-9-23-categories.textile
${GEM_LIBDIR}/test/suite.rb
${GEM_LIBDIR}/test/test_configuration.rb
${GEM_LIBDIR}/test/test_convertible.rb
${GEM_LIBDIR}/test/test_core_ext.rb
${GEM_LIBDIR}/test/test_filters.rb
${GEM_LIBDIR}/test/test_generated_site.rb
${GEM_LIBDIR}/test/test_kramdown.rb
${GEM_LIBDIR}/test/test_page.rb
${GEM_LIBDIR}/test/test_pager.rb
${GEM_LIBDIR}/test/test_post.rb
${GEM_LIBDIR}/test/test_rdiscount.rb
${GEM_LIBDIR}/test/test_redcarpet.rb
${GEM_LIBDIR}/test/test_redcloth.rb
${GEM_LIBDIR}/test/test_site.rb
${GEM_LIBDIR}/test/test_tags.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec