head	1.13;
access;
symbols
	RELEASE_7_4_0:1.11
	RELEASE_8_2_0:1.11
	RELEASE_6_EOL:1.11
	RELEASE_8_1_0:1.11
	RELEASE_7_3_0:1.10
	RELEASE_8_0_0:1.10
	RELEASE_7_2_0:1.10
	RELEASE_7_1_0:1.10
	RELEASE_6_4_0:1.10
	RELEASE_5_EOL:1.9
	RELEASE_7_0_0:1.9
	RELEASE_6_3_0:1.9
	PRE_XORG_7:1.9
	RELEASE_4_EOL:1.9
	RELEASE_6_2_0:1.9
	RELEASE_6_1_0:1.9
	RELEASE_5_5_0:1.9
	RELEASE_6_0_0:1.9
	RELEASE_5_4_0:1.9
	RELEASE_4_11_0:1.9
	RELEASE_5_3_0:1.8
	RELEASE_4_10_0:1.8
	RELEASE_5_2_1:1.6
	RELEASE_5_2_0:1.6
	RELEASE_4_9_0:1.5
	RELEASE_5_1_0:1.5
	RELEASE_4_8_0:1.4
	RELEASE_5_0_0:1.2;
locks; strict;
comment	@# @;


1.13
date	2011.05.02.09.11.31;	author bapt;	state dead;
branches;
next	1.12;

1.12
date	2011.03.15.20.40.31;	author bapt;	state Exp;
branches;
next	1.11;

1.11
date	2010.06.04.01.09.26;	author linimon;	state Exp;
branches;
next	1.10;

1.10
date	2008.06.06.13.28.16;	author edwin;	state Exp;
branches;
next	1.9;

1.9
date	2004.10.19.16.25.42;	author yoichi;	state Exp;
branches;
next	1.8;

1.8
date	2004.03.24.15.04.08;	author yoichi;	state Exp;
branches;
next	1.7;

1.7
date	2004.02.04.05.20.12;	author marcus;	state Exp;
branches;
next	1.6;

1.6
date	2003.10.19.03.35.04;	author yoichi;	state Exp;
branches;
next	1.5;

1.5
date	2003.05.14.12.38.58;	author yoichi;	state Exp;
branches;
next	1.4;

1.4
date	2003.03.07.06.02.03;	author ade;	state Exp;
branches;
next	1.3;

1.3
date	2003.01.08.08.38.56;	author yoichi;	state Exp;
branches;
next	1.2;

1.2
date	2002.11.11.04.31.27;	author yoichi;	state Exp;
branches;
next	1.1;

1.1
date	2002.11.06.04.50.35;	author yoichi;	state Exp;
branches;
next	;


desc
@@


1.13
log
@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
@
text
@# New ports collection makefile for:	emacs-wget
# Date Created:		6 Nov. 2002
# Whom:			Yoichi NAKAYAMA <yoichi@@FreeBSD.org>
#
# $FreeBSD: ports/ftp/emacs-wget/Makefile,v 1.12 2011/03/15 20:40:31 bapt Exp $
#

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


1.12
log
@Deprecate unmaintained ports from ftp where upstream disapear and/or
where no distfiles can be found and are not used by maintained ports
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.11
log
@Reset yoichi@@FreeBSD since his commit bit was taken in for safekeeping.

Hat:		portmgr
@
text
@d17 3
@


1.10
log
@Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@@
Approved by:    portmgr (pav)
@
text
@d14 1
a14 1
MAINTAINER=	yoichi@@FreeBSD.org
@


1.9
log
@update to 0.5.0
@
text
@d10 1
@


1.8
log
@update to 0.4.2
@
text
@d9 1
a9 1
PORTVERSION=	0.4.2
d22 3
a24 1
	${INSTALL_DATA} ${WRKSRC}/*.el ${PREFIX}/share/emacs/site-lisp/wget
@


1.7
log
@Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
@
text
@d9 1
a9 2
PORTVERSION=	0.4.1
PORTREVISION=	1
@


1.6
log
@Add virtual category elisp.

Submitted by:	 Mark Linimon <linimon@@lonesome.com>
@
text
@d10 1
@


1.5
log
@update to 0.4.1
@
text
@d10 1
a10 1
CATEGORIES=	ftp www
@


1.4
log
@Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
@
text
@d9 1
a9 1
PORTVERSION=	0.4.0
@


1.3
log
@Update to 0.4.0
@
text
@d14 1
@


1.2
log
@Update to 0.3.3, change URI of Web page.
Documents in English is now available.
@
text
@d9 1
a9 1
PORTVERSION=	0.3.3
@


1.1
log
@Import emacs-wget which gives a simple interface for wget on Emacsen.
@
text
@d9 1
a9 1
PORTVERSION=	0.3.2
d11 1
a11 1
MASTER_SITES=	http://isweb22.infoseek.co.jp/computer/pop-club/emacs/emacs-wget/
d24 1
a24 1
.for i in README.ja USAGE.ja
@

