diff options
author | tg <tg@FreeBSD.org> | 1997-01-02 15:19:08 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1997-01-02 15:19:08 +0800 |
commit | 0fdcf10bee7b1a6e41c00eae22c13c166d3429c1 (patch) | |
tree | 14a4afd63db4ebf537ea5b234146385ac4bbbbe9 /ftp/wget-devel/pkg-descr | |
parent | 5c64cb15dc30858fa33fded157e8ba23bf0ad310 (diff) | |
download | freebsd-ports-gnome-0fdcf10bee7b1a6e41c00eae22c13c166d3429c1.tar.gz freebsd-ports-gnome-0fdcf10bee7b1a6e41c00eae22c13c166d3429c1.tar.zst freebsd-ports-gnome-0fdcf10bee7b1a6e41c00eae22c13c166d3429c1.zip |
Import of wget, a tool similar to our fetch(1), but it is able
to fetch complete trees.
Diffstat (limited to 'ftp/wget-devel/pkg-descr')
-rw-r--r-- | ftp/wget-devel/pkg-descr | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ftp/wget-devel/pkg-descr b/ftp/wget-devel/pkg-descr new file mode 100644 index 000000000000..8e03bab9d052 --- /dev/null +++ b/ftp/wget-devel/pkg-descr @@ -0,0 +1,9 @@ +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. + +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). |