head	1.10;
access;
symbols
	RELEASE_8_3_0:1.6
	RELEASE_9_0_0:1.6
	RELEASE_7_4_0:1.6
	RELEASE_8_2_0:1.6
	RELEASE_6_EOL:1.6
	RELEASE_8_1_0:1.6
	RELEASE_7_3_0:1.5
	RELEASE_8_0_0:1.5
	RELEASE_7_2_0:1.3
	RELEASE_7_1_0:1.3
	RELEASE_6_4_0:1.3
	RELEASE_5_EOL:1.1;
locks; strict;
comment	@# @;


1.10
date	2013.02.04.13.24.23;	author svnexp;	state Exp;
branches;
next	1.9;

1.9
date	2012.11.17.06.02.28;	author svnexp;	state Exp;
branches;
next	1.8;

1.8
date	2012.06.06.06.44.29;	author miwi;	state Exp;
branches;
next	1.7;

1.7
date	2012.06.01.05.24.48;	author dinoex;	state Exp;
branches;
next	1.6;

1.6
date	2010.03.28.06.44.38;	author dinoex;	state Exp;
branches;
next	1.5;

1.5
date	2009.09.02.15.01.54;	author amdmi3;	state Exp;
branches;
next	1.4;

1.4
date	2009.05.10.17.59.22;	author makc;	state Exp;
branches;
next	1.3;

1.3
date	2008.09.07.00.18.50;	author linimon;	state Exp;
branches;
next	1.2;

1.2
date	2008.06.06.14.06.46;	author edwin;	state Exp;
branches;
next	1.1;

1.1
date	2007.12.11.23.53.34;	author sat;	state Exp;
branches;
next	;


desc
@@


1.10
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/311599
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: Andrew Pantyukhin <infofarmer@@FreeBSD.org>
# $FreeBSD: head/www/aria2fe/Makefile 311599 2013-02-04 10:04:11Z araujo $

PORTNAME=	aria2fe
DISTVERSION=	0.0.5
PORTREVISION=	5
CATEGORIES=	www
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Aria2 Qt front-end

LICENSE=	GPLv3 # (or later)

RUN_DEPENDS=	aria2c:${PORTSDIR}/www/aria2 \
		xterm:${PORTSDIR}/x11/xterm

BUILD_WRKSRC=	${WRKSRC}/src
INSTALL_WRKSRC=	${WRKSRC}/bin

USE_BZIP2=	yes
USE_QT4=	gui moc_build qmake_build rcc_build uic_build
MAKE_JOBS_SAFE=	yes

PLIST_FILES=	bin/${PORTNAME}

do-configure:
	@@(cd ${BUILD_WRKSRC} && ${SETENV} ${MAKE_ENV} ${QMAKE} ${QMAKEFLAGS})

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/bin/${PORTNAME} ${PREFIX}/bin/

.include <bsd.port.mk>
@


1.9
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:	aria2fe
# Date created:		12 December 2007
# Whom:			Andrew Pantyukhin <infofarmer@@FreeBSD.org>
#
# $FreeBSD: head/www/aria2fe/Makefile 300897 2012-07-14 14:29:18Z beat $
#
d6 1
a6 1
PORTREVISION=	4
d11 3
a13 1
COMMENT=	Aria2 QT front-end
d18 3
d22 3
a24 1
USE_QT4=	gui qmake_build uic_build moc_build rcc_build
a25 1
BUILD_WRKSRC=	${WRKSRC}/src
d27 2
a28 3
pre-build:
	@@cd ${BUILD_WRKSRC}/&&\
		${SETENV} ${MAKE_ENV} ${QMAKE} -unix ${PORTNAME}.pro
d31 1
a31 1
	@@${INSTALL_PROGRAM} ${WRKSRC}/bin/${PORTNAME} ${PREFIX}/bin/
@


1.8
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.7
log
@- update png to 1.5.10
@
text
@d21 1
a21 2
USE_QT_VER=	4
QT_COMPONENTS=	gui qmake_build uic_build moc_build rcc_build
@


1.6
log
@- update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
@
text
@d10 1
a10 1
PORTREVISION=	3
@


1.5
log
@- Retire MASTER_SITE_SOURCEFORGE_EXTENDED, it's no longer needed - all mirrors actually have all distfiles
- Merge all SF mirrors to MASTER_SITE_SOURCEFORGE, resort according to quick download speed survey
- Fix MASTER_SITES for all port that have used SOURCEFORGE_EXTENTED

Approved by:	portmgr (pav)
@
text
@d10 1
a10 1
PORTREVISION=	2
@


1.4
log
@Remove qt4 build tools from run dependencies.
@
text
@d12 1
a12 1
MASTER_SITES=	SFE
@


1.3
log
@Reset infofarmer due to maintainer-timeouts and no response to email.

Hat:	portmgr
@
text
@d10 1
a10 1
PORTREVISION=	1
d22 1
a22 1
QT_COMPONENTS=	gui qmake uic moc rcc
@


1.2
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
@d14 1
a14 1
MAINTAINER=	infofarmer@@FreeBSD.org
@


1.1
log
@Add port www/aria2fe:

aria2fe is a graphical user interface for the command line based
program aria2.  aria2fe was designed and constructed using C++/Qt for
the GNU Unix/Posix/Linux platform.

WWW: http://www.aria2fe.com/
Author: Mike Wells <aria2fe@@cox.net>
@
text
@d10 1
@

