diff --git a/graphics/Makefile b/graphics/Makefile index 0b90a0ace2b7..b8f956008e79 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -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 diff --git a/graphics/rubygem-pdfkit/Makefile b/graphics/rubygem-pdfkit/Makefile new file mode 100644 index 000000000000..cfd7f0bb5774 --- /dev/null +++ b/graphics/rubygem-pdfkit/Makefile @@ -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 diff --git a/graphics/rubygem-pdfkit/distinfo b/graphics/rubygem-pdfkit/distinfo new file mode 100644 index 000000000000..8a54417c559b --- /dev/null +++ b/graphics/rubygem-pdfkit/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/pdfkit-0.4.6.gem) = cd7827b266110f4a8aafc195b4415b5d23198178d51eac982c88f44632a0d39f +SIZE (rubygem/pdfkit-0.4.6.gem) = 12800 diff --git a/graphics/rubygem-pdfkit/pkg-descr b/graphics/rubygem-pdfkit/pkg-descr new file mode 100644 index 000000000000..1ba29153c621 --- /dev/null +++ b/graphics/rubygem-pdfkit/pkg-descr @@ -0,0 +1,3 @@ +Uses wkhtmltopdf to create PDFs using HTML + +WWW: http://rubygems.org/gems/pdfkit