summaryrefslogtreecommitdiff
path: root/graphics/rabbit
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2013-05-09 13:43:02 +0000
committerobache <obache@pkgsrc.org>2013-05-09 13:43:02 +0000
commit22cca2f15f7b51a0ac92923f4fa8c238fb553c4b (patch)
tree4fd0ec7e9531ccd811143a6d79548658e6ff68f7 /graphics/rabbit
parente9b448824eabfffccf2a4f39e002b135fc2a98ce (diff)
downloadpkgsrc-22cca2f15f7b51a0ac92923f4fa8c238fb553c4b.tar.gz
Update rabbit to 2.0.7
== 2.0.7: 2013-04-29 Stability improvement release! === Improvements ==== Package * [GitHub#13] Removed needless files from package. [Reported by Youhei SASAKI] * Removed Ruby/GStreamer from dependency package. [rabbit-shocker:1089] [Reported by znz] ==== rabbit * Removed needless executable permission. * Stopped requiring Ruby/GStreamer on initialize because it crashes Rabbit on Mac OS X 10.6.8. [Reported by masa] * Stopped guessing from source content when source has extension to avoid false detection. * Removed needless fallback fullscreen/unfullscreen features because they are needless with latest GTK+. [Reported by Youhei SASAKI] * Supported non-ASCII file name. [GitHub#15][GitHub#16][GitHub#17] [Patch by Masafumi Yokoyama] * Stopped to use iconv when String#encode is available. [GitHub#18] [Patch by Masafumi Yokoyama] ==== Theme * lightning-talk-toolkit: Supported as-large-as-possible slide property. Force enable: = Large Title == property : as_large_as_possible true Force disable: = Large Title == property : as_large_as_possible false ==== Test * Added missing load path to $LOAD_PATH. [GitHub#14] [Reported by Masafumi Yokoyama] ==== rabbit-slide * Supported multi-paragraph description. * Published to RubyGems.org after publishing to SlideShare. It is for using SlideShare information on RubyGems.org publishing. [Masafumi Yokoyama] * Supported RubyGems 2.0. [Masafumi Yokoyama] === Thanks * Youhei SASAKI * masa * Masafumi Yokoyama * znz
Diffstat (limited to 'graphics/rabbit')
-rw-r--r--graphics/rabbit/Makefile5
-rw-r--r--graphics/rabbit/PLIST3
-rw-r--r--graphics/rabbit/distinfo8
3 files changed, 8 insertions, 8 deletions
diff --git a/graphics/rabbit/Makefile b/graphics/rabbit/Makefile
index bf914e8a110..944d7b62565 100644
--- a/graphics/rabbit/Makefile
+++ b/graphics/rabbit/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.39 2013/01/26 11:07:29 obache Exp $
+# $NetBSD: Makefile,v 1.40 2013/05/09 13:43:02 obache Exp $
#
-DISTNAME= rabbit-2.0.6
+DISTNAME= rabbit-2.0.7
CATEGORIES= graphics ruby
MASTER_SITES= http://rabbit-shocker.org/download/
@@ -21,7 +21,6 @@ DEPENDS+= ${RUBY_PKGPREFIX}-coderay>=1.0.0:../../textproc/ruby-coderay
DEPENDS+= ${RUBY_PKGPREFIX}-kramdown-[0-9]*:../../textproc/ruby-kramdown
DEPENDS+= ${RUBY_PKGPREFIX}-gettext-[0-9]*:../../devel/ruby-gettext
DEPENDS+= ${RUBY_PKGPREFIX}-faraday-[0-9]*:../../www/ruby-faraday
-DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gstreamer-[0-9]*:../../multimedia/ruby-gnome2-gstreamer
USE_RUBY_SETUP= yes
USE_RUBY_SETUP_PKG= yes
diff --git a/graphics/rabbit/PLIST b/graphics/rabbit/PLIST
index 5fd98ca5646..fbf39621f67 100644
--- a/graphics/rabbit/PLIST
+++ b/graphics/rabbit/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.23 2013/01/26 11:07:30 obache Exp $
+@comment $NetBSD: PLIST,v 1.24 2013/05/09 13:43:02 obache Exp $
bin/rabbirc
bin/rabbit
bin/rabbit-command
@@ -51,6 +51,7 @@ ${RUBY_VENDORLIB}/rabbit/element/video.rb
${RUBY_VENDORLIB}/rabbit/formatter.rb
${RUBY_VENDORLIB}/rabbit/frame.rb
${RUBY_VENDORLIB}/rabbit/front.rb
+${RUBY_VENDORLIB}/rabbit/gem-builder.rb
${RUBY_VENDORLIB}/rabbit/gem-finder.rb
${RUBY_VENDORLIB}/rabbit/gesture/handler.rb
${RUBY_VENDORLIB}/rabbit/gesture/processor.rb
diff --git a/graphics/rabbit/distinfo b/graphics/rabbit/distinfo
index d922bfd098a..d89aa860798 100644
--- a/graphics/rabbit/distinfo
+++ b/graphics/rabbit/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.30 2013/01/26 11:07:30 obache Exp $
+$NetBSD: distinfo,v 1.31 2013/05/09 13:43:02 obache Exp $
-SHA1 (rabbit-2.0.6.tar.gz) = 4a9876d7dcae83b722d8f9272e73112716799c7d
-RMD160 (rabbit-2.0.6.tar.gz) = 371b415e2e567c962c9e718ed9df5c7f6eb005d7
-Size (rabbit-2.0.6.tar.gz) = 5197270 bytes
+SHA1 (rabbit-2.0.7.tar.gz) = 5010fe8ce1035c8be72a440bee66b094a81bfa8e
+RMD160 (rabbit-2.0.7.tar.gz) = 8d3ae63597dd85ab10630a76d7002a59cd6062f2
+Size (rabbit-2.0.7.tar.gz) = 5145365 bytes