mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Import of wget, a tool similar to our fetch(1), but it is able
to fetch complete trees.
This commit is contained in:
parent
9f625e4af8
commit
58457b1bfd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=5160
18
ftp/wget-devel/Makefile
Normal file
18
ftp/wget-devel/Makefile
Normal file
@ -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>
|
1
ftp/wget-devel/distinfo
Normal file
1
ftp/wget-devel/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (wget-1.4.2.tar.gz) = 991389aaec9927d6e89815685a999198
|
1
ftp/wget-devel/pkg-comment
Normal file
1
ftp/wget-devel/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Retrieve files from the 'net via HTTP and FTP.
|
9
ftp/wget-devel/pkg-descr
Normal file
9
ftp/wget-devel/pkg-descr
Normal file
@ -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).
|
6
ftp/wget-devel/pkg-plist
Normal file
6
ftp/wget-devel/pkg-plist
Normal file
@ -0,0 +1,6 @@
|
||||
bin/wget
|
||||
etc/wgetrc
|
||||
info/wget.info
|
||||
info/wget.info-1
|
||||
info/wget.info-2
|
||||
man/man1/wget.1.gz
|
18
ftp/wget/Makefile
Normal file
18
ftp/wget/Makefile
Normal file
@ -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>
|
1
ftp/wget/distinfo
Normal file
1
ftp/wget/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (wget-1.4.2.tar.gz) = 991389aaec9927d6e89815685a999198
|
1
ftp/wget/pkg-comment
Normal file
1
ftp/wget/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Retrieve files from the 'net via HTTP and FTP.
|
9
ftp/wget/pkg-descr
Normal file
9
ftp/wget/pkg-descr
Normal file
@ -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).
|
6
ftp/wget/pkg-plist
Normal file
6
ftp/wget/pkg-plist
Normal file
@ -0,0 +1,6 @@
|
||||
bin/wget
|
||||
etc/wgetrc
|
||||
info/wget.info
|
||||
info/wget.info-1
|
||||
info/wget.info-2
|
||||
man/man1/wget.1.gz
|
Loading…
Reference in New Issue
Block a user