From chinsan@chinsan.twbbs.org  Tue Feb 13 08:06:55 2007
Return-Path: <chinsan@chinsan.twbbs.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id E596316A400
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 13 Feb 2007 08:06:55 +0000 (UTC)
	(envelope-from chinsan@chinsan.twbbs.org)
Received: from chinsan.twbbs.org (220-132-119-51.HINET-IP.hinet.net [220.132.119.51])
	by mx1.freebsd.org (Postfix) with ESMTP id 88C5613C47E
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 13 Feb 2007 08:06:55 +0000 (UTC)
	(envelope-from chinsan@chinsan.twbbs.org)
Received: by chinsan.twbbs.org (Postfix, from userid 1001)
	id 6797811478; Tue, 13 Feb 2007 16:06:53 +0800 (CST)
Message-Id: <20070213080653.6797811478@chinsan.twbbs.org>
Date: Tue, 13 Feb 2007 16:06:53 +0800 (CST)
From: chinsan <chinsan@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [NEW PORT] ftp/multiget: Multiget file downloader
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         109123
>Category:       ports
>Synopsis:       [NEW PORT] ftp/multiget: Multiget file downloader
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    rafan
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 13 08:10:07 GMT 2007
>Closed-Date:    Tue Feb 13 08:34:54 GMT 2007
>Last-Modified:  Tue Feb 13 08:34:54 GMT 2007
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->rafan 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Feb 13 08:10:19 UTC 2007 
Responsible-Changed-Why:  
rafan@ wants this PRs 

http://www.freebsd.org/cgi/query-pr.cgi?pr=109123 
State-Changed-From-To: open->closed 
State-Changed-By: rafan 
State-Changed-When: Tue Feb 13 08:34:50 UTC 2007 
State-Changed-Why:  
It's already in ports. Thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=109123 
>Unformatted:
