head	1.19;
access;
symbols
	RELEASE_8_3_0:1.14
	RELEASE_9_0_0:1.14
	RELEASE_7_4_0:1.14
	RELEASE_8_2_0:1.14
	RELEASE_6_EOL:1.13
	RELEASE_8_1_0:1.13
	RELEASE_7_3_0:1.12
	RELEASE_8_0_0:1.9
	RELEASE_7_2_0:1.3
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2;
locks; strict;
comment	@# @;


1.19
date	2012.11.17.06.02.28;	author svnexp;	state Exp;
branches;
next	1.18;

1.18
date	2012.06.06.06.44.29;	author miwi;	state Exp;
branches;
next	1.17;

1.17
date	2012.06.01.05.24.48;	author dinoex;	state Exp;
branches;
next	1.16;

1.16
date	2012.04.21.16.35.55;	author madpilot;	state Exp;
branches;
next	1.15;

1.15
date	2012.04.17.17.54.29;	author madpilot;	state Exp;
branches;
next	1.14;

1.14
date	2010.12.02.19.58.59;	author makc;	state Exp;
branches;
next	1.13;

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

1.12
date	2010.02.05.11.44.39;	author dinoex;	state Exp;
branches;
next	1.11;

1.11
date	2009.12.16.16.50.52;	author fluffy;	state Exp;
branches;
next	1.10;

1.10
date	2009.10.07.09.58.07;	author miwi;	state Exp;
branches;
next	1.9;

1.9
date	2009.09.02.17.28.10;	author miwi;	state Exp;
branches;
next	1.8;

1.8
date	2009.08.11.17.30.48;	author amdmi3;	state Exp;
branches;
next	1.7;

1.7
date	2009.07.26.08.44.17;	author beat;	state Exp;
branches;
next	1.6;

1.6
date	2009.06.06.08.01.49;	author beat;	state Exp;
branches;
next	1.5;

1.5
date	2009.06.02.21.00.50;	author pav;	state Exp;
branches;
next	1.4;

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

1.3
date	2009.01.20.13.20.28;	author amdmi3;	state Exp;
branches;
next	1.2;

1.2
date	2008.09.21.08.50.25;	author miwi;	state Exp;
branches;
next	1.1;

1.1
date	2008.08.09.21.03.44;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.19
log
@Switch exporter over
@
text
@# New ports collection makefile for: arora
# Date created:         08 Aug 2008
# Whom:                 Andy Fawcett <andy@@athame.co.uk>
#
# $FreeBSD: head/www/arora/Makefile 300897 2012-07-14 14:29:18Z beat $

PORTNAME=	arora
PORTVERSION=	0.11.0
PORTREVISION=	1
CATEGORIES=	www
MASTER_SITES=	GOOGLE_CODE

MAINTAINER=	shanjobe@@gmail.com
COMMENT=	Simple Qt4 based browser

LICENSE=	GPLv3

USE_QT4=	network webkit qmake_build moc_build uic_build rcc_build \
		imageformats gui script sql
HAS_CONFIGURE=	yes
QMAKE_ARGS+=	-unix -recursive PREFIX=${PREFIX}
MAKE_JOBS_SAFE=	yes

MAN1=		arora.1 arora-cacheinfo.1 arora-placesimport.1 htmlToXBel.1

.include <bsd.port.pre.mk>

.if ${ARCH} == ia64
BROKEN=		core dump on application startup
.endif

.if defined(WITHOUT_NLS)
PLIST_SUB+=	NLS="@@comment "
.else
USE_QT4+=	linguist_build
PLIST_SUB+=	NLS=""
.endif

do-configure:
.if defined(WITHOUT_NLS)
	@@${REINPLACE_CMD} -e "/INSTALLS/s|translations||" \
		${WRKSRC}/src/src.pro
	@@${REINPLACE_CMD} -e "s|target_predeps||" \
		${WRKSRC}/src/locale/locale.pri
