ruby-rbpdf: Import ruby-rbpdf-1.20.1 as wip/ruby-rbpdf

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)
This commit is contained in:
Atsushi Toyokura 2020-02-01 22:17:34 +09:00
parent 03d91ff168
commit 968bf10961
5 changed files with 56 additions and 0 deletions

View File

@ -4373,6 +4373,7 @@ SUBDIR+= ruby-pusher-client
SUBDIR+= ruby-rack-flash3
SUBDIR+= ruby-rack-protection1
SUBDIR+= ruby-rake-compiler
SUBDIR+= ruby-rbpdf
SUBDIR+= ruby-rbpdf-font
SUBDIR+= ruby-redmine
SUBDIR+= ruby-request_store

11
ruby-rbpdf/DESCR Normal file
View File

@ -0,0 +1,11 @@
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)

17
ruby-rbpdf/Makefile Normal file
View File

@ -0,0 +1,17 @@
# $NetBSD$
DISTNAME= rbpdf-1.20.1
CATEGORIES= print
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/naitoh/rbpdf/
COMMENT= Ruby on Rails TCPDF plugin
LICENSE= gnu-lgpl-v2.1
USE_LANGUAGES= # none
DEPENDS+= ${RUBY_PKGPREFIX}-htmlentities-[0-9]*:../../wip/ruby-htmlentities
DEPENDS+= ${RUBY_PKGPREFIX}-rbpdf-font>=1.19.0<1.20:../../wip/ruby-rbpdf-font
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"

21
ruby-rbpdf/PLIST Normal file
View File

@ -0,0 +1,21 @@
@comment $NetBSD$
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/CHANGELOG
${GEM_LIBDIR}/Gemfile
${GEM_LIBDIR}/LICENSE.TXT
${GEM_LIBDIR}/MIT-LICENSE
${GEM_LIBDIR}/README.md
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/lib/core/mini_magick.rb
${GEM_LIBDIR}/lib/core/rmagick.rb
${GEM_LIBDIR}/lib/htmlcolors.rb
${GEM_LIBDIR}/lib/rbpdf.rb
${GEM_LIBDIR}/lib/rbpdf/version.rb
${GEM_LIBDIR}/lib/unicode_data.rb
${GEM_LIBDIR}/logo_example.png
${GEM_LIBDIR}/rbpdf.gemspec
${GEM_LIBDIR}/test_unicode.rbpdf
${GEM_LIBDIR}/utf8test.txt
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
@pkgdir lib/ruby/gems/2.6.0/extensions
@pkgdir lib/ruby/gems/2.6.0/build_info

6
ruby-rbpdf/distinfo Normal file
View File

@ -0,0 +1,6 @@
$NetBSD$
SHA1 (rbpdf-1.20.1.gem) = e037c6fdd5f84a21300b86d23ddaed8844abb890
RMD160 (rbpdf-1.20.1.gem) = eda836c27858759f4e635e72b34989e6559b1265
SHA512 (rbpdf-1.20.1.gem) = 1f26a61ffacb9b7048972abfc07687b9dcd7787ebd78a0a98dd2493912873c818a488390fb354b595c736f9314d984a8f380c8f82a372837143ed4ee1ab02b8f
Size (rbpdf-1.20.1.gem) = 211968 bytes