head	1.15;
access;
symbols
	RELEASE_8_3_0:1.12
	RELEASE_9_0_0:1.12
	RELEASE_7_4_0:1.12
	RELEASE_8_2_0:1.12
	RELEASE_6_EOL:1.12
	RELEASE_8_1_0:1.11
	RELEASE_7_3_0:1.10
	RELEASE_8_0_0:1.9
	RELEASE_7_2_0:1.7
	RELEASE_7_1_0:1.5
	RELEASE_6_4_0:1.5
	RELEASE_5_EOL:1.4;
locks; strict;
comment	@# @;


1.15
date	2013.03.22.23.30.11;	author svnexp;	state Exp;
branches;
next	1.14;

1.14
date	2012.11.17.06.02.38;	author svnexp;	state Exp;
branches;
next	1.13;

1.13
date	2012.06.01.05.24.55;	author dinoex;	state Exp;
branches;
next	1.12;

1.12
date	2010.08.22.07.52.45;	author rafan;	state Exp;
branches;
next	1.11;

1.11
date	2010.03.28.06.44.51;	author dinoex;	state Exp;
branches;
next	1.10;

1.10
date	2010.02.05.11.44.57;	author dinoex;	state Exp;
branches;
next	1.9;

1.9
date	2009.08.22.00.38.10;	author amdmi3;	state Exp;
branches;
next	1.8;

1.8
date	2009.07.31.13.56.29;	author dinoex;	state Exp;
branches;
next	1.7;

1.7
date	2009.03.24.19.13.28;	author makc;	state Exp;
branches;
next	1.6;

1.6
date	2008.12.26.12.39.03;	author rafan;	state Exp;
branches;
next	1.5;

1.5
date	2008.06.06.14.06.59;	author edwin;	state Exp;
branches;
next	1.4;

1.4
date	2008.05.27.22.12.07;	author miwi;	state Exp;
branches;
next	1.3;

1.3
date	2008.04.21.07.47.07;	author rafan;	state Exp;
branches;
next	1.2;

1.2
date	2007.12.17.01.32.52;	author rafan;	state Exp;
branches;
next	1.1;

1.1
date	2007.12.13.10.01.29;	author rafan;	state Exp;
branches;
next	;


desc
@@


1.15
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/314960
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# New ports collection makefile for:	www/khtml2png
# Date created:				Nov 27 2007
# Whom:                			Rong-En Fan <rafan@@FreeBSD.org>
#
# $FreeBSD: head/www/khtml2png/Makefile 314960 2013-03-22 20:06:14Z makc $
#

PORTNAME=	khtml2png
DISTVERSION=	2.7.7
PORTREVISION=	1
CATEGORIES=	www
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}2/${PORTVERSION}

MAINTAINER=	rafan@@FreeBSD.org
COMMENT=	Command line program to create screenshots of webpages

USE_KDELIBS_VER=	3
USES=			cmake

PLIST_FILES=	bin/khtml2png2

.include <bsd.port.pre.mk>

post-patch:
	@@${REINPLACE_CMD} -e 's,QT_QT_LIBRARY,QT_LIBRARIES,g' \
		${WRKSRC}/CMakeLists.txt

.include <bsd.port.post.mk>
@


1.14
log
@Switch exporter over
@
text
@d5 1
a5 1
# $FreeBSD: head/www/khtml2png/Makefile 300897 2012-07-14 14:29:18Z beat $
d18 1
a18 1
USE_CMAKE=		yes
@


1.13
log
@- update png to 1.5.10
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.12
log
@- Update to 2.7.7
@
text
@d10 1
@


1.11
log
@- update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
@
text
@d9 1
a9 2
DISTVERSION=	2.7.6
PORTREVISION=	4
@


1.10
log
@- update to jpeg-8
@
text
@d10 1
a10 1
PORTREVISION=	3
@


1.9
log
@- Switch SourceForge ports to the new File Release System: categories starting with W
@
text
@d10 1
a10 1
PORTREVISION=	2
@


1.8
log
@- bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin
@
text
@d12 1
a12 2
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}
@


1.7
log
@bump PORTREVISION after cmake update
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.6
log
@- Update to 2.7.6
@
text
@d10 1
@


1.5
log
@Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@@
Approved by:    portmgr (pav)
@
text
@d9 1
a9 2
DISTVERSION=	2.7.5
PORTREVISION=	1
@


1.4
log
@- Add common code to support for cmake based ports.
- Update devel/cmake to 2.6.0 (also fix ports/123092)
- Use the new CMAKE build framework in all ports using cmake

Approved by:	portmgr (pav)
@
text
@d10 1
@


1.3
log
@- Update to 2.7.5
@
text
@a16 2
BUILD_DEPENDS=	cmake:${PORTSDIR}/devel/cmake

d18 1
a18 8

CMAKE?=		${LOCALBASE}/bin/cmake

CMAKE_ARGS=	-DCMAKE_BUILD_TYPE:STRING=Release \
		-DCMAKE_C_COMPILER:STRING='${CC}' \
		-DCMAKE_CXX_COMPILER:STRING=${CXX} \
		-DCMAKE_CXX_FLAGS:STRING="${CXXFLAGS}" \
		-DCMAKE_INSTALL_PREFIX=${PREFIX}
a27 4
do-configure:
	@@cd ${WRKSRC} && ${CMAKE} ${CMAKE_ARGS} -G KDevelop3 ${WRKSRC} && \
		${CMAKE} ${CMAKE_ARGS} ${WRKSRC}

@


1.2
log
@- Update to 2.7.0
- Fix build by using correct cmake variable for qt-mt library
@
text
@d9 1
a9 1
DISTVERSION=	2.7.0
@


1.1
log
@khtml2png is a command line program to create screenshots of webpages. It
uses libkhtml (the library that is used in the KDE webbrowser Konqueror) and
Qt to do graphic conversion.

WWW: http://khtml2png.sourceforge.net/
@
text
@d9 1
a9 1
DISTVERSION=	2.6.7a
d33 4
@

