From owner-svn-ports-head@FreeBSD.ORG Sun Feb 16 09:11:45 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 9E8F0768; Sun, 16 Feb 2014 09:11:45 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 88E551C02; Sun, 16 Feb 2014 09:11:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1G9Bjrr026177; Sun, 16 Feb 2014 09:11:45 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1G9Bj8D026176; Sun, 16 Feb 2014 09:11:45 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201402160911.s1G9Bj8D026176@svn.freebsd.org> From: John Marino Date: Sun, 16 Feb 2014 09:11:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r344506 - head/devel/sgl 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.17 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: Sun, 16 Feb 2014 09:11:45 -0000 Author: marino Date: Sun Feb 16 09:11:44 2014 New Revision: 344506 URL: http://svnweb.freebsd.org/changeset/ports/344506 QAT: https://qat.redports.org/buildarchive/r344506/ Log: devel/sgl: Upon inspection, port is inferior - deprecate After this Ada port was returned to the heap, I took a look at it. The primary issue is that it's just copying source files. It should be building a library in the standard location as well. That's easily fixable except there's no point. This software was just a graduate thesis from Spring 1996 that was never developed beyond that. It wasn't complete at the time. As far as I know, there isn't even a demand for having an STL port in Ada95. Later versions of Ada have extensive libraries that basically do what SGL was attempting to do. Original PR didn't explain why the initiator thought SGL was necessary or useful 6 years later. Just kill it, expiration in a month. Modified: head/devel/sgl/Makefile Modified: head/devel/sgl/Makefile ============================================================================== --- head/devel/sgl/Makefile Sun Feb 16 08:57:21 2014 (r344505) +++ head/devel/sgl/Makefile Sun Feb 16 09:11:44 2014 (r344506) @@ -11,6 +11,9 @@ DISTNAME= SGL-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= STL implementation for ADA95 +DEPRECATED= S/W never progressed beyond incomplete graduate project; library was never properly built - not worth fixing +EXPIRATION_DATE=20140315 + NO_BUILD= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}