Add wget 1.4.5 port.

This commit is contained in:
angelos 1997-12-06 20:44:45 +00:00
parent 7a5538b617
commit 2a9c07fa23
7 changed files with 70 additions and 0 deletions

24
net/wget/Makefile Normal file
View File

@ -0,0 +1,24 @@
# OpenBSD makefile for: wget
# Version required: 1.4.5
# Date created: December 6, 1997
# Whom: Angelos D. Keromytis
#
# $OpenBSD: Makefile,v 1.1.1.1 1997/12/06 20:44:45 angelos Exp $
#
DISTNAME= wget-1.4.5
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GNU}
MAINTAINER= angelos@openbsd.org
GNU_CONFIGURE= yes
MAN1= wget.1
post-install:
if [ ! -f ${PREFIX}/info/dir ]; then \
sed -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
fi
-install-info ${PREFIX}/info/wget.info ${PREFIX}/info/dir
.include <bsd.port.mk>

1
net/wget/files/md5 Normal file
View File

@ -0,0 +1 @@
MD5 (wget-1.4.5.tar.gz) = fcfd51d94bf11ede1a66efa98b5e2f29

14
net/wget/patches/patch-aa Normal file
View File

@ -0,0 +1,14 @@
--- doc/wget.texi.orig Wed Apr 23 14:13:19 1997
+++ doc/wget.texi Thu May 22 09:26:55 1997
@@ -6,6 +6,11 @@
@setfilename wget.info
@settitle Wget Manual
+@dircategory Networking tools
+@direntry
+* Wget: (wget.info). A utility for network download.
+@end direntry
+
@c Remove this if you don't use A4 paper.
@iftex
@afourpaper

11
net/wget/patches/patch-ab Normal file
View File

@ -0,0 +1,11 @@
--- config.h.in.orig Tue Apr 22 13:23:45 1997
+++ config.h.in Sun Aug 31 11:52:08 1997
@@ -188,7 +188,7 @@
char *strtok();
char *strdup();
#ifdef HAVE_STRPTIME
-char *strptime();
+const char *strptime();
#endif /* HAVE_STRPTIME */
void *memcpy();
#endif /* STDC_HEADERS */

1
net/wget/pkg/COMMENT Normal file
View File

@ -0,0 +1 @@
Retrieve files from the 'net via HTTP and FTP.

9
net/wget/pkg/DESCR Normal file
View 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).

10
net/wget/pkg/PLIST Normal file
View File

@ -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