pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/rabbit
Module Name: pkgsrc
Committed By: taca
Date: Mon Mar 20 16:33:59 UTC 2017
Modified Files:
pkgsrc/graphics/rabbit: Makefile PLIST distinfo
Log Message:
Update rabiit to 2.2.0.
2.2.0: 2017-01-22
Markdown support improvement release.
Improvements
All
* Dropped Ruby 2.0 support.
* Dropped gdk_pixbuf2 gem 3.0.8 or earlier support.
rabbit
* PDF: Supported PDF file that has "%" in its name.
* Dropped Migemo support.
* Markdown: Supported tag.
Example (Inline):
Normal {::tag name="center"}Centered{:/tag} Normal
Example (Paragraph):
Normal
{:.center}
Centered
Normal
* Markdown: Supported wait in nested list item.
* Improved performance on deciding font size dynamically.
* Changed to use RubyGems user in config.yaml on pushing slide/theme gems.
* PDF: Supported link. But there are the following limitations:
- cairo 1.15.4 is required. (If you use Rabbit with cairo 1.15.2 or
earlier, you just can't use this feature.)
- Link target is paragraph not link text.
Theme
* slide-logo: Supported logo per side by specifying image file name to
logo-image slide property.
* title-on-image-toolkit: Improved readability by rendering character border.
* syntax-highlighting: Changed color for path of #include in C. Now,
it uses the same color as normal string.
rabbit-slide
* Markdown: Fixed a bug that required newlines are missing. [GitHub#95][Patch
by znz]
Document
* Improve English in FAQ. [GitHub#100][Patch by Todd Trimble]
Fixes
rabbit
* Fixed a bug that error isn't reported when multibyte image file name is
specified and it doesn't exist. [GitHub#91][Reported by takiy33]
* Windows: Fixed encoding error on image file detection. [GitHub#93][Reported
by dogatana]
* Fixed a bug that an error is occurred when you cancel in slide select
dialog.
* Fixed typos. [GitHub#97][Patch by znz]
* Fixed a bug that spotlight and magnifier uses wrong position when slide
aspect ratio and window aspect ratio are difference. [GitHub#99][Patch by
OBATA Akio]
* Windows: Fixed a bug that unfullscreen doesn't restore window
size. [GitHub#98][Reported by TADA, Tadashi]
Document
* Fix typos. [GitHub#101][Patch by znz]
Thanks
* takiy33
* dogatana
* znz
* Todd Trimble
* OBATA Akio
* TADA, Tadashi
To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 pkgsrc/graphics/rabbit/Makefile
cvs rdiff -u -r1.28 -r1.29 pkgsrc/graphics/rabbit/PLIST
cvs rdiff -u -r1.38 -r1.39 pkgsrc/graphics/rabbit/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/rabbit/Makefile
diff -u pkgsrc/graphics/rabbit/Makefile:1.55 pkgsrc/graphics/rabbit/Makefile:1.56
--- pkgsrc/graphics/rabbit/Makefile:1.55 Sun Oct 9 16:02:19 2016
+++ pkgsrc/graphics/rabbit/Makefile Mon Mar 20 16:33:59 2017
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.55 2016/10/09 16:02:19 taca Exp $
+# $NetBSD: Makefile,v 1.56 2017/03/20 16:33:59 taca Exp $
#
-DISTNAME= rabbit-2.1.9
+DISTNAME= rabbit-2.2.0
CATEGORIES= graphics ruby
MASTER_SITES= http://rabbit-shocker.org/download/
Index: pkgsrc/graphics/rabbit/PLIST
diff -u pkgsrc/graphics/rabbit/PLIST:1.28 pkgsrc/graphics/rabbit/PLIST:1.29
--- pkgsrc/graphics/rabbit/PLIST:1.28 Sun Sep 13 15:55:39 2015
+++ pkgsrc/graphics/rabbit/PLIST Mon Mar 20 16:33:59 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.28 2015/09/13 15:55:39 taca Exp $
+@comment $NetBSD: PLIST,v 1.29 2017/03/20 16:33:59 taca Exp $
bin/rabbirc
bin/rabbit
bin/rabbit-command
@@ -54,6 +54,7 @@ ${RUBY_VENDORLIB}/rabbit/frame.rb
${RUBY_VENDORLIB}/rabbit/front.rb
${RUBY_VENDORLIB}/rabbit/gem-builder.rb
${RUBY_VENDORLIB}/rabbit/gem-finder.rb
+${RUBY_VENDORLIB}/rabbit/gem-pusher.rb
${RUBY_VENDORLIB}/rabbit/gesture/handler.rb
${RUBY_VENDORLIB}/rabbit/gesture/processor.rb
${RUBY_VENDORLIB}/rabbit/gettext.rb
@@ -109,6 +110,7 @@ ${RUBY_VENDORLIB}/rabbit/parser/rd/rt/rt
${RUBY_VENDORLIB}/rabbit/parser/rd/visitor.rb
${RUBY_VENDORLIB}/rabbit/parser/wiki.rb
${RUBY_VENDORLIB}/rabbit/parser/wiki/output.rb
+${RUBY_VENDORLIB}/rabbit/password-reader.rb
${RUBY_VENDORLIB}/rabbit/path-manipulatable.rb
${RUBY_VENDORLIB}/rabbit/progress.rb
${RUBY_VENDORLIB}/rabbit/rabbit.rb
@@ -142,10 +144,7 @@ ${RUBY_VENDORLIB}/rabbit/renderer/engine
${RUBY_VENDORLIB}/rabbit/renderer/engine/cairo.rb
${RUBY_VENDORLIB}/rabbit/renderer/gl.rb
${RUBY_VENDORLIB}/rabbit/renderer/kernel.rb
-${RUBY_VENDORLIB}/rabbit/renderer/pixmap.rb
-${RUBY_VENDORLIB}/rabbit/renderer/pixmap/base.rb
-${RUBY_VENDORLIB}/rabbit/renderer/pixmap/cairo.rb
-${RUBY_VENDORLIB}/rabbit/renderer/pixmap/gl.rb
+${RUBY_VENDORLIB}/rabbit/renderer/offscreen.rb
${RUBY_VENDORLIB}/rabbit/renderer/print.rb
${RUBY_VENDORLIB}/rabbit/renderer/print/base.rb
${RUBY_VENDORLIB}/rabbit/renderer/print/cairo.rb
Index: pkgsrc/graphics/rabbit/distinfo
diff -u pkgsrc/graphics/rabbit/distinfo:1.38 pkgsrc/graphics/rabbit/distinfo:1.39
--- pkgsrc/graphics/rabbit/distinfo:1.38 Sun Oct 9 16:02:19 2016
+++ pkgsrc/graphics/rabbit/distinfo Mon Mar 20 16:33:59 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.38 2016/10/09 16:02:19 taca Exp $
+$NetBSD: distinfo,v 1.39 2017/03/20 16:33:59 taca Exp $
-SHA1 (rabbit-2.1.9.tar.gz) = 69c249e4d05d8550db278a107d1cd91986c123a7
-RMD160 (rabbit-2.1.9.tar.gz) = 3ad0d24632b36f308219eb9cd9a5830945f29d1a
-SHA512 (rabbit-2.1.9.tar.gz) = 664d37c20a8250e5f3aa8b5b494597a11d76ae7aae2ca9b6b5a7e50ea23628c2d227bac4fb89bcf16f679b093fd4200ce09745f369152ac85bd9b8db76679c33
-Size (rabbit-2.1.9.tar.gz) = 5220195 bytes
+SHA1 (rabbit-2.2.0.tar.gz) = cd53b11128d8076b7241cc1f35e84e57713f7571
+RMD160 (rabbit-2.2.0.tar.gz) = aaf863f2122e91eeb39aeec2047706d28505c8a5
+SHA512 (rabbit-2.2.0.tar.gz) = 3b32cf5c818dc6553a4bf0d9cd195360c72dd606a42523f08b3c4a5d3630029c08f8ebe5ed314d72296ccb33f0c293fdad94ed810a2f1a11cddf3dbe4fbc46d3
+Size (rabbit-2.2.0.tar.gz) = 5223028 bytes
Home |
Main Index |
Thread Index |
Old Index