svn commit: r383018 - in head/textproc: . p5-PDF-WebKit
Mathieu Arnold
mat at FreeBSD.org
Thu Apr 2 15:53:08 UTC 2015
Author: mat
Date: Thu Apr 2 15:53:05 2015
New Revision: 383018
URL: https://svnweb.freebsd.org/changeset/ports/383018
Log:
PDF::WebKit uses wkhtmltopdf to convert HTML documents into PDFs. It
is a port of the elegant PDFKit Ruby library.
Sponsored by: Absolight
Added:
head/textproc/p5-PDF-WebKit/
head/textproc/p5-PDF-WebKit/Makefile (contents, props changed)
head/textproc/p5-PDF-WebKit/distinfo (contents, props changed)
head/textproc/p5-PDF-WebKit/pkg-descr (contents, props changed)
head/textproc/p5-PDF-WebKit/pkg-plist (contents, props changed)
Modified:
head/textproc/Makefile
Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile Thu Apr 2 15:52:49 2015 (r383017)
+++ head/textproc/Makefile Thu Apr 2 15:53:05 2015 (r383018)
@@ -627,6 +627,7 @@
SUBDIR += p5-PDF-Create
SUBDIR += p5-PDF-FromHTML
SUBDIR += p5-PDF-Table
+ SUBDIR += p5-PDF-WebKit
SUBDIR += p5-PDF-Writer
SUBDIR += p5-POD2-Base
SUBDIR += p5-POE-Filter-XML
Added: head/textproc/p5-PDF-WebKit/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/p5-PDF-WebKit/Makefile Thu Apr 2 15:53:05 2015 (r383018)
@@ -0,0 +1,27 @@
+# Created by: Gea-Suan Lin <gslin at gslin.org>
+# $FreeBSD$
+
+PORTNAME= PDF-WebKit
+PORTVERSION= 0.92
+CATEGORIES= textproc perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= perl at FreeBSD.org
+COMMENT= Use WebKit to Generate PDFs from HTML
+
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
+BUILD_DEPENDS= p5-IPC-Run>=0:${PORTSDIR}/devel/p5-IPC-Run \
+ p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \
+ p5-XML-LibXML>=1.62:${PORTSDIR}/textproc/p5-XML-LibXML
+RUN_DEPENDS:= ${BUILD_DEPENDS} \
+ wkhtmltopdf:${PORTSDIR}/converters/wkhtmltopdf
+TEST_DEPENDS= p5-Test-Spec:${PORTSDIR}/devel/p5-Test-Spec
+
+USE_PERL5= configure
+USES= perl5
+NO_ARCH= yes
+
+.include <bsd.port.mk>
Added: head/textproc/p5-PDF-WebKit/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/p5-PDF-WebKit/distinfo Thu Apr 2 15:53:05 2015 (r383018)
@@ -0,0 +1,2 @@
+SHA256 (PDF-WebKit-0.92.tar.gz) = 22ec2ae4129d6145943e000cb97ba152d6c8ff71d2010a492813bbd9d7267c74
+SIZE (PDF-WebKit-0.92.tar.gz) = 24043
Added: head/textproc/p5-PDF-WebKit/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/p5-PDF-WebKit/pkg-descr Thu Apr 2 15:53:05 2015 (r383018)
@@ -0,0 +1,8 @@
+PDF::WebKit uses wkhtmltopdf to convert HTML documents into PDFs. It
+is a port of the elegant PDFKit Ruby library.
+
+wkhtmltopdf generates beautiful PDFs by leveraging the rendering power
+of Qt's WebKit browser engine (used by both Apple Safari and Google
+Chrome browsers).
+
+WWW: https://metacpan.org/release/PDF-WebKit
Added: head/textproc/p5-PDF-WebKit/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/p5-PDF-WebKit/pkg-plist Thu Apr 2 15:53:05 2015 (r383018)
@@ -0,0 +1,4 @@
+%%SITE_PERL%%/PDF/WebKit.pm
+%%SITE_PERL%%/PDF/WebKit/Configuration.pm
+%%SITE_PERL%%/PDF/WebKit/Source.pm
+%%PERL5_MAN3%%/PDF::WebKit.3.gz
More information about the svn-ports-head
mailing list