Uses wkhtmltopdf to create PDFs using HTML
WWW: http://rubygems.org/gems/pdfkit PR: ports/158032 Submitted by: rpsfa at rit.edu
This commit is contained in:
parent
d1440de494
commit
3c72ee0b3d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=275945
4 changed files with 29 additions and 0 deletions
|
@ -848,6 +848,7 @@
|
|||
SUBDIR += rubygem-image_science
|
||||
SUBDIR += rubygem-objectdetect
|
||||
SUBDIR += rubygem-opengl
|
||||
SUBDIR += rubygem-pdfkit
|
||||
SUBDIR += rubygem-railroad
|
||||
SUBDIR += rubygem-scruffy
|
||||
SUBDIR += rubygem-turing
|
||||
|
|
23
graphics/rubygem-pdfkit/Makefile
Normal file
23
graphics/rubygem-pdfkit/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
# Ports collection makefile for: rubygem-pdfkit
|
||||
# Date created: 2011-06-16
|
||||
# Whom: rpsfa@rit.edu
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pdfkit
|
||||
PORTVERSION= 0.4.6
|
||||
CATEGORIES= graphics rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= rpsfa@rit.edu
|
||||
COMMENT= Uses wkhtmltopdf to create PDFs using HTML
|
||||
|
||||
RUN_DEPENDS= wkhtmltopdf:${PORTSDIR}/converters/wkhtmltopdf
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
PLIST_FILES= bin/pdfkit
|
||||
|
||||
.include <bsd.port.mk>
|
2
graphics/rubygem-pdfkit/distinfo
Normal file
2
graphics/rubygem-pdfkit/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (rubygem/pdfkit-0.4.6.gem) = cd7827b266110f4a8aafc195b4415b5d23198178d51eac982c88f44632a0d39f
|
||||
SIZE (rubygem/pdfkit-0.4.6.gem) = 12800
|
3
graphics/rubygem-pdfkit/pkg-descr
Normal file
3
graphics/rubygem-pdfkit/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Uses wkhtmltopdf to create PDFs using HTML
|
||||
|
||||
WWW: http://rubygems.org/gems/pdfkit
|
Loading…
Reference in a new issue