From owner-svn-ports-head@freebsd.org Mon Jan 29 12:56:02 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2C76FEC53DC; Mon, 29 Jan 2018 12:56:02 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C591E715C1; Mon, 29 Jan 2018 12:56:01 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 985C8604; Mon, 29 Jan 2018 12:56:01 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w0TCu1g7035984; Mon, 29 Jan 2018 12:56:01 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w0TCu0Q5035974; Mon, 29 Jan 2018 12:56:00 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201801291256.w0TCu0Q5035974@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Mon, 29 Jan 2018 12:56:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r460298 - in head: audio/amp devel/adime devel/afay devel/alabastra devel/alf devel/boaconstructor devel/cstringbuffer devel/dotconf++ X-SVN-Group: ports-head X-SVN-Commit-Author: bapt X-SVN-Commit-Paths: in head: audio/amp devel/adime devel/afay devel/alabastra devel/alf devel/boaconstructor devel/cstringbuffer devel/dotconf++ X-SVN-Commit-Revision: 460298 X-SVN-Commit-Repository: ports 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.25 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: Mon, 29 Jan 2018 12:56:02 -0000 Author: bapt Date: Mon Jan 29 12:56:00 2018 New Revision: 460298 URL: https://svnweb.freebsd.org/changeset/ports/460298 Log: Deprecate some abandonware Modified: head/audio/amp/Makefile head/devel/adime/Makefile head/devel/afay/Makefile head/devel/alabastra/Makefile head/devel/alf/Makefile head/devel/boaconstructor/Makefile head/devel/cstringbuffer/Makefile head/devel/dotconf++/Makefile Modified: head/audio/amp/Makefile ============================================================================== --- head/audio/amp/Makefile Mon Jan 29 12:45:50 2018 (r460297) +++ head/audio/amp/Makefile Mon Jan 29 12:56:00 2018 (r460298) @@ -10,6 +10,9 @@ MASTER_SITES= http://www.gufi.org/ports/ MAINTAINER= ports@FreeBSD.org COMMENT= Another mp3 player +DEPRECATED= No more upstream +EXPIRATION_DATE= 2018-03-01 + USES= gmake GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_prog_gcc=no Modified: head/devel/adime/Makefile ============================================================================== --- head/devel/adime/Makefile Mon Jan 29 12:45:50 2018 (r460297) +++ head/devel/adime/Makefile Mon Jan 29 12:56:00 2018 (r460298) @@ -12,6 +12,9 @@ COMMENT= Generate Allegro dialogs in a simple way LIB_DEPENDS= liballeg.so:devel/allegro +DEPRECATED= Abandonware, not used in the ports tree +EXPIRATION_DATE= 2018-03-01 + USES= gmake MAKEFILE= makefile Modified: head/devel/afay/Makefile ============================================================================== --- head/devel/afay/Makefile Mon Jan 29 12:45:50 2018 (r460297) +++ head/devel/afay/Makefile Mon Jan 29 12:56:00 2018 (r460298) @@ -11,6 +11,9 @@ DISTNAME= afay_thiberlog_${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Improved aflex and ayacc Ada 95 scanner and parser generators +DEPRECATED= Abandonware, not used in the ports tree +EXPIRATION_DATE= 2018-03-01 + LICENSE= aflex LICENSE_NAME= Arcadia-UC-Irvine LICENSE_FILE= ${WRKSRC}/afay/aflex/README Modified: head/devel/alabastra/Makefile ============================================================================== --- head/devel/alabastra/Makefile Mon Jan 29 12:45:50 2018 (r460297) +++ head/devel/alabastra/Makefile Mon Jan 29 12:56:00 2018 (r460298) @@ -11,6 +11,9 @@ DISTNAME= Alabastra-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= C++ editor written with Qt 4 +DEPRECATED= Abandonware, not used in the ports tree +EXPIRATION_DATE= 2018-03-01 + LICENSE= GPLv2+ WRKSRC= ${WRKDIR}/${DISTNAME} Modified: head/devel/alf/Makefile ============================================================================== --- head/devel/alf/Makefile Mon Jan 29 12:45:50 2018 (r460297) +++ head/devel/alf/Makefile Mon Jan 29 12:56:00 2018 (r460298) @@ -10,6 +10,9 @@ MASTER_SITES= SF/largefiles/largefiles/${PORTNAME}-${P MAINTAINER= ports@FreeBSD.org COMMENT= Abstract Large File +DEPRECATED= Abandonware, unused in the ports tree +EXPIRATION_DATE= 2018-03-01 + USES= libtool python:2.7 GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/devel/boaconstructor/Makefile ============================================================================== --- head/devel/boaconstructor/Makefile Mon Jan 29 12:45:50 2018 (r460297) +++ head/devel/boaconstructor/Makefile Mon Jan 29 12:56:00 2018 (r460298) @@ -12,6 +12,9 @@ DISTNAME= boa-constructor-${PORTVERSION}.src MAINTAINER= ports@FreeBSD.org COMMENT= Cross platform RAD GUI Building IDE for wxPython +DEPRECATED= Abandonware, does not work with recent python/wxPython +EXPIRATION_DATE= 2018-03-01 + WRKSRC= ${WRKDIR}/boa-constructor-${PORTVERSION} USES= dos2unix gettext python:2.7 zip Modified: head/devel/cstringbuffer/Makefile ============================================================================== --- head/devel/cstringbuffer/Makefile Mon Jan 29 12:45:50 2018 (r460297) +++ head/devel/cstringbuffer/Makefile Mon Jan 29 12:56:00 2018 (r460298) @@ -10,6 +10,9 @@ MASTER_SITES= http://mirror.amdmi3.ru/distfiles/ # mir MAINTAINER= ports@FreeBSD.org COMMENT= File-like IO for strings +DEPRECATED= Abandonware, no more upstream +EXPIRATION_DATE= 2018-03-01 + USES= libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/devel/dotconf++/Makefile ============================================================================== --- head/devel/dotconf++/Makefile Mon Jan 29 12:45:50 2018 (r460297) +++ head/devel/dotconf++/Makefile Mon Jan 29 12:56:00 2018 (r460298) @@ -11,6 +11,9 @@ MASTER_SITES= SF \ MAINTAINER= ports@FreeBSD.org COMMENT= Configuration file parser written in C++ +DEPRECATED= No upstream, not depend on in the ports tree +EXPIRATION_DATE= 2018-03-01 + USES= compiler:env libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes