== Changes 0.6.2 from 0.6.1: 2009-10-03 === Improvements * Rabbit became an official MacPorts package! [kimura wataru] * Supported '''strong''' Wiki markup [kdmsnr] * Ignored level 2 or larger section in Wiki markup [kdmsnr] * Theme * pdf-tortoise-and-hare: Added margin between slide edge, tortoise and hare. * clear-blue: Supported changing images of tortoise and hare. * Added set_font_resolution_ratio that can change character size in a lump. * rabbit-mode: Supported rabbit-command. * Updated prototype.js: 1.4.0 -> 1.6.0 * Supported justify. * Added a command that gets the current slide content as RD format. * Added --geometry option. * Supported RubyGems. === Fixes * Fixed a problem that allotted-time is ignored in lightning-simple theme. [Kazuhiro NISHIYAMA] * Removed system DPI dependency. [Kazuhiro NISHIYAMA] * Fixed a problem that displayed slide and PDF slide is different. [Kazuhiro NISHIYAMA] * Fixed a problem that images aren't resized with GDK backend.
34 lines
1.1 KiB
Makefile
34 lines
1.1 KiB
Makefile
# $NetBSD: Makefile,v 1.15 2009/10/12 02:28:12 obache Exp $
|
|
#
|
|
|
|
DISTNAME= rabbit-0.6.2
|
|
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"
|