summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2013-06-16 08:39:43 +0000
committerobache <obache@pkgsrc.org>2013-06-16 08:39:43 +0000
commite3d1f27cb639e21d661e03618a43386e3d5ecb06 (patch)
tree4ba330ad6673822bb29174af6164c56d69cb5877
parentf91e27a864907cf03b9ed3908c2e61f9872c36fc (diff)
downloadpkgsrc-e3d1f27cb639e21d661e03618a43386e3d5ecb06.tar.gz
Update rabbit to 2.0.9.
== 2.0.9: 2013-06-16 Boot related fix release. === Improvements ==== rabbit * Migrated to Ruby's encoding converter from GLib's encoding converter. ==== Theme * tag: Supported style change tags (('tag:normal:XXX')) (('tag:oblique:XXX')) (('tag:italic:XXX')) === Fixes ==== rabbit * Fixed boot failure on some environments. [shocker-ja:1128] [Reported by znz] [GitHub:#19] [Reported by Steve Klabnik] * Fixed command line option help isn't displayed on non UTF-8 encoding. [shocker-ja:1109] [Reported by OBATA Akio] [Patch by Masafumi Yokoyama] === Thanks * znz * Steve Klabnik * Masafumi Yokoyama * OBATA Akio == 2.0.8: 2013-06-01 Minor theme improving release. === Improvements ==== rabbit * Accepted .rbt as RD source. [socker-ja:1109] [Reported by OBATA Akio] * Accepted absolute path for image file path. * Added Rabbit::Element::Base#have_tag?. It is a convenience method to find a custom tag in an element. For example: if element.have_tag?("as-large-as-possible") elsement.as_large_as_possible end ==== Theme * Accepted files in the current directory for directory theme style. Directory theme style is specialy theme that name is ".": : theme . * Accepted THEME_DIR/data/ as data directory for theme in $LOAD_PATH. It is the same rule for gemified theme. * syntax-highlighting: Added more supported syntaxes. * tag: Supported "left" tag. * tag: Supported "margin-top * N" tag. margin-left, margin-bottom and margin-right were also supported. === Thanks * OBATA Akio * Masafumi Yokoyama
-rw-r--r--graphics/rabbit/Makefile4
-rw-r--r--graphics/rabbit/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/graphics/rabbit/Makefile b/graphics/rabbit/Makefile
index 944d7b62565..96ab4ad6ea4 100644
--- a/graphics/rabbit/Makefile
+++ b/graphics/rabbit/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.40 2013/05/09 13:43:02 obache Exp $
+# $NetBSD: Makefile,v 1.41 2013/06/16 08:39:43 obache Exp $
#
-DISTNAME= rabbit-2.0.7
+DISTNAME= rabbit-2.0.9
CATEGORIES= graphics ruby
MASTER_SITES= http://rabbit-shocker.org/download/
diff --git a/graphics/rabbit/distinfo b/graphics/rabbit/distinfo
index d89aa860798..2345bc70f43 100644
--- a/graphics/rabbit/distinfo
+++ b/graphics/rabbit/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.31 2013/05/09 13:43:02 obache Exp $
+$NetBSD: distinfo,v 1.32 2013/06/16 08:39:43 obache Exp $
-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
+SHA1 (rabbit-2.0.9.tar.gz) = 29380ccb662154a3e558d50a9906310391ddf0a3
+RMD160 (rabbit-2.0.9.tar.gz) = b734410f96373e124bdaf9e069ff5d2a81b1acec
+Size (rabbit-2.0.9.tar.gz) = 5142317 bytes