Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 2CA6A1A9217 for ; Thu, 14 Jan 2021 15:03:04 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 67E5A84DB9; Thu, 14 Jan 2021 15:03:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A146384CE2 for ; Thu, 14 Jan 2021 15:03:02 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id yQ0oYYxGPNWp for ; Thu, 14 Jan 2021 15:03:01 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B04C784C71 for ; Thu, 14 Jan 2021 15:03:01 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AA60FFA9D; Thu, 14 Jan 2021 15:03:01 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1610636581229170" MIME-Version: 1.0 Date: Thu, 14 Jan 2021 15:03:01 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/textproc/ruby-review To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20210114150301.AA60FFA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1610636581229170 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Thu Jan 14 15:03:01 UTC 2021 Modified Files: pkgsrc/textproc/ruby-review: Makefile PLIST distinfo Log Message: textproc/ruby-review: update to 5.0.0 Version 5.0.0 (2020-10-29) New Features * added cover_fit_page option to review-jsbook / review-jlreq classes. When cover_fit_page=true is specified in the texdocumentclass parameter, the cover image is scaled to paper size. Note: it is recommended that the images should be created at actual size (#1534) * allow minicolumn nesting. Now you can put a block instruction such as //image or itemized list in minicolumn (//note, //memo, //tip, //info, //warning, //important, //caution, //notice) (#1558, #1562) * added single commands //beginchild and //endchild for nesting itemized/enumerate/description list. EXPERIMENTAL FEATURE (#1497) Breaking Changes * In review-jlreq.cls, hiddenfolio is now implemented by jlreqtrimmarkssetup. It is slightly different from the previous version in position and display (#1397) * The default value of the chapterlink parameter is now true. Most links (chapter, section, image, table, list, equation, bibliography) in Web and EPUB are now hyperlinked. In TeX PDF, some links (chapter, section, biliography) are hyperlinked only when media=ebook (#1529) Bug Fixes * PDFMaker: fixed a problem with multiple same-named image files with different extensions that would cause them to be misaligned (#1483) * PDFMaker: fixed a problem that cuased an error when the author name (aut) was empty (#1517) * PDFMaker: fixed a problem that caused an error if //indepimage's image file didn't exist and ID contained characters to be TeX-escaped (#1527) * PDFMaker: fixed a problem with characters to be TeX-escaped in the bookttilename and aut parameters causing incorrect PDF metainformation (#1533) * WebMaker: fixed to avoid nil in HTML template (#1545) * PDFMaker: fixed a problem when hiding chapter numbers (#1559) * MarkdownBuilder: paragraphs in minicolumn should be separated with a blank line instead of a newline (#1572) Enhancements * fix warning message to output more detailed information of item (#1523) * PDFMaker: make @ op a hyperlink (when media=ebook) (#1530) * use cgi/escape first and cgi/util as fallback. remove orignal implementation in ReVIEW::HTMLUtils.escape() (#1536) * suppress warning with same @ (#1541) * fix an error handling when a badly encoded file is received (#1544) * introduce IndexBuilder. IndexBuilder first scans the entire project files and provides indexes for each builder (#1384, #1552) * IDs and labels containing below characters or space characters are now warned (#1393, #1574) #%\{}[]~/$'"|*?&<>` Docs * fix a typo in format.ja.md and format.md (#1528) * fix incorrect example in makeindex.ja.md (#1584) Others * refactor code with Rubocop 0.92.0 (#1511, #1569, #1573) * rename @strategy to @builder in Re:VIEW::Compiler (#1520) * refactor code with Rubocop-performance 1.7.1 (#1521) * update Gemfile in syntax-book (#1522) * calling GhostScript in ImageMagick has been deprecated, so the test has been removed (#1526) * unnecessary stderr output on some test units has been suppressed (#1538) * add BookUnit class instead of Compilable module, the super class of Chapter and Part (#1543) * ReVIEW::Book.load is deprecated, use ReVIEW::Book::Base.load or ReVIEW::Book::Base.new add new option :config for ReVIEW::Book::Base.load (#1548, #1563) * added ReVIEW::Configure.create (#1549) * WebMaker: removed unused clean_mathdir (#1550) * add Base#parse_catalog_file() and use it in ReVIEW::Book::Base.new(). Base#catalog is just getter now (#1551) * use File.write when it can be used (#1560) * remove Builder#builder_init() (#1564) Contributors * @snoozer05 To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/ruby-review/Makefile \ pkgsrc/textproc/ruby-review/PLIST pkgsrc/textproc/ruby-review/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1610636581229170 Content-Disposition: inline Content-Length: 4811 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/ruby-review/Makefile diff -u pkgsrc/textproc/ruby-review/Makefile:1.3 pkgsrc/textproc/ruby-review/Makefile:1.4 --- pkgsrc/textproc/ruby-review/Makefile:1.3 Mon Sep 14 15:10:18 2020 +++ pkgsrc/textproc/ruby-review/Makefile Thu Jan 14 15:03:01 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2020/09/14 15:10:18 taca Exp $ +# $NetBSD: Makefile,v 1.4 2021/01/14 15:03:01 taca Exp $ -DISTNAME= review-4.2.0 +DISTNAME= review-5.0.0 CATEGORIES= textproc MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/textproc/ruby-review/PLIST diff -u pkgsrc/textproc/ruby-review/PLIST:1.3 pkgsrc/textproc/ruby-review/PLIST:1.4 --- pkgsrc/textproc/ruby-review/PLIST:1.3 Mon Sep 14 15:10:18 2020 +++ pkgsrc/textproc/ruby-review/PLIST Thu Jan 14 15:03:01 2021 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2020/09/14 15:10:18 taca Exp $ +@comment $NetBSD: PLIST,v 1.4 2021/01/14 15:03:01 taca Exp $ bin/review-catalog-converter${RUBY_SUFFIX} bin/review-check${RUBY_SUFFIX} bin/review-checkdep${RUBY_SUFFIX} @@ -21,7 +21,6 @@ ${GEM_LIBDIR}/.github/workflows/ruby-win ${GEM_LIBDIR}/.github/workflows/ruby.yml ${GEM_LIBDIR}/.gitignore ${GEM_LIBDIR}/.rubocop.yml -${GEM_LIBDIR}/.rubocop_todo.yml ${GEM_LIBDIR}/.travis.yml ${GEM_LIBDIR}/COPYING ${GEM_LIBDIR}/Dockerfile @@ -96,8 +95,9 @@ ${GEM_LIBDIR}/lib/lineinput.rb ${GEM_LIBDIR}/lib/review.rb ${GEM_LIBDIR}/lib/review/book.rb ${GEM_LIBDIR}/lib/review/book/base.rb +${GEM_LIBDIR}/lib/review/book/bib.rb +${GEM_LIBDIR}/lib/review/book/book_unit.rb ${GEM_LIBDIR}/lib/review/book/chapter.rb -${GEM_LIBDIR}/lib/review/book/compilable.rb ${GEM_LIBDIR}/lib/review/book/image_finder.rb ${GEM_LIBDIR}/lib/review/book/index.rb ${GEM_LIBDIR}/lib/review/book/index/item.rb @@ -125,6 +125,7 @@ ${GEM_LIBDIR}/lib/review/i18n.rb ${GEM_LIBDIR}/lib/review/i18n.yml ${GEM_LIBDIR}/lib/review/idgxmlbuilder.rb ${GEM_LIBDIR}/lib/review/idgxmlmaker.rb +${GEM_LIBDIR}/lib/review/index_builder.rb ${GEM_LIBDIR}/lib/review/init-web/finish.html ${GEM_LIBDIR}/lib/review/init-web/index.html ${GEM_LIBDIR}/lib/review/init-web/review-layout-design.js @@ -270,6 +271,7 @@ ${GEM_LIBDIR}/test/test_idgxmlbuilder.rb ${GEM_LIBDIR}/test/test_idgxmlmaker_cmd.rb ${GEM_LIBDIR}/test/test_image_finder.rb ${GEM_LIBDIR}/test/test_index.rb +${GEM_LIBDIR}/test/test_indexbuilder.rb ${GEM_LIBDIR}/test/test_latexbuilder.rb ${GEM_LIBDIR}/test/test_latexbuilder_v2.rb ${GEM_LIBDIR}/test/test_lineinput.rb @@ -284,6 +286,7 @@ ${GEM_LIBDIR}/test/test_plaintextbuilder ${GEM_LIBDIR}/test/test_preprocessor.rb ${GEM_LIBDIR}/test/test_review_ext.rb ${GEM_LIBDIR}/test/test_rstbuilder.rb +${GEM_LIBDIR}/test/test_sec_counter.rb ${GEM_LIBDIR}/test/test_template.rb ${GEM_LIBDIR}/test/test_textmaker_cmd.rb ${GEM_LIBDIR}/test/test_textutils.rb @@ -318,6 +321,8 @@ ${GEM_LIBDIR}/vendor/gentombow/tests/bou ${GEM_LIBDIR}/vendor/gentombow/tests/bounddvi-05a-geodvips.tex ${GEM_LIBDIR}/vendor/gentombow/tests/bounddvi-06-geodvipdfmx.tex ${GEM_LIBDIR}/vendor/gentombow/tests/bounddvi-06a-geodvipdfmx.tex +${GEM_LIBDIR}/vendor/gentombow/tests/gentombow-01-pdfx.tex +${GEM_LIBDIR}/vendor/gentombow/tests/gentombow-02-pdfx.tex ${GEM_LIBDIR}/vendor/gentombow/tests/pxgentombow-01-usage.tex ${GEM_LIBDIR}/vendor/gentombow/tests/pxgentombow-02-js.tex ${GEM_LIBDIR}/vendor/gentombow/tests/pxgentombow-02a-js-error.tex @@ -376,6 +381,7 @@ ${GEM_LIBDIR}/vendor/jsclasses/okuverb.d ${GEM_LIBDIR}/vendor/jsclasses/okuverb.ins ${GEM_LIBDIR}/vendor/jsclasses/okuverb.pdf ${GEM_LIBDIR}/vendor/jsclasses/okuverb.sty +${GEM_LIBDIR}/vendor/jsclasses/tests/relfont.tex ${GEM_LIBDIR}/vendor/jsclasses/winjis.sty ${GEM_LIBDIR}/vendor/jumoline/README ${GEM_LIBDIR}/vendor/jumoline/jumoline.dtx Index: pkgsrc/textproc/ruby-review/distinfo diff -u pkgsrc/textproc/ruby-review/distinfo:1.3 pkgsrc/textproc/ruby-review/distinfo:1.4 --- pkgsrc/textproc/ruby-review/distinfo:1.3 Mon Sep 14 15:10:18 2020 +++ pkgsrc/textproc/ruby-review/distinfo Thu Jan 14 15:03:01 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2020/09/14 15:10:18 taca Exp $ +$NetBSD: distinfo,v 1.4 2021/01/14 15:03:01 taca Exp $ -SHA1 (review-4.2.0.gem) = b1964493ab924998ef15772a33e6f99b6bf7a3d2 -RMD160 (review-4.2.0.gem) = 94c3e3c7ea85bf1846d7baa8537b0d68beeea07c -SHA512 (review-4.2.0.gem) = c941e55ee6657394b42beda8debd38cd997aad285088fa20752939eb1090e9f6509dd0f6d44b85a3515e1376b7f1252aadbc68df124be33b855d3b242133eb48 -Size (review-4.2.0.gem) = 7682048 bytes +SHA1 (review-5.0.0.gem) = 6102723ad1b27b656fbe03bbcb2b3a10e772bcf6 +RMD160 (review-5.0.0.gem) = 950a1eab59240903b5d99e4832f3a0d9c5513025 +SHA512 (review-5.0.0.gem) = 16b323bc5cd088dd8d56871ca8ce921f8624b865dbd52c0dfcbeea658745e55b7e2a573af730b5f31c274a03c5ac56ae2d75b5ed17bbc7f6c58c6abe1fc6c858 +Size (review-5.0.0.gem) = 7577088 bytes --_----------=_1610636581229170--