summaryrefslogtreecommitdiff
path: root/graphics/rabbit/Makefile
diff options
context:
space:
mode:
authorobache <obache>2011-07-15 14:28:07 +0000
committerobache <obache>2011-07-15 14:28:07 +0000
commit3bdb478cddc486f7bed3a42fb394796eb70c1947 (patch)
tree146aa033b3405a70b91966536b3303a909532cf4 /graphics/rabbit/Makefile
parent781d4ef7d9f3f8834503604f6795959d7687480d (diff)
downloadpkgsrc-3bdb478cddc486f7bed3a42fb394796eb70c1947.tar.gz
Update rabbit to 1.0.2.
== 1.0.2: 2011-07-15 RubyKaigi2011 release. === Improvements ==== Core * Re-supported GTK+ 2.20. (For Debian GNU/Linux squeeze) [Reported by akira yamada] ==== Theme * title-slide-background-image: Added. It shows background image with title slide slide. * table: Supported font color customize. * rubykaigi2011: Added. It's for RubyKaigi2011. === Fixes ==== Theme * default-item-mark-setup: Fixed duplicated font name specified error. * edge-info-toolkit: Fixed duplicated font name specified error. === Thanks * yamada akira == 1.0.1: 2011-07-15 A bug fix release of 1.0.0. === Fixes ==== Core * Removed needless albino gem dependency. == 1.0.0: 2011-07-15 The first major release! We spent seven years for it! === Improvements ==== Core * Made Twitter related gems optional not required. * Disabled Clutter by default. --use-gl is required to enable it. [Reported by OBATA Akio] * Supported ((<blockdiag|URL:http://blockdiag.com/blockdiag/build/html/>)). RD: # blockdiag # relative_width = 90 # fonts = /usr/share/fonts/opentype/ipafont/ipag.ttf, /usr/share/fonts/truetype/vlgothic/VL-Gothic-Regular.ttf { fontsize = 25; RD -> Rabbit; Hiki -> Rabbit; PDF -> Rabbit; group { Rabbit -> Display; } } Hiki: {{blockdiag(" { fontsize = 25; RD -> Rabbit; Hiki -> Rabbit; PDF -> Rabbit; group { Rabbit -> Display; } }", { :relative_width => 90, # :antialias => true, :fonts => ["/usr/share/fonts/opentype/ipafont/ipag.ttf", "/usr/share/fonts/truetype/vlgothic/VL-Gothic-Regular.ttf"], })}} * Removed Anthy support. * Supported syntax highlighting by CodeRay. * Supported syntax highlighting by Emacs. * Improved "run from console" detection. [Reported by OBATA Akio] * Supported non-blocking mode for Twitter connection. [Reported by OBATA Akio] * Improved the default logger detection. [Reported by OBATA Akio] * Supported Nokogiri and dropped HTree. * Added --allotted-time option to specify presentation allotted time. * Added --comment-theme option to specify a theme for comment. For example, use --comment-theme stream-comment to stream comment on your slide. * Removed RWiki support. ==== Rabbiter * Added --log-status option to log streamed information for debug. ==== Rabbirack * Added. It is a new Web interface for Rabbit. It will deprecate Rabrick. ==== Theme * Added shadow-color, shadow-x and shadow-y properties to text element. * syntax-highlighting: Added. It specifies colors for syntax highlighting. * footer-comment: * Improved image-timer support. * Disabled the last comment remaining by default. * rabbit-powered-by: Disabled banner. * pdf-tortoise-and-hare: Removed because it's merged to pdf theme. * pdf: * Supported hare and tortoise. * Supported comment. * base: Added foreground color, background color and shadow color configurations. * default-comment: Added. It specifies a theme for comment. === Fixes ==== Core * Fixed a problem that .mo are missing in package. [Reported by OBATA Akio] * Fixed a problem that appending comment from rabbiter crashes Rabbit. * Fixed a problem that PDF file detection is failed in Ruby 1.9. ==== Documentation * Fixed link URL. [Reported znz] === Thanks * OBATA Akio * znz
Diffstat (limited to 'graphics/rabbit/Makefile')
-rw-r--r--graphics/rabbit/Makefile17
1 files changed, 7 insertions, 10 deletions
diff --git a/graphics/rabbit/Makefile b/graphics/rabbit/Makefile
index 396aa3fec84..e3ec6ed2837 100644
--- a/graphics/rabbit/Makefile
+++ b/graphics/rabbit/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.30 2011/07/11 09:37:50 obache Exp $
+# $NetBSD: Makefile,v 1.31 2011/07/15 14:28:07 obache Exp $
#
-DISTNAME= rabbit-0.9.3
+DISTNAME= rabbit-1.0.2
CATEGORIES= graphics ruby
MASTER_SITES= http://rabbit-shockers.org/download/
@@ -12,13 +12,15 @@ LICENSE= gnu-gpl-v2 # or later
PKG_DESTDIR_SUPPORT= user-destdir
-DEPENDS+= ${RUBY_PKGPREFIX}-rdtool>=0.6.20:../../textproc/ruby-rdtool
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
+DEPENDS+= ${RUBY_PKGPREFIX}-nokogiri-[0-9]*:../../textproc/ruby-nokogiri
+DEPENDS+= ${RUBY_PKGPREFIX}-rack-[0-9]*:../../www/ruby-rack
+DEPENDS+= ${RUBY_PKGPREFIX}-haml-[0-9]*:../../textproc/ruby-haml
+DEPENDS+= ${RUBY_PKGPREFIX}-rdtool>=0.6.20:../../textproc/ruby-rdtool
+DEPENDS+= ${RUBY_PKGPREFIX}-coderay-[0-9]*:../../textproc/ruby-coderay
USE_RUBY_SETUP= yes
@@ -26,10 +28,5 @@ CONFIGURE_ARGS+= --siteruby=${PREFIX}/${RUBY_VENDORLIB_BASE} \
--siterubyver=${PREFIX}/${RUBY_VENDORLIB} \
--siterubyverarch=${PREFIX}/${RUBY_VENDORARCHLIB}
-# 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"