head	1.12;
access;
symbols
	RELEASE_8_3_0:1.10
	RELEASE_9_0_0:1.10
	RELEASE_7_4_0:1.9
	RELEASE_8_2_0:1.9
	RELEASE_6_EOL:1.9
	RELEASE_8_1_0:1.9
	RELEASE_7_3_0:1.8
	RELEASE_8_0_0:1.7
	RELEASE_7_2_0:1.5
	RELEASE_7_1_0:1.5
	RELEASE_6_4_0:1.5
	RELEASE_5_EOL:1.4
	RELEASE_7_0_0:1.4
	RELEASE_6_3_0:1.4
	PRE_XORG_7:1.3
	RELEASE_4_EOL:1.2;
locks; strict;
comment	@# @;


1.12
date	2012.11.17.05.57.29;	author svnexp;	state Exp;
branches;
next	1.11;

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

1.10
date	2011.02.27.04.54.23;	author tabthorpe;	state Exp;
branches;
next	1.9;

1.9
date	2010.03.28.06.34.31;	author dinoex;	state Exp;
branches;
next	1.8;

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

1.7
date	2009.08.22.00.20.31;	author amdmi3;	state Exp;
branches;
next	1.6;

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

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

1.4
date	2007.05.19.20.05.09;	author flz;	state Exp;
branches;
next	1.3;

1.3
date	2007.02.16.17.14.12;	author alepulver;	state Exp;
branches;
next	1.2;

1.2
date	2006.12.19.16.52.27;	author alepulver;	state Exp;
branches;
next	1.1;

1.1
date	2006.12.07.18.01.00;	author alepulver;	state Exp;
branches;
next	;


desc
@@


1.12
log
@Switch exporter over
@
text
@# New ports collection makefile for:	multiget
# Date created:				2006-11-03
# Whom:					alepulver
#
# $FreeBSD: head/ftp/multiget/Makefile 300896 2012-07-14 13:54:48Z beat $
#

PORTNAME=	multiget
PORTVERSION=	1.1.3
PORTREVISION=	6
CATEGORIES=	ftp www
MASTER_SITES=	SF/${PORTNAME}/OldFiles

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	An http/ftp downloader with a nice GUI

USE_WX=		2.6+
MAKEFILE=	makefile
ALL_TARGET=	MultiGet
WRKSRC=		${WRKDIR}/${DISTNAME}/src

PLIST_FILES=	bin/${PORTNAME}

post-patch:
	@@${REINPLACE_CMD} -e \
		's|g++|${CXX}|; \
		 s|\(CFLAGS\) =|\1 +=|; \
		 s|wx-config|${WX_CONFIG}|' \
		 ${WRKSRC}/${MAKEFILE}

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

.include <bsd.port.mk>
@


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


1.10
log
@- Reassign ports to heap

Submitted by:	alepulver
@
text
@d10 1
a10 1
PORTREVISION=	5
@


1.9
log
@- update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
@
text
@d14 1
a14 1
MAINTAINER=	alepulver@@FreeBSD.org
@


1.8
log
@- update to jpeg-8
@
text
@d10 1
a10 1
PORTREVISION=	4
@


1.7
log
@- Switch SourceForge ports to the new File Release System: categories starting with E,F
@
text
@d10 1
a10 1
PORTREVISION=	3
@


1.6
log
@- bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin
@
text
@d12 1
a12 1
MASTER_SITES=	SF
@


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
@d10 1
a10 1
PORTREVISION=	2
@


1.4
log
@- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.3
log
@- Update to version 1.1.3.
- Change USE_WX from 2.6 to 2.6+ (to allow building with version 2.8).
- Remove some remaining commented out commands.
- Remove IGNORE for FreeBSD < 5.x (unsupported).
@
text
@d10 1
@


1.2
log
@- Update to version 1.1.
@
text
@d9 1
a9 1
PORTVERSION=	1.1
d16 1
a16 1
USE_WX=		2.6
a28 2
#	@@${REINPLACE_CMD} -Ee 's,(fopen|ftruncate)64,\1,' \
#		${WRKSRC}/mgfilemanager.cpp
d33 1
a33 7
.include <bsd.port.pre.mk>

.if ${OSVERSION} < 500000
IGNORE=		does not build
.endif

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


1.1
log
@MultiGet is an easy-to-use GUI file downloader for Linux/Unix/BSDs/Windows.
It's programmed by C++ and GUI is based on wxWidgets. It supports http/ftp
protocol which covers most user's requirement. It supports multi-task with
multi-thread on multi-server. It supports resume download if server side have
resume feature, and if you like, you can reconfig the thread number without
stopping the going task. It's also support SOCKS 4, 4a, 5 proxy, ftp proxy,
http proxy.

WWW: http://multiget.sourceforge.net/
@
text
@d9 1
a9 1
PORTVERSION=	1.0
a11 1
DISTNAME=	${PORTNAME}${PORTVERSION}.src
a15 1
USE_BZIP2=	yes
d19 1
a19 1
WRKSRC=		${WRKDIR}/${PORTNAME}${PORTVERSION}/src
d29 2
a30 2
	@@${REINPLACE_CMD} -Ee 's,(fopen|ftruncate)64,\1,' \
		${WRKSRC}/mgfilemanager.cpp
@

