aboutsummaryrefslogtreecommitdiff
path: root/ftp/wget-devel
diff options
context:
space:
mode:
Diffstat (limited to 'ftp/wget-devel')
-rw-r--r--ftp/wget-devel/Makefile34
-rw-r--r--ftp/wget-devel/distinfo1
-rw-r--r--ftp/wget-devel/files/patch-retr.c21
-rw-r--r--ftp/wget-devel/pkg-comment1
-rw-r--r--ftp/wget-devel/pkg-descr9
-rw-r--r--ftp/wget-devel/pkg-plist14
6 files changed, 0 insertions, 80 deletions
diff --git a/ftp/wget-devel/Makefile b/ftp/wget-devel/Makefile
deleted file mode 100644
index 715bacc69dae..000000000000
--- a/ftp/wget-devel/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# ex:ts=8
-# Ports collection makefile for: wget
-# Version required: 1.5.3
-# Date created: 31 December 1996
-# Whom: Thomas Gellekum <tg@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-DISTNAME= wget-1.5.3
-CATEGORIES= ftp www
-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/unix/net/www/wget/
-MASTER_SITE_SUBDIR= wget
-
-MAINTAINER= obrien@FreeBSD.org
-
-LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext
-
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS=-I${PREFIX}/include \
- LDFLAGS=-L${PREFIX}/lib
-
-INFOFILES= wget.info
-
-post-install:
-.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/files/patch-retr.c b/ftp/wget-devel/files/patch-retr.c
deleted file mode 100644
index dac6d57d6591..000000000000
--- a/ftp/wget-devel/files/patch-retr.c
+++ /dev/null
@@ -1,21 +0,0 @@
---- src/retr.c.orig Wed Feb 9 00:18:45 2000
-+++ src/retr.c Wed Feb 9 00:18:51 2000
-@@ -445,7 +445,7 @@
- recursive_reset ();
- for (cur_url = url_list; cur_url; cur_url = cur_url->next, ++*count)
- {
-- char *filename, *new_file;
-+ char *filename, *new_file, *referer;
- int dt;
-
- if (opt.quota && opt.downloaded > opt.quota)
-@@ -453,7 +453,8 @@
- status = QUOTEXC;
- break;
- }
-- status = retrieve_url (cur_url->url, &filename, &new_file, NULL, &dt);
-+ referer = getenv("referer");
-+ status = retrieve_url (cur_url->url, &filename, &new_file, referer, &dt);
- if (opt.recursive && status == RETROK && (dt & TEXTHTML))
- status = recursive_retrieve (filename, new_file ? new_file : cur_url->url);
-
diff --git a/ftp/wget-devel/pkg-comment b/ftp/wget-devel/pkg-comment
deleted file mode 100644
index 02883df00b8e..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 a79cc6636d0b..000000000000
--- a/ftp/wget-devel/pkg-plist
+++ /dev/null
@@ -1,14 +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
-share/locale/cs/LC_MESSAGES/wget.mo
-share/locale/de/LC_MESSAGES/wget.mo
-share/locale/hr/LC_MESSAGES/wget.mo
-share/locale/no/LC_MESSAGES/wget.mo
-share/locale/it/LC_MESSAGES/wget.mo
-share/locale/pt_BR/LC_MESSAGES/wget.mo
-@exec install-info %D/info/wget.info %D/info/dir