From c356b0c1d5e32e53ee3a9d976bd4a004e99fd47f Mon Sep 17 00:00:00 2001
From: bapt <bapt@FreeBSD.org>
Date: Mon, 14 Mar 2011 10:33:15 +0000
Subject: Deprecate unmaintained ports from net-p2p where upstream disapear
 and/or where no distfiles can be found and are not used by maintained ports

---
 net-p2p/fcptools/Makefile                      | 3 +++
 net-p2p/hx/Makefile                            | 3 +++
 net-p2p/linux-edonkey-core/Makefile            | 3 +++
 net-p2p/linux-edonkey-server/Makefile          | 3 +++
 net-p2p/linux-edonkey-tool-recovermet/Makefile | 3 +++
 5 files changed, 15 insertions(+)

diff --git a/net-p2p/fcptools/Makefile b/net-p2p/fcptools/Makefile
index 33cf0a4b567..b5ca9388a50 100644
--- a/net-p2p/fcptools/Makefile
+++ b/net-p2p/fcptools/Makefile
@@ -15,6 +15,9 @@ EXTRACT_SUFX=	.tgz
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	FreeNet client library and command-line tools for shell scripting
 
+DEPRECATED=     Upstream disapear and distfile is no more available
+EXPIRATION_DATE=        2011-05-01
+
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--includedir=${PREFIX}/include/${PORTNAME:L}
diff --git a/net-p2p/hx/Makefile b/net-p2p/hx/Makefile
index 44fc2a22564..9ddf5b9a731 100644
--- a/net-p2p/hx/Makefile
+++ b/net-p2p/hx/Makefile
@@ -14,6 +14,9 @@ MASTER_SITES=	http://members.macconnect.com/users/j/jalex/
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A text based Hotline (http://www.bigredh.com) client for Unix
 
+DEPRECATED=     Upstream disapear and distfile is no more available
+EXPIRATION_DATE=        2011-05-01
+
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
 GNU_CONFIGURE=	yes
diff --git a/net-p2p/linux-edonkey-core/Makefile b/net-p2p/linux-edonkey-core/Makefile
index 33c0756ff58..21101dc70d0 100644
--- a/net-p2p/linux-edonkey-core/Makefile
+++ b/net-p2p/linux-edonkey-core/Makefile
@@ -17,6 +17,9 @@ DISTNAME=	${PORTNAME}clc_${PORTVERSION}_i386
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	eDonkey2000 'core' command line client
 
+DEPRECATED=     Upstream disapear and distfile is no more available
+EXPIRATION_DATE=        2011-05-01
+
 ONLY_FOR_ARCHS=	i386 amd64
 USE_LINUX=	yes
 NO_BUILD=	yes
diff --git a/net-p2p/linux-edonkey-server/Makefile b/net-p2p/linux-edonkey-server/Makefile
index 14b263ea0a1..ed94d4d2531 100644
--- a/net-p2p/linux-edonkey-server/Makefile
+++ b/net-p2p/linux-edonkey-server/Makefile
@@ -19,6 +19,9 @@ EXTRACT_ONLY=
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A decentralized peer-to-peer file-sharing server (eDonkey2000 server)
 
+DEPRECATED=     Upstream disapear and distfile is no more available
+EXPIRATION_DATE=        2011-05-01
+
 ONLY_FOR_ARCHS=	i386 amd64
 USE_LINUX=	yes
 NO_WRKSUBDIR=	yes
diff --git a/net-p2p/linux-edonkey-tool-recovermet/Makefile b/net-p2p/linux-edonkey-tool-recovermet/Makefile
index 93fad59c78f..11a26ab2952 100644
--- a/net-p2p/linux-edonkey-tool-recovermet/Makefile
+++ b/net-p2p/linux-edonkey-tool-recovermet/Makefile
@@ -18,6 +18,9 @@ DISTNAME=	ed2k_recovermet-0.2_alpha
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Tool that tries to re-create x.part.met files compromised due to crash
 
+DEPRECATED=     Upstream disapear and distfile is no more available
+EXPIRATION_DATE=        2011-05-01
+
 ONLY_FOR_ARCHS=	i386 amd64
 USE_BZIP2=	yes
 USE_LINUX=	yes
-- 
cgit