./print/ruby-rbpdf, Ruby on Rails TCPDF plugin

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


Branch: CURRENT, Version: 1.21.3, Package name: ruby31-rbpdf-1.21.3, Maintainer: pkgsrc-users

A template plugin allowing the inclusion of ERB-enabled RBPDF template
files.

* Use UTF-8 encoding.
* RTL (Right-To-Left) languages support.
* HTML tag support.
* CSS minimum support.
* Image
- 8bit PNG image support without MiniMagick/RMagick library.
- PNG(with alpha channel)/JPEG/GIF image support. (use MiniMagick or
RMagick library)


Required to run:
[lang/ruby26-base]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 217 KB

Version history: (Expand)


CVS history: (Expand)


   2023-07-15 16:54:42 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
print/ruby-rbpdf: update to 1.21.3

1.21.3 (2023-07-15)

* Javascript Form & XHTML Form support (#84)
   2023-07-09 04:11:21 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
print/ruby-rbpdf: update to 1.21.2

1.21.2 (2023-06-27)

* Resolving infinite loops when rtl == true. (#89)
* Ruby 2.4 is not compatible with loofah 2.21 or higher (#87)
* Order bookmarks by page and y for addTOC() and addHTMLTOC(). (#86)
* Order bookmarks by page and y (#85) (by skalimer0)
   2023-04-30 15:20:51 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
print/ruby-rbpdf: update to 1.21.1

1.21.1 (2023-03-20)

* Changed version description of PDF PRODUCER. (#83)
* fix isValidCSSSelectorForTag method. (#82)
* Improved compatibility with ImageMagick 7.1.1-0 and later when using
  mini_magick. (#81)
* Fixed parsepng method to support transparent GIF and PNG tRNS
  transparency. (#80)
* ImageMagick7 support in RMagick 5.2.0. (#79)
* Add support WebP image. (#77)
   2023-03-15 14:44:01 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
print/ruby-rbpdf: update to 1.21.0

1.21.0 (2023-02-13)

* Support for Ruby 3.0.0, 3.1.0, 3.2.0. (Drop support for Ruby 2.2 and
  earlier.) #66

* Support Rails 6 and Rails 7. (Drop support for Rails 3.x, 4.x) #66, #72

* Fix RMagick 5.0 compatible. #66

* Infinite loop has been resolved. #68, #74

* Fixed a bug that caused the x position to shift when an <img> tag was
  behind a <li> tag in HTML. #74

* fix: Incorrect characters when copying out of a generated PDF with Unicode
  fonts. #71

* Suppresses output for Circle(), Ellipse(), PieSector(), and PieSectorXY()
  when the radius is 0. #67

* Don't change an object while iterating over it #59 (by thegcat)

* fix : bidi bug #56 (by ahorek)

* Avoid rdoc stack level too deep (SystemStackError) in gem install. #76

* PDF example output option OUTPUT=true added #70

* Make the image file path acquisition process extensible #58 (by yui-har)
   2021-10-26 13:15:15 by Nia Alarie | Files touched by this commit (1670)
Log message:
print: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes
   2021-10-07 16:52:04 by Nia Alarie | Files touched by this commit (1670)
Log message:
print: Remove SHA1 hashes for distfiles
   2020-05-25 16:30:15 by Takahiro Kambe | Files touched by this commit (4)
Log message:
print/ruby-rbpdf: add package version 1.20.1

Add ruby-rbpdf package version 1.20.1.

A template plugin allowing the inclusion of ERB-enabled RBPDF template
files.

* Use UTF-8 encoding.
* RTL (Right-To-Left) languages support.
* HTML tag support.
* CSS minimum support.
* Image
 - 8bit PNG image support without MiniMagick/RMagick library.
 - PNG(with alpha channel)/JPEG/GIF image support. (use MiniMagick or
   RMagick library)