From owner-cvs-ports@FreeBSD.ORG Thu Dec 7 18:01:03 2006 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3D02616A494; Thu, 7 Dec 2006 18:01:03 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42DEA43CA6; Thu, 7 Dec 2006 18:00:08 +0000 (GMT) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kB7I10F5023867; Thu, 7 Dec 2006 18:01:00 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kB7I10cU023866; Thu, 7 Dec 2006 18:01:00 GMT (envelope-from alepulver) Message-Id: <200612071801.kB7I10cU023866@repoman.freebsd.org> From: Alejandro Pulver Date: Thu, 7 Dec 2006 18:01:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/ftp Makefile ports/ftp/multiget Makefile distinfo pkg-descr ports/ftp/multiget/files patch-mgsocket.h X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Dec 2006 18:01:03 -0000 alepulver 2006-12-07 18:01:00 UTC FreeBSD ports repository Modified files: ftp Makefile Added files: ftp/multiget Makefile distinfo pkg-descr ftp/multiget/files patch-mgsocket.h 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/ Revision Changes Path 1.124 +1 -0 ports/ftp/Makefile 1.1 +43 -0 ports/ftp/multiget/Makefile (new) 1.1 +3 -0 ports/ftp/multiget/distinfo (new) 1.1 +10 -0 ports/ftp/multiget/files/patch-mgsocket.h (new) 1.1 +9 -0 ports/ftp/multiget/pkg-descr (new)