From owner-cvs-all@FreeBSD.ORG Thu Dec 7 17:55:05 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C6C1016A412; Thu, 7 Dec 2006 17:55:05 +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 B2CAA43DBA; Thu, 7 Dec 2006 17:51:30 +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 kB7Hq7D3022799; Thu, 7 Dec 2006 17:52:07 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kB7Hq7Cj022798; Thu, 7 Dec 2006 17:52:07 GMT (envelope-from alepulver) Message-Id: <200612071752.kB7Hq7Cj022798@repoman.freebsd.org> From: Alejandro Pulver Date: Thu, 7 Dec 2006 17:52:07 +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/wxdfast Makefile distinfo pkg-descr pkg-plist ports/ftp/wxdfast/files patch-src__FinishedList.cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Dec 2006 17:55:05 -0000 alepulver 2006-12-07 17:52:07 UTC FreeBSD ports repository Modified files: ftp Makefile Added files: ftp/wxdfast Makefile distinfo pkg-descr pkg-plist ftp/wxdfast/files patch-src__FinishedList.cpp Log: wxDownload Fast (also known as wxDFast) is an open source download manager. It is multi-platform and builds on Windows(2k,XP), Linux and Mac OS X. Besides that, it is a multi-threaded download manager. This means that it can split a file into several pieces and download the pieces simultaneously. Features: * Faster downloads (with Segmented/Multi-threaded/Accelerated transfers). * Download resuming (Pause and restart where you stopped). * Download scheduling. * Organizes files you have already downloaded. * View server messages (HTTP, FTP, file://). No HTTPS support. * Available in multiple languages and easily translated. Now available in Portuguese [Brazil], Spanish, English, German, Russian, Hungarian, Armenian and Indonesian. * Connection to FTP servers which require a password. * Calculates the MD5 checksum of downloaded files so they can be easily. verified. * Metalink support. WWW: http://dfast.sourceforge.net/ Revision Changes Path 1.123 +1 -0 ports/ftp/Makefile 1.1 +36 -0 ports/ftp/wxdfast/Makefile (new) 1.1 +3 -0 ports/ftp/wxdfast/distinfo (new) 1.1 +20 -0 ports/ftp/wxdfast/files/patch-src__FinishedList.cpp (new) 1.1 +21 -0 ports/ftp/wxdfast/pkg-descr (new) 1.1 +87 -0 ports/ftp/wxdfast/pkg-plist (new)