diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1997-01-02 07:19:08 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1997-01-02 07:19:08 +0000 |
commit | 58457b1bfd2c6bb9e145bbd412febe5d8df89caf (patch) | |
tree | 384dce6bbc050d4015c2a0af7e037fdd79bf5734 /ftp/wget-devel | |
parent | Upgrade to Tix-4.1b2. (diff) |
Import of wget, a tool similar to our fetch(1), but it is able
to fetch complete trees.
Notes
Notes:
svn path=/head/; revision=5160
Diffstat (limited to 'ftp/wget-devel')
-rw-r--r-- | ftp/wget-devel/Makefile | 18 | ||||
-rw-r--r-- | ftp/wget-devel/distinfo | 1 | ||||
-rw-r--r-- | ftp/wget-devel/pkg-comment | 1 | ||||
-rw-r--r-- | ftp/wget-devel/pkg-descr | 9 | ||||
-rw-r--r-- | ftp/wget-devel/pkg-plist | 6 |
5 files changed, 35 insertions, 0 deletions
diff --git a/ftp/wget-devel/Makefile b/ftp/wget-devel/Makefile new file mode 100644 index 000000000000..057144c3af2d --- /dev/null +++ b/ftp/wget-devel/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: wget +# Version required: 1.4.2 +# Date created: 31 December 1996 +# Whom: Thomas Gellekum <tg@FreeBSD.ORG> +# +# $Id$ +# + +DISTNAME= wget-1.4.2 +CATEGORIES= net +MASTER_SITES= ${MASTER_SITE_GNU} + +MAINTAINER= tg@FreeBSD.ORG + +GNU_CONFIGURE= yes +MAN1= wget.1 + +.include <bsd.port.mk> diff --git a/ftp/wget-devel/distinfo b/ftp/wget-devel/distinfo new file mode 100644 index 000000000000..03694f222a96 --- /dev/null +++ b/ftp/wget-devel/distinfo @@ -0,0 +1 @@ +MD5 (wget-1.4.2.tar.gz) = 991389aaec9927d6e89815685a999198 diff --git a/ftp/wget-devel/pkg-comment b/ftp/wget-devel/pkg-comment new file mode 100644 index 000000000000..92e7c82d881c --- /dev/null +++ b/ftp/wget-devel/pkg-comment @@ -0,0 +1 @@ +Retrieve files from the 'net via HTTP and FTP. 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). diff --git a/ftp/wget-devel/pkg-plist b/ftp/wget-devel/pkg-plist new file mode 100644 index 000000000000..3241819b3678 --- /dev/null +++ b/ftp/wget-devel/pkg-plist @@ -0,0 +1,6 @@ +bin/wget +etc/wgetrc +info/wget.info +info/wget.info-1 +info/wget.info-2 +man/man1/wget.1.gz |