diff options
author | obache <obache@pkgsrc.org> | 2009-05-24 02:33:14 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2009-05-24 02:33:14 +0000 |
commit | 5bf2b26680876d10703f1934f013d02f08105d49 (patch) | |
tree | 5f039245baece672491443396032a7cd8f612eac /graphics/rabbit/Makefile | |
parent | 7a696b5fe4260e930c671be459f3c2942513e169 (diff) | |
download | pkgsrc-5bf2b26680876d10703f1934f013d02f08105d49.tar.gz |
Update rabbit to 0.6.0.
== Changes 0.6.0 from 0.5.9: 2009-05-23
=== Improvements
* Supported Bonjour: [kimura wataru]
* Added new mascot character "Tailavi": [MoMo]
* ((<URL:http://www.cozmixng.org/repos/rabbit/trunk/sample/momo/tailavi/>))
* Added subtitle to windows title.
* Supported slide property.
* Added alternative images for "rabbit and tortoise".
* Original image is used for PDF embedding instead of
resized image.
=== Fixes
* Fixed a typo in sample/kof2005/gesture.rb: [#143][IWAI, Masaharu]
* Fixed install document: [zunda]
* Fixed English: [Eduardo Gonzalez]
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 d3957232093..0dec24cf34e 100644 --- a/graphics/rabbit/Makefile +++ b/graphics/rabbit/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2009/02/09 08:33:32 obache Exp $ +# $NetBSD: Makefile,v 1.13 2009/05/24 02:33:14 obache Exp $ # -DISTNAME= rabbit-0.5.9 +DISTNAME= rabbit-0.6.0 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} CATEGORIES= graphics ruby MASTER_SITES= http://www.cozmixng.org/~kou/download/ |