summaryrefslogtreecommitdiff
path: root/graphics/rabbit
diff options
context:
space:
mode:
authorobache <obache>2010-08-01 12:37:18 +0000
committerobache <obache>2010-08-01 12:37:18 +0000
commit3c2ffec22bf4ca4ec86aabe640a04d2a6f380dda (patch)
treeea058e7b4cf246ceb9e712f2633fedc59ead8a06 /graphics/rabbit
parentae4601b7e15e94817151695cfa4fd09a374e7856 (diff)
downloadpkgsrc-3c2ffec22bf4ca4ec86aabe640a04d2a6f380dda.tar.gz
Update rabbit to 0.6.5.
== Changes 0.6.4 from 0.6.5: 2010-07-31 * Added Rabbiter that collects comments from Twitter. [OBATA Akio] * Supported ((<aafigure|URL:https://launchpad.net/aafigure>)). [Suggested by kdmsnr] === Improvements * Removed needless newlines from default PDF filename. * Worked with \r\n newline. [Reported by zunda] * Rabbitter: Added. It collects comments from Twitter. [OBATA Akio] * Supported aafigure. [suggested by kdmsnr] ==== Theme * clear-blue: Removed needless newlines from footer text. * per-slide-background-iamge: Supported "background-image-align: right" slide property. [Suggested by kdmsnr] = slide ... == properties : background-image lavie.png : background-image-relative-width 30 : background-image-align right : background-image-relative-margin-right 3 * Supported width parameter 'relative_width' as well as 'relative-width'. * body-background-image: Added. It enables "align = right" image property: = title # image # src = lavie.png # relative-width = 30 # align = right # relative-margin-right = -5 * Enabled body-background-image and per-slide-background-image by default. * background-image-tookit: Added. It is a toolkit for shareing common processes in body-background-image and per-slide-background-image themes. * title-background-image: Supported customize by @title_background_image_properties. The same options for image element can be used. [Suggested by kdmsnr] @title_background_image_properties = { :align => :right, :as_large_as_possible => false, :relative_height => 75, } This shows image with the following layout: +-----------+ | +---+| | title <- background image | +---+| +-----------+ A background image is showed in center and it is resized to as large as possible by default. === Fixes * Fixed comment view doesn't work. === Thanks * kdmsnr * zunda * OBATA Akio
Diffstat (limited to 'graphics/rabbit')
-rw-r--r--graphics/rabbit/MESSAGE6
-rw-r--r--graphics/rabbit/Makefile5
-rw-r--r--graphics/rabbit/PLIST7
-rw-r--r--graphics/rabbit/distinfo11
-rw-r--r--graphics/rabbit/patches/patch-ae16
-rw-r--r--graphics/rabbit/patches/patch-af19
-rw-r--r--graphics/rabbit/patches/patch-ag13
7 files changed, 31 insertions, 46 deletions
diff --git a/graphics/rabbit/MESSAGE b/graphics/rabbit/MESSAGE
index 058b9773d24..1829616b1e6 100644
--- a/graphics/rabbit/MESSAGE
+++ b/graphics/rabbit/MESSAGE
@@ -1,5 +1,5 @@
===========================================================================
-$NetBSD: MESSAGE,v 1.3 2010/07/12 00:14:01 obache Exp $
+$NetBSD: MESSAGE,v 1.4 2010/08/01 12:37:18 obache Exp $
You can install the following packages for feature improvement.
www/mimetex: for writing TeX in RD
print/ghostscript: for reading EPS
@@ -7,4 +7,8 @@ You can install the following packages for feature improvement.
devel/ruby-gettext: for displaying localized messages
print/enscript and textproc/ruby-htree:
source code hilight
+ graphics/py-aafigure for writing ASCII art
+ textproc/ruby-hikidoc for using HikiDoc as input source
+ net/ruby-tweetstream for using rabbitter tool
+ www/ruby-div for using rabrick tool
===========================================================================
diff --git a/graphics/rabbit/Makefile b/graphics/rabbit/Makefile
index 6c1a7277888..54933b735d6 100644
--- a/graphics/rabbit/Makefile
+++ b/graphics/rabbit/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.21 2010/06/30 02:07:14 obache Exp $
+# $NetBSD: Makefile,v 1.22 2010/08/01 12:37:18 obache Exp $
#
-DISTNAME= rabbit-0.6.4
+DISTNAME= rabbit-0.6.5
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
-PKGREVISION= 2
CATEGORIES= graphics ruby
MASTER_SITES= http://www.cozmixng.org/~kou/download/
diff --git a/graphics/rabbit/PLIST b/graphics/rabbit/PLIST
index acc93013743..b4c31d58075 100644
--- a/graphics/rabbit/PLIST
+++ b/graphics/rabbit/PLIST
@@ -1,8 +1,9 @@
-@comment $NetBSD: PLIST,v 1.13 2010/01/30 00:59:30 obache Exp $
+@comment $NetBSD: PLIST,v 1.14 2010/08/01 12:37:18 obache Exp $
bin/rabbirc
bin/rabbit
bin/rabbit-command
bin/rabbit-theme-manager
+bin/rabbitter
bin/rabrick
${RUBY_VENDORLIB}/rabbit/action.rb
${RUBY_VENDORLIB}/rabbit/action/basic.rb
@@ -85,6 +86,7 @@ ${RUBY_VENDORLIB}/rabbit/logger/stderr.rb
${RUBY_VENDORLIB}/rabbit/menu.rb
${RUBY_VENDORLIB}/rabbit/parser.rb
${RUBY_VENDORLIB}/rabbit/parser/base.rb
+${RUBY_VENDORLIB}/rabbit/parser/ext/aafigure.rb
${RUBY_VENDORLIB}/rabbit/parser/ext/anthy.rb
${RUBY_VENDORLIB}/rabbit/parser/ext/enscript.rb
${RUBY_VENDORLIB}/rabbit/parser/ext/entity.rb
@@ -96,6 +98,7 @@ ${RUBY_VENDORLIB}/rabbit/parser/image.rb
${RUBY_VENDORLIB}/rabbit/parser/pause-support.rb
${RUBY_VENDORLIB}/rabbit/parser/pdf.rb
${RUBY_VENDORLIB}/rabbit/parser/rd.rb
+${RUBY_VENDORLIB}/rabbit/parser/rd/ext/aafigure.rb
${RUBY_VENDORLIB}/rabbit/parser/rd/ext/anthy.rb
${RUBY_VENDORLIB}/rabbit/parser/rd/ext/base.rb
${RUBY_VENDORLIB}/rabbit/parser/rd/ext/block-verbatim.rb
@@ -178,12 +181,14 @@ ${RUBY_VENDORLIB}/rabbit/theme-browser/tree.rb
${RUBY_VENDORLIB}/rabbit/theme/applier.rb
${RUBY_VENDORLIB}/rabbit/theme/auto-slide/auto-slide.rb
${RUBY_VENDORLIB}/rabbit/theme/auto-slide/property.rb
+${RUBY_VENDORLIB}/rabbit/theme/background-image-toolkit/background-image-toolkit.rb
${RUBY_VENDORLIB}/rabbit/theme/base/base.rb
${RUBY_VENDORLIB}/rabbit/theme/base/property.rb
${RUBY_VENDORLIB}/rabbit/theme/blue-bar/blue-bar.rb
${RUBY_VENDORLIB}/rabbit/theme/blue-bar/property.rb
${RUBY_VENDORLIB}/rabbit/theme/blue-circle/blue-circle.rb
${RUBY_VENDORLIB}/rabbit/theme/blue-circle/property.rb
+${RUBY_VENDORLIB}/rabbit/theme/body-background-image/body-background-image.rb
${RUBY_VENDORLIB}/rabbit/theme/centering-rabbit/centering-rabbit.rb
${RUBY_VENDORLIB}/rabbit/theme/centering-rabbit/property.rb
${RUBY_VENDORLIB}/rabbit/theme/clear-blue/clear-blue.rb
diff --git a/graphics/rabbit/distinfo b/graphics/rabbit/distinfo
index d13dca4623f..b0474f2dc93 100644
--- a/graphics/rabbit/distinfo
+++ b/graphics/rabbit/distinfo
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.17 2010/06/30 02:07:14 obache Exp $
+$NetBSD: distinfo,v 1.18 2010/08/01 12:37:18 obache Exp $
-SHA1 (rabbit-0.6.4.tar.gz) = 77b9850a2a616b45790735ec544d039503fd2327
-RMD160 (rabbit-0.6.4.tar.gz) = 0243187185641923232c71fffd16d4ce22cf73bb
-Size (rabbit-0.6.4.tar.gz) = 5895707 bytes
-SHA1 (patch-ae) = 301505f066dfe2a7911a6bbbd07a4ee224e6d040
-SHA1 (patch-af) = a71f3d7f52ad3d3dd901de10b55adbc13f324f4e
+SHA1 (rabbit-0.6.5.tar.gz) = 8533d55a3ae51a05360cd2fc73cf4f80d814c969
+RMD160 (rabbit-0.6.5.tar.gz) = c7acf78ea025dc65d4e78ed94971c3fe130413b9
+Size (rabbit-0.6.5.tar.gz) = 5895091 bytes
+SHA1 (patch-ag) = 6f7b72c16450ae30ade5b83672ecf53cdb7a8e88
diff --git a/graphics/rabbit/patches/patch-ae b/graphics/rabbit/patches/patch-ae
deleted file mode 100644
index e66d806a0dd..00000000000
--- a/graphics/rabbit/patches/patch-ae
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-ae,v 1.1 2010/06/18 09:16:08 obache Exp $
-
-work comment view again.
-http://www.cozmixng.org/retro/projects/rabbit/changesets/1376
-
---- lib/rabbit/renderer/display/comment-drawing-area.rb.orig 2010-01-29 14:09:05.000000000 +0000
-+++ lib/rabbit/renderer/display/comment-drawing-area.rb
-@@ -36,6 +36,8 @@ module Rabbit
-
- def_delegators(:@pixmap, :x_dpi, :y_dpi)
-
-+ def_delegators(:@pixmap, :set_font_resolution)
-+
- attr_accessor :direction
-
- def width
diff --git a/graphics/rabbit/patches/patch-af b/graphics/rabbit/patches/patch-af
deleted file mode 100644
index 6f385dbdf56..00000000000
--- a/graphics/rabbit/patches/patch-af
+++ /dev/null
@@ -1,19 +0,0 @@
-$NetBSD: patch-af,v 1.1 2010/06/30 02:07:14 obache Exp $
-
-enable keybord interface on Clutter render.
-http://www.cozmixng.org/retro/projects/rabbit/changesets/1380
-
---- lib/rabbit/renderer/display/clutter-embed.rb.orig 2010-01-29 14:09:05.000000000 +0000
-+++ lib/rabbit/renderer/display/clutter-embed.rb
-@@ -195,9 +195,11 @@ module Rabbit
- add_widget_to_window(@window)
- widget.show
- attach_menu(@window)
-+ attach_key(@window)
- end
-
- def detach
-+ detach_key(@window)
- detach_menu(@window)
- widget.hide
- unless @window.destroyed?
diff --git a/graphics/rabbit/patches/patch-ag b/graphics/rabbit/patches/patch-ag
new file mode 100644
index 00000000000..de8f6cf9732
--- /dev/null
+++ b/graphics/rabbit/patches/patch-ag
@@ -0,0 +1,13 @@
+$NetBSD: patch-ag,v 1.1 2010/08/01 12:37:18 obache Exp $
+
+add missing require.
+http://www.cozmixng.org/retro/projects/rabbit/changesets/1388
+
+--- lib/rabbit/element/tag.rb.orig 2010-07-31 11:33:07.000000000 +0000
++++ lib/rabbit/element/tag.rb
+@@ -1,4 +1,5 @@
+ require 'rabbit/element/base'
++require 'rabbit/element/text-container-element'
+
+ module Rabbit
+ module Element