diff options
author | nivit <nivit@FreeBSD.org> | 2011-04-27 16:56:07 +0800 |
---|---|---|
committer | nivit <nivit@FreeBSD.org> | 2011-04-27 16:56:07 +0800 |
commit | 10c8c7808f23fdcd1be42bcba7fcc5224d70553e (patch) | |
tree | b3f068ec30a33a931061cc070acbc011a8a7879b /www/cutycapt | |
parent | 789c07260673a11b681c51c329207cd3c757bdfb (diff) | |
download | freebsd-ports-gnome-10c8c7808f23fdcd1be42bcba7fcc5224d70553e.tar.gz freebsd-ports-gnome-10c8c7808f23fdcd1be42bcba7fcc5224d70553e.tar.zst freebsd-ports-gnome-10c8c7808f23fdcd1be42bcba7fcc5224d70553e.zip |
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>
Diffstat (limited to 'www/cutycapt')
-rw-r--r-- | www/cutycapt/Makefile | 32 | ||||
-rw-r--r-- | www/cutycapt/distinfo | 2 | ||||
-rw-r--r-- | www/cutycapt/pkg-descr | 5 |
3 files changed, 39 insertions, 0 deletions
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 <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> 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 |