.endif
	@@${REINPLACE_CMD} -e "/INSTALLS/s|man man-compress||" \
		${WRKSRC}/src/src.pro \
		${WRKSRC}/tools/cacheinfo/cacheinfo.pro \
		${WRKSRC}/tools/htmlToXBel/htmlToXBel.pro \
		${WRKSRC}/tools/placesimport/placesimport.pro
	@@${REINPLACE_CMD} -e "/else/s|lrelease|lrelease-qt4|" \
		${WRKSRC}/src/locale/locale.pri
	@@${REINPLACE_CMD} "/pkg-config/d" \
		${WRKSRC}/src/src.pro
	@@cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${QMAKE} ${QMAKE_ARGS}

post-configure:
	@@${REINPLACE_CMD} -e \
		's|^CC .*|CC=${CC}|; s|^CXX .*|CXX=${CXX}|; s|^LINK .*|LINK=${CXX}|' \
		${WRKSRC}/src/Makefile
	@@${REINPLACE_CMD} 's|raster||' ${WRKSRC}/src/main.cpp

post-install:
	${INSTALL_MAN} ${WRKSRC}/src/data/arora.1 \
		${WRKSRC}/tools/cacheinfo/data/arora-cacheinfo.1 \
		${WRKSRC}/tools/htmlToXBel/data/htmlToXBel.1 \
		${WRKSRC}/tools/placesimport/data/arora-placesimport.1 \
		${PREFIX}/man/man1

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


1.18
log
@- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4

Review by:	bapt, David Naylor (kde team)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.17
log
@- update png to 1.5.10
@
text
@d18 1
a18 2
USE_QT_VER=	4
QT_COMPONENTS=	network webkit qmake_build moc_build uic_build rcc_build \
d35 1
a35 1
QT_COMPONENTS+=	linguist_build
@


1.16
log
@Really enable MAKE_JOBS_SAFE.

Approved by:	crees (mentor)
@
text
@d9 1
@


1.15
log
@- Don't build on ia64, arora core dumps on startup [1]
- Update maintainer email address
- Add LICENSE
- Mark MAKE_JOBS_SAFE
- substitute a patch file with REINPLACE_CMD

PR:		ports/166837
Submitted by:	Shane Bell <decept0@@gmail.com>
Reported by:	Anton Shterenlikht [1]
Approved by:	crees (mentor)
@
text
@d22 1
@


1.14
log
@Update to 0.11.0 for Qt 4.7

PR:		ports/152751
Approved by:	portmgr (miwi)
@
text
@d12 1
a12 1
MAINTAINER=	decept0@@gmail.com
d15 2
a21 1
MAKE_JOBS_UNSAFE=	yes
d25 6
d60 1
d69 1
a69 1
.include <bsd.port.mk>
@


1.13
log
@- update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
@
text
@d8 1
a8 2
PORTVERSION=	0.10.2
PORTREVISION=	2
@


1.12
log
@- update to jpeg-8
@
text
@d9 1
a9 1
PORTREVISION=	1
@


1.11
log
@- Update arora to 0.10.2 release

PR:		141666
Submitted by:	myself
Approved by:	Shane Bell (maintainer)
Approved by:	tabthorpe (co-mentor)
@
text
@d9 1
@


1.10
log
@- Update to 0.10.1

PR:		139365
Submitted by:	Shane Bell <decept0@@gmail.com> (maintainer)
@
text
@d8 1
a8 1
PORTVERSION=	0.10.1
d20 1
a20 1
MAKE_JOBS_SAFE=	yes
@


1.9
log
@- Update to 0.9.0

PR:		138474
Submitted by:	Shane Bell <decept0@@gmail.com> (maintainer)
@
text
@d8 1
a8 1
PORTVERSION=	0.9.0
@


1.8
log
@- Enable additional Qt 4.5 features
- Bump PORTREVISION

PR:		137502
Submitted by:	Shane Bell <decept0@@gmail.com> (maintainer)
@
text
@d8 1
a8 2
PORTVERSION=	0.8.0
PORTREVISION=	1
@


1.7
log
@- Update to 0.8.0

