Received: by mail.netbsd.org (Postfix, from userid 605) id BB5D584D9C; Mon, 25 May 2020 14:30:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4142F84D6F for ; Mon, 25 May 2020 14:30:16 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id haThBQqK2-qe for ; Mon, 25 May 2020 14:30:15 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id AAFA984CE7 for ; Mon, 25 May 2020 14:30:15 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A8BA6FB27; Mon, 25 May 2020 14:30:15 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1590417015193590" MIME-Version: 1.0 Date: Mon, 25 May 2020 14:30:15 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/print/ruby-rbpdf To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20200525143015.A8BA6FB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1590417015193590 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Mon May 25 14:30:15 UTC 2020 Added Files: pkgsrc/print/ruby-rbpdf: DESCR Makefile PLIST distinfo 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) To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/print/ruby-rbpdf/DESCR \ pkgsrc/print/ruby-rbpdf/Makefile pkgsrc/print/ruby-rbpdf/PLIST \ pkgsrc/print/ruby-rbpdf/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1590417015193590 Content-Disposition: inline Content-Length: 2729 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/print/ruby-rbpdf/DESCR diff -u /dev/null pkgsrc/print/ruby-rbpdf/DESCR:1.1 --- /dev/null Mon May 25 14:30:15 2020 +++ pkgsrc/print/ruby-rbpdf/DESCR Mon May 25 14:30:15 2020 @@ -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) Index: pkgsrc/print/ruby-rbpdf/Makefile diff -u /dev/null pkgsrc/print/ruby-rbpdf/Makefile:1.1 --- /dev/null Mon May 25 14:30:15 2020 +++ pkgsrc/print/ruby-rbpdf/Makefile Mon May 25 14:30:15 2020 @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1 2020/05/25 14:30:15 taca Exp $ + +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 + +DEPENDS+= ${RUBY_PKGPREFIX}-htmlentities>=4.3.4:../../textproc/ruby-htmlentities +DEPENDS+= ${RUBY_PKGPREFIX}-rbpdf-font>=1.19.0<1.20:../../print/ruby-rbpdf-font + +USE_LANGUAGES= # none + +.include "../../lang/ruby/gem.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/print/ruby-rbpdf/PLIST diff -u /dev/null pkgsrc/print/ruby-rbpdf/PLIST:1.1 --- /dev/null Mon May 25 14:30:15 2020 +++ pkgsrc/print/ruby-rbpdf/PLIST Mon May 25 14:30:15 2020 @@ -0,0 +1,19 @@ +@comment $NetBSD: PLIST,v 1.1 2020/05/25 14:30:15 taca Exp $ +${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 Index: pkgsrc/print/ruby-rbpdf/distinfo diff -u /dev/null pkgsrc/print/ruby-rbpdf/distinfo:1.1 --- /dev/null Mon May 25 14:30:15 2020 +++ pkgsrc/print/ruby-rbpdf/distinfo Mon May 25 14:30:15 2020 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2020/05/25 14:30:15 taca Exp $ + +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 --_----------=_1590417015193590--