aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/emacs-wget
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2011-05-02 17:11:34 +0800
committerbapt <bapt@FreeBSD.org>2011-05-02 17:11:34 +0800
commit85c43b5771519be4dfe5fee8738e61e651fab79a (patch)
tree213c5728acfbf4523a27ca0d46c686db097d2361 /ftp/emacs-wget
parent0ac0c824c55f9524c6bc08e422affb4578cb1774 (diff)
downloadfreebsd-ports-gnome-85c43b5771519be4dfe5fee8738e61e651fab79a.tar.gz
freebsd-ports-gnome-85c43b5771519be4dfe5fee8738e61e651fab79a.tar.zst
freebsd-ports-gnome-85c43b5771519be4dfe5fee8738e61e651fab79a.zip
Remove unmaintained expired ports from ftp
2011-05-01 ftp/axyftp: Upstream disapear and distfile is no more available 2011-05-01 ftp/emacs-wget: Upstream disapear and distfile is no more available 2011-05-01 ftp/llnlxdir: Upstream disapear and distfile is no more available 2011-05-01 ftp/llnlxftp: Upstream disapear and distfile is no more available 2011-05-01 ftp/mirror: Upstream disapear and distfile is no more available 2011-05-01 ftp/moftpd: Upstream disapear and distfile is no more available 2011-05-01 ftp/wu-ftpd: Upstream disapear and distfile is no more available 2011-05-01 ftp/xrmftp: Upstream disapear and distfile is no more available 2011-05-01 ftp/yale-tftpd: Upstream disapear and distfile is no more available
Diffstat (limited to 'ftp/emacs-wget')
-rw-r--r--ftp/emacs-wget/Makefile37
-rw-r--r--ftp/emacs-wget/distinfo2
-rw-r--r--ftp/emacs-wget/pkg-descr3
-rw-r--r--ftp/emacs-wget/pkg-message7
-rw-r--r--ftp/emacs-wget/pkg-plist10
5 files changed, 0 insertions, 59 deletions
diff --git a/ftp/emacs-wget/Makefile b/ftp/emacs-wget/Makefile
deleted file mode 100644
index 3b32149d01a5..000000000000
--- a/ftp/emacs-wget/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-# New ports collection makefile for: emacs-wget
-# Date Created: 6 Nov. 2002
-# Whom: Yoichi NAKAYAMA <yoichi@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= emacs-wget
-PORTVERSION= 0.5.0
-PORTREVISION= 1
-CATEGORIES= ftp www elisp
-MASTER_SITES= http://pop-club.hp.infoseek.co.jp/emacs/emacs-wget/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Simple front-end to wget on Emacsen
-
-DEPRECATED= Upstream disapear and distfile is no more available
-EXPIRATION_DATE= 2011-05-01
-
-RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget
-
-NO_BUILD= yes
-
-do-install:
- ${MKDIR} ${PREFIX}/share/emacs/site-lisp/wget
-.for i in wget wget-sysdep w3-wget w3m-wget
- ${INSTALL_DATA} ${WRKSRC}/${i}.el ${PREFIX}/share/emacs/site-lisp/wget
-.endfor
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
-.for i in README README.ja USAGE USAGE.ja
- ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
-.endfor
-.endif
- @${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.mk>
diff --git a/ftp/emacs-wget/distinfo b/ftp/emacs-wget/distinfo
deleted file mode 100644
index 3c0658fd102b..000000000000
--- a/ftp/emacs-wget/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (emacs-wget-0.5.0.tar.gz) = ce59516c15f9de0c637d033419605c58f4da2f5ba762f74a5911cc96b6df7e81
-SIZE (emacs-wget-0.5.0.tar.gz) = 37074
diff --git a/ftp/emacs-wget/pkg-descr b/ftp/emacs-wget/pkg-descr
deleted file mode 100644
index b49c7e2bc2c2..000000000000
--- a/ftp/emacs-wget/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-Emacs-wget is a simple interface program of wget for Emacsen.
-
-WWW: http://pop-club.hp.infoseek.co.jp/emacs/emacs-wget/
diff --git a/ftp/emacs-wget/pkg-message b/ftp/emacs-wget/pkg-message
deleted file mode 100644
index 552bb314bce4..000000000000
--- a/ftp/emacs-wget/pkg-message
+++ /dev/null
@@ -1,7 +0,0 @@
-******************************************************************
-* Before using emacs-wget, you must add this to your own .emacs: *
-* *
-* (autoload 'wget "wget" "wget interface for Emacs." t) *
-* (autoload 'wget-web-page "wget" "download web page." t) *
-* *
-******************************************************************
diff --git a/ftp/emacs-wget/pkg-plist b/ftp/emacs-wget/pkg-plist
deleted file mode 100644
index e6ba472a7d54..000000000000
--- a/ftp/emacs-wget/pkg-plist
+++ /dev/null
@@ -1,10 +0,0 @@
-share/emacs/site-lisp/wget/wget.el
-share/emacs/site-lisp/wget/w3-wget.el
-share/emacs/site-lisp/wget/w3m-wget.el
-share/emacs/site-lisp/wget/wget-sysdep.el
-@dirrm share/emacs/site-lisp/wget
-%%PORTDOCS%%share/doc/emacs-wget/README
-%%PORTDOCS%%share/doc/emacs-wget/README.ja
-%%PORTDOCS%%share/doc/emacs-wget/USAGE
-%%PORTDOCS%%share/doc/emacs-wget/USAGE.ja
-%%PORTDOCS%%@dirrm share/doc/emacs-wget