Import ruby-prawn-templates 0.1.2.

This commit is contained in:
Charlotte Koch 2020-02-29 16:56:41 -08:00
parent a7cb6106cb
commit 54b5f2aa1a
5 changed files with 66 additions and 0 deletions

View File

@ -4380,6 +4380,7 @@ SUBDIR+= ruby-passenger
SUBDIR+= ruby-prawn-icon
SUBDIR+= ruby-prawn-svg
SUBDIR+= ruby-prawn-table
SUBDIR+= ruby-prawn-templates
SUBDIR+= ruby-pusher-client
SUBDIR+= ruby-rack-flash3
SUBDIR+= ruby-rack-protection1

View File

@ -0,0 +1,2 @@
A extention to Prawn that allows to include other pdfs either as background
to write upon or to combine several pdf documents into one.

View File

@ -0,0 +1,15 @@
# $NetBSD$
DISTNAME= prawn-templates-0.1.2
CATEGORIES= print
MAINTAINER= cfkoch@edgebsd.org
HOMEPAGE= http://prawnpdf.org/
COMMENT= Experimental extraction of template features from Prawn
LICENSE= ruby-license
DEPENDS+= ${RUBY_PKGPREFIX}-prawn>=1.3.0:../../print/ruby-prawn
DEPENDS+= ${RUBY_PKGPREFIX}-pdf-reader>=2.0.0:../../print/ruby-pdf-reader
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"

View File

@ -0,0 +1,42 @@
@comment $NetBSD$
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_HOME}/doc/${GEM_NAME}/ri/PDF/Core/DocumentState/cdesc-DocumentState.ri
${GEM_HOME}/doc/${GEM_NAME}/ri/PDF/Core/Errors/cdesc-Errors.ri
${GEM_HOME}/doc/${GEM_NAME}/ri/PDF/Core/ObjectStore/cdesc-ObjectStore.ri
${GEM_HOME}/doc/${GEM_NAME}/ri/PDF/Core/Page/cdesc-Page.ri
${GEM_HOME}/doc/${GEM_NAME}/ri/PDF/Core/cdesc-Core.ri
${GEM_HOME}/doc/${GEM_NAME}/ri/PDF/cdesc-PDF.ri
${GEM_HOME}/doc/${GEM_NAME}/ri/Prawn/Document/Internals/cdesc-Internals.ri
${GEM_HOME}/doc/${GEM_NAME}/ri/Prawn/Document/Internals/fresh_content_streams-i.ri
${GEM_HOME}/doc/${GEM_NAME}/ri/Prawn/Document/cdesc-Document.ri
${GEM_HOME}/doc/${GEM_NAME}/ri/Prawn/Templates/ObjectStoreExtensions/cdesc-ObjectStoreExtensions.ri
${GEM_HOME}/doc/${GEM_NAME}/ri/Prawn/Templates/ObjectStoreExtensions/get_page_objects-i.ri
${GEM_HOME}/doc/${GEM_NAME}/ri/Prawn/Templates/ObjectStoreExtensions/hash_index-i.ri
${GEM_HOME}/doc/${GEM_NAME}/ri/Prawn/Templates/ObjectStoreExtensions/import_page-i.ri
${GEM_HOME}/doc/${GEM_NAME}/ri/Prawn/Templates/ObjectStoreExtensions/index_template-i.ri
${GEM_HOME}/doc/${GEM_NAME}/ri/Prawn/Templates/ObjectStoreExtensions/indexed_hash-i.ri
${GEM_HOME}/doc/${GEM_NAME}/ri/Prawn/Templates/ObjectStoreExtensions/indexed_template-i.ri
${GEM_HOME}/doc/${GEM_NAME}/ri/Prawn/Templates/ObjectStoreExtensions/indexing_key-i.ri
${GEM_HOME}/doc/${GEM_NAME}/ri/Prawn/Templates/ObjectStoreExtensions/load_file-i.ri
${GEM_HOME}/doc/${GEM_NAME}/ri/Prawn/Templates/ObjectStoreExtensions/load_object_graph-i.ri
${GEM_HOME}/doc/${GEM_NAME}/ri/Prawn/Templates/ObjectStoreExtensions/template_index-i.ri
${GEM_HOME}/doc/${GEM_NAME}/ri/Prawn/Templates/cdesc-Templates.ri
${GEM_HOME}/doc/${GEM_NAME}/ri/Prawn/Templates/initialize_first_page-i.ri
${GEM_HOME}/doc/${GEM_NAME}/ri/Prawn/Templates/merge_template_options-i.ri
${GEM_HOME}/doc/${GEM_NAME}/ri/Prawn/Templates/start_new_page-i.ri
${GEM_HOME}/doc/${GEM_NAME}/ri/Prawn/Text/cdesc-Text.ri
${GEM_HOME}/doc/${GEM_NAME}/ri/Prawn/cdesc-Prawn.ri
${GEM_HOME}/doc/${GEM_NAME}/ri/cache.ri
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
${GEM_LIBDIR}/COPYING
${GEM_LIBDIR}/GPLv2
${GEM_LIBDIR}/GPLv3
${GEM_LIBDIR}/LICENSE
${GEM_LIBDIR}/lib/pdf/core/document_state.rb
${GEM_LIBDIR}/lib/pdf/core/errors.rb
${GEM_LIBDIR}/lib/pdf/core/object_store.rb
${GEM_LIBDIR}/lib/pdf/core/page.rb
${GEM_LIBDIR}/lib/prawn/document/internals.rb
${GEM_LIBDIR}/lib/prawn/templates.rb
${GEM_LIBDIR}/lib/prawn/text.rb
${GEM_LIBDIR}/prawn-templates.gemspec

View File

@ -0,0 +1,6 @@
$NetBSD$
SHA1 (prawn-templates-0.1.2.gem) = 9c6f4cb788f5c95cf3cb940eabb8bd7e277688b3
RMD160 (prawn-templates-0.1.2.gem) = 613f54f65f8989754d9b73ee82000cf6f5fe7c90
SHA512 (prawn-templates-0.1.2.gem) = 0c64566a9cfdadb075fa31fb7630419f2adc624148f8ff8921c8afea1f2a2ac363439bdef450ad2a84a08cdfbfc9e07a49380e7e6a3e43c16e7413703c029cf0
Size (prawn-templates-0.1.2.gem) = 28160 bytes