aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2014-02-16 17:11:44 +0800
committermarino <marino@FreeBSD.org>2014-02-16 17:11:44 +0800
commit2a2bec92cd6b3e2ea6c1ac3cebb841e602c06682 (patch)
tree4136dded7a290eacf71eb466bff0b5676e9e0cce
parent45929e111ec1a37628deb2e6828e587ff3567711 (diff)
downloadfreebsd-ports-gnome-2a2bec92cd6b3e2ea6c1ac3cebb841e602c06682.tar.gz
freebsd-ports-gnome-2a2bec92cd6b3e2ea6c1ac3cebb841e602c06682.tar.zst
freebsd-ports-gnome-2a2bec92cd6b3e2ea6c1ac3cebb841e602c06682.zip
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.
-rw-r--r--devel/sgl/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/sgl/Makefile b/devel/sgl/Makefile
index d554155036a4..8308c266ae2b 100644
--- a/devel/sgl/Makefile
+++ b/devel/sgl/Makefile
@@ -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}