02b9b7107e
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
35 lines
1.5 KiB
Makefile
35 lines
1.5 KiB
Makefile
# $NetBSD: Makefile,v 1.55 2016/10/09 16:02:19 taca Exp $
|
|
#
|
|
|
|
DISTNAME= rabbit-2.1.9
|
|
CATEGORIES= graphics ruby
|
|
MASTER_SITES= http://rabbit-shocker.org/download/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://rabbit-shocker.org/
|
|
COMMENT= RD-document-based presentation application
|
|
LICENSE= gnu-gpl-v2 # or later
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gtk>=0.90.3:../../x11/ruby-gnome2-gtk
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gio>=1.1.4:../../devel/ruby-gnome2-gio
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-rsvg-[0-9]*:../../graphics/ruby-gnome2-rsvg
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-poppler-[0-9]*:../../print/ruby-gnome2-poppler
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-hikidoc-[0-9]*:../../textproc/ruby-hikidoc
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-nokogiri-[0-9]*:../../textproc/ruby-nokogiri
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-rdtool>=0.6.20:../../textproc/ruby-rdtool
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-rttool-[0-9]*:../../textproc/ruby-rttool
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-coderay>=1.0.0:../../textproc/ruby-coderay
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-kramdown-[0-9]*:../../textproc/ruby-kramdown
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-gettext>=3.0.1:../../devel/ruby-gettext
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-faraday-[0-9]*:../../www/ruby-faraday
|
|
#DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gstreamer-[0-9]*:../../multimedia/ruby-gnome2-gstreamer
|
|
|
|
USE_RUBY_SETUP= yes
|
|
USE_RUBY_SETUP_PKG= yes
|
|
|
|
CONFIGURE_ARGS+= --siteruby=${PREFIX}/${RUBY_VENDORLIB_BASE} \
|
|
--siterubyver=${PREFIX}/${RUBY_VENDORLIB} \
|
|
--siterubyverarch=${PREFIX}/${RUBY_VENDORARCHLIB}
|
|
|
|
.include "../../lang/ruby/modules.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|