From 44e8fd00a6dacda10590ece6f116d50bd9840951 Mon Sep 17 00:00:00 2001 From: obache Date: Mon, 11 Jul 2011 09:37:50 +0000 Subject: 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. --- graphics/rabbit/Makefile | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) (limited to 'graphics/rabbit/Makefile') 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" -- cgit v1.2.3