diff options
author | obache <obache@pkgsrc.org> | 2008-03-01 12:08:44 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-03-01 12:08:44 +0000 |
commit | 6fe059fa4e89306ec659a28a6ddad816328b6bfb (patch) | |
tree | f3ff6061f0b94bccd6777f76b3936a5981773a92 /graphics/rabbit/Makefile | |
parent | 254da1cc3d405765b2f89bf701003cd622b1ff50 (diff) | |
download | pkgsrc-6fe059fa4e89306ec659a28a6ddad816328b6bfb.tar.gz |
Update rabbit to 0.5.5.
While here, marked as DESTDIR ready.
== Changes 0.5.5 from 0.5.4: 2008-03-01
* Bug fixes
* fixed tests (reported by OBATA Akio)
* fixed --margin option
* supported HikiDoc installed by RubyGems
* removed Tgif related files (reported by OBATA Akio)
* removed needless windows-adjust theme
* stopped to show progress message when index page is generating
* added --log-level option
* added document for MacPorts
* rabbit-mode.el:
* removed a needless variable.
Diffstat (limited to 'graphics/rabbit/Makefile')
-rw-r--r-- | graphics/rabbit/Makefile | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/graphics/rabbit/Makefile b/graphics/rabbit/Makefile index c6810f28e07..3f87c623baa 100644 --- a/graphics/rabbit/Makefile +++ b/graphics/rabbit/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2007/12/15 14:10:29 obache Exp $ +# $NetBSD: Makefile,v 1.5 2008/03/01 12:08:44 obache Exp $ # -DISTNAME= rabbit-0.5.4 +DISTNAME= rabbit-0.5.5 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} CATEGORIES= graphics ruby MASTER_SITES= http://www.cozmixng.org/~kou/download/ @@ -10,11 +10,17 @@ 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 USE_RUBY_SETUP= yes REPLACE_RUBY= bin/rabbit bin/rabbit-theme-manager bin/rabrick +REPLACE_RUBY_DIRS= ${WRKSRC}/lib/rt + +post-install: + rm ${DESTDIR}${PREFIX}/bin/rabbit.bat do-test: cd ${WRKSRC} && ${RUBY} test/run-test.rb |