From owner-svn-ports-head@FreeBSD.ORG Fri Jun 20 16:38:05 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AA6F6BB6; Fri, 20 Jun 2014 16:38:05 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8AEBF22FA; Fri, 20 Jun 2014 16:38:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5KGc5DC001904; Fri, 20 Jun 2014 16:38:05 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5KGc43F001890; Fri, 20 Jun 2014 16:38:04 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201406201638.s5KGc43F001890@svn.freebsd.org> From: John Marino Date: Fri, 20 Jun 2014 16:38:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358603 - in head: mail/mailagent net-mgmt/nocol net/delegate print/hplip-plugin print/xdvi sysutils/autopsy x11-clocks/xalarm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Jun 2014 16:38:05 -0000 Author: marino Date: Fri Jun 20 16:38:03 2014 New Revision: 358603 URL: http://svnweb.freebsd.org/changeset/ports/358603 QAT: https://qat.redports.org/buildarchive/r358603/ Log: Deprecate unmaintained interactive ports for removal in 2 months Interactive ports can't be packaged which means they don't get tested weekly either. Ideally all interactive ports should be converted to regular ports. Reduce the number of these types of ports by pruning unmaintained ones first. Those wishing to pick up these ports are expected to convert them to regular ports if this can be done with reasonable effort. Ports deprecated for removal on 20 August 2014: * mail/mailagent * net/delegate * net-mgmt/nocol * print/hplip-plugin * print/xdvi * sysutils/autopsy * x11-clocks/xalarm Approved by: portmgr (bapt) Modified: head/mail/mailagent/Makefile head/net-mgmt/nocol/Makefile head/net/delegate/Makefile head/print/hplip-plugin/Makefile head/print/xdvi/Makefile head/sysutils/autopsy/Makefile head/x11-clocks/xalarm/Makefile Modified: head/mail/mailagent/Makefile ============================================================================== --- head/mail/mailagent/Makefile Fri Jun 20 16:36:11 2014 (r358602) +++ head/mail/mailagent/Makefile Fri Jun 20 16:38:03 2014 (r358603) @@ -9,6 +9,9 @@ MASTER_SITES= http://eron.info/ MAINTAINER= ports@FreeBSD.org COMMENT= Sophisticated automatic mail-processing tool +DEPRECATED= Unmaintained interactive port +EXPIRATION_DATE=2014-08-20 + USES= perl5 tar:bzip2 NO_PACKAGE= Correct FQDN needs to be hardcoded Modified: head/net-mgmt/nocol/Makefile ============================================================================== --- head/net-mgmt/nocol/Makefile Fri Jun 20 16:36:11 2014 (r358602) +++ head/net-mgmt/nocol/Makefile Fri Jun 20 16:38:03 2014 (r358603) @@ -6,6 +6,9 @@ PORTVERSION= 4.3.1 CATEGORIES= net-mgmt MASTER_SITES= http://www.netplex-tech.com/software/downloads/nocol/ +DEPRECATED= Unmaintained interactive port +EXPIRATION_DATE=2014-08-20 + MAINTAINER= ports@FreeBSD.org COMMENT= Network/Service monitoring software Modified: head/net/delegate/Makefile ============================================================================== --- head/net/delegate/Makefile Fri Jun 20 16:36:11 2014 (r358602) +++ head/net/delegate/Makefile Fri Jun 20 16:38:03 2014 (r358603) @@ -10,6 +10,9 @@ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= General purpose TCP/IP proxy system +DEPRECATED= Unmaintained interactive port +EXPIRATION_DATE=2014-08-20 + IS_INTERACTIVE= YES PORTDOCS= HowToDG.html Manual.htm jpconv.htm tutor-jp.htm tutor-en.htm COPYRIGHT PLIST_FILES= sbin/delegated etc/rc.d/delegated.sh-dist Modified: head/print/hplip-plugin/Makefile ============================================================================== --- head/print/hplip-plugin/Makefile Fri Jun 20 16:36:11 2014 (r358602) +++ head/print/hplip-plugin/Makefile Fri Jun 20 16:38:03 2014 (r358603) @@ -11,6 +11,9 @@ EXTRACT_SUFX= .run MAINTAINER= ports@FreeBSD.org COMMENT= Binary plugin for some HP Printers and All-in-One devices +DEPRECATED= Unmaintained interactive port +EXPIRATION_DATE=2014-08-20 + RUN_DEPENDS= hp-plugin:${PORTSDIR}/print/hplip USE_PYTHON= yes Modified: head/print/xdvi/Makefile ============================================================================== --- head/print/xdvi/Makefile Fri Jun 20 16:36:11 2014 (r358602) +++ head/print/xdvi/Makefile Fri Jun 20 16:38:03 2014 (r358603) @@ -14,6 +14,9 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= DVI previewer for the X Window System +DEPRECATED= Unmaintained interactive port +EXPIRATION_DATE=2014-08-20 + CONFLICTS= teTeX-* USES= gmake imake:notall Modified: head/sysutils/autopsy/Makefile ============================================================================== --- head/sysutils/autopsy/Makefile Fri Jun 20 16:36:11 2014 (r358602) +++ head/sysutils/autopsy/Makefile Fri Jun 20 16:38:03 2014 (r358603) @@ -10,6 +10,9 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Web-based (graphical) interface to The Sleuth Kit +DEPRECATED= Unmaintained interactive port +EXPIRATION_DATE=2014-08-20 + LICENSE= GPLv2 BUILD_DEPENDS= ${LOCALBASE}/bin/ifind:${PORTSDIR}/sysutils/sleuthkit Modified: head/x11-clocks/xalarm/Makefile ============================================================================== --- head/x11-clocks/xalarm/Makefile Fri Jun 20 16:36:11 2014 (r358602) +++ head/x11-clocks/xalarm/Makefile Fri Jun 20 16:38:03 2014 (r358603) @@ -11,6 +11,9 @@ MASTER_SITE_SUBDIR= utilities MAINTAINER= ports@FreeBSD.org COMMENT= X based alarm clock +DEPRECATED= Unmaintained interactive port +EXPIRATION_DATE=2014-08-20 + USES= imake USE_XORG= ice sm x11 xaw xext xmu xpm xt IS_INTERACTIVE= yes