From 58457b1bfd2c6bb9e145bbd412febe5d8df89caf Mon Sep 17 00:00:00 2001 From: Thomas Gellekum Date: Thu, 2 Jan 1997 07:19:08 +0000 Subject: Import of wget, a tool similar to our fetch(1), but it is able to fetch complete trees. --- ftp/wget-devel/Makefile | 18 ++++++++++++++++++ ftp/wget-devel/distinfo | 1 + ftp/wget-devel/pkg-comment | 1 + ftp/wget-devel/pkg-descr | 9 +++++++++ ftp/wget-devel/pkg-plist | 6 ++++++ ftp/wget/Makefile | 18 ++++++++++++++++++ ftp/wget/distinfo | 1 + ftp/wget/pkg-comment | 1 + ftp/wget/pkg-descr | 9 +++++++++ ftp/wget/pkg-plist | 6 ++++++ 10 files changed, 70 insertions(+) create mode 100644 ftp/wget-devel/Makefile create mode 100644 ftp/wget-devel/distinfo create mode 100644 ftp/wget-devel/pkg-comment create mode 100644 ftp/wget-devel/pkg-descr create mode 100644 ftp/wget-devel/pkg-plist create mode 100644 ftp/wget/Makefile create mode 100644 ftp/wget/distinfo create mode 100644 ftp/wget/pkg-comment create mode 100644 ftp/wget/pkg-descr create mode 100644 ftp/wget/pkg-plist (limited to 'ftp') 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 +# +# $Id$ +# + +DISTNAME= wget-1.4.2 +CATEGORIES= net +MASTER_SITES= ${MASTER_SITE_GNU} + +MAINTAINER= tg@FreeBSD.ORG + +GNU_CONFIGURE= yes +MAN1= wget.1 + +.include 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 diff --git a/ftp/wget/Makefile b/ftp/wget/Makefile new file mode 100644 index 000000000000..057144c3af2d --- /dev/null +++ b/ftp/wget/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: wget +# Version required: 1.4.2 +# Date created: 31 December 1996 +# Whom: Thomas Gellekum +# +# $Id$ +# + +DISTNAME= wget-1.4.2 +CATEGORIES= net +MASTER_SITES= ${MASTER_SITE_GNU} + +MAINTAINER= tg@FreeBSD.ORG + +GNU_CONFIGURE= yes +MAN1= wget.1 + +.include diff --git a/ftp/wget/distinfo b/ftp/wget/distinfo new file mode 100644 index 000000000000..03694f222a96 --- /dev/null +++ b/ftp/wget/distinfo @@ -0,0 +1 @@ +MD5 (wget-1.4.2.tar.gz) = 991389aaec9927d6e89815685a999198 diff --git a/ftp/wget/pkg-comment b/ftp/wget/pkg-comment new file mode 100644 index 000000000000..92e7c82d881c --- /dev/null +++ b/ftp/wget/pkg-comment @@ -0,0 +1 @@ +Retrieve files from the 'net via HTTP and FTP. diff --git a/ftp/wget/pkg-descr b/ftp/wget/pkg-descr new file mode 100644 index 000000000000..8e03bab9d052 --- /dev/null +++ b/ftp/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/ftp/wget/pkg-plist b/ftp/wget/pkg-plist new file mode 100644 index 000000000000..3241819b3678 --- /dev/null +++ b/ftp/wget/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 -- cgit v1.2.3