From 9e6cc07ae91cc052dddf02aed53334300c0bac93 Mon Sep 17 00:00:00 2001 From: Nicola Vitale Date: Wed, 27 Apr 2011 08:56:07 +0000 Subject: [PATCH] CutyCapt is a small cross-platform command-line utility to capture WebKit's rendering of a web page into a variety of vector and bitmap formats, including SVG, PDF, PS, PNG, JPEG, TIFF, GIF, and BMP. WWW: http://cutycapt.sourceforge.net PR: ports/155767 Submitted by: Axel Gonzalez --- www/Makefile | 1 + www/cutycapt/Makefile | 32 ++++++++++++++++++++++++++++++++ www/cutycapt/distinfo | 2 ++ www/cutycapt/pkg-descr | 5 +++++ 4 files changed, 40 insertions(+) create mode 100644 www/cutycapt/Makefile create mode 100644 www/cutycapt/distinfo create mode 100644 www/cutycapt/pkg-descr diff --git a/www/Makefile b/www/Makefile index e4522c960aa3..dcde03531963 100644 --- a/www/Makefile +++ b/www/Makefile @@ -122,6 +122,7 @@ SUBDIR += cssed SUBDIR += csstidy SUBDIR += ctemplate + SUBDIR += cutycapt SUBDIR += dalbum SUBDIR += dansguardian SUBDIR += davical diff --git a/www/cutycapt/Makefile b/www/cutycapt/Makefile new file mode 100644 index 000000000000..aab40dcea7eb --- /dev/null +++ b/www/cutycapt/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: CutyCapt +# Date created: 2010-09-29 +# Whom: Axel Gonzalez +# +# $FreeBSD$ +# + +PORTNAME= cutycapt +PORTVERSION= 20100608 +CATEGORIES= www +MASTER_SITES= http://bsd.e-shell.net/local/ + +MAINTAINER= loox@e-shell.net +COMMENT= A command-line utility to capture WebKit's rendering of a web page + +LICENSE= GPLv2 + +WRKSRC= ${WRKDIR}/CutyCapt + +USE_QT_VER= 4 +QT_COMPONENTS= qmake_build moc_build imageformats webkit +MAKE_JOBS_SAFE= yes + +PLIST_FILES= bin/CutyCapt + +do-configure: + cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${QMAKE} + +post-install: + ${INSTALL_PROGRAM} ${WRKSRC}/CutyCapt ${PREFIX}/bin + +.include diff --git a/www/cutycapt/distinfo b/www/cutycapt/distinfo new file mode 100644 index 000000000000..0347bc935006 --- /dev/null +++ b/www/cutycapt/distinfo @@ -0,0 +1,2 @@ +SHA256 (cutycapt-20100608.tar.gz) = 0267dcf292f0a1e1dc5838e83f3807c7fcff4c188fda8d4630ffe6f86ee97e0c +SIZE (cutycapt-20100608.tar.gz) = 6968 diff --git a/www/cutycapt/pkg-descr b/www/cutycapt/pkg-descr new file mode 100644 index 000000000000..6e157c13b582 --- /dev/null +++ b/www/cutycapt/pkg-descr @@ -0,0 +1,5 @@ +CutyCapt is a small cross-platform command-line utility to capture +WebKit's rendering of a web page into a variety of vector and bitmap +formats, including SVG, PDF, PS, PNG, JPEG, TIFF, GIF, and BMP. + +WWW: http://cutycapt.sourceforge.net