Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Mar 2014 13:24:35 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r349418 - in head: benchmarks/pnetmark lang/ml-pnet lang/pnet lang/pnet-base lang/pnetlib lang/treecc
Message-ID:  <201403281324.s2SDOZ9X086282@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Fri Mar 28 13:24:35 2014
New Revision: 349418
URL: http://svnweb.freebsd.org/changeset/ports/349418
QAT: https://qat.redports.org/buildarchive/r349418/

Log:
  Expire PNET and all dependencies: Abandonware, alpha quality
  
  PNET was never more than alpha quality software and IMO never deserved
  a place in ports.  It has been abandoned for years and no releases since
  March 2007.   To celebrate this dubious anniversary, I'm setting a
  countdown on these ports.  As illustration, even pkgsrc, which doesn't
  throw anything way, eliminated their PNET ports over a year ago.
  
  I brought up the subject to Sylvio, the maintainer, well over a year ago
  but he's been MIA the entire time, so I am also resetting maintainership
  now as well.
  
  Checking on http://www.gnu.org/software/dotgnu/, it informs that the
  DotGNU project has been decommissioned since December 2012.
  
  Execution on May Day.

Modified:
  head/benchmarks/pnetmark/Makefile
  head/lang/ml-pnet/Makefile
  head/lang/pnet-base/Makefile
  head/lang/pnet/Makefile
  head/lang/pnetlib/Makefile
  head/lang/treecc/Makefile

Modified: head/benchmarks/pnetmark/Makefile
==============================================================================
--- head/benchmarks/pnetmark/Makefile	Fri Mar 28 13:10:16 2014	(r349417)
+++ head/benchmarks/pnetmark/Makefile	Fri Mar 28 13:24:35 2014	(r349418)
@@ -11,6 +11,9 @@ MASTER_SITE_SUBDIR=	${PNET_MASTER_SITE_S
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Benchmarking tool for Common Language Runtime (CLR)
 
+DEPRECATED=	PNET dependency decommissioned Dec 2012 
+EXPIRATION=	2014-05-01
+
 BUILD_DEPENDS=	cscc:${PORTSDIR}/lang/pnet-base \
 		csunit:${PORTSDIR}/lang/pnetlib
 RUN_DEPENDS=	cscc:${PORTSDIR}/lang/pnet-base \

Modified: head/lang/ml-pnet/Makefile
==============================================================================
--- head/lang/ml-pnet/Makefile	Fri Mar 28 13:10:16 2014	(r349417)
+++ head/lang/ml-pnet/Makefile	Fri Mar 28 13:24:35 2014	(r349418)
@@ -8,9 +8,12 @@ CATEGORIES=	lang
 MASTER_SITES=	${PNET_MASTER_SITES}
 MASTER_SITE_SUBDIR=	${PNET_MASTER_SITE_SUBDIR}
 
-MAINTAINER=	sylvio@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Mono's upper-level libraries
 
+DEPRECATED=	Alpha-quality abandonware - Decommissioned Dec 2012 - Use mono
+EXPIRATION=	2014-05-01
+
 BUILD_DEPENDS=	cscc:${PORTSDIR}/lang/pnet-base \
 		treecc:${PORTSDIR}/lang/treecc \
 		${LOCALBASE}/lib/cscc/lib/libXsharpSupport.so.0:${PORTSDIR}/lang/pnetlib

Modified: head/lang/pnet-base/Makefile
==============================================================================
--- head/lang/pnet-base/Makefile	Fri Mar 28 13:10:16 2014	(r349417)
+++ head/lang/pnet-base/Makefile	Fri Mar 28 13:24:35 2014	(r349418)
@@ -9,11 +9,14 @@ MASTER_SITES=	${PNET_MASTER_SITES}
 MASTER_SITE_SUBDIR=	${PNET_MASTER_SITE_SUBDIR}
 PKGNAMESUFFIX=	base
 
-MAINTAINER=	sylvio@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	C\# compiler and runtime engine
 
 BUILD_DEPENDS=	treecc:${PORTSDIR}/lang/treecc
 
+DEPRECATED=	Alpha-quality abandonware - Decommissioned Dec 2012 - Use mono
+EXPIRATION=	2014-05-01
+
 NOT_FOR_ARCHS=	sparc64
 
 .if !defined(WITHOUT_X11)

Modified: head/lang/pnet/Makefile
==============================================================================
--- head/lang/pnet/Makefile	Fri Mar 28 13:10:16 2014	(r349417)
+++ head/lang/pnet/Makefile	Fri Mar 28 13:24:35 2014	(r349418)
@@ -9,7 +9,7 @@ MASTER_SITES=	# empty
 DISTFILES=	# empty
 EXTRACT_ONLY=	# empty
 
-MAINTAINER=	sylvio@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	The "meta-port" for DotGNU Portable.NET
 
 BUILD_DEPENDS=	treecc:${PORTSDIR}/lang/treecc
@@ -17,6 +17,9 @@ RUN_DEPENDS=	cscc:${PORTSDIR}/lang/pnet-
 		csunit:${PORTSDIR}/lang/pnetlib \
 		sqlsharp-pnet:${PORTSDIR}/lang/ml-pnet
 
+DEPRECATED=	Alpha-quality abandonware - Decommissioned Dec 2012 - Use mono
+EXPIRATION=	2014-05-01
+
 NO_BUILD=	yes
 
 do-install:	# empty

Modified: head/lang/pnetlib/Makefile
==============================================================================
--- head/lang/pnetlib/Makefile	Fri Mar 28 13:10:16 2014	(r349417)
+++ head/lang/pnetlib/Makefile	Fri Mar 28 13:24:35 2014	(r349418)
@@ -8,12 +8,15 @@ CATEGORIES=	lang
 MASTER_SITES=	${PNET_MASTER_SITES}
 MASTER_SITE_SUBDIR=	${PNET_MASTER_SITE_SUBDIR}
 
-MAINTAINER=	sylvio@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	C\# system library for pnet
 
 BUILD_DEPENDS=	cscc:${PORTSDIR}/lang/pnet-base \
 		treecc:${PORTSDIR}/lang/treecc
 
+DEPRECATED=	Alpha-quality abandonware - Decommissioned Dec 2012 - Use mono
+EXPIRATION=	2014-05-01
+
 GNU_CONFIGURE=	yes
 USE_AUTOTOOLS=	libtool
 USE_LDCONFIG=	yes

Modified: head/lang/treecc/Makefile
==============================================================================
--- head/lang/treecc/Makefile	Fri Mar 28 13:10:16 2014	(r349417)
+++ head/lang/treecc/Makefile	Fri Mar 28 13:24:35 2014	(r349418)
@@ -6,9 +6,12 @@ PORTVERSION=	0.3.10
 CATEGORIES=	lang
 MASTER_SITES=	SAVANNAH/dotgnu-pnet
 
-MAINTAINER=	sylvio@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Treecc is designed to assist in the development of compilers
 
+DEPRECATED=	PNET dependency decommissioned Dec 2012 
+EXPIRATION=	2014-05-01
+
 GNU_CONFIGURE=	yes
 USES=		gmake
 PLIST_FILES=	bin/treecc lib/libtreecc.a \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403281324.s2SDOZ9X086282>