Update rabbit to 1.0.5.
== 1.0.5: 2012-01-30 Markdown support release! === Improvements ==== rabbit * Added note mode. [Added by nari] ==== rabbirack * Supported wait. ==== Rendering * Improved rendering speed. (Especially CodeRay is used case) * SVG: Supported reflection. ==== Markup * Improved markup detection accuracy by using extension. * RD: Accepted "block-quote" keyword and "block_quote" keyword as block quote markup keyword. * Supported Markdown support by kramdown. ==== Theme * syntax-highlighting: Added the default foreground color. * nari: Supported headline-align. * tag: Supported tag handler customization. * slide-show: Supported wait. * slide-footer-info: Improved @slide_footer_info_line_color customizability. [Suggested by kimura wataru] === Fixes ==== rabbit * [GitHub#4]: Added missing warning method. [Patch by TAKATSU Tomonari] ==== rabbirack * [GitHub#5]: Supported Rack 1.2.1. [Reported by TAKATSU Tomonari] ==== rabbit-command * [GitHub#3]: Fixed a wrong variable name. [Patch by TAKATSU Tomonari] ==== rabbitter * Supported HTTPS. [Patch by OBATA Akio] ==== Theme * [GitHub#2]: default-slide: Fixed broken headline-align slide property. [Reported by nari] ==== Documents * Fixed wrong ML address in English.
This commit is contained in:
parent
a4703925b6
commit
3f1b93a7bf
3 changed files with 10 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.32 2011/08/06 13:39:27 obache Exp $
|
||||
# $NetBSD: Makefile,v 1.33 2012/02/01 12:57:50 obache Exp $
|
||||
#
|
||||
|
||||
DISTNAME= rabbit-1.0.4
|
||||
DISTNAME= rabbit-1.0.5
|
||||
CATEGORIES= graphics ruby
|
||||
MASTER_SITES= http://rabbit-shockers.org/download/
|
||||
|
||||
|
@ -18,10 +18,10 @@ DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-poppler-[0-9]*:../../print/ruby-gnome2-popple
|
|||
DEPENDS+= ${RUBY_PKGPREFIX}-hikidoc-[0-9]*:../../textproc/ruby-hikidoc
|
||||
DEPENDS+= ${RUBY_PKGPREFIX}-nokogiri-[0-9]*:../../textproc/ruby-nokogiri
|
||||
DEPENDS+= ${RUBY_PKGPREFIX}-sinatra-[0-9]*:../../www/ruby-sinatra
|
||||
DEPENDS+= ${RUBY_PKGPREFIX}-rack-[0-9]*:../../www/ruby-rack
|
||||
DEPENDS+= ${RUBY_PKGPREFIX}-haml-[0-9]*:../../textproc/ruby-haml
|
||||
DEPENDS+= ${RUBY_PKGPREFIX}-rdtool>=0.6.20:../../textproc/ruby-rdtool
|
||||
DEPENDS+= ${RUBY_PKGPREFIX}-coderay-[0-9]*:../../textproc/ruby-coderay
|
||||
DEPENDS+= ${RUBY_PKGPREFIX}-kramdown-[0-9]*:../../textproc/ruby-kramdown
|
||||
|
||||
USE_RUBY_SETUP= yes
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.19 2011/08/06 13:39:27 obache Exp $
|
||||
@comment $NetBSD: PLIST,v 1.20 2012/02/01 12:57:50 obache Exp $
|
||||
bin/rabbirack
|
||||
bin/rabbirc
|
||||
bin/rabbit
|
||||
|
@ -104,6 +104,8 @@ ${RUBY_VENDORLIB}/rabbit/parser/ext/image.rb
|
|||
${RUBY_VENDORLIB}/rabbit/parser/ext/inline.rb
|
||||
${RUBY_VENDORLIB}/rabbit/parser/ext/tex.rb
|
||||
${RUBY_VENDORLIB}/rabbit/parser/image.rb
|
||||
${RUBY_VENDORLIB}/rabbit/parser/markdown.rb
|
||||
${RUBY_VENDORLIB}/rabbit/parser/markdown/converter.rb
|
||||
${RUBY_VENDORLIB}/rabbit/parser/pause-support.rb
|
||||
${RUBY_VENDORLIB}/rabbit/parser/pdf.rb
|
||||
${RUBY_VENDORLIB}/rabbit/parser/rd.rb
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.24 2011/08/06 13:39:27 obache Exp $
|
||||
$NetBSD: distinfo,v 1.25 2012/02/01 12:57:50 obache Exp $
|
||||
|
||||
SHA1 (rabbit-1.0.4.tar.gz) = 7fd5f8e384f0e69df2145eded431cd064f473dd5
|
||||
RMD160 (rabbit-1.0.4.tar.gz) = a441229c68b14a23bd7a60085bed1c922912b0a1
|
||||
Size (rabbit-1.0.4.tar.gz) = 5891669 bytes
|
||||
SHA1 (rabbit-1.0.5.tar.gz) = 02bc35203d8eed20f02b137f9ccc47b4b4f35920
|
||||
RMD160 (rabbit-1.0.5.tar.gz) = e3432be16903a63dc718c83ff7e6d1c72cb928cc
|
||||
Size (rabbit-1.0.5.tar.gz) = 5886310 bytes
|
||||
|
|
Loading…
Reference in a new issue