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: Sun Oct 9 16:02:19 UTC 2016
Modified Files:
pkgsrc/graphics/rabbit: Makefile distinfo
Log Message:
Update rabbit to 2.1.9.
2.1.9: 2016-05-27
Markdown support improvement release.
Improvements
rabbit
* Suppressed warnings on Ruby 2.3. [GitHub#77][Patch by takiy33]
* Markdown markup: Supported strike through markup in GFM (GitHub Flavored
Markdown). [Suggested by yoku0825]
Syntax:
~~deleted text~~
* Markdown markup: Supported reporting an error for using HTML because using
HTML isn't supported.
* Supported stopping search by escape key.
* RD markup: Supported pango block verbatim. You can text with Pango markup
in the block.
Syntax:
# pango
<span foreground="red">Red Text</span>
* Supported filtering Markdown files in file choose dialog. [GitHub#83][Patch
by tSU_Root]
* Markdown markup: Supported reporting an error for using horizontal rule
because horizontal rule isn't supported. [GitHub#84][Reported by tSU_RooT]
* Markdown markup: Supported list in list. [GitHub#85][Reported by tSU_RooT]
Theme
* default-title-text: Supported customizing author font size by
@title_slide_font_size.
* background-image-toolkit: Supported bottom vertical align.
* image-viewer: Supported comment.
* syntax-highlighting: Supported diff format.
* syntax-highlighting: Stopped highlighing numbers.
* clear-blue: Supported frame color in syntax highlight.
Document
* Added links to licenses. [GitHub#86][Patch by tSU_Root]
* Updated document about how to write a slide in Markdown. [GitHub#89][Patch
by tSU_Root]
Fixes
rabbit
* Fixed a bug that slide with invalid format crashes Rabbit.
[GitHub#76][Reported by takiy33]
* Fixed a bug that --margin option value is parsed wrongly.
[GitHub#82][Patch by zunda]
Theme
* image: Fixed a bug that image size reduced with Markdown markup with
image-timer theme. [GitHub#78][Reported by TOMITA Masahiro]
* image: Fixed a bug that image size isn't stable for image with caption.
[GitHub#88][Reported by TOMITA Masahiro]
Thanks
* takiy33
* yoku0825
* TOMITA Masahiro
* zunda
* tSU_Root
To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 pkgsrc/graphics/rabbit/Makefile
cvs rdiff -u -r1.37 -r1.38 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.54 pkgsrc/graphics/rabbit/Makefile:1.55
--- pkgsrc/graphics/rabbit/Makefile:1.54 Sun Sep 13 15:55:39 2015
+++ pkgsrc/graphics/rabbit/Makefile Sun Oct 9 16:02:19 2016
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.54 2015/09/13 15:55:39 taca Exp $
+# $NetBSD: Makefile,v 1.55 2016/10/09 16:02:19 taca Exp $
#
-DISTNAME= rabbit-2.1.8
+DISTNAME= rabbit-2.1.9
CATEGORIES= graphics ruby
MASTER_SITES= http://rabbit-shocker.org/download/
Index: pkgsrc/graphics/rabbit/distinfo
diff -u pkgsrc/graphics/rabbit/distinfo:1.37 pkgsrc/graphics/rabbit/distinfo:1.38
--- pkgsrc/graphics/rabbit/distinfo:1.37 Sun Sep 13 15:55:39 2015
+++ pkgsrc/graphics/rabbit/distinfo Sun Oct 9 16:02:19 2016
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.37 2015/09/13 15:55:39 taca Exp $
+$NetBSD: distinfo,v 1.38 2016/10/09 16:02:19 taca Exp $
-SHA1 (rabbit-2.1.8.tar.gz) = c74a8b8409db80fa694cc22c6e9a4c8b9cb9637c
-RMD160 (rabbit-2.1.8.tar.gz) = 0c116796fb6559cab7937174b68d7e5b008bea20
-Size (rabbit-2.1.8.tar.gz) = 4854114 bytes
+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
Home |
Main Index |
Thread Index |
Old Index