mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
graphics/gltt: remove abandonware
This commit is contained in:
parent
8e0018d94f
commit
e94c2593eb
1
MOVED
1
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
|
||||
|
@ -274,7 +274,6 @@
|
||||
SUBDIR += glosm
|
||||
SUBDIR += glpng
|
||||
SUBDIR += glslang
|
||||
SUBDIR += gltt
|
||||
SUBDIR += glx-utils
|
||||
SUBDIR += gmic
|
||||
SUBDIR += gmic-qt
|
||||
|
@ -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>
|
@ -1,2 +0,0 @@
|
||||
SHA256 (gltt-2.5.2.tar.gz) = 79870eada60ac9a07dfdf8364e9426b5d2cd77ba4eb58cc7c686af9d5658c3ac
|
||||
SIZE (gltt-2.5.2.tar.gz) = 217332
|
@ -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:
|
@ -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
|
@ -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/
|
@ -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
|
Loading…
Reference in New Issue
Block a user