115a78b5d4
== 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)
19 lines
767 B
Makefile
19 lines
767 B
Makefile
# $NetBSD: Makefile,v 1.6 2013/03/14 16:21:11 taca Exp $
|
|
|
|
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}-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}-maruku>=0.5.9<1:../../textproc/ruby-maruku
|
|
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"
|