Add rubygem-prawn-templates 0.1.2

Support for templates was dropped in Prawn 0.13.0, disabled by default in
0.14.0, and extracted in 0.15.0.

This gem includes the extracted templates code, which is mainly unsupported, but
provides the old functionality that was in Prawn 0.12.0 for years.

WWW: https://github.com/prawnpdf/prawn-templates
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2020-12-10 21:29:42 +00:00
parent 5ac98da7c2
commit d20e85c681
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=557480
4 changed files with 36 additions and 0 deletions

View File

@ -216,6 +216,7 @@
SUBDIR += rubygem-prawn-security
SUBDIR += rubygem-prawn-svg
SUBDIR += rubygem-prawn-table
SUBDIR += rubygem-prawn-templates
SUBDIR += rubygem-prawn_shapes
SUBDIR += rubygem-rbpdf
SUBDIR += rubygem-rbpdf-font

View File

@ -0,0 +1,25 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= prawn-templates
PORTVERSION= 0.1.2
CATEGORIES= print rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Include other pdfs or combine several pdf documents into one
LICENSE= GPLv2 GPLv3
LICENSE_COMB= dual
LICENSE_FILE_GPLv2= ${WRKSRC}/GPLv2
LICENSE_FILE_GPLv3= ${WRKSRC}/GPLv3
RUN_DEPENDS= rubygem-pdf-reader>=2.0<3:print/rubygem-pdf-reader \
rubygem-prawn>=2.2<3:print/rubygem-prawn
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1607539647
SHA256 (rubygem/prawn-templates-0.1.2.gem) = 117aa03db570147cb86fcd7de4fd896994f702eada1d699848a9529a87cd31f1
SIZE (rubygem/prawn-templates-0.1.2.gem) = 28160

View File

@ -0,0 +1,7 @@
Support for templates was dropped in Prawn 0.13.0, disabled by default in
0.14.0, and extracted in 0.15.0.
This gem includes the extracted templates code, which is mainly unsupported, but
provides the old functionality that was in Prawn 0.12.0 for years.
WWW: https://github.com/prawnpdf/prawn-templates