diff options
author | obache <obache@pkgsrc.org> | 2009-02-09 08:33:32 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2009-02-09 08:33:32 +0000 |
commit | e02d90091ced5bccc0a99a8b6bd9811d94354d98 (patch) | |
tree | c44268f8fe1d73154bea9bb8d59cea1c40bf2296 /graphics/rabbit/distinfo | |
parent | c3af83d2c0b46c7133d123fbcf2d5cc10411c09d (diff) | |
download | pkgsrc-e02d90091ced5bccc0a99a8b6bd9811d94354d98.tar.gz |
Update rabbit to 0.5.9.
== Changes 0.5.9 from 0.5.8: 2009-02-09
* Improvements
* HTML output: supported link to PDF.
* added rabbit-command command line tool to control Rabbit.
* supported reflected image effect (requested by kdmsnr)
Example:
http://www.clear-code.com/archives/SendaiRubyKaigi01/love-and-continue-it-104.html
http://www.clear-code.com/archives/SendaiRubyKaigi01/love-and-continue-it-085.html
How to write:
# image
# src = XXX.jpg
# relative_height = 80
# reflect_ratio = 0.5
* Theme
* New themes
* pdf-tortoise-and-hare:
uses tortoise and hare timer when PDF viewer
mode. Allotted time is specified by
RABBIT_ALLOTTED_TIME environment variable.
Example:
% RABBIT_ALLOTTED_TIME=4.5m rabbit --theme pdf-tortoise-and-hare XXX.pdf
* lightning-clear-blue:
uses large character slides in bluish clear-blue theme.
* title-on-image-toolkit:
superimposes title on image.
Example:
http://www.clear-code.com/archives/SendaiRubyKaigi01/love-and-continue-it-036.html
How to use:
In slide:
= Users Group
# image
# src = shocker.jpg
# relative_height = 90
In theme:
include_theme("title-on-image-toolkit")
match(Slide) do |slides|
slides.each do |slide|
slide.title_on_image if slide.title_on_image?
end
end
* Bug fixes
* fixed wrong Wiki format detection.
Diffstat (limited to 'graphics/rabbit/distinfo')
-rw-r--r-- | graphics/rabbit/distinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/rabbit/distinfo b/graphics/rabbit/distinfo index 60b6efaaad3..26063dcc796 100644 --- a/graphics/rabbit/distinfo +++ b/graphics/rabbit/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.9 2008/10/23 12:23:34 obache Exp $ +$NetBSD: distinfo,v 1.10 2009/02/09 08:33:32 obache Exp $ -SHA1 (rabbit-0.5.8.tar.gz) = cf800554ad4d33bab12bfe73c0b4936a44d482e9 -RMD160 (rabbit-0.5.8.tar.gz) = 24decac12fb6ce77a1578d3ef45bd580459745f0 -Size (rabbit-0.5.8.tar.gz) = 3707690 bytes +SHA1 (rabbit-0.5.9.tar.gz) = ea50f07f53f7869fe8b1c7b3dbe043e3b54147a2 +RMD160 (rabbit-0.5.9.tar.gz) = a434b26d6c22c08edbab70ad198f72753edf712d +Size (rabbit-0.5.9.tar.gz) = 3767881 bytes SHA1 (patch-ab) = 848ccd627644dde7e36d27032ab318af729dc3ce SHA1 (patch-ac) = 8e9e5a831f54e4a350a422d3c0027aa7dfa85d35 SHA1 (patch-ad) = ee455a7c34587fa68fc8152d6ad0a6f48b608222 |