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 <loox at e-shell.net>
This commit is contained in:
Nicola Vitale 2011-04-27 08:56:07 +00:00
parent 798b2424f1
commit 9e6cc07ae9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=273242
4 changed files with 40 additions and 0 deletions

View File

@ -122,6 +122,7 @@
SUBDIR += cssed
SUBDIR += csstidy
SUBDIR += ctemplate
SUBDIR += cutycapt
SUBDIR += dalbum
SUBDIR += dansguardian
SUBDIR += davical

32
www/cutycapt/Makefile Normal file
View File

@ -0,0 +1,32 @@
# New ports collection makefile for: CutyCapt
# Date created: 2010-09-29
# Whom: Axel Gonzalez <loox@e-shell.net>
#
# $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 <bsd.port.mk>

2
www/cutycapt/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (cutycapt-20100608.tar.gz) = 0267dcf292f0a1e1dc5838e83f3807c7fcff4c188fda8d4630ffe6f86ee97e0c
SIZE (cutycapt-20100608.tar.gz) = 6968

5
www/cutycapt/pkg-descr Normal file
View File

@ -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