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/Makefile | |
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/Makefile')
-rw-r--r-- | graphics/rabbit/Makefile | 4 |
1 files changed, 2 insertions, 2 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/ |