diff options
author | obache <obache@pkgsrc.org> | 2010-09-26 07:09:59 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-09-26 07:09:59 +0000 |
commit | 4f676fe74208f369c54525ae99fd339cec3cdeb3 (patch) | |
tree | 0d039cd9da6a97efaebc5a16352d6492a28b2aa5 /graphics/rabbit/distinfo | |
parent | 2a06263ee784d6a42bb8688c563f537afec36c4f (diff) | |
download | pkgsrc-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/distinfo')
-rw-r--r-- | graphics/rabbit/distinfo | 9 |
1 files changed, 4 insertions, 5 deletions
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 |