pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

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



Module Name:	pkgsrc-wip
Committed By:	Atsushi Toyokura <asteria.at%gmail.com@localhost>
Pushed By:	steleto
Date:		Sat Feb 1 22:17:34 2020 +0900
Changeset:	968bf10961fe4e76564461d8a3fcf5ccd98332c3

Modified Files:
	Makefile
Added Files:
	ruby-rbpdf/DESCR
	ruby-rbpdf/Makefile
	ruby-rbpdf/PLIST
	ruby-rbpdf/distinfo

Log Message:
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)

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=968bf10961fe4e76564461d8a3fcf5ccd98332c3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile            |  1 +
 ruby-rbpdf/DESCR    | 11 +++++++++++
 ruby-rbpdf/Makefile | 17 +++++++++++++++++
 ruby-rbpdf/PLIST    | 21 +++++++++++++++++++++
 ruby-rbpdf/distinfo |  6 ++++++
 5 files changed, 56 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 9a35426fc5..980cec8c31 100644
--- a/Makefile
+++ b/Makefile
@@ -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
diff --git a/ruby-rbpdf/DESCR b/ruby-rbpdf/DESCR
new file mode 100644
index 0000000000..9834b3e762
--- /dev/null
+++ b/ruby-rbpdf/DESCR
@@ -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)
diff --git a/ruby-rbpdf/Makefile b/ruby-rbpdf/Makefile
new file mode 100644
index 0000000000..c6fd212c92
--- /dev/null
+++ b/ruby-rbpdf/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD$
+
+DISTNAME=	rbpdf-1.20.1
+CATEGORIES=	print
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+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"
diff --git a/ruby-rbpdf/PLIST b/ruby-rbpdf/PLIST
new file mode 100644
index 0000000000..c0f07e2a38
--- /dev/null
+++ b/ruby-rbpdf/PLIST
@@ -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
diff --git a/ruby-rbpdf/distinfo b/ruby-rbpdf/distinfo
new file mode 100644
index 0000000000..991a8c0204
--- /dev/null
+++ b/ruby-rbpdf/distinfo
@@ -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


Home | Main Index | Thread Index | Old Index