diff options
author | tg <tg@FreeBSD.org> | 1997-01-02 07:19:08 +0000 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1997-01-02 07:19:08 +0000 |
commit | 0fdcf10bee7b1a6e41c00eae22c13c166d3429c1 (patch) | |
tree | 14a4afd63db4ebf537ea5b234146385ac4bbbbe9 /ftp/wget-devel | |
parent | 5c64cb15dc30858fa33fded157e8ba23bf0ad310 (diff) | |
download | FreeBSD-ports-0fdcf10bee7b1a6e41c00eae22c13c166d3429c1.zip FreeBSD-ports-0fdcf10bee7b1a6e41c00eae22c13c166d3429c1.tar.gz |
Import of wget, a tool similar to our fetch(1), but it is able
to fetch complete trees.
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 0000000..057144c --- /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 0000000..03694f2 --- /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 0000000..92e7c82 --- /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 0000000..8e03bab --- /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 0000000..3241819 --- /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 |