summaryrefslogtreecommitdiff
path: root/www/ruby-jekyll
AgeCommit message (Collapse)AuthorFilesLines
2018-09-29ruby-jekyll: not for ruby22tnn1-1/+3
2018-09-23www/ruby-jekyll: update to 3.8.4taca3-9/+10
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-03-13www/ruby-jekyll: update to 3.7.3taca4-19/+36
Changes from 3.5.2 is too many to write here, please refer release page: <https://github.com/jekyll/jekyll/releases> or history: <https://github.com/jekyll/jekyll/blob/master/History.markdown>.
2017-10-13www/ruby-jekyll: Add dependency to ruby-bundlertaca1-1/+3
jekyll has implict dependency to bundler in its code. Bump PKGREVISION.
2017-09-19cleanup: remove unnecessary RUBY_VERSIONS_ACCEPTEDtaca1-4/+1
Remove unnecessary RUBY_VERSIONS_ACCEPTED since ruby21 removed.
2017-09-11Update ruby-jekyll to 3.5.2.taca2-7/+7
3.5.2 (2017/8/18) * Backport #6281 for v3.5.x: Fix Drop#key? so it can handle a nil argument (#6288) * Backport #6280 for v3.5.x: Guard against type error in absolute_url (#6287) * Backport #6266 for v3.5.x: Memoize the return value of Document#url (#6301) * Backport #6273 for v3.5.x: delegate StaticFile#to_json to StaticFile#to_liquid (#6302) * Backport #6226 for v3.5.x: Reader#read_directories: guard against an entry not being a directory (#6304) * Backport #6247 for v3.5.x: kramdown: symbolize keys in-place (#6303) 3.5.1 (2017/7/18) Minor Enhancements * Use Warn for deprecation messages (#6192) * site template: Use plugins key instead of gems (#6045) Bug Fixes * Backward compatiblize URLFilters module (#6163) * Static files contain front matter default keys when to_liquid'd (#6162) * Always normalize the result of the relative_url filter (#6185) Documentation * Update reference to trouble with OS X/macOS (#6139) * added BibSonomy plugin (#6143) * add plugins for multiple page pagination (#6055) * Update minimum Ruby version in installation.md (#6164) * [docs] Add information about finding a collection in site.collections (#6165) * Add {%raw%} to Liquid example on site (#6179) * Added improved Pug plugin - removed 404 Jade plugin (#6174) * Linking the link (#6210) * Small correction in documentation for includes (#6193) * Fix docs site page margin (#6214) Development Fixes * Add jekyll doctor to GitHub Issue Template (#6169) * Test with Ruby 2.4.1-1 on AppVeyor (#6176) * set minimum requirement for jekyll-feed (#6184)
2017-06-21Update ruby-jekyll package to 3.5.0.taca3-15/+16
Changes are too many to write here, please refer <https://github.com/jekyll/jekyll/releases> in detail. * Upgrade to Liquid v4. * Add support for TSV (Tab-Separated Values data) files. * Add a template for custom 404 page. * Documentation improvements.
2017-06-18Add 24 to RUBY_VERSIONS_ACCEPTED.taca1-2/+2
2017-04-23* Add really dependency to ruby-jekyll-minima and ruby-jekyll-feed.taca2-1/+12
* Add MESSAGE forgot in previous commit. Bump PKGREVISION.
2017-04-22Update ruby-jekyll to 3.4.3 with pkgsrc own change.taca3-7/+39
* Add `--execute-bundle` option to `jekyll new` to disable running bundler default. * Now depends on ruby-jekyll-minima and ruby-jekyll-feed. These are used by default theme of a site created by `jekyll new`. v3.4.3 2017/3/21 * Backport #5957 for v3.4.x: Allow colons in uri_escape filter (#5968)
2017-03-20Update ruby-jekyll to 3.4.2.taca3-8/+12
Changes are too many to write here, please refer: <https://github.com/jekyll/jekyll/releases>.
2016-10-22Restrict ruby22 and ruby23 by ruby-jekyll-watch through ruby-deptaca1-1/+4
and ruby-listen.
2016-10-18Fix path in DEPENDS.wiz1-2/+2
2016-10-17Update ruby-jekyll to 3.3.0.taca3-26/+33
Changes are too many to write here, please refer: https://github.com/jekyll/jekyll/blob/5e93ca63538c2bb98d35c9e3f3996b6e8fe079b7/History.markdown.
2016-03-15Update ruby-jekyll to 3.1.2.taca3-15/+19
pkgsrc change: Drop dependency to ruby-rb-fsevent on Darwin since ruby-listen depends on ruby-rb-fsevent now. Changes are too many to write here, please refer <https://github.com/jekyll/jekyll/releases>.
2016-03-03Depend on ruby-rb-fsevent on OS X. This fixes Jekyll which was not workingjmmv1-1/+8
due to the missing dependency. Bump PKGREVISION to 1.
2015-12-13Update ruby-jekyll to 3.0.1.taca3-23/+29
Now it is not use ruby-pygments.rb any more. Changes are too many to write here, please refer <https://github.com/jekyll/jekyll/releases>.
2015-12-11Remove unnecessary FILES_SUBST, already in there. Noted by taca.wiz1-2/+1
2015-12-11Fix ALTERNATIVES file. Bump PKGREVISION.wiz2-2/+4
2015-11-04Add SHA512 digests for distfiles for www categoryagc1-1/+2
Problems found locating distfiles: Package haskell-cgi: missing distfile haskell-cgi-20001206.tar.gz Package nginx: missing distfile array-var-nginx-module-0.04.tar.gz Package nginx: missing distfile encrypted-session-nginx-module-0.04.tar.gz Package nginx: missing distfile headers-more-nginx-module-0.261.tar.gz Package nginx: missing distfile nginx_http_push_module-0.692.tar.gz Package nginx: missing distfile set-misc-nginx-module-0.29.tar.gz Package nginx-devel: missing distfile echo-nginx-module-0.58.tar.gz Package nginx-devel: missing distfile form-input-nginx-module-0.11.tar.gz Package nginx-devel: missing distfile lua-nginx-module-0.9.16.tar.gz Package nginx-devel: missing distfile nginx_http_push_module-0.692.tar.gz Package nginx-devel: missing distfile set-misc-nginx-module-0.29.tar.gz Package php-owncloud: missing distfile owncloud-8.2.0.tar.bz2 Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-06-12Allow build on Ruby 2.2.taca1-2/+1
2015-03-13Update ruby-jekyll to 2.5.3.taca4-197/+47
* pkgsrc change: add support for pkg_alternatives. Now ruby-jekyll are consits of sub packages. And changes are too many to write here.
2015-02-02Fix typo in OVERRIDE_GEMSPEC, fixes package to run correctly with ourjperkin1-2/+3
supplied directory_watcher package. Bump PKGREVISION.
2014-03-26Allow build with ruby21.taca1-2/+2
2013-09-16Inherit version restrictions from ruby-redcarpet.joerg1-1/+3
2013-09-15Update ruby-jekyll to 1.2.0.taca3-28/+147
Exact changes aren't available. Please refer change log in github.
2013-03-14Update ruby-jekyll to 0.12.1.taca3-12/+18
== 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)
2012-03-20A little strict dependency.taca1-7/+8
Bump PKGREVISION.
2012-03-03Update ruby-jekyll to 0.11.2.minskim3-20/+8
Changes: * Fix gemspec * Fix extra blank line in highlight blocks (#409) * Update dependencies
2011-08-21Add missing dependencies to ruby-jekyll.minskim1-1/+4
Noted by wiz@.
2011-08-21Update ruby-jekyll to 0.11.0.minskim3-9/+26
Changes: * Major Enhancements * Add command line importer functionality (#253) * Add Redcarpet Markdown support (#318) * Make markdown/textile extensions configurable (#312) * Add `markdownify` filter * Minor Enhancements * Switch to Albino gem * Bundler support * Use English library to avoid hoops (#292) * Add Posterous importer (#254) * Fixes for Wordpress importer (#274, #252, #271) * Better error message for invalid post date (#291) * Print formatted fatal exceptions to stdout on build failure * Add Tumblr importer (#323) * Add Enki importer (#320)
2011-05-26Import Jekyll as www/ruby-jekyll.minskim4-0/+129
Jekyll is a simple, blog aware, static site generator. It takes a template directory (representing the raw form of a website), runs it through Textile or Markdown and Liquid converters, and spits out a complete, static website suitable for serving with Apache or your favorite web server. This is also the engine behind GitHub Pages, which you can use to host your project's page or blog right here from GitHub.