aboutsummaryrefslogtreecommitdiff
path: root/ftp/wget/pkg-descr
diff options
context:
space:
mode:
authorFUJISHIMA Satsuki <sf@FreeBSD.org>2005-06-10 08:14:48 +0000
committerFUJISHIMA Satsuki <sf@FreeBSD.org>2005-06-10 08:14:48 +0000
commit99dd8b5ba24d42cd3455c4f2f17eaccb930bb081 (patch)
tree51643b58b41f89ce077f1dc5df2bc5a859bfe141 /ftp/wget/pkg-descr
parentb46c25f52706a1e5cb46a38746b0bd81335c24de (diff)
Notes
Diffstat (limited to 'ftp/wget/pkg-descr')
-rw-r--r--ftp/wget/pkg-descr29
1 files changed, 20 insertions, 9 deletions
diff --git a/ftp/wget/pkg-descr b/ftp/wget/pkg-descr
index 6ed5aa61e463..20f3f5800811 100644
--- a/ftp/wget/pkg-descr
+++ b/ftp/wget/pkg-descr
@@ -1,11 +1,22 @@
-Wget [formerly known as Geturl] is a freely available network utility
-to retrieve files from the World Wide Web using HTTP and FTP, the two
-most widely used Internet protocols. It works non-interactively, thus
-enabling work in the background, after having logged off.
+GNU wget is a free software package for retrieving files using HTTP,
+HTTPS and FTP, the most widely-used Internet protocols. It is a
+non-interactive command-line tool, so it may easily be called from
+scripts, cron jobs, terminals without X-Windows support, etc.
-The recursive retrieval of HTML pages, as well as FTP sites is
-supported -- you can use Wget to make mirrors of archives and home
-pages, or traverse the web like a WWW robot (Wget understands
-/robots.txt).
+GNU wget has many features to make retrieving large files or mirroring
+entire web or FTP sites easy, including:
-WWW: http://sunsite.auc.dk/wget/
+ o Can resume aborted downloads, using REST and RANGE
+ o Can use filename wild cards and recursively mirror directories
+ o NLS-based message files for many different languages
+ o Optionally converts absolute links in downloaded documents to
+ relative, so that downloaded documents may link to each other locally
+ o Supports HTTP and SOCKS proxies
+ o Supports HTTP cookies
+ o Supports persistent HTTP connections
+ o Unattended / background operation
+ o Uses local file timestamps to determine whether documents need to
+ be re-downloaded when mirroring
+ o GNU wget is distributed under the GNU General Public License.
+
+WWW: http://www.gnu.org/software/wget/wget.html