From 161a75f056a00561ff7d30dbe111d67d7ea909e6 Mon Sep 17 00:00:00 2001 From: danfe Date: Fri, 16 Sep 2005 12:11:46 +0000 Subject: - Spell protocol abbreviations correctly in COMMENT - Improve on port description - Remove attribution per modern tendencies --- ftp/downloader/Makefile | 2 +- ftp/downloader/pkg-descr | 38 +++++++++++++++++++------------------- 2 files changed, 20 insertions(+), 20 deletions(-) (limited to 'ftp/downloader') diff --git a/ftp/downloader/Makefile b/ftp/downloader/Makefile index e3bd426689c..975ffd07ec7 100644 --- a/ftp/downloader/Makefile +++ b/ftp/downloader/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://www.krasu.ru/soft/chuchelo/files/ \ DISTNAME= d4x-${PORTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= Program for downloading via ftp or http with GUI +COMMENT= Program for downloading via FTP or HTTP with GUI BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash diff --git a/ftp/downloader/pkg-descr b/ftp/downloader/pkg-descr index a89d175cf85..fa265a7f806 100644 --- a/ftp/downloader/pkg-descr +++ b/ftp/downloader/pkg-descr @@ -1,23 +1,23 @@ -This program is a graphical program for downloading files through the -internet which support both ftp and http protocols. -Program also supports REGET if server side supports it too. It is like kget -for KDE and ReGet or GetRight for Microsoft Windows. +Downloader for X is a Linux/Unix user-friendly program with nice X interface +to download files from the Internet. It supports both FTP and HTTP +protocols, supports resuming (of course if server side supports it) and +makes downloading files from the Internet easy. Downloader for X resembles +such famous applications for Windows as ReGet, Go!Zilla, and GetRight. -This program supports queue of downloads, regets files after connection break -and many other features: +Quite incompleted list of key features: - able to set limit amount of threads - saving list before quit - log for all downloads - common log - limits for strings in logs - ftp and http proxy support - mask support - start stop threads, moving they in queue and other - recursive download via ftp and http - auto reconnect and reget after break + * Supports both FTP and HTTP protocols as well as HTTP and FTP proxy + servers. SOCKS5 support is also included. + * Allows users to manage their downloads in real time. + * Recursive downloads via FTP as well as via HTTP are supported. + * Powerful Filters Manager allow advanced user to specify files which + must to be downloaded and files which must to be skipped. + * Ability to download in more than one connection per time. + * Supports of so called "persistent connections", which increases speed of + downloading due much less amount of "standing connection" stages. + * Built-in Scheduler, URL Manager and "Automatically adding" allow + advanced user to simplify managing downloads by various criteria. + * Multi-queued design, ability to run without X interface, manageability + via command line, and many other cool features... WWW: http://www.krasu.ru/soft/chuchelo/ - -- Ying-Chieh Liao -ijliao@csie.nctu.edu.tw -- cgit