Next | Query returned 15 messages, browsing 11 to 20 | previous

History of commit frequency

CVS Commit History:


   2021-10-07 17:02:49 by Nia Alarie | Files touched by this commit (1162)
Log message:
textproc: Remove SHA1 hashes for distfiles
   2021-03-07 14:35:10 by Takahiro Kambe | Files touched by this commit (4) | Package updated
Log message:
textproc/ruby-review: update to 5.1.1

pkgsrc-change: fix ALTERNATIVES file.

5.1.1 (2021-03-04)

Bug Fixes

* Fix the runtime error of review-preproc (#1679)

5.1.0 (2021-02-29)

New Features

* added Rake rule to call Vivliostyle-CLI, CSS typesetting formatter.
  Create a PDF with rake vivliostyle:build or rake vivliostyle, and open a
  preview with rake vivliostyle:preview (#1663)
* PDFMaker: introduced boxsetting parameter to choose and customize the
  decorations for column, note, memo, tip, info, warning, important, caution
  and notice (#1637)
* added inline op, @<ins> (indicates an insertion) and @<del> \ 
(indicates a
  deletion) (#1630)
* EPUBMaker, WebMaker: MathJax is now supported.  Added math_format
  parameter to choose the mathematical expression method (#1587, #1614)

Breaking Changes

* EPUBMaker: changed the default value of the urnid parameter from urn:uid
  to urn:uuid (#1658)
* PDFMaker: footnotes are no longer broken up by a page (#1607)

Bug Fixes

* fixed WebMaker, review-vol and review-index errors when contentdir is
  defined (#1633)
* WebMaker: fixed images/html foder not being found (#1623)
* PDFMaker: fixed chapterlink in term list (#1619)
* PDFMaker: fixed errors when index contains {, }, or | (#1611)
* review-vol: valid error messages will be displayed when invalid headings
  are found (#1604)
* PDFMaker: after_makeindex hook to be executed after mendex execution, not
  after LaTeX compilation (#1605)
* PDFMaker: if the caption of //image is empty, the figure number will be
  printed instead of an internal error (#1666)
* fixed review-vol and review-index errors when a file is invalid (#1671)
* EPUBMaker: fixed an error when static file is missing (#1670)

Enhancements

* Maker commands now display with nice colors and icons for their progress
  status when tty-logger gem is installed (#1660)
* PDFMaker: added \RequirePackage{plautopatch} definition to class files
  (#1644)
* MARKDOWNBuilder: supported @<hd> (#1629)
* Re:VIEW now reports an error when a document file contains invalid escape
  sequence characters (#1596, #1602)
* an error is raised when there are more than 6 = in a heading (#1591)

Docs

* documented the name of the image folder referenced by Makers (#1626)

Others

* EPUBMaker: moved EPUB library from lib/epubmaker to lib/review/epubmaker
  and refactored it (#1575, #1617, #1635, #1640, #1641, #1650, #1653, #1655)
* EPUBMaker: added tests (#1656)
* PDFMaker: refactored some (#1664)
* introduced ReVIEW::ImgMath class to handle mathematic images (#1642,
  #1649, #1659, #1662)
* IDGXMLMaker: refactored some (#1654)
* MakerHelper: refactored some (#1652)
* introduced ReVIEW::Template.generate class to handle the templates (#1648)
* added a test of TeX compilation to GitHub Actions (#1643)
* refactored codes according to Rubocop 1.10 (#1593, #1598, #1613, #1636,
  #1647, #1669)
* fixed duplicate IDs of syntax-book sample (#1646)
* refactored the way to reference relative pathes (#1639)
* refactored ReVIEW::LineInput class (#1638)
* update Copyright to 2021 (#1632)
* added Ruby 3.0 to the test platform (#1622)
* suppressed tests for Pygments (#1610, #1618)
* WebTocPrinter: fixed an error of test (#1606)
* improved to make it easier to specify the target of the test (#1594)
   2021-01-14 16:03:01 by Takahiro Kambe | Files touched by this commit (3) | Package updated
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 @<hd> 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 @<icon> (#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
   2020-09-14 17:10:18 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
textproc/ruby-review: update to 4.2.0

Update ruby-review package to 4.2.0.

4.2.0 (2020-07-23)

New Features

* introduce caption_position parameter to specify a caption position of
  image, table, list, and equation.  caption_position has child parameters
  image, table, list, and equation and the value is top or bottom (#1320)

Breaking Changes

* review-vol is rewritten.  Improved processing of parts and inline
  instructions in headings.  Changed display format.  When a part is
  specified, the volume of the part file itself is returned instead of the
  volume of the part.  The -P and --directory options have been removed
  (#1485)
* review-index is rewritten.  Most option names have been changed.  The
  number of lines and characters are now displayed only when -d option is
  specified.  review-index uses PLAINTEXTBuilder to return accurate line and
  character counts.  -y option is provided to specify a target chapter
  (#1485)

Bug Fixes

* remove duplicated @non_parsed_commands declaration (#1499)
* mathematical images not being created in WebMaker and TextMaker has been
  fixed (#1501)

Enhancements

* improve a performance of building math figures on imgmath (#1488)
* for those times when you want to hand over non-default YAML parameters to
  PDFMaker, you can write your own layouts/config-local.tex.erb file (#1505)

Others

* GitHub Actions: use ruby/setup-ruby instead of eregon/use-ruby-action
  (#1490)
* skip artifacts in the sample folder during testing (#1504)
   2019-09-18 17:56:55 by Takahiro Kambe | Files touched by this commit (5)
Log message:
textproc/ruby-review: add package version 3.2.0

Add ruby-review package version 3.2.0.

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)

Next | Query returned 15 messages, browsing 11 to 20 | previous