diff options
author | taca <taca@pkgsrc.org> | 2015-09-13 15:55:39 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2015-09-13 15:55:39 +0000 |
commit | 574a3881f04671c996ca9817e126b8c1b47ddf4e (patch) | |
tree | 18d238ce7d18e1b1106149651fdeaeee96f717b1 /graphics/rabbit/Makefile | |
parent | 3c8c9aeeb56d7e4eeabf202fe06182236ad51060 (diff) | |
download | pkgsrc-574a3881f04671c996ca9817e126b8c1b47ddf4e.tar.gz |
Update rabiit to 2.1.8
pkgsrc change: Add dependency to devel/ruby-gnome2-gio.
2.1.8: 2015-09-06
A bug fix release for 2.1.7. 2.1.7 can't start on Windows.
Fixes
rabbit
* Windows: Fixed a bug that Rabbit can't start. [Reported by yoku0825]
Thanks
* yoku0825
2.1.7: 2015-09-05
Note markup support in Markdown release.
Improvements
rabbit
* Removed GDK rendering engine. (Because cairo is always available since a few
years ago. If we can use cairo, there is no problem without GDK rendering
engine.)
* Improved GTK+ 3 support. (It's not completed yet.) [Patch by okkez]
* Removed unused --server option.
* Wiki markup: Improved error message when unsupported markup is used.
* Markdown markup: Supported error message when multiple images exist in a
paragraph. [GitHub#71][Reported by Colin Dean]
* Markdown markup: Supported note markup. [Suggested by yoku0825]
Syntax is {::note}...{:/note}.
Example:
Normal text {::note}note{:/note} Normal text
Theme
* image-timer: Reduced memory usage.
* image-slide-number: Reduced memory usage.
* clear-blue: Removed indent of the first line in block quote.
Document
* Marked up README in Markdown. [GitHub#72][Patch by Toshi MARUYAMA]
* Improved description about Rabbit in Japanese. [GitHub#74][Patch by YU-TAYU]
Fixes
rabbit-slide
* Fixed a bug that invalid Markdown is generated. [Matafumi Yokoyama]
Document
* Fixed a bug that side menu is hidden. [GitHub#75][Reported by YU-TAYU]
Thanks
* okkez
* Matafumi Yokoyama
* Colin Dean
* Toshi MARUYAMA
* YU-TAYU
* yoku0825
Diffstat (limited to 'graphics/rabbit/Makefile')
-rw-r--r-- | graphics/rabbit/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/rabbit/Makefile b/graphics/rabbit/Makefile index 80a381eca2e..9411bdd4060 100644 --- a/graphics/rabbit/Makefile +++ b/graphics/rabbit/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.53 2015/06/11 17:40:13 taca Exp $ +# $NetBSD: Makefile,v 1.54 2015/09/13 15:55:39 taca Exp $ # -DISTNAME= rabbit-2.1.6 +DISTNAME= rabbit-2.1.8 CATEGORIES= graphics ruby MASTER_SITES= http://rabbit-shocker.org/download/ @@ -11,6 +11,7 @@ COMMENT= RD-document-based presentation application LICENSE= gnu-gpl-v2 # or later DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gtk>=0.90.3:../../x11/ruby-gnome2-gtk +DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gio>=1.1.4:../../devel/ruby-gnome2-gio DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-rsvg-[0-9]*:../../graphics/ruby-gnome2-rsvg DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-poppler-[0-9]*:../../print/ruby-gnome2-poppler DEPENDS+= ${RUBY_PKGPREFIX}-hikidoc-[0-9]*:../../textproc/ruby-hikidoc |