== Changes 0.6.1 from 0.6.: 2009-07-17 === Improvements * Images are rendered after resized by Gdk::Pixbuf on display mode. * Theme * lightning-talk-toolkit: supported :hide-title * slide-show: timer is reset after each loop * slide-show: default slide show span is computed from allotted time and slide size. * "\n" is available by default. * Wiki format supports slide property. * RD format supports 'wait' in nested itemize. [Kazuhiro NISHIYAMA] === Fixes * Added missing GPL license file. * Fixed a problem that PDF isn't resized on display size change. * Fixed a problem that index mode doesn't work for title only slide. [rabbit-shockers:654] [OBATA Akio] * Fixed a problem that block wait doesn't work. [OBATA Akio]
34 lines
1.1 KiB
Makefile
34 lines
1.1 KiB
Makefile
# $NetBSD: Makefile,v 1.14 2009/07/18 01:35:45 obache Exp $
|
|
#
|
|
|
|
DISTNAME= rabbit-0.6.1
|
|
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= graphics ruby
|
|
MASTER_SITES= http://www.cozmixng.org/~kou/download/
|
|
|
|
MAINTAINER= obache@NetBSD.org
|
|
HOMEPAGE= http://www.cozmixng.org/~rwiki/?cmd=view;name=Rabbit
|
|
COMMENT= Application to do presentation with RD document
|
|
|
|
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
|
|
|
|
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
|
|
|
|
.include "../../lang/ruby/modules.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|