aboutsummaryrefslogtreecommitdiff
path: root/ftp/downloader
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2005-09-16 12:11:46 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2005-09-16 12:11:46 +0000
commit60b59c1654e02ceb1f500340306c1956f120f60c (patch)
tree38c63c4b14128579f7c318fb9826d5bd86d299fa /ftp/downloader
parentd5affcbdadf8e4c69b8014f985f9927f2b6c4021 (diff)
downloadports-60b59c1654e02ceb1f500340306c1956f120f60c.tar.gz
ports-60b59c1654e02ceb1f500340306c1956f120f60c.zip
Notes
Diffstat (limited to 'ftp/downloader')
-rw-r--r--ftp/downloader/Makefile2
-rw-r--r--ftp/downloader/pkg-descr38
2 files changed, 20 insertions, 20 deletions
diff --git a/ftp/downloader/Makefile b/ftp/downloader/Makefile
index e3bd426689cf..975ffd07ec79 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 a89d175cf85e..fa265a7f8069 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