06d58f5abd
5.2.0 (2021-06-29) New Features * EPUBMaker: added <section> based on heading level for CSS formatting, when the epubmaker/use_section parameter is set to true (#1685) Bug Fixes * PDFMaker: fixed a problem that caused a warning in templates for Ruby 2.6 and above (#1683) * EPUBMaker: fixed an issue that caused copied files to be empty in Docker environments (#1686) * added CSS style for correct displaying horizontal characters in vertical typesetting (#1688) * PDFMaker: fixed the pxjahyper option conflict error on latest TeXLive (#1690) * PDFMaker: fixed compile error when image is not found (#1706) Enhancements * improve around warn and error handling (#1674) * PDFMaker: introduced pdfmaker/use_symlink parameter to speed up the process by using symbolic links instead of actual copies. This may not work on some operating systems such as Windows (#1696) * PDFMaker: don't insert empty page after frontmatter when using review-jlreq with serial_pagination=true, openany (#1711) Others * fixed related to GitHub Actions (#1684, #1691) * review-preproc: refactored (#1697) * refactored nested lists handling (#1698) * refactor code with Rubocop 1.12 (#1689, #1692, #1699, #1700) * The builder_init_file method of each builder now executes super first to use base builder's builder_init_file (#1702) * PDFMaker: Stopped implicitly including FileUtils library (#1704) Contributors * @odaki * @imamurayusuke
23 lines
646 B
Makefile
23 lines
646 B
Makefile
# $NetBSD: Makefile,v 1.6 2021/08/30 15:54:03 taca Exp $
|
|
|
|
DISTNAME= review-5.2.0
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/kmuto/review/wiki
|
|
COMMENT= Re:VIEW: a easy-to-use digital publishing system
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-image_size>=0:../../graphics/ruby-image_size
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-rouge>=0:../../www/ruby-rouge
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-zip>=0:../../archivers/ruby-zip
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
RUBYGEM_OPTIONS+= --format-executable
|
|
|
|
pre-configure:
|
|
cd ${WRKSRC}/bin && ${CHMOD} ${BINMODE} *
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|