summaryrefslogtreecommitdiff
path: root/graphics/rabbit
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2012-07-22 12:27:40 +0000
committerobache <obache@pkgsrc.org>2012-07-22 12:27:40 +0000
commitb03bdac99aa4e87907138d9447b3075f470803e7 (patch)
tree325c983e6da9db921391ca510635f3b234fcdfce /graphics/rabbit
parent518d7ee95e5ed3b890974de913d4a7b36871bc00 (diff)
downloadpkgsrc-b03bdac99aa4e87907138d9447b3075f470803e7.tar.gz
Update rabbit to 1.0.9
== 1.0.9: 2012-07-21 A bug fix release of 1.0.8. === Improvements ==== rabbit-mode.el * Changed prefix for insert commands to ((%C-cC-i%)). ==== rabbit * Supported numeric character reference in RD and Hiki: RD: (('&#x1D11E;')) in hex (('&#119070;')) in decimal Hiki: {{code_point(0x1d11e)}} in hex {{code_point(119070)}} in decimal ==== rabbirack * Removed needless encoding change. ==== rabbiter * Supported twitter-stream 0.1.16. Earlier versions aren't supported. * Re-implemented connection related codes by Ruby/GIO2.
Diffstat (limited to 'graphics/rabbit')
-rw-r--r--graphics/rabbit/Makefile5
-rw-r--r--graphics/rabbit/PLIST4
-rw-r--r--graphics/rabbit/distinfo8
3 files changed, 9 insertions, 8 deletions
diff --git a/graphics/rabbit/Makefile b/graphics/rabbit/Makefile
index 59a114d9c25..f8448b42a21 100644
--- a/graphics/rabbit/Makefile
+++ b/graphics/rabbit/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.36 2012/06/17 08:53:28 obache Exp $
+# $NetBSD: Makefile,v 1.37 2012/07/22 12:27:40 obache Exp $
#
-DISTNAME= rabbit-1.0.8
+DISTNAME= rabbit-1.0.9
CATEGORIES= graphics ruby
MASTER_SITES= http://rabbit-shockers.org/download/
@@ -12,6 +12,7 @@ LICENSE= gnu-gpl-v2 # or later
PKG_DESTDIR_SUPPORT= user-destdir
+DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gio>=1.1.4:../../devel/ruby-gnome2-gio
DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gtk>=0.90.3:../../x11/ruby-gnome2-gtk
DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-rsvg-[0-9]*:../../graphics/ruby-gnome2-rsvg
DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-poppler-[0-9]*:../../print/ruby-gnome2-poppler
diff --git a/graphics/rabbit/PLIST b/graphics/rabbit/PLIST
index 7dca310f221..3777a02297f 100644
--- a/graphics/rabbit/PLIST
+++ b/graphics/rabbit/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.21 2012/06/07 11:56:28 obache Exp $
+@comment $NetBSD: PLIST,v 1.22 2012/07/22 12:27:40 obache Exp $
bin/rabbirack
bin/rabbirc
bin/rabbit
@@ -110,8 +110,8 @@ ${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/base.rb
+${RUBY_VENDORLIB}/rabbit/parser/rd/ext/character-reference.rb
${RUBY_VENDORLIB}/rabbit/parser/rd/ext/block-verbatim.rb
-${RUBY_VENDORLIB}/rabbit/parser/rd/ext/entity.rb
${RUBY_VENDORLIB}/rabbit/parser/rd/ext/image.rb
${RUBY_VENDORLIB}/rabbit/parser/rd/ext/inline-verbatim.rb
${RUBY_VENDORLIB}/rabbit/parser/rd/ext/refer.rb
diff --git a/graphics/rabbit/distinfo b/graphics/rabbit/distinfo
index a5b935e6b60..9c442141099 100644
--- a/graphics/rabbit/distinfo
+++ b/graphics/rabbit/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.28 2012/06/17 08:53:28 obache Exp $
+$NetBSD: distinfo,v 1.29 2012/07/22 12:27:40 obache Exp $
-SHA1 (rabbit-1.0.8.tar.gz) = 0dca3bce250aa7d58c46964d75d2c8b59843eb1b
-RMD160 (rabbit-1.0.8.tar.gz) = 332d534ace3d57cce04062b55284d7810cc4efd1
-Size (rabbit-1.0.8.tar.gz) = 5895785 bytes
+SHA1 (rabbit-1.0.9.tar.gz) = 4409ba2c1afa7cca9c5fc792d332c7716e137a0b
+RMD160 (rabbit-1.0.9.tar.gz) = 71284c537b0e18266747ce77af51769c8c7ee421
+Size (rabbit-1.0.9.tar.gz) = 4934193 bytes