PR:		ports/137126
Submitted by:	Shane Bell <decept0 AT gmail.com> (maintainer)
@
text
@d9 1
d23 1
a23 1
MAN1=		arora.1 arora-placesimport.1 htmlToXBel.1
d41 1
a47 2
	@@${REINPLACE_CMD} "/cacheinfo/d" \
		${WRKSRC}/tools/tools.pro
d57 1
@


1.6
log
@- Update to 0.7.1
- Mark MAKE_JOBS_SAFE again

PR:		ports/135240
Submitted by:	Shane Bell <decept0 AT gmail.com> (maintainer)
Approved by:	miwi (mentor, implicit)
@
text
@d8 1
a8 1
PORTVERSION=	0.7.1
d22 1
a22 1
MAN1=	arora.1
d39 3
a41 1
		${WRKSRC}/src/src.pro
d44 4
d56 4
a59 1
	${INSTALL_MAN} ${WRKSRC}/src/data/arora.1 ${PREFIX}/man/man1/
@


1.5
log
@- Flip MAKE_JOBS_SAFE to MAKE_JOBS_UNSAFE

Reported by:	pointyhat
@
text
@d8 1
a8 1
PORTVERSION=	0.7.0
d20 1
a20 1
MAKE_JOBS_UNSAFE=	yes
@


1.4
log
@- Update 0.7.0

PR:		135025
Submitted by:	"Toni Budrovi&#263;" <button03@@gmail.com>
Approved by:	maintianer
@
text
@d20 1
a20 1
MAKE_JOBS_SAFE=	yes
@


1.3
log
@- Update to 0.4
- Update WWW
- Current maintainer doesn't have access to FreeBSD desktop box ATB, so pass maintainership to submitter

PR:		130725
Submitted by:	Shane Bell <decept0 at gmail dot com>
Approved by:	Andy Fawcett <andy at athame dot co dot uk> (maintainer)
@
text
@d8 1
a8 1
PORTVERSION=	0.4
d17 1
a17 1
		imageformats gui
d20 1
d35 1
a35 1
	@@${REINPLACE_CMD} -e "/PRE_TARGETDEPS/s|compiler_updateqm_make_all||" \
d42 1
a42 1
	cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${QMAKE} ${QMAKE_ARGS}
d45 1
a45 1
	${REINPLACE_CMD} -e \
@


1.2
log
@- Add missing dependency on qt4-imageformats

Submitted by:	Andy Fawcett <andy@@athame.co.uk> (maintainer)
Approved by:	portmgr (linimon)
@
text
@d8 1
a8 2
PORTVERSION=	0.3
PORTREVISION=	1
d10 1
a10 1
MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
d12 1
a12 1
MAINTAINER=	andy@@athame.co.uk
d17 1
a17 1
		imageformats
d23 3
a25 1
.if !defined(WITHOUT_NLS)
a27 2
.else
PLIST_SUB+=	NLS="@@comment "
a32 1
		-e "/PRE_TARGETDEPS/s|compiler_updateqm_make_all||" \
d34 2
d37 4
d44 3
a46 2
	@@${FIND} ${WRKSRC} -name Makefile | ${XARGS} ${REINPLACE_CMD} -e \
		's|^CC .*|CC=${CC}|; s|^CXX .*|CXX=${CXX}|; s|^LINK .*|LINK=${CXX}|'
@


1.1
log
@Arora is a simple cross platform web browser. Currently Arora is a
very basic browser whose feature list includes things like "History"
and "Bookmarks". It does not have support for netscape plugins, so
no flash support until Qt 4.5. But it is small, less than 10,000
lines of code, very fast, lean, mean and loads of fun to hack on.
Arora and QtWebKit is developed to be cross-platform using the Qt
library. It was originally created as a demo for Qt to help test
the QtWebKit component and find API issues and bugs before the
release.

WWW:	http://code.google.com/p/arora/

Submitted by:	Andy Fawcett <andy at athame.co.uk>
@
text
@d9 1
d17 2
a18 1
QT_COMPONENTS=	network webkit qmake_build moc_build uic_build rcc_build
@

