summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorobache <obache>2011-07-11 09:37:50 +0000
committerobache <obache>2011-07-11 09:37:50 +0000
commit44e8fd00a6dacda10590ece6f116d50bd9840951 (patch)
tree5a5646675748585f68a071ea2f479a4578f8004c /graphics
parentaa380170c6e0b2725e8473c3f949287656031384 (diff)
downloadpkgsrc-44e8fd00a6dacda10590ece6f116d50bd9840951.tar.gz
Update rabbit to 0.9.3.
(adjust default dependency to Gems) == 0.9.3: 2010-06-25 A comment and Twitter support improved release. === Improvements ==== Core * Supported PDF viewer on Ruby 1.9. [Reported by tmtms] * [#199] Supported "~" expansion in path specified by "-I". [Reported by kdmsnr] * Supported Twitter's OAuth. * Supported Bundler. * Added Rabbit.add_cleanup_proc that is an API to register a hook on rabbit command finished. * Added rabwii command to control Rabbit via Wii Remote. [Based on Kiwamu Okabe's code] * Changed default dRuby server bind address to localhost. * Changed default --default-public-level to "all". * rabbitter: Used OAuth. * rabrick: Changed --druby-uri option to --rabbit-uri. * rabbit-command: Changed --druby-uri option to --rabbit-uri. * Removed comment view. * rabbitter: Added --user-language option. * Used GUI logger by default when Rabbit isn't invoked by rubyw.exe. [Helped by Nobuyoshi Nakada] * Added launcher mode that show file chose dialog when Rabbit invoked without source file on no console environment. * Supported tag in Hiki notation. ({{tag('tag-name', 'value')}} ==== Theme * title-background-image: Supported image file name in slide property. [Suggested by kdmsnr] * background-image-toolkit: Used slide property rather than options in theme. * image: Made image caption's font size customizable. * color-circle: Enabled newline-in-slides and tag theme by default. * slide-number: Made slide number position customizable. [Youhei SASAKI] * debian: Updated. [Youhei SASAKI] * dark-gradation: Added. It's Keynote like dark gradation theme. [Youhei SASAKI] * twitter-comment: Added. It imports tweets from Twitter as comments. [Based on Kiwamu Okabe's code] * comment: Removed. It's for removed comment view. * footer-comment: Added. It shows comments on the footer. [Based on Kiwamu Okabe's code] * clutter-comment: Added. It streams comments on slides with rolling by Clutter API. * stream-comment: Added. It streams comments on slides. === Fixes ==== Core * Fixed Clutter backend doesn't work. [Reported by OBATA Akio] * Fixed GUI logger doesn't work.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/rabbit/DESCR2
-rw-r--r--graphics/rabbit/MESSAGE7
-rw-r--r--graphics/rabbit/Makefile27
-rw-r--r--graphics/rabbit/PLIST26
-rw-r--r--graphics/rabbit/distinfo8
5 files changed, 38 insertions, 32 deletions
diff --git a/graphics/rabbit/DESCR b/graphics/rabbit/DESCR
index 2ba30ca889c..5549a87d259 100644
--- a/graphics/rabbit/DESCR
+++ b/graphics/rabbit/DESCR
@@ -1 +1 @@
-This is an application to do presentation with RD document.
+Rabbit is an RD-document-based presentation application.
diff --git a/graphics/rabbit/MESSAGE b/graphics/rabbit/MESSAGE
index 1829616b1e6..14572a16537 100644
--- a/graphics/rabbit/MESSAGE
+++ b/graphics/rabbit/MESSAGE
@@ -1,14 +1,13 @@
===========================================================================
-$NetBSD: MESSAGE,v 1.4 2010/08/01 12:37:18 obache Exp $
+$NetBSD: MESSAGE,v 1.5 2011/07/11 09:37:50 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
- graphics/ruby-gnome2-rsvg: for beautiful scaling SVG
devel/ruby-gettext: for displaying localized messages
print/enscript and textproc/ruby-htree:
source code hilight
graphics/py-aafigure for writing ASCII art
- textproc/ruby-hikidoc for using HikiDoc as input source
- net/ruby-tweetstream for using rabbitter tool
+ chat/ruby-net-irc for using rabbirc tool
www/ruby-div for using rabrick tool
===========================================================================
diff --git a/graphics/rabbit/Makefile b/graphics/rabbit/Makefile
index a87ee50f93f..396aa3fec84 100644
--- a/graphics/rabbit/Makefile
+++ b/graphics/rabbit/Makefile
@@ -1,34 +1,35 @@
-# $NetBSD: Makefile,v 1.29 2011/03/26 01:57:50 obache Exp $
+# $NetBSD: Makefile,v 1.30 2011/07/11 09:37:50 obache Exp $
#
-DISTNAME= rabbit-0.9.2
+DISTNAME= rabbit-0.9.3
CATEGORIES= graphics ruby
-MASTER_SITES= http://www.cozmixng.org/~kou/download/
+MASTER_SITES= http://rabbit-shockers.org/download/
MAINTAINER= obache@NetBSD.org
HOMEPAGE= http://rabbit-shockers.org/
-COMMENT= Application to do presentation with RD document
+COMMENT= RD-document-based presentation application
LICENSE= gnu-gpl-v2 # or later
PKG_DESTDIR_SUPPORT= user-destdir
-DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gtk>=0.16.0:../../x11/ruby-gnome2-gtk
DEPENDS+= ${RUBY_PKGPREFIX}-rdtool>=0.6.20:../../textproc/ruby-rdtool
-DEPENDS+= ${RUBY_PKGPREFIX}-rttool>=1.0.2:../../textproc/ruby-rttool
-DEPENDS+= ${RUBY_PKGPREFIX}-net-irc>=0.0.5:../../chat/ruby-net-irc
+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}-twitter-stream-[0-9]*:../../net/ruby-twitter-stream
+DEPENDS+= ${RUBY_PKGPREFIX}-twitter_oauth-[0-9]*:../../security/ruby-twitter_oauth
+DEPENDS+= ${RUBY_PKGPREFIX}-hikidoc-[0-9]*:../../textproc/ruby-hikidoc
USE_RUBY_SETUP= yes
-REPLACE_RUBY= bin/rabbit bin/rabbit-theme-manager bin/rabrick
CONFIGURE_ARGS+= --siteruby=${PREFIX}/${RUBY_VENDORLIB_BASE} \
--siterubyver=${PREFIX}/${RUBY_VENDORLIB} \
--siterubyverarch=${PREFIX}/${RUBY_VENDORARCHLIB}
-post-install:
- rm -f ${DESTDIR}${PREFIX}/bin/rabbit.bat
-
-do-test:
- cd ${WRKSRC} && ${RUBY} test/run-test.rb
+# temporary packaging miss
+USE_TOOLS+= msgfmt
+post-extract:
+ ${RUN}cd ${WRKSRC}; ${SETENV} ${BUILD_ENV} ${RUBY} update-mo.rb
.include "../../lang/ruby/modules.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/rabbit/PLIST b/graphics/rabbit/PLIST
index 5a4284354ba..a8e8a792498 100644
--- a/graphics/rabbit/PLIST
+++ b/graphics/rabbit/PLIST
@@ -1,17 +1,16 @@
-@comment $NetBSD: PLIST,v 1.16 2010/12/31 10:47:07 obache Exp $
+@comment $NetBSD: PLIST,v 1.17 2011/07/11 09:37:50 obache Exp $
bin/rabbirc
bin/rabbit
bin/rabbit-command
bin/rabbit-theme-manager
bin/rabbiter
bin/rabrick
+bin/rabwii
${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/canvas.rb
-${RUBY_VENDORLIB}/rabbit/comment-canvas.rb
-${RUBY_VENDORLIB}/rabbit/comment/log.rb
${RUBY_VENDORLIB}/rabbit/config.rb
${RUBY_VENDORLIB}/rabbit/console.rb
${RUBY_VENDORLIB}/rabbit/console/roff.rb
@@ -123,8 +122,6 @@ ${RUBY_VENDORLIB}/rabbit/renderer/display.rb
${RUBY_VENDORLIB}/rabbit/renderer/display/base.rb
${RUBY_VENDORLIB}/rabbit/renderer/display/button-handler.rb
${RUBY_VENDORLIB}/rabbit/renderer/display/clutter-embed.rb
-${RUBY_VENDORLIB}/rabbit/renderer/display/comment-drawing-area.rb
-${RUBY_VENDORLIB}/rabbit/renderer/display/comment.rb
${RUBY_VENDORLIB}/rabbit/renderer/display/cursor.rb
${RUBY_VENDORLIB}/rabbit/renderer/display/drawing-area-base.rb
${RUBY_VENDORLIB}/rabbit/renderer/display/drawing-area-primitive.rb
@@ -198,6 +195,8 @@ ${RUBY_VENDORLIB}/rabbit/theme/clear-blue/clear-blue.rb
${RUBY_VENDORLIB}/rabbit/theme/clear-blue/property.rb
${RUBY_VENDORLIB}/rabbit/theme/clock/clock.rb
${RUBY_VENDORLIB}/rabbit/theme/clock/property.rb
+${RUBY_VENDORLIB}/rabbit/theme/clutter-comment/clutter-comment.rb
+${RUBY_VENDORLIB}/rabbit/theme/clutter-comment/property.rb
${RUBY_VENDORLIB}/rabbit/theme/color-circle-block-quote/color-circle-block-quote.rb
${RUBY_VENDORLIB}/rabbit/theme/color-circle-block-quote/property.rb
${RUBY_VENDORLIB}/rabbit/theme/color-circle-common/color-circle-common.rb
@@ -222,12 +221,12 @@ ${RUBY_VENDORLIB}/rabbit/theme/color-circle-title-text/color-circle-title-text.r
${RUBY_VENDORLIB}/rabbit/theme/color-circle-title-text/property.rb
${RUBY_VENDORLIB}/rabbit/theme/color-circle/color-circle.rb
${RUBY_VENDORLIB}/rabbit/theme/color-circle/property.rb
-${RUBY_VENDORLIB}/rabbit/theme/comment/comment.rb
-${RUBY_VENDORLIB}/rabbit/theme/comment/property.rb
${RUBY_VENDORLIB}/rabbit/theme/cozmixng-powered-by/cozmixng-powered-by.rb
${RUBY_VENDORLIB}/rabbit/theme/cozmixng-powered-by/property.rb
${RUBY_VENDORLIB}/rabbit/theme/cozmixng/cozmixng.rb
${RUBY_VENDORLIB}/rabbit/theme/cozmixng/property.rb
+${RUBY_VENDORLIB}/rabbit/theme/dark-gradation/dark-gradation.rb
+${RUBY_VENDORLIB}/rabbit/theme/dark-gradation/property.rb
${RUBY_VENDORLIB}/rabbit/theme/day-white/day-white.rb
${RUBY_VENDORLIB}/rabbit/theme/day-white/property.rb
${RUBY_VENDORLIB}/rabbit/theme/debian/debian.rb
@@ -264,6 +263,8 @@ ${RUBY_VENDORLIB}/rabbit/theme/edge-info-toolkit/property.rb
${RUBY_VENDORLIB}/rabbit/theme/emphasize-keyword/emphasize-keyword.rb
${RUBY_VENDORLIB}/rabbit/theme/emphasize-keyword/property.rb
${RUBY_VENDORLIB}/rabbit/theme/entry.rb
+${RUBY_VENDORLIB}/rabbit/theme/footer-comment/footer-comment.rb
+${RUBY_VENDORLIB}/rabbit/theme/footer-comment/property.rb
${RUBY_VENDORLIB}/rabbit/theme/footer-logo/footer-logo.rb
${RUBY_VENDORLIB}/rabbit/theme/footer-logo/property.rb
${RUBY_VENDORLIB}/rabbit/theme/green-circle/green-circle.rb
@@ -368,6 +369,8 @@ ${RUBY_VENDORLIB}/rabbit/theme/slide-number/property.rb
${RUBY_VENDORLIB}/rabbit/theme/slide-number/slide-number.rb
${RUBY_VENDORLIB}/rabbit/theme/slide-show/property.rb
${RUBY_VENDORLIB}/rabbit/theme/slide-show/slide-show.rb
+${RUBY_VENDORLIB}/rabbit/theme/stream-comment/property.rb
+${RUBY_VENDORLIB}/rabbit/theme/stream-comment/stream-comment.rb
${RUBY_VENDORLIB}/rabbit/theme/table/property.rb
${RUBY_VENDORLIB}/rabbit/theme/table/table.rb
${RUBY_VENDORLIB}/rabbit/theme/tag/property.rb
@@ -384,14 +387,14 @@ ${RUBY_VENDORLIB}/rabbit/theme/title-on-image-toolkit/property.rb
${RUBY_VENDORLIB}/rabbit/theme/title-on-image-toolkit/title-on-image-toolkit.rb
${RUBY_VENDORLIB}/rabbit/theme/title-shadow/property.rb
${RUBY_VENDORLIB}/rabbit/theme/title-shadow/title-shadow.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/xmlrpc/base.rb
${RUBY_VENDORLIB}/rabbit/xmlrpc/client.rb
${RUBY_VENDORLIB}/rabbit/xmlrpc/server.rb
-${RUBY_VENDORLIB}/rwiki/soap/common.rb
-${RUBY_VENDORLIB}/rwiki/soap/driver.rb
-${RUBY_VENDORLIB}/rwiki/soap/servant.rb
share/locale/en/LC_MESSAGES/rabbit.mo
share/locale/fr/LC_MESSAGES/rabbit.mo
share/locale/ja/LC_MESSAGES/rabbit.mo
@@ -403,6 +406,9 @@ share/rabbit/image/cozmixng-images/cozmixchu.png
share/rabbit/image/cozmixng-images/cozmixng-images.rb
share/rabbit/image/cozmixng-images/powered-by-cozmixng.png
share/rabbit/image/cozmixng-images/property.rb
+share/rabbit/image/dark-gradation-images/background-gradation.png
+share/rabbit/image/dark-gradation-images/dark-gradation-images.rb
+share/rabbit/image/dark-gradation-images/property.rb
share/rabbit/image/debian-images/bottom.png
share/rabbit/image/debian-images/debian-images.rb
share/rabbit/image/debian-images/debian-logo-pink.png
diff --git a/graphics/rabbit/distinfo b/graphics/rabbit/distinfo
index ee25ca6ce9a..fe2edbad410 100644
--- a/graphics/rabbit/distinfo
+++ b/graphics/rabbit/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.21 2010/12/31 10:47:07 obache Exp $
+$NetBSD: distinfo,v 1.22 2011/07/11 09:37:50 obache Exp $
-SHA1 (rabbit-0.9.2.tar.gz) = caa1492e3ffb4aa2ef5513af1cd32827280b3da0
-RMD160 (rabbit-0.9.2.tar.gz) = 3d078b948524f2d1a13f754b1c67582d58b7b835
-Size (rabbit-0.9.2.tar.gz) = 6088701 bytes
+SHA1 (rabbit-0.9.3.tar.gz) = c7e24a66de839fcc1e21bcf9f906672a0f0d9a7a
+RMD160 (rabbit-0.9.3.tar.gz) = da54df20ae8731854ec41671daf5f8c5799d233a
+Size (rabbit-0.9.3.tar.gz) = 4086090 bytes