./textproc/ruby-review, Re:VIEW: a easy-to-use digital publishing system

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 5.8.0, Package name: ruby31-review-5.8.0, Maintainer: pkgsrc-users

Re:VIEW is an easy-to-use digital publishing system for paper books and
ebooks.

Output formats Re:VIEW supports are:

* EPUB
* LaTeX(ptexlive)
* InDesign(IDGXML)
* plain text(TOPBuilder Text Markup Language)


Required to run:
[archivers/ruby-zip] [www/ruby-rouge] [graphics/ruby-image_size] [lang/ruby31-base] [devel/ruby-tty-logger]

Master sites:

Filesize: 7358 KB

Version history: (Expand)


CVS history: (Expand)


   2023-07-09 04:52:41 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
textproc/ruby-review: update to 5.8.0

5.8.0 (2023-06-29)

New Features

* The //graph operator allows graphical description in Mermaid notation. See
  doc/format.md for details on prepairing and setting up external tools
  (#1885)

Bug Fixes

* EPUBMaker: fix <title> not being included in the auto-generated part
  content (#1898)

Enhancements

* PDFMaker: fix to wrap long URLs with @<href> operator (#1890)

Contributors

* @munepi
   2023-05-30 18:02:13 by Takahiro Kambe | Files touched by this commit (2)
Log message:
ruby27 has gone.
   2023-05-30 17:07:43 by Takahiro Kambe | Files touched by this commit (1)
Log message:
textproc/ruby-review: drop supprot for ruby27
   2023-03-05 15:15:33 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
textproc/ruby-review: update to 5.7.0

5.7.0 (2023-02-28)

Bug Fixes

* Fixed error when omitting a bind address of review-init -w on Windows
  (#1824)
* EPUBMaker: escape <, >, and & when converting to MathJax to avoid HTML
  errors (#1876, #1877)

Breaking Changes

* Ruby 2.6 or earlier was excluded from the operation verification (#1871)
* EPUMaker: included a link to the cover in the table of contents according
  to EPUB validation rules (#1874)

Others

* Ruby 3.2 is now included in the testing target (#1871)
* refactor code with RuboCop 1.45.1 (#1878)
   2022-12-04 17:05:34 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
textproc/ruby-review: update to 5.6.0

5.6.0 (2022-10-28)

New Features

* IDGXMLBuilder: support imgmath math_format in //texequation and @<m> (#1829)
* LATEXBuilder: use reviewicon macro instead of reviewincludegraphics in
  @<icon> (#1838)
* trim spaces before/after characters in ruby text (#1839)

Breaking Changes

* LATEXBuilder: use MEMO, NOTICE, CAUTION or other headers instead of ■メモ.
  If you want to use older headers, add ■メモ in locale.yml. (#1856)

Others

* update documents format.md and format.ja.md (#1860)
   2022-10-10 05:44:54 by Takahiro Kambe | Files touched by this commit (3)
Log message:
Treat RUBY_VER as number instead of string.
   2022-10-10 05:42:14 by Takahiro Kambe | Files touched by this commit (2)
Log message:
Remove ruby26 references.
   2022-08-30 17:33:18 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
textproc/ruby-review: update to 5.5.0

5.4.0 (2022-02-27)

New Features

* GitHub Discussions has been opened to answer questions about Re:VIEW

Breaking Changes

* EPUBMaker: manifest/item in the opf file is now sorted by the dictional
  order of ID strings (#1763)
* TextMaker: the separator line now put between the heading rows and the
  normal rows of the table.  To revert this behavior to old version, set
  textmaker/th_bold parameter to true (#1789)
* TextMaker: the output result of the //indepimage op has been adjusted to
  //image (#1790)
* TextMaker: the output result of the //imgtable op has been adjusted to
  //image and //table (#1791)
* //source op is now also not escaped when highlighting is enabled (#1788)

Bug Fixes

* fixed YAML error in Ruby 3.1 and kept backward compatibility (#1767,
  #1775)
* EPUBMaker: removed epub:type=cover from titlepage and colophon (#1776)
* removed invalid urnid sample (#1779)
* when there is a syntax error in config.yml, exit with proper error message
  instead of an exception (#1797)
* IDGXMLMaker: fixed an error to compile prefaces or postfaces when secttags
  is enabled (#1800)

Enhancements

* EPUBMaker, WebMaker: use layout.html.erb or layout-web.html.erb as the
  base template for cover, titlepage, colophon, and part, just like regular
  chapters (#1780)
* EPUBMaker, WebMaker: cover, titlepage, colophon, and part can now be
  overwritten with _cover.html.erb, _titlepage.html.erb, _colophon.html.erb,
  _colophon_history.html.erb, and _part_body.html.erb (#1777)

Docs

* mentioned GitHub Discussions in README.md (#1772)

Others

* refactor code with RuboCop 1.25.1 (#1773, #1782, #1783, #1784, #1792)

5.5.0 (2022-06-29)

New Features

* introduced @<secref>, @<sec>, and @<sectitle> as inline op \ 
to refer
  sections (#1809)

Bug Fixes

* fixed test error (#1804)
* fixed an error of review-update (#1807)

Others

* added rexml to gemspec (#1808)