diff options
author | hubertf <hubertf@pkgsrc.org> | 1998-02-17 08:07:09 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1998-02-17 08:07:09 +0000 |
commit | 43cdab4d895c7d276f418b50ffc1d51250c2f14c (patch) | |
tree | f07641e73511b721ce6323a68677b4d556d96d84 /net/wget/pkg | |
parent | a7a5488a69e43649b3df75a424cfe81698d942dc (diff) | |
download | pkgsrc-43cdab4d895c7d276f418b50ffc1d51250c2f14c.tar.gz |
Retrieve files from the 'net via HTTP and FTP.
Imported from FreeBSD on request by Perry. :)
Diffstat (limited to 'net/wget/pkg')
-rw-r--r-- | net/wget/pkg/COMMENT | 1 | ||||
-rw-r--r-- | net/wget/pkg/DESCR | 9 | ||||
-rw-r--r-- | net/wget/pkg/PLIST | 10 |
3 files changed, 20 insertions, 0 deletions
diff --git a/net/wget/pkg/COMMENT b/net/wget/pkg/COMMENT new file mode 100644 index 00000000000..92e7c82d881 --- /dev/null +++ b/net/wget/pkg/COMMENT @@ -0,0 +1 @@ +Retrieve files from the 'net via HTTP and FTP. diff --git a/net/wget/pkg/DESCR b/net/wget/pkg/DESCR new file mode 100644 index 00000000000..8e03bab9d05 --- /dev/null +++ b/net/wget/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). diff --git a/net/wget/pkg/PLIST b/net/wget/pkg/PLIST new file mode 100644 index 00000000000..bea1dc8c9b6 --- /dev/null +++ b/net/wget/pkg/PLIST @@ -0,0 +1,10 @@ +bin/wget +etc/wgetrc +info/wget.info +info/wget.info-1 +info/wget.info-2 +info/wget.info-3 +@unexec install-info --delete %D/info/wget.info %D/info/dir +@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir +@exec install-info %D/info/wget.info %D/info/dir +man/man1/wget.1.gz |