summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaca <taca>2013-03-14 16:21:11 +0000
committertaca <taca>2013-03-14 16:21:11 +0000
commit68fe5fbe57d379b353058a2f5e66a64461d29810 (patch)
tree98dc9ff9173ebe8bd8f2e7930d4dea8f4bfd0d42
parent04b68341ade01365d6c3782f773b8d12c1699960 (diff)
downloadpkgsrc-68fe5fbe57d379b353058a2f5e66a64461d29810.tar.gz
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)
-rw-r--r--www/ruby-jekyll/Makefile13
-rw-r--r--www/ruby-jekyll/PLIST9
-rw-r--r--www/ruby-jekyll/distinfo8
3 files changed, 18 insertions, 12 deletions
diff --git a/www/ruby-jekyll/Makefile b/www/ruby-jekyll/Makefile
index 39335774250..64565c13b73 100644
--- a/www/ruby-jekyll/Makefile
+++ b/www/ruby-jekyll/Makefile
@@ -1,20 +1,19 @@
-# $NetBSD: Makefile,v 1.5 2012/03/20 14:50:53 taca Exp $
+# $NetBSD: Makefile,v 1.6 2013/03/14 16:21:11 taca Exp $
-DISTNAME= jekyll-0.11.2
-PKGREVISION= 1
+DISTNAME= jekyll-0.12.1
CATEGORIES= www
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/mojombo/jekyll
COMMENT= Blog-aware, static site generator in Ruby
+LICENSE= mit
-DEPENDS+= ${RUBY_PKGPREFIX}-albino>=1.3.2<2:../../textproc/ruby-albino
+DEPENDS+= ${RUBY_PKGPREFIX}-liquid>=2.3<3:../../www/ruby-liquid
DEPENDS+= ${RUBY_PKGPREFIX}-classifier>=1.3.1<2:../../textproc/ruby-classifier
DEPENDS+= ${RUBY_PKGPREFIX}-directory-watcher>=1.1<2:../../sysutils/ruby-directory-watcher
-DEPENDS+= ${RUBY_PKGPREFIX}-kramdown>=0.13.2<1:../../textproc/ruby-kramdown
-DEPENDS+= ${RUBY_PKGPREFIX}-liquid>=2.3<3:../../www/ruby-liquid
DEPENDS+= ${RUBY_PKGPREFIX}-maruku>=0.5.9<1:../../textproc/ruby-maruku
-LICENSE= mit
+DEPENDS+= ${RUBY_PKGPREFIX}-kramdown>=0.14<1:../../textproc/ruby-kramdown
+DEPENDS+= ${RUBY_PKGPREFIX}-pygments.rb>=0.3.2<0.4:../../www/ruby-pygments.rb
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/www/ruby-jekyll/PLIST b/www/ruby-jekyll/PLIST
index 662cc65dd00..2b4cdbdbc68 100644
--- a/www/ruby-jekyll/PLIST
+++ b/www/ruby-jekyll/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2012/03/03 01:47:51 minskim Exp $
+@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
@@ -34,10 +34,12 @@ ${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
@@ -50,6 +52,9 @@ ${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
@@ -92,6 +97,7 @@ ${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
@@ -101,6 +107,7 @@ ${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
diff --git a/www/ruby-jekyll/distinfo b/www/ruby-jekyll/distinfo
index 76fcbab50a5..e75d21a7fe3 100644
--- a/www/ruby-jekyll/distinfo
+++ b/www/ruby-jekyll/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2012/03/03 01:47:51 minskim Exp $
+$NetBSD: distinfo,v 1.4 2013/03/14 16:21:11 taca Exp $
-SHA1 (jekyll-0.11.2.gem) = 37c0eb75f5106a9fcc294b8504a62d6d3918f949
-RMD160 (jekyll-0.11.2.gem) = bb792149bdf3619bbf15e2dea400090c8f04fcff
-Size (jekyll-0.11.2.gem) = 53248 bytes
+SHA1 (jekyll-0.12.1.gem) = 951c2b0a662a933a2219ad747d4d79504f9cf40e
+RMD160 (jekyll-0.12.1.gem) = 96b81232136b13c5f174fdca9bfff1382b5a7b17
+Size (jekyll-0.12.1.gem) = 61440 bytes