3d3ba51982
== Changes 0.5.4 from 0.5.3: 2007-12-15 * Documentation update * fixed ruby.st's URL (kitaj) * updated document of MacPorts (kimura wataru) * Theme related * added some color configuration to night-black theme * added slide-logo theme * added slide-footer theme * Bug fixes * fixed cairo backend availability check * fixed Wiki parser loading bug (reported by OBATA Akio) * suppressed warnings on Windows * fixed "/" handling on Windows (JunichiNakai, OBATA Akio) * logged progress in background (suggested by OBATA Akio) * changed default print format to PDF * supported "check" for itemize mark * added --show-native-window-id option * supported <<< LANG\n...\n>>> with Wiki parser * added block quote sample * supported an image file as source (Rabbit can be an image viewer) * added as_large_as_possible image size option * removed config.rb on 'setup.rb clean' (Kobayashi Noritada) * removed Tgif support * added --man option (Kobayashi Noritada) * supported slideshare.net as source * supported DnD
23 lines
703 B
Makefile
23 lines
703 B
Makefile
# $NetBSD: Makefile,v 1.4 2007/12/15 14:10:29 obache Exp $
|
|
#
|
|
|
|
DISTNAME= rabbit-0.5.4
|
|
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
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gtk>=0.16.0:../../x11/ruby-gnome2-gtk
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-rdtool>=0.6.20:../../textproc/ruby-rdtool
|
|
|
|
USE_RUBY_SETUP= yes
|
|
REPLACE_RUBY= bin/rabbit bin/rabbit-theme-manager bin/rabrick
|
|
|
|
do-test:
|
|
cd ${WRKSRC} && ${RUBY} test/run-test.rb
|
|
|
|
.include "../../lang/ruby/modules.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|