diff options
author | obache <obache@pkgsrc.org> | 2014-03-11 10:03:46 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-03-11 10:03:46 +0000 |
commit | 687527e4f012f5b16a89c00a399fa3e1366dd349 (patch) | |
tree | ce0d5cbc7c1f9064eceb8e21ca87468a5c49bc47 /graphics | |
parent | 56e7a4930bab22ebf1a99430830f00eaf73ce65c (diff) | |
download | pkgsrc-687527e4f012f5b16a89c00a399fa3e1366dd349.tar.gz |
Update rabbit to 2.1.2.
== 2.1.2: 2014-03-08
A bug fix release of 2.1.1.
=== Improvements
==== rabbit
* Supported auto source reloading in information window.
[GitHub#23] [Reported by Kazuhiro NISHIYAMA]
* Add ((%--check-syntax%)) option that checks source syntax and exits.
[GitHub#27] [Reported by HAYASHI Kentaro]
* Supported inline code markup "(({`...`}))" in Markdown.
[GitHub#29] [Patch by KITAITI Makoto]
* Supported newline markup "(({\\}))" in Markdown.
[GitHub#29] [Patch by KITAITI Makoto]
==== rabbit-slide
* Supported README written in Markdown.
* Added "tag" task that tags by Git.
* Supported auto adding "theme.rb" file to gem if the file exists.
* Supported (({youtube_id})) parameter in config.yaml.
You can specify YouTube video that is associated with your
presentation. You will find a link at slide.rabbit-shocker.org
when you specify it.
==== Document
* Updated install document for Homebrew.
[Yutaro Sugai]
* Updated install document on Windows.
[Masafumi Yokoyama]
=== Fixes
==== rabbit
* Fixed a bug that configuration dialog for graffiti mode can't be opened.
[shocker-en:63] [Reported by Enrico Rivarola]
==== rabbit-slide
* Fixed a bug that gem can be created without PDF.
=== Thanks
* Kazuhiro NISHIYAMA
* Yutaro Sugai
* Masafumi Yokoyama
* HAYASHI Kentaro
* Enrico Rivarola
* KITAITI Makoto
== 2.1.1: 2013-06-26
A bug fix release of 2.1.0.
=== Fixes
==== rabbit
* Fixed a bug that rabbit can't start by NameError.
[GitHub#25] [Reported by Yoshihide Chubachi]
=== Thanks
* Yoshihide Chubachi
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/rabbit/Makefile | 7 | ||||
-rw-r--r-- | graphics/rabbit/PLIST | 3 | ||||
-rw-r--r-- | graphics/rabbit/distinfo | 8 |
3 files changed, 10 insertions, 8 deletions
diff --git a/graphics/rabbit/Makefile b/graphics/rabbit/Makefile index 5693b7bd167..80819788477 100644 --- a/graphics/rabbit/Makefile +++ b/graphics/rabbit/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.45 2013/09/03 10:51:03 obache Exp $ +# $NetBSD: Makefile,v 1.46 2014/03/11 10:03:46 obache Exp $ # -DISTNAME= rabbit-2.1.0 +DISTNAME= rabbit-2.1.2 CATEGORIES= graphics ruby MASTER_SITES= http://rabbit-shocker.org/download/ @@ -21,8 +21,9 @@ DEPENDS+= ${RUBY_PKGPREFIX}-rdtool>=0.6.20:../../textproc/ruby-rdtool DEPENDS+= ${RUBY_PKGPREFIX}-rttool-[0-9]*:../../textproc/ruby-rttool DEPENDS+= ${RUBY_PKGPREFIX}-coderay>=1.0.0:../../textproc/ruby-coderay DEPENDS+= ${RUBY_PKGPREFIX}-kramdown-[0-9]*:../../textproc/ruby-kramdown -DEPENDS+= ${RUBY_PKGPREFIX}-gettext-[0-9]*:../../devel/ruby-gettext +DEPENDS+= ${RUBY_PKGPREFIX}-gettext>=3.0.1:../../devel/ruby-gettext DEPENDS+= ${RUBY_PKGPREFIX}-faraday-[0-9]*:../../www/ruby-faraday +#DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gstreamer-[0-9]*:../../multimedia/ruby-gnome2-gstreamer USE_RUBY_SETUP= yes USE_RUBY_SETUP_PKG= yes diff --git a/graphics/rabbit/PLIST b/graphics/rabbit/PLIST index fbf39621f67..5cd9c2a8904 100644 --- a/graphics/rabbit/PLIST +++ b/graphics/rabbit/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.24 2013/05/09 13:43:02 obache Exp $ +@comment $NetBSD: PLIST,v 1.25 2014/03/11 10:03:46 obache Exp $ bin/rabbirc bin/rabbit bin/rabbit-command @@ -152,6 +152,7 @@ ${RUBY_VENDORLIB}/rabbit/renderer/print/layout.rb ${RUBY_VENDORLIB}/rabbit/renderer/print/multiple.rb ${RUBY_VENDORLIB}/rabbit/search-window.rb ${RUBY_VENDORLIB}/rabbit/searcher.rb +${RUBY_VENDORLIB}/rabbit/slide.rb ${RUBY_VENDORLIB}/rabbit/slide-configuration.rb ${RUBY_VENDORLIB}/rabbit/slideshare.rb ${RUBY_VENDORLIB}/rabbit/soap/base.rb diff --git a/graphics/rabbit/distinfo b/graphics/rabbit/distinfo index e29b22679cc..13bee9a5ec5 100644 --- a/graphics/rabbit/distinfo +++ b/graphics/rabbit/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.33 2013/06/29 11:54:45 obache Exp $ +$NetBSD: distinfo,v 1.34 2014/03/11 10:03:46 obache Exp $ -SHA1 (rabbit-2.1.0.tar.gz) = 0ee3f21fafd944bdcc7ba9ad324ae12b1785f1fd -RMD160 (rabbit-2.1.0.tar.gz) = a2085abad1d4d9230d4a1f76277340af49e3de0d -Size (rabbit-2.1.0.tar.gz) = 5156905 bytes +SHA1 (rabbit-2.1.2.tar.gz) = 317a540f31b00646f7f9bcc3f956db8a5f231a79 +RMD160 (rabbit-2.1.2.tar.gz) = 82371b848e24664dabf9ade045952ac725a61cd9 +Size (rabbit-2.1.2.tar.gz) = 5169014 bytes |