Path to this page:
./
textproc/ruby-review,
Re:VIEW: a easy-to-use digital publishing system
Branch: CURRENT,
Version: 5.10.0,
Package name: ruby32-review-5.10.0,
Maintainer: pkgsrc-usersRe: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: 7359.5 KB
Version history: (Expand)
- (2024-11-06) Updated to version: ruby32-review-5.10.0
- (2024-05-12) Updated to version: ruby32-review-5.9.0
- (2023-07-09) Updated to version: ruby31-review-5.8.0
- (2023-03-05) Updated to version: ruby31-review-5.7.0
- (2022-12-05) Updated to version: ruby31-review-5.6.0
- (2022-08-30) Updated to version: ruby27-review-5.5.0
CVS history: (Expand)
2024-11-06 15:52:36 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
textproc/ruby-review: update to 5.10.0
5.10.0 (2024-10-29)
Bug Fixes
* Fixed an issue where specifying both a subdirectory and a custom page
would cause an error (#1913, #1914).
* EPUBBuilder: Resolved an issue with long build times. (#1915, #1916,
#1919).
* EPUBMaker: When verify_target_images is enabled, modified to implicitly
include coverimage (#1918, #1923).
* Changed the metric option of ImageMagick's compare command to use SSIM
(#1917, #1921).
Enhancements
* Resolved warnings about the csv and nkf gems no longer being default gems
in Ruby 3.4 (#1911).
Contributors
* @fabon-f
|
2024-05-12 18:19:51 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
textproc/ruby-review: udpate to 5.9.0
5.9.0 (2024-05-04)
Bug Fixes
* LATEXBuilder: fix the spacing for @<code>, @<tt>, @<tti>, \
@<ttb> to be
more appropriate. Also improved handling of PDF bookmarks (#1906, #1907).
Enhancements
* differentiated between JIS B and ISO B paper sizes in review-jlreq.cls
Users Guide (#1904).
* fix typos in config.yml.sample (#1909).
Contributors
* @munepi
* @koshikawa
|
2023-07-09 04:52:41 by Takahiro Kambe | Files touched by this commit (3) | |
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) | |
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) | |
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.
|