summaryrefslogtreecommitdiff
path: root/graphics/rabbit
diff options
context:
space:
mode:
authorobache <obache>2013-01-26 11:07:29 +0000
committerobache <obache>2013-01-26 11:07:29 +0000
commitd35e07f881ab5f5d85ba3f10fa06d769776cc50c (patch)
tree054f05ee50c86ebf546c3eb925b3909085167549 /graphics/rabbit
parentf81c029af7092242720841446de5f0062df4494d (diff)
downloadpkgsrc-d35e07f881ab5f5d85ba3f10fa06d769776cc50c.tar.gz
Update rabbit to 2.0.6.
== 2.0.6: 2012-12-29 Video support release! === Improvements ==== rabbit-slide * Supported Ustream. * Supported Vimeo. * Use slide ID instead of slide title for SlideShare URL. [Patch by Masafumi Yokoyama] * Added change command that changes the current configuration. ==== Documentation * Added a documentation about how to use image in RD format. [Added by hokkai7go] ==== rabbit * Supported PDF file detection by extension. * [incompatible] Changed PDF page number origin from 0-origin to 1-origin when PDF is used as image. Because PDF uses 1-origin. * [experimental] Supported video embed in slide. [Patch by Narihiro Nakamura] * Text shadow is closed to the original text. ==== rabbit-theme-manager * Removed because it is needless. === Fixes ==== rabbit * Don't handle .rabbit directory as a file that describes rabbit run options. [Reported by Koichi Akabe] === Thanks * Masafumi Yokoyama * Koichi Akabe * hokkai7go * Narihiro Nakamura == 2.0.5: 2012-09-14 A bug fix release. === Fixes ==== Theme * Fixed a bug that resized image isn't drawn [rabbit-shocker:1057] [Reported by znz] === Thanks * znz == 2.0.4: 2012-09-12 A bug fix release. === Improvements ==== rabbit-slide * --title is used for generated slide title. [Reported by znz] ==== Theme * Increased quote image resolution. === Fixes ==== rabbit-slide * Fixed a bug that rake publish:slideshare doesn't work. The task publishes your slide to SlideShare. [GitHub#8] [Patch by myokoym] ==== Theme * Fix a bug that image reflection doesnt' work. === Thanks * znz * myokoym == 2.0.3: 2012-09-10 This release improves block quote style. === Improvements ==== All * Changed user group id to "rabbit-shocker". * Changed user group name to "Rabbit Shocker". * Added rabbit.gemspec to gem. ==== rabbit * Supported gzip-ed Dia file. [Reported by okkez] * Changed Dia file backend to SVG. * Changed the default PDF size to 360mm,270mm that is 4:3 ratio from A4 landscape. ==== rabbit-slide * Supported slide ID on SlideShare saving. * Supported slide ID on Speaker Deck saving. * Changed PDF file name to "#{slide ID}-#{slide base name}.pdf". ==== rabbit-theme * Changed to generate PDFs of theme benchmark slide for all available locales (English and Japanese). ==== Theme * Supported Rabbit::Format::Size as indent value. * Supported foreground color of image caption change. * title-on-image-toolkit: Added background of title. * default-block-quote: * Deprecated @block_quote_image_max_width. Use @block_quote_image_width instead. * Supported image instead of line as frame. * Reduced font size for title of cited content. * Enabled quoted text justification. * Supported avatar. * clear-blue: * Added indentation to the first paragraph in block quote. * Changed to use image instead of line as frame. * color-circle-block-quote: * Changed to use image instead of line as frame. * rabbit-block-quote: * Changed to use image instead of line as frame. ==== Documentation * Updated install document by Homebrew. [Updated by hokkai7go] === Fixes ==== rabbit-slide * Fixed slide URL on slide.rabbit-shocker.org. ==== rabbit-theme * Fixed slide URL on theme.rabbit-shocker.org. === Thanks * hokkai7go * okkez == 2.0.2: 2012-09-02 This release improves slide management feature and theme management feature. They don't have backward compatibility. You need to upgrade slides and themes generated by Rabbit 2.0.1 or earlier by manual. You need to change Rakefile and config.yaml. There are reference Rakefile and config.yaml in the below change lists. There is no auto upgrade feature. === Improvements ==== rabbit-slide * Shotened Rakefile. (incompatible) require "rabbit/task/slide" Rabbit::Task::Slide.new * Put all configuration to config.yaml. (incompatible) --- id: theme-benchmark-en base_name: theme-benchmark tags: - rabbit presentation_date: 2012/09/02 version: 1.0.0 licenses: - GPLv3+ - GFDL - CC BY-SA 3.0 author: markup_language: :rd name: Kouhei Sutou email: kou@cozmixng.org rubygems_user: kou slideshare_user: kou speaker_deck_user: kou * Supported lincenses. * Supported .gitignore generation. * Added PDF to gem. ==== rabbit-theme * Shotened Rakefile. (incompatible) require "rabbit/task/theme" Rabbit::Task::Theme.new * Put all configuration to config.yaml. (incompatible) --- id: clear-blue tags: - rabbit version: 1.0.0 licenses: - GPLv3+ - GFDL - CC BY-SA 3.0 author: name: Kouhei Sutou email: kou@cozmixng.org rubygems_user: kou * Supported lincenses. * Supported .gitignore generation. ==== Theme * default-title-text: Set bottom margin to "institution". * default-title-text: Removed bottom margin of "content source". * slide-number: Changed to use slide margin instead of the default margin. === Fixes ==== rabbit * Fixed a bug that gem theme isn't searched. ==== Theme * nari: Fixed a potential bug that headline may be centered. == 2.0.1: 2012-08-31 A bug fix release. === Improvements ==== rabbit * The slide source specified by command line is use rather than the slide source specified by .rabbit. === Fixes ==== rabbit * Fixed a bug that information window doesn't work. [Fixed by Narihiro Nakamura] * Fixed a bug that index mode doesn't work. [Reported by Masaomi Hatakeyama] * Fixed a bug that TeX formater doesn't work. [Reported by Masaomi Hatakeyama] === THanks * Narihiro Nakamura * Masaomi Hatakeyama == 2.0.0: 2012-08-29 Major version up! Slides and themes can be shared. Both of them can be registered as gem at RubyGems.org. If you specify a slide gem, ((%rabbit%)) command installs and shows it automatically. If you specify a theme gem, ((%rabbit%)) command installs and uses it automatically. A tool that publishes your slide to SlideShare with one command is also added. You can share your slide more easily. Some utilities such as RabbiRack and Rabbiter are splited as new packages. You needed to install related libraries manually. Now, you can install them automatically by installing those tools. It's easy to install. === Improvements ==== rabbit * Made gettext gem required library. * Made rttool gem required library. * Supported relative path image in slide that is specified as URL. * Supported .rabbit file in the current directory. If the file exists, command line arguments are read from the file. * Supported a directory that has .rabbit as source file. * Supported a slide that is published as gem. * Supported a theme that is published as gem. * Added --options-file option that reads command line arguments from the specified file. * Removed setup.rb. * Removed obsoleted --druby-uri option. * Removed the default image directory customization feature on install. It's not neeed now. * Used (({theme.rb})) as the Ruby script file for theme. (({#{THEME_NAME}.rb})) is still available but it's obsoleted. * Supported (({.})) as the special theme name. It uses a theme in the current directory. ==== rabbit-slide New feature. It provides the following slide related features. * Scaffolds a new slide. * Uploads a slide to RubyGems.org. * Uploads a slide to SlideShare. * Shows a slide easily. * Generates a PDF easily. ==== rabbit-theme New feature. It proves the following theme related features. * Scaffolds a new theme. * Uploads a theme to RubyGems.org. * Shows a theme by benchmark slide. * Generates a PDF easily. ==== Theme * background-image-toolkit: Supported a background image specified by URL. [Suggested by Youhei SASAKI] * image-slide-number: Showed page number in flags by default. * default: Enabled hare and tortoise by default. === Fixes ==== Documentation * Fixed wrong description of numerical character reference. [Reported by znz] === Changes * Split up RabbiRack into rabbirack gem. * Split up Rabbiter into rabbiter gem. * Split up RabWii into rabwii gem. * Split up theme benchmark slide to rabbit-slide-rabbit-theme-benchmark-en gem. === Thanks * znz * Youhei SASAKI
Diffstat (limited to 'graphics/rabbit')
-rw-r--r--graphics/rabbit/MESSAGE7
-rw-r--r--graphics/rabbit/Makefile18
-rw-r--r--graphics/rabbit/PLIST66
-rw-r--r--graphics/rabbit/distinfo8
4 files changed, 43 insertions, 56 deletions
diff --git a/graphics/rabbit/MESSAGE b/graphics/rabbit/MESSAGE
index 216e71c9572..844df7c3fa3 100644
--- a/graphics/rabbit/MESSAGE
+++ b/graphics/rabbit/MESSAGE
@@ -1,14 +1,9 @@
===========================================================================
-$NetBSD: MESSAGE,v 1.6 2011/07/15 14:28:07 obache Exp $
+$NetBSD: MESSAGE,v 1.7 2013/01/26 11:07:29 obache Exp $
You can install the following packages for feature improvement.
www/mimetex: for writing TeX in RD
- textproc/ruby-rttool: for writing RT in RD.
print/ghostscript: for reading EPS
- devel/ruby-gettext: for displaying localized messages
graphics/py-aafigure for writing ASCII art
graphics/py-blockdiag for writing Block Diagram
chat/ruby-net-irc for using rabbirc tool
- www/ruby-div for using rabrick tool
- net/ruby-twitter-stream and security/ruby-twitter_oauth:
- for using rabbiter and twitter comment
===========================================================================
diff --git a/graphics/rabbit/Makefile b/graphics/rabbit/Makefile
index 32776101c5d..bf914e8a110 100644
--- a/graphics/rabbit/Makefile
+++ b/graphics/rabbit/Makefile
@@ -1,28 +1,30 @@
-# $NetBSD: Makefile,v 1.38 2012/10/06 14:11:18 asau Exp $
+# $NetBSD: Makefile,v 1.39 2013/01/26 11:07:29 obache Exp $
#
-DISTNAME= rabbit-1.0.9
+DISTNAME= rabbit-2.0.6
CATEGORIES= graphics ruby
-MASTER_SITES= http://rabbit-shockers.org/download/
+MASTER_SITES= http://rabbit-shocker.org/download/
MAINTAINER= obache@NetBSD.org
-HOMEPAGE= http://rabbit-shockers.org/
+HOMEPAGE= http://rabbit-shocker.org/
COMMENT= RD-document-based presentation application
LICENSE= gnu-gpl-v2 # or later
-DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gio>=1.1.4:../../devel/ruby-gnome2-gio
DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gtk>=0.90.3:../../x11/ruby-gnome2-gtk
DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-rsvg-[0-9]*:../../graphics/ruby-gnome2-rsvg
DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-poppler-[0-9]*:../../print/ruby-gnome2-poppler
DEPENDS+= ${RUBY_PKGPREFIX}-hikidoc-[0-9]*:../../textproc/ruby-hikidoc
DEPENDS+= ${RUBY_PKGPREFIX}-nokogiri-[0-9]*:../../textproc/ruby-nokogiri
-DEPENDS+= ${RUBY_PKGPREFIX}-sinatra-[0-9]*:../../www/ruby-sinatra
-DEPENDS+= ${RUBY_PKGPREFIX}-haml-[0-9]*:../../textproc/ruby-haml
DEPENDS+= ${RUBY_PKGPREFIX}-rdtool>=0.6.20:../../textproc/ruby-rdtool
+DEPENDS+= ${RUBY_PKGPREFIX}-rttool-[0-9]*:../../textproc/ruby-rttool
DEPENDS+= ${RUBY_PKGPREFIX}-coderay>=1.0.0:../../textproc/ruby-coderay
DEPENDS+= ${RUBY_PKGPREFIX}-kramdown-[0-9]*:../../textproc/ruby-kramdown
+DEPENDS+= ${RUBY_PKGPREFIX}-gettext-[0-9]*:../../devel/ruby-gettext
+DEPENDS+= ${RUBY_PKGPREFIX}-faraday-[0-9]*:../../www/ruby-faraday
+DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gstreamer-[0-9]*:../../multimedia/ruby-gnome2-gstreamer
-USE_RUBY_SETUP= yes
+USE_RUBY_SETUP= yes
+USE_RUBY_SETUP_PKG= yes
CONFIGURE_ARGS+= --siteruby=${PREFIX}/${RUBY_VENDORLIB_BASE} \
--siterubyver=${PREFIX}/${RUBY_VENDORLIB} \
diff --git a/graphics/rabbit/PLIST b/graphics/rabbit/PLIST
index 3777a02297f..5fd98ca5646 100644
--- a/graphics/rabbit/PLIST
+++ b/graphics/rabbit/PLIST
@@ -1,37 +1,23 @@
-@comment $NetBSD: PLIST,v 1.22 2012/07/22 12:27:40 obache Exp $
-bin/rabbirack
+@comment $NetBSD: PLIST,v 1.23 2013/01/26 11:07:30 obache Exp $
bin/rabbirc
bin/rabbit
bin/rabbit-command
-bin/rabbit-theme-manager
-bin/rabbiter
-bin/rabrick
-bin/rabwii
+bin/rabbit-slide
+bin/rabbit-theme
${RUBY_VENDORLIB}/rabbit/action.rb
${RUBY_VENDORLIB}/rabbit/action/basic.rb
${RUBY_VENDORLIB}/rabbit/action/radio.rb
${RUBY_VENDORLIB}/rabbit/action/toggle.rb
+${RUBY_VENDORLIB}/rabbit/author-configuration.rb
${RUBY_VENDORLIB}/rabbit/canvas.rb
+${RUBY_VENDORLIB}/rabbit/command/rabbit-slide.rb
+${RUBY_VENDORLIB}/rabbit/command/rabbit-theme.rb
+${RUBY_VENDORLIB}/rabbit/command/rabbit.rb
${RUBY_VENDORLIB}/rabbit/config.rb
${RUBY_VENDORLIB}/rabbit/console.rb
${RUBY_VENDORLIB}/rabbit/console/roff.rb
${RUBY_VENDORLIB}/rabbit/cursor-manager.rb
-${RUBY_VENDORLIB}/rabbit/default-config.rb
${RUBY_VENDORLIB}/rabbit/dependency-canvas.rb
-${RUBY_VENDORLIB}/rabbit/div/comment-i.erb
-${RUBY_VENDORLIB}/rabbit/div/comment.erb
-${RUBY_VENDORLIB}/rabbit/div/css.erb
-${RUBY_VENDORLIB}/rabbit/div/js.erb
-${RUBY_VENDORLIB}/rabbit/div/log.erb
-${RUBY_VENDORLIB}/rabbit/div/main-i.erb
-${RUBY_VENDORLIB}/rabbit/div/main.css
-${RUBY_VENDORLIB}/rabbit/div/main.erb
-${RUBY_VENDORLIB}/rabbit/div/navi-i.erb
-${RUBY_VENDORLIB}/rabbit/div/navi.erb
-${RUBY_VENDORLIB}/rabbit/div/prototype.js
-${RUBY_VENDORLIB}/rabbit/div/slide-i.erb
-${RUBY_VENDORLIB}/rabbit/div/slide.erb
-${RUBY_VENDORLIB}/rabbit/div/tofu.rb
${RUBY_VENDORLIB}/rabbit/element.rb
${RUBY_VENDORLIB}/rabbit/element/base.rb
${RUBY_VENDORLIB}/rabbit/element/base/draw-hook.rb
@@ -61,9 +47,11 @@ ${RUBY_VENDORLIB}/rabbit/element/text-element.rb
${RUBY_VENDORLIB}/rabbit/element/text-renderer.rb
${RUBY_VENDORLIB}/rabbit/element/text.rb
${RUBY_VENDORLIB}/rabbit/element/title-slide.rb
+${RUBY_VENDORLIB}/rabbit/element/video.rb
${RUBY_VENDORLIB}/rabbit/formatter.rb
${RUBY_VENDORLIB}/rabbit/frame.rb
${RUBY_VENDORLIB}/rabbit/front.rb
+${RUBY_VENDORLIB}/rabbit/gem-finder.rb
${RUBY_VENDORLIB}/rabbit/gesture/handler.rb
${RUBY_VENDORLIB}/rabbit/gesture/processor.rb
${RUBY_VENDORLIB}/rabbit/gettext.rb
@@ -86,11 +74,6 @@ ${RUBY_VENDORLIB}/rabbit/logger/base.rb
${RUBY_VENDORLIB}/rabbit/logger/gui.rb
${RUBY_VENDORLIB}/rabbit/logger/stderr.rb
${RUBY_VENDORLIB}/rabbit/menu.rb
-${RUBY_VENDORLIB}/rabbit/middleware/config.ru
-${RUBY_VENDORLIB}/rabbit/middleware/controller.rb
-${RUBY_VENDORLIB}/rabbit/middleware/public/stylesheets/rabbirack.css
-${RUBY_VENDORLIB}/rabbit/middleware/views/index.haml
-${RUBY_VENDORLIB}/rabbit/middleware/views/layout.haml
${RUBY_VENDORLIB}/rabbit/parser.rb
${RUBY_VENDORLIB}/rabbit/parser/base.rb
${RUBY_VENDORLIB}/rabbit/parser/ext/aafigure.rb
@@ -103,6 +86,7 @@ ${RUBY_VENDORLIB}/rabbit/parser/ext/escape.rb
${RUBY_VENDORLIB}/rabbit/parser/ext/image.rb
${RUBY_VENDORLIB}/rabbit/parser/ext/inline.rb
${RUBY_VENDORLIB}/rabbit/parser/ext/tex.rb
+${RUBY_VENDORLIB}/rabbit/parser/ext/video.rb
${RUBY_VENDORLIB}/rabbit/parser/image.rb
${RUBY_VENDORLIB}/rabbit/parser/markdown.rb
${RUBY_VENDORLIB}/rabbit/parser/markdown/converter.rb
@@ -110,18 +94,21 @@ ${RUBY_VENDORLIB}/rabbit/parser/pause-support.rb
${RUBY_VENDORLIB}/rabbit/parser/pdf.rb
${RUBY_VENDORLIB}/rabbit/parser/rd.rb
${RUBY_VENDORLIB}/rabbit/parser/rd/ext/base.rb
-${RUBY_VENDORLIB}/rabbit/parser/rd/ext/character-reference.rb
${RUBY_VENDORLIB}/rabbit/parser/rd/ext/block-verbatim.rb
+${RUBY_VENDORLIB}/rabbit/parser/rd/ext/character-reference.rb
${RUBY_VENDORLIB}/rabbit/parser/rd/ext/image.rb
${RUBY_VENDORLIB}/rabbit/parser/rd/ext/inline-verbatim.rb
${RUBY_VENDORLIB}/rabbit/parser/rd/ext/refer.rb
+${RUBY_VENDORLIB}/rabbit/parser/rd/ext/video.rb
${RUBY_VENDORLIB}/rabbit/parser/rd/rd2rabbit-lib.rb
${RUBY_VENDORLIB}/rabbit/parser/rd/rt/rt2rabbit-lib.rb
${RUBY_VENDORLIB}/rabbit/parser/rd/visitor.rb
${RUBY_VENDORLIB}/rabbit/parser/wiki.rb
${RUBY_VENDORLIB}/rabbit/parser/wiki/output.rb
+${RUBY_VENDORLIB}/rabbit/path-manipulatable.rb
${RUBY_VENDORLIB}/rabbit/progress.rb
${RUBY_VENDORLIB}/rabbit/rabbit.rb
+${RUBY_VENDORLIB}/rabbit/readme-parser.rb
${RUBY_VENDORLIB}/rabbit/renderer.rb
${RUBY_VENDORLIB}/rabbit/renderer/base.rb
${RUBY_VENDORLIB}/rabbit/renderer/color.rb
@@ -164,9 +151,15 @@ ${RUBY_VENDORLIB}/rabbit/renderer/print/layout.rb
${RUBY_VENDORLIB}/rabbit/renderer/print/multiple.rb
${RUBY_VENDORLIB}/rabbit/search-window.rb
${RUBY_VENDORLIB}/rabbit/searcher.rb
+${RUBY_VENDORLIB}/rabbit/slide-configuration.rb
+${RUBY_VENDORLIB}/rabbit/slideshare.rb
${RUBY_VENDORLIB}/rabbit/soap/base.rb
${RUBY_VENDORLIB}/rabbit/soap/driver.rb
${RUBY_VENDORLIB}/rabbit/soap/server.rb
+${RUBY_VENDORLIB}/rabbit/source-generator.rb
+${RUBY_VENDORLIB}/rabbit/source-generator/hiki.rb
+${RUBY_VENDORLIB}/rabbit/source-generator/markdown.rb
+${RUBY_VENDORLIB}/rabbit/source-generator/rd.rb
${RUBY_VENDORLIB}/rabbit/source.rb
${RUBY_VENDORLIB}/rabbit/source/argf.rb
${RUBY_VENDORLIB}/rabbit/source/base.rb
@@ -176,14 +169,10 @@ ${RUBY_VENDORLIB}/rabbit/source/memory.rb
${RUBY_VENDORLIB}/rabbit/source/slide-share.rb
${RUBY_VENDORLIB}/rabbit/source/uri.rb
${RUBY_VENDORLIB}/rabbit/stock.rb
-${RUBY_VENDORLIB}/rabbit/theme-browser.rb
-${RUBY_VENDORLIB}/rabbit/theme-browser/default-tag.yaml
-${RUBY_VENDORLIB}/rabbit/theme-browser/document.rb
-${RUBY_VENDORLIB}/rabbit/theme-browser/ext/block-verbatim.rb
-${RUBY_VENDORLIB}/rabbit/theme-browser/page.rb
-${RUBY_VENDORLIB}/rabbit/theme-browser/rd2document-lib.rb
-${RUBY_VENDORLIB}/rabbit/theme-browser/tag.rb
-${RUBY_VENDORLIB}/rabbit/theme-browser/tree.rb
+${RUBY_VENDORLIB}/rabbit/task.rb
+${RUBY_VENDORLIB}/rabbit/task/slide.rb
+${RUBY_VENDORLIB}/rabbit/task/theme.rb
+${RUBY_VENDORLIB}/rabbit/theme-configuration.rb
${RUBY_VENDORLIB}/rabbit/theme/applier.rb
${RUBY_VENDORLIB}/rabbit/theme/auto-slide/auto-slide.rb
${RUBY_VENDORLIB}/rabbit/theme/auto-slide/property.rb
@@ -307,6 +296,7 @@ ${RUBY_VENDORLIB}/rabbit/theme/manager.rb
${RUBY_VENDORLIB}/rabbit/theme/mirror-effect/mirror-effect.rb
${RUBY_VENDORLIB}/rabbit/theme/mirror-effect/property.rb
${RUBY_VENDORLIB}/rabbit/theme/nari/nari.rb
+${RUBY_VENDORLIB}/rabbit/theme/nari/property.rb
${RUBY_VENDORLIB}/rabbit/theme/newline-in-slides/newline-in-slides.rb
${RUBY_VENDORLIB}/rabbit/theme/newline-in-slides/property.rb
${RUBY_VENDORLIB}/rabbit/theme/newline-in-title/newline-in-title.rb
@@ -402,14 +392,14 @@ ${RUBY_VENDORLIB}/rabbit/theme/title-shadow/property.rb
${RUBY_VENDORLIB}/rabbit/theme/title-shadow/title-shadow.rb
${RUBY_VENDORLIB}/rabbit/theme/title-slide-background-image/property.rb
${RUBY_VENDORLIB}/rabbit/theme/title-slide-background-image/title-slide-background-image.rb
-${RUBY_VENDORLIB}/rabbit/theme/twitter-comment/property.rb
-${RUBY_VENDORLIB}/rabbit/theme/twitter-comment/twitter-comment.rb
${RUBY_VENDORLIB}/rabbit/trackball.rb
-${RUBY_VENDORLIB}/rabbit/twitter.rb
${RUBY_VENDORLIB}/rabbit/utils.rb
+${RUBY_VENDORLIB}/rabbit/version.rb
+${RUBY_VENDORLIB}/rabbit/video-window.rb
${RUBY_VENDORLIB}/rabbit/xmlrpc/base.rb
${RUBY_VENDORLIB}/rabbit/xmlrpc/client.rb
${RUBY_VENDORLIB}/rabbit/xmlrpc/server.rb
+share/account.kou.gpg
share/locale/en/LC_MESSAGES/rabbit.mo
share/locale/fr/LC_MESSAGES/rabbit.mo
share/locale/ja/LC_MESSAGES/rabbit.mo
diff --git a/graphics/rabbit/distinfo b/graphics/rabbit/distinfo
index 9c442141099..d922bfd098a 100644
--- a/graphics/rabbit/distinfo
+++ b/graphics/rabbit/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.29 2012/07/22 12:27:40 obache Exp $
+$NetBSD: distinfo,v 1.30 2013/01/26 11:07:30 obache Exp $
-SHA1 (rabbit-1.0.9.tar.gz) = 4409ba2c1afa7cca9c5fc792d332c7716e137a0b
-RMD160 (rabbit-1.0.9.tar.gz) = 71284c537b0e18266747ce77af51769c8c7ee421
-Size (rabbit-1.0.9.tar.gz) = 4934193 bytes
+SHA1 (rabbit-2.0.6.tar.gz) = 4a9876d7dcae83b722d8f9272e73112716799c7d
+RMD160 (rabbit-2.0.6.tar.gz) = 371b415e2e567c962c9e718ed9df5c7f6eb005d7
+Size (rabbit-2.0.6.tar.gz) = 5197270 bytes