Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Jun 2022 09:56:40 GMT
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e94c2593ebc7 - main - graphics/gltt: remove abandonware
Message-ID:  <202206080956.2589ue3S004446@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bapt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e94c2593ebc7470fed74ff92e36691540b7b1c6c

commit e94c2593ebc7470fed74ff92e36691540b7b1c6c
Author:     Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2022-06-08 09:33:52 +0000
Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2022-06-08 09:56:26 +0000

    graphics/gltt: remove abandonware
---
 MOVED                                              |  1 +
 graphics/Makefile                                  |  1 -
 graphics/gltt/Makefile                             | 30 ----------------------
 graphics/gltt/distinfo                             |  2 --
 graphics/gltt/files/patch-FTGlyphVectorizer.h      | 11 --------
 .../gltt/files/patch-GLTTGlyphPolygonizerHandler.h | 10 --------
 graphics/gltt/pkg-descr                            |  5 ----
 graphics/gltt/pkg-plist                            | 23 -----------------
 8 files changed, 1 insertion(+), 82 deletions(-)

diff --git a/MOVED b/MOVED
index db8c3d3b1941..92a4750477d1 100644
--- a/MOVED
+++ b/MOVED
@@ -17192,3 +17192,4 @@ www/npm-node17|www/npm-node18|2022-06-03|Renamed for www/node update to v18
 www/yarn-node17|www/yarn-node18|2022-06-03|Renamed for www/node update to v18
 security/keepassx-devel||2022-06-05|Has expired: KeePassX had been stopped development/maintenance, please consider using security/keepassxc instead
 sysutils/uefi-edk2-qemu|sysutils/edk2@qemu|2022-06-05|No more need for this port: please use sysutils/edk2 FLAVOR qemu instead
+graphics/gltt||2022-06-08|Abdonware
diff --git a/graphics/Makefile b/graphics/Makefile
index fff0ee488c0a..fb33a45f4a9c 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -274,7 +274,6 @@
     SUBDIR += glosm
     SUBDIR += glpng
     SUBDIR += glslang
-    SUBDIR += gltt
     SUBDIR += glx-utils
     SUBDIR += gmic
     SUBDIR += gmic-qt
diff --git a/graphics/gltt/Makefile b/graphics/gltt/Makefile
deleted file mode 100644
index 1be96a738ac7..000000000000
--- a/graphics/gltt/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# Created by: Igor Pokrovsky <tiamat@telegraph.spb.ru>
-
-PORTNAME=	gltt
-PORTVERSION=	2.5.2
-PORTREVISION=	15
-CATEGORIES=	graphics
-MASTER_SITES=	http://gltt.sourceforge.net/download/
-
-MAINTAINER=	ports@FreeBSD.org
-COMMENT=	TrueType fonts rendering using OpenGL
-
-LIB_DEPENDS=	libttf.so:print/freetype
-
-USES=		gl gmake libtool
-USE_GL=		gl glut
-GNU_CONFIGURE=	yes
-CPPFLAGS+=	-I${LOCALBASE}/include
-LIBS+=		-L${LOCALBASE}/lib
-CONFIGURE_ARGS=	--with-ttf-includes=${LOCALBASE}/include/freetype1 \
-		--with-ttf-libraries=${LOCALBASE}/lib \
-		--with-gl-includes=${LOCALBASE}/include \
-		--with-gl-libraries=${LOCALBASE}/lib \
-		--with-glut-includes=${LOCALBASE}/include \
-		--with-glut-libraries=${LOCALBASE}/lib
-USE_LDCONFIG=	yes
-
-post-install:
-	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgltt.so
-
-.include <bsd.port.mk>
diff --git a/graphics/gltt/distinfo b/graphics/gltt/distinfo
deleted file mode 100644
index c48ea2028cdf..000000000000
--- a/graphics/gltt/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (gltt-2.5.2.tar.gz) = 79870eada60ac9a07dfdf8364e9426b5d2cd77ba4eb58cc7c686af9d5658c3ac
-SIZE (gltt-2.5.2.tar.gz) = 217332
diff --git a/graphics/gltt/files/patch-FTGlyphVectorizer.h b/graphics/gltt/files/patch-FTGlyphVectorizer.h
deleted file mode 100644
index a813c5254e1f..000000000000
--- a/graphics/gltt/files/patch-FTGlyphVectorizer.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- FTGlyphVectorizer.h.orig	Tue Jun 10 13:41:02 2003
-+++ FTGlyphVectorizer.h	Tue Jun 10 13:41:07 2003
-@@ -76,7 +76,7 @@
-     private:
-       void add_point( double x, double y );
- 
--    friend FTGlyphVectorizer;
-+    friend class FTGlyphVectorizer;
-     };
- 
- protected:
diff --git a/graphics/gltt/files/patch-GLTTGlyphPolygonizerHandler.h b/graphics/gltt/files/patch-GLTTGlyphPolygonizerHandler.h
deleted file mode 100644
index 7b0ec1051f96..000000000000
--- a/graphics/gltt/files/patch-GLTTGlyphPolygonizerHandler.h
+++ /dev/null
@@ -1,10 +0,0 @@
---- GLTTGlyphPolygonizerHandler.h.orig	2007-11-16 11:59:00.000000000 +0100
-+++ GLTTGlyphPolygonizerHandler.h	2007-11-16 11:59:58.000000000 +0100
-@@ -28,6 +28,7 @@
- #include "FTGlyphVectorizer.h"
- #endif
- 
-+class GLTTGlyphPolygonizer;
- /////////////////////////////////////////////////////////////////////////////
- 
- // Mmh, this class name is a bit long... /SR
diff --git a/graphics/gltt/pkg-descr b/graphics/gltt/pkg-descr
deleted file mode 100644
index 156f8f55627b..000000000000
--- a/graphics/gltt/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-Gltt is a library that allows you to read and draw TrueType fonts
-in any OpenGL application. It supports bitmapped and anti-aliased
-font drawing as well as vectorized and polygonized drawing.
-
-WWW: http://gltt.sourceforge.net/
diff --git a/graphics/gltt/pkg-plist b/graphics/gltt/pkg-plist
deleted file mode 100644
index 28f79ca4fc25..000000000000
--- a/graphics/gltt/pkg-plist
+++ /dev/null
@@ -1,23 +0,0 @@
-include/gltt/FTBitmapFont.h
-include/gltt/FTEngine.h
-include/gltt/FTFace.h
-include/gltt/FTFont.h
-include/gltt/FTGlyph.h
-include/gltt/FTGlyphBitmap.h
-include/gltt/FTGlyphPixmap.h
-include/gltt/FTGlyphVectorizer.h
-include/gltt/FTInstance.h
-include/gltt/FTPixmapFont.h
-include/gltt/GLTTBitmapFont.h
-include/gltt/GLTTFont.h
-include/gltt/GLTTGlyphPolygonizer.h
-include/gltt/GLTTGlyphPolygonizerHandler.h
-include/gltt/GLTTGlyphTriangulator.h
-include/gltt/GLTTOutlineFont.h
-include/gltt/GLTTPixmapFont.h
-include/gltt/GLTTboolean.h
-include/gltt/GLTTminmax.h
-lib/libgltt.a
-lib/libgltt.so
-lib/libgltt.so.0
-lib/libgltt.so.0.0.0



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