diff options
author | obache <obache> | 2009-07-18 01:35:45 +0000 |
---|---|---|
committer | obache <obache> | 2009-07-18 01:35:45 +0000 |
commit | b355788ef7df3319857c4080f0346cf6f11367b6 (patch) | |
tree | b1764b24357e882bf52909697cbe52186767ab2e /graphics/rabbit/Makefile | |
parent | 55a1694fa6347fb6319da16b170a861f7a870197 (diff) | |
download | pkgsrc-b355788ef7df3319857c4080f0346cf6f11367b6.tar.gz |
Update rabbit to 0.6.1.
== Changes 0.6.1 from 0.6.: 2009-07-17
=== Improvements
* Images are rendered after resized by Gdk::Pixbuf on
display mode.
* Theme
* lightning-talk-toolkit: supported :hide-title
* slide-show: timer is reset after each loop
* slide-show: default slide show span is computed from
allotted time and slide size.
* "\n" is available by default.
* Wiki format supports slide property.
* RD format supports 'wait' in nested itemize. [Kazuhiro NISHIYAMA]
=== Fixes
* Added missing GPL license file.
* Fixed a problem that PDF isn't resized on display size change.
* Fixed a problem that index mode doesn't work for title
only slide. [rabbit-shockers:654] [OBATA Akio]
* Fixed a problem that block wait doesn't work. [OBATA Akio]
Diffstat (limited to 'graphics/rabbit/Makefile')
-rw-r--r-- | graphics/rabbit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/rabbit/Makefile b/graphics/rabbit/Makefile index 0dec24cf34e..c9092287c23 100644 --- a/graphics/rabbit/Makefile +++ b/graphics/rabbit/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2009/05/24 02:33:14 obache Exp $ +# $NetBSD: Makefile,v 1.14 2009/07/18 01:35:45 obache Exp $ # -DISTNAME= rabbit-0.6.0 +DISTNAME= rabbit-0.6.1 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} CATEGORIES= graphics ruby MASTER_SITES= http://www.cozmixng.org/~kou/download/ |