diff options
author | minskim <minskim@pkgsrc.org> | 2011-08-21 04:25:08 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2011-08-21 04:25:08 +0000 |
commit | 102588cdde1fe352892cef18f9dd65870b1dc3ff (patch) | |
tree | d78debd752edca30eb6cddbd606afc964792c4a5 /www/ruby-jekyll | |
parent | 09ad1c28a46174640dab0cd42d2989e154924ac2 (diff) | |
download | pkgsrc-102588cdde1fe352892cef18f9dd65870b1dc3ff.tar.gz |
Update ruby-jekyll to 0.11.0.
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)
Diffstat (limited to 'www/ruby-jekyll')
-rw-r--r-- | www/ruby-jekyll/Makefile | 4 | ||||
-rw-r--r-- | www/ruby-jekyll/PLIST | 23 | ||||
-rw-r--r-- | www/ruby-jekyll/distinfo | 8 |
3 files changed, 26 insertions, 9 deletions
diff --git a/www/ruby-jekyll/Makefile b/www/ruby-jekyll/Makefile index 7b4d298fa5e..9ab925ce16f 100644 --- a/www/ruby-jekyll/Makefile +++ b/www/ruby-jekyll/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1.1.1 2011/05/26 22:17:43 minskim Exp $ +# $NetBSD: Makefile,v 1.2 2011/08/21 04:25:08 minskim Exp $ -DISTNAME= jekyll-0.10.0 +DISTNAME= jekyll-0.11.0 CATEGORIES= www MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/www/ruby-jekyll/PLIST b/www/ruby-jekyll/PLIST index fb231cf68df..76d5dc29eed 100644 --- a/www/ruby-jekyll/PLIST +++ b/www/ruby-jekyll/PLIST @@ -1,12 +1,21 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2011/05/26 22:17:43 minskim Exp $ +@comment $NetBSD: PLIST,v 1.2 2011/08/21 04:25:08 minskim 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}/doc/output/book.html +${GEM_LIBDIR}/doc/output/ch00-preface.asc +${GEM_LIBDIR}/doc/output/ch01-quick-start.asc +${GEM_LIBDIR}/doc/output/ch02-directory-layout.asc +${GEM_LIBDIR}/doc/output/stylesheets/handbookish-quirks.css +${GEM_LIBDIR}/doc/output/stylesheets/handbookish.css +${GEM_LIBDIR}/doc/output/stylesheets/scribe-quirks.css +${GEM_LIBDIR}/doc/output/stylesheets/scribe.css ${GEM_LIBDIR}/features/create_sites.feature ${GEM_LIBDIR}/features/embed_filters.feature ${GEM_LIBDIR}/features/markdown.feature @@ -17,9 +26,9 @@ ${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}/g.pl ${GEM_LIBDIR}/jekyll.gemspec ${GEM_LIBDIR}/lib/jekyll.rb -${GEM_LIBDIR}/lib/jekyll/albino.rb ${GEM_LIBDIR}/lib/jekyll/converter.rb ${GEM_LIBDIR}/lib/jekyll/converters/identity.rb ${GEM_LIBDIR}/lib/jekyll/converters/markdown.rb @@ -33,13 +42,16 @@ ${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/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/textpattern.rb +${GEM_LIBDIR}/lib/jekyll/migrators/tumblr.rb ${GEM_LIBDIR}/lib/jekyll/migrators/typo.rb -${GEM_LIBDIR}/lib/jekyll/migrators/wordpress.com.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 @@ -47,6 +59,8 @@ ${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}/output/stylesheets/scribe-quirks.css +${GEM_LIBDIR}/output/stylesheets/scribe.css ${GEM_LIBDIR}/test/helper.rb ${GEM_LIBDIR}/test/source/.htaccess ${GEM_LIBDIR}/test/source/_includes/sig.markdown @@ -75,6 +89,8 @@ ${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 @@ -95,6 +111,7 @@ ${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_site.rb ${GEM_LIBDIR}/test/test_tags.rb ${GEM_HOME}/specifications/${GEM_NAME}.gemspec diff --git a/www/ruby-jekyll/distinfo b/www/ruby-jekyll/distinfo index 066286bc048..e3339a292a8 100644 --- a/www/ruby-jekyll/distinfo +++ b/www/ruby-jekyll/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2011/05/26 22:17:43 minskim Exp $ +$NetBSD: distinfo,v 1.2 2011/08/21 04:25:08 minskim Exp $ -SHA1 (jekyll-0.10.0.gem) = 8ad635cb0e474d99752538dcfb62c9e8316db35b -RMD160 (jekyll-0.10.0.gem) = 9e26845fcfe607051ac21266f7dcc6fcf0a8a87b -Size (jekyll-0.10.0.gem) = 48640 bytes +SHA1 (jekyll-0.11.0.gem) = 06b8171fe6883ff5ed6b8780db5c780b2b922b5a +RMD160 (jekyll-0.11.0.gem) = b790d0ed9add5587e88530e44642907e1fcf3b04 +Size (jekyll-0.11.0.gem) = 64000 bytes |