diff options
author | obache <obache@pkgsrc.org> | 2010-01-30 00:59:30 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-01-30 00:59:30 +0000 |
commit | 32776564c0ccc9054e36b3514615c1ed74f93dda (patch) | |
tree | 593357e0154ee355f1f4365f3ff3ce8034636a0c /graphics | |
parent | 72b94a978bc344ca19d12f49ddeebd198e144e40 (diff) | |
download | pkgsrc-32776564c0ccc9054e36b3514615c1ed74f93dda.tar.gz |
Update rabbit to 0.6.4.
== Changes 0.6.4 from 0.6.3: 2010-01-29
Rabbit had been included in Debian official packages! [Youhei
SASAKI]
=== Improvements
* Added --keep-above option: Rabbit is always shown top of
windows.
* Added --source-filename option that adds source link to
output HTML.
* Added a directory in source file into theme load path.
* Supported a single theme file in the same directory of
source file. [zunda]
* Improved PDF file detection.
==== Theme
* Added:
* per-slide-background-image:
Uses background image per slide. A background
image is specified by slide property:
= target slide
...
== properties
: background-image
my-picture.png
: background-image-ralative-height
95
Supported options are same as image options in slide.
Options name should be started with "background-image-".
e.g.: "background-image-relative-height" for
"relative-height" option.
* per-slide-background-color:
Uses background color per slide. A background color is
specified by slide property:
= target slide
...
== properties
: background-color
black
Color can be specified as color name, "black", or RGB
values "#RRGGBBAA".
* Changed:
* default-slide:
Supports title foreground color and shadow color
change per slide. They are specified by slide
property:
= target slide
...
== properties
: headline-color
red
: headline-shadow-color
gray
=== Fixes
* Fixed a bug that empty title with
@lightning_talk_as_large_as_possible = true crashes.
[kdmsnr]
* Added workaround for Ruby 1.8.7 p249.
=== Thanks
* zunda
* kdmsnr
* Youhei SASAKI
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/rabbit/Makefile | 4 | ||||
-rw-r--r-- | graphics/rabbit/PLIST | 6 | ||||
-rw-r--r-- | graphics/rabbit/distinfo | 8 |
3 files changed, 11 insertions, 7 deletions
diff --git a/graphics/rabbit/Makefile b/graphics/rabbit/Makefile index 788e24a2a7e..1f1d29b83d4 100644 --- a/graphics/rabbit/Makefile +++ b/graphics/rabbit/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2009/12/17 12:03:59 obache Exp $ +# $NetBSD: Makefile,v 1.17 2010/01/30 00:59:30 obache Exp $ # -DISTNAME= rabbit-0.6.3 +DISTNAME= rabbit-0.6.4 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} CATEGORIES= graphics ruby MASTER_SITES= http://www.cozmixng.org/~kou/download/ diff --git a/graphics/rabbit/PLIST b/graphics/rabbit/PLIST index dfb42137714..acc93013743 100644 --- a/graphics/rabbit/PLIST +++ b/graphics/rabbit/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.12 2009/12/17 12:03:59 obache Exp $ +@comment $NetBSD: PLIST,v 1.13 2010/01/30 00:59:30 obache Exp $ bin/rabbirc bin/rabbit bin/rabbit-command @@ -295,6 +295,10 @@ ${RUBY_VENDORLIB}/rabbit/theme/pdf-tortoise-and-hare/pdf-tortoise-and-hare.rb ${RUBY_VENDORLIB}/rabbit/theme/pdf-tortoise-and-hare/property.rb ${RUBY_VENDORLIB}/rabbit/theme/pdf/pdf.rb ${RUBY_VENDORLIB}/rabbit/theme/pdf/property.rb +${RUBY_VENDORLIB}/rabbit/theme/per-slide-background-color/per-slide-background-color.rb +${RUBY_VENDORLIB}/rabbit/theme/per-slide-background-color/property.rb +${RUBY_VENDORLIB}/rabbit/theme/per-slide-background-image/per-slide-background-image.rb +${RUBY_VENDORLIB}/rabbit/theme/per-slide-background-image/property.rb ${RUBY_VENDORLIB}/rabbit/theme/powered-by/powered-by.rb ${RUBY_VENDORLIB}/rabbit/theme/powered-by/property.rb ${RUBY_VENDORLIB}/rabbit/theme/rabbit-block-quote/property.rb diff --git a/graphics/rabbit/distinfo b/graphics/rabbit/distinfo index c9e8b0cb4dc..99cbc4473b6 100644 --- a/graphics/rabbit/distinfo +++ b/graphics/rabbit/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.14 2009/12/17 12:03:59 obache Exp $ +$NetBSD: distinfo,v 1.15 2010/01/30 00:59:30 obache Exp $ -SHA1 (rabbit-0.6.3.tar.gz) = bd97562a3dcab5fc7ed749de7f897e1ced414aa1 -RMD160 (rabbit-0.6.3.tar.gz) = 8edc4a772d3ed17dcf00083a662fdb46e3f6b364 -Size (rabbit-0.6.3.tar.gz) = 5891706 bytes +SHA1 (rabbit-0.6.4.tar.gz) = 77b9850a2a616b45790735ec544d039503fd2327 +RMD160 (rabbit-0.6.4.tar.gz) = 0243187185641923232c71fffd16d4ce22cf73bb +Size (rabbit-0.6.4.tar.gz) = 5895707 bytes SHA1 (patch-ab) = 848ccd627644dde7e36d27032ab318af729dc3ce SHA1 (patch-ac) = 8e9e5a831f54e4a350a422d3c0027aa7dfa85d35 SHA1 (patch-ad) = ee455a7c34587fa68fc8152d6ad0a6f48b608222 |