Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Feb 2007 16:06:53 +0800 (CST)
From:      chinsan <chinsan@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/109123: [NEW PORT] ftp/multiget: Multiget file downloader
Message-ID:  <20070213080653.6797811478@chinsan.twbbs.org>
Resent-Message-ID: <200702130810.l1D8A8tZ095879@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         109123
>Category:       ports
>Synopsis:       [NEW PORT] ftp/multiget: Multiget file downloader
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 13 08:10:07 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     chinsan
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
Taiwan
>Environment:
System: FreeBSD chinsan.twbbs.org 6.2-STABLE FreeBSD 6.2-STABLE #6: Mon Feb  5 23:22:25 CST
>Description:
MultiGet is an easy-to-use GUI file downloader for Windows/Linux/BSDs/MacOs. 
It's programmed in C++ and has a GUI based on wxWidgets. It supports
HTTP/FTP protocols which covers the requirements of most users. It supports
multi-task with multi-thread on multi-server. It supports resuming downloads
if the Web server supports it, and if you like, you can reconfig the thread
number without stopping the current task. It's also support SOCKS 4,4a,5
proxy, ftp proxy, http proxy.

WWW: http://multiget.sourceforge.net/

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- multiget-1.1.3.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	multiget
#	multiget/Makefile
#	multiget/distinfo
#	multiget/pkg-descr
#
echo c - multiget
mkdir -p multiget > /dev/null 2>&1
echo x - multiget/Makefile
sed 's/^X//' >multiget/Makefile << 'END-of-multiget/Makefile'
X# New ports collection makefile for:   multiget
X# Date created:                2007/02/13
X# Whom:                        chinsan
X#
X# $FreeBSD$
X#
X
XPORTNAME=	multiget
XPORTVERSION=	1.1.3
XCATEGORIES=	ftp gnome
XMASTER_SITES=	SF
X
XMAINTAINER=	chinsan@FreeBSD.org
XCOMMENT=	Multiget file downloader
X
XUSE_GNOME=	gtk20 intlhack
XUSE_GMAKE=	yes
XUSE_WX=		2.6
XWX_CONF_ARGS=	relative
XUSE_ICONV=	yes
XUSE_XLIB=	yes
X
XUSE_GETTEXT=	yes
XCPPFLAGS+=	-I${LOCALBASE}/include
XLDFLAGS+=	-L${LOCALBASE}/lib
X
XPLIST_FILES=	bin/MultiGet
X
Xpost-patch:
X	@${REINPLACE_CMD} -e 's,wx-config,wxgtk2-2.6-config,g; s,g++,$${CXX},g; ' \
X		${WRKSRC}/src/makefile
X	@${FIND} ${WRKSRC}/src -name "*.bak" -delete
X
Xdo-build:
X	@cd ${WRKSRC}/src && ${MAKE}
X
Xdo-install:
X	@${INSTALL_PROGRAM} ${WRKSRC}/src/MultiGet ${PREFIX}/bin
X
X.include <bsd.port.mk>
END-of-multiget/Makefile
echo x - multiget/distinfo
sed 's/^X//' >multiget/distinfo << 'END-of-multiget/distinfo'
XMD5 (multiget-1.1.3.tar.gz) = 219dc2c9ba36e3905424fbac921b0af6
XSHA256 (multiget-1.1.3.tar.gz) = 8d0651d16298f6a84c98662d8e1a9bfc481c0c5262c3a9e2d916cfb72fc810e3
XSIZE (multiget-1.1.3.tar.gz) = 798439
END-of-multiget/distinfo
echo x - multiget/pkg-descr
sed 's/^X//' >multiget/pkg-descr << 'END-of-multiget/pkg-descr'
XMultiGet is an easy-to-use GUI file downloader for Windows/Linux/BSDs/MacOs. 
XIt's programmed in C++ and has a GUI based on wxWidgets. It supports
XHTTP/FTP protocols which covers the requirements of most users. It supports
Xmulti-task with multi-thread on multi-server. It supports resuming downloads
Xif the Web server supports it, and if you like, you can reconfig the thread
Xnumber without stopping the current task. It's also support SOCKS 4,4a,5
Xproxy, ftp proxy, http proxy.
X
XWWW: http://multiget.sourceforge.net/
END-of-multiget/pkg-descr
exit
--- multiget-1.1.3.shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070213080653.6797811478>