diff options
author | obache <obache@pkgsrc.org> | 2009-10-12 02:28:12 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2009-10-12 02:28:12 +0000 |
commit | 9c39b665ec8fe6a16be0653d9dd1ffa1dcbb85d5 (patch) | |
tree | d490cbb2d66120577fe062aa828bbc2c372e9349 /graphics/rabbit | |
parent | 2490ccc3f1548e8c9a10a8931e46beb79236c214 (diff) | |
download | pkgsrc-9c39b665ec8fe6a16be0653d9dd1ffa1dcbb85d5.tar.gz |
Upate rabbit to 0.6.2.
== Changes 0.6.2 from 0.6.1: 2009-10-03
=== Improvements
* Rabbit became an official MacPorts package! [kimura wataru]
* Supported '''strong''' Wiki markup [kdmsnr]
* Ignored level 2 or larger section in Wiki markup [kdmsnr]
* Theme
* pdf-tortoise-and-hare: Added margin between slide edge,
tortoise and hare.
* clear-blue: Supported changing images of tortoise and hare.
* Added set_font_resolution_ratio that can change
character size in a lump.
* rabbit-mode: Supported rabbit-command.
* Updated prototype.js: 1.4.0 -> 1.6.0
* Supported justify.
* Added a command that gets the current slide content as
RD format.
* Added --geometry option.
* Supported RubyGems.
=== Fixes
* Fixed a problem that allotted-time is ignored in
lightning-simple theme. [Kazuhiro NISHIYAMA]
* Removed system DPI dependency. [Kazuhiro NISHIYAMA]
* Fixed a problem that displayed slide and PDF slide is
different. [Kazuhiro NISHIYAMA]
* Fixed a problem that images aren't resized with GDK
backend.
Diffstat (limited to 'graphics/rabbit')
-rw-r--r-- | graphics/rabbit/Makefile | 4 | ||||
-rw-r--r-- | graphics/rabbit/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/graphics/rabbit/Makefile b/graphics/rabbit/Makefile index c9092287c23..6acebc8eb89 100644 --- a/graphics/rabbit/Makefile +++ b/graphics/rabbit/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.14 2009/07/18 01:35:45 obache Exp $ +# $NetBSD: Makefile,v 1.15 2009/10/12 02:28:12 obache Exp $ # -DISTNAME= rabbit-0.6.1 +DISTNAME= rabbit-0.6.2 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} CATEGORIES= graphics ruby MASTER_SITES= http://www.cozmixng.org/~kou/download/ diff --git a/graphics/rabbit/distinfo b/graphics/rabbit/distinfo index 92aa7861df0..d8a948433b1 100644 --- a/graphics/rabbit/distinfo +++ b/graphics/rabbit/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.12 2009/07/18 01:35:46 obache Exp $ +$NetBSD: distinfo,v 1.13 2009/10/12 02:28:12 obache Exp $ -SHA1 (rabbit-0.6.1.tar.gz) = 3a6744f868b6be10ae2a9914a5cebcc1379c7132 -RMD160 (rabbit-0.6.1.tar.gz) = 76f7c4b7eb8004c29ecada080e2d43b5a618854d -Size (rabbit-0.6.1.tar.gz) = 5844285 bytes +SHA1 (rabbit-0.6.2.tar.gz) = 879674744d35ee8614d04793efbf9b7c5f7d1a91 +RMD160 (rabbit-0.6.2.tar.gz) = 7b778262b98846596be13343485f4da4753f8850 +Size (rabbit-0.6.2.tar.gz) = 5865321 bytes SHA1 (patch-ab) = 848ccd627644dde7e36d27032ab318af729dc3ce SHA1 (patch-ac) = 8e9e5a831f54e4a350a422d3c0027aa7dfa85d35 SHA1 (patch-ad) = ee455a7c34587fa68fc8152d6ad0a6f48b608222 |