summaryrefslogtreecommitdiff
path: root/graphics/rabbit
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2010-09-26 07:09:59 +0000
committerobache <obache@pkgsrc.org>2010-09-26 07:09:59 +0000
commit4f676fe74208f369c54525ae99fd339cec3cdeb3 (patch)
tree0d039cd9da6a97efaebc5a16352d6492a28b2aa5 /graphics/rabbit
parent2a06263ee784d6a42bb8688c563f537afec36c4f (diff)
downloadpkgsrc-4f676fe74208f369c54525ae99fd339cec3cdeb3.tar.gz
Update rabbit to 0.9.0.
== Changes 0.9.0 from 0.6.5: 2010-09-26 Applied defalut custom tag styles. === Improvements ==== Theme * background-image-toolkit: Added vertical-align paramteter that specifies vertical position. Example: # image # src = lavie.png # relative-width = 30 # align = right # vertical-align = top # relative-margin-right = -5 * tag: New theme. It provides default style for some custome tags. The following custom tags are supports. It is enabled by default. * tag:x-large: Made specified text large. * tag:center: Placed specified text in center If no text is specified, block that has center tag is placed in center. * tag:right: Placed specified text in right If no text is specified, block that has right tag is placed in right. Example: (('tag:x-large:Large Text')) (('tag:center'))Centerized Text (('tag:right'))Right-Justified Text ==== RD * Supported recursive markup in (('('))('XXX:')((')')) markup. * Supported markup in cells in table. === Fix * Fixed missing require. [Reported by OBATA Akio] * Fixed aafigure's site URL. [Reported by kdmsnr] * Changed default align to center of background-image-toolkit theme for backward compatibility. [Suggested by nari] * Renamed Rabbitter to Rabbiter.
Diffstat (limited to 'graphics/rabbit')
-rw-r--r--graphics/rabbit/Makefile4
-rw-r--r--graphics/rabbit/PLIST7
-rw-r--r--graphics/rabbit/distinfo9
-rw-r--r--graphics/rabbit/patches/patch-ag13
4 files changed, 11 insertions, 22 deletions
diff --git a/graphics/rabbit/Makefile b/graphics/rabbit/Makefile
index 9eef9c26dcd..85eb28a41e0 100644
--- a/graphics/rabbit/Makefile
+++ b/graphics/rabbit/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.23 2010/09/10 06:40:06 taca Exp $
+# $NetBSD: Makefile,v 1.24 2010/09/26 07:09:59 obache Exp $
#
-DISTNAME= rabbit-0.6.5
+DISTNAME= rabbit-0.9.0
CATEGORIES= graphics ruby
MASTER_SITES= http://www.cozmixng.org/~kou/download/
diff --git a/graphics/rabbit/PLIST b/graphics/rabbit/PLIST
index b4c31d58075..c66acda9534 100644
--- a/graphics/rabbit/PLIST
+++ b/graphics/rabbit/PLIST
@@ -1,9 +1,9 @@
-@comment $NetBSD: PLIST,v 1.14 2010/08/01 12:37:18 obache Exp $
+@comment $NetBSD: PLIST,v 1.15 2010/09/26 07:09:59 obache Exp $
bin/rabbirc
bin/rabbit
bin/rabbit-command
bin/rabbit-theme-manager
-bin/rabbitter
+bin/rabbiter
bin/rabrick
${RUBY_VENDORLIB}/rabbit/action.rb
${RUBY_VENDORLIB}/rabbit/action/basic.rb
@@ -54,6 +54,7 @@ ${RUBY_VENDORLIB}/rabbit/element/slide-element.rb
${RUBY_VENDORLIB}/rabbit/element/slide.rb
${RUBY_VENDORLIB}/rabbit/element/table.rb
${RUBY_VENDORLIB}/rabbit/element/tag.rb
+${RUBY_VENDORLIB}/rabbit/element/text-block-element.rb
${RUBY_VENDORLIB}/rabbit/element/text-container-element.rb
${RUBY_VENDORLIB}/rabbit/element/text-element.rb
${RUBY_VENDORLIB}/rabbit/element/text-renderer.rb
@@ -363,6 +364,8 @@ ${RUBY_VENDORLIB}/rabbit/theme/slide-show/property.rb
${RUBY_VENDORLIB}/rabbit/theme/slide-show/slide-show.rb
${RUBY_VENDORLIB}/rabbit/theme/table/property.rb
${RUBY_VENDORLIB}/rabbit/theme/table/table.rb
+${RUBY_VENDORLIB}/rabbit/theme/tag/property.rb
+${RUBY_VENDORLIB}/rabbit/theme/tag/tag.rb
${RUBY_VENDORLIB}/rabbit/theme/timer/property.rb
${RUBY_VENDORLIB}/rabbit/theme/timer/timer.rb
${RUBY_VENDORLIB}/rabbit/theme/title-background-color/property.rb
diff --git a/graphics/rabbit/distinfo b/graphics/rabbit/distinfo
index b0474f2dc93..b977936717d 100644
--- a/graphics/rabbit/distinfo
+++ b/graphics/rabbit/distinfo
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.18 2010/08/01 12:37:18 obache Exp $
+$NetBSD: distinfo,v 1.19 2010/09/26 07:09:59 obache Exp $
-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
+SHA1 (rabbit-0.9.0.tar.gz) = da4734ac42c1c0b68ef623eb2740dcf66cd22b30
+RMD160 (rabbit-0.9.0.tar.gz) = 845c825e2d1db3a94533616d9657aa7dcadcaea1
+Size (rabbit-0.9.0.tar.gz) = 5897510 bytes
diff --git a/graphics/rabbit/patches/patch-ag b/graphics/rabbit/patches/patch-ag
deleted file mode 100644
index de8f6cf9732..00000000000
--- a/graphics/rabbit/patches/patch-ag
+++ /dev/null
@@ -1,13 +0,0 @@
-$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