diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-05-14 11:54:55 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-05-14 11:54:55 +0000 |
commit | b919b8311bc5d38e5731d40525c88c54816f4530 (patch) | |
tree | 35bbb3a9293cb7a160571b1bceb1ca2a52507a18 /ftp/wget-devel | |
parent | Despite what I said before, this is the official INDEX file for (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_2_0'.release/3.2.0
Diffstat (limited to 'ftp/wget-devel')
-rw-r--r-- | ftp/wget-devel/Makefile | 34 | ||||
-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 | 9 |
5 files changed, 0 insertions, 54 deletions
diff --git a/ftp/wget-devel/Makefile b/ftp/wget-devel/Makefile deleted file mode 100644 index 3f428ac9585a..000000000000 --- a/ftp/wget-devel/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# New ports collection makefile for: wget -# Version required: 1.5.3 -# Date created: 31 December 1996 -# Whom: Thomas Gellekum <tg@FreeBSD.ORG> -# -# $Id: Makefile,v 1.12 1999/03/20 17:18:04 nectar Exp $ -# - -DISTNAME= wget-1.5.3 -CATEGORIES= net -MASTER_SITES= ${MASTER_SITE_GNU} \ - ftp://ftp.dl.ac.uk/ccp14/ftp-mirror/wget/pub/unix/util/wget/ \ - ftp://ftp.informatik.hu-berlin.de/gnu/wget/ \ - ftp://ftp.uni-mainz.de/pub/gnu/wget/ \ - ftp://ftp.max.irk.ru/pub/unix/net/www/wget/ -MASTER_SITE_SUBDIR= wget - -MAINTAINER= ports@FreeBSD.ORG - -LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext - -GNU_CONFIGURE= yes - -INFOFILES= wget.info - -post-install: - if [ ! -f ${PREFIX}/info/dir ]; then \ - ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ - fi -.for i in ${INFOFILES} - install-info ${PREFIX}/info/${i} ${PREFIX}/info/dir -.endfor - -.include <bsd.port.mk> diff --git a/ftp/wget-devel/distinfo b/ftp/wget-devel/distinfo deleted file mode 100644 index 06ced75c903f..000000000000 --- a/ftp/wget-devel/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (wget-1.5.3.tar.gz) = 47680b25bf893afdb0c43b24e3fc2fd6 diff --git a/ftp/wget-devel/pkg-comment b/ftp/wget-devel/pkg-comment deleted file mode 100644 index 92e7c82d881c..000000000000 --- a/ftp/wget-devel/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Retrieve files from the 'net via HTTP and FTP. diff --git a/ftp/wget-devel/pkg-descr b/ftp/wget-devel/pkg-descr deleted file mode 100644 index 8e03bab9d052..000000000000 --- a/ftp/wget-devel/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -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 deleted file mode 100644 index 8acca37db174..000000000000 --- a/ftp/wget-devel/pkg-plist +++ /dev/null @@ -1,9 +0,0 @@ -bin/wget -etc/wgetrc -@unexec install-info --delete %D/info/wget.info %D/info/dir -info/wget.info -info/wget.info-1 -info/wget.info-2 -info/wget.info-3 -@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 |