summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2003-06-03 04:33:58 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2003-06-03 04:33:58 +0000
commit1dec1e2c733aec4f8ebab638c0a265ccdcda9467 (patch)
tree6ecb88fdeb1658bac20071ccbc448bd04033702a /graphics
parentAdd utcount 0.1, Users Traffic Count. (diff)
New port gltt version 2.5.2: TrueType fonts rendering using OpenGL
PR: 41601 Submitted by: Igor Pokrovsky <tiamat@telegraph.spb.ru>
Notes
Notes: svn path=/head/; revision=82151
Diffstat (limited to 'graphics')
-rw-r--r--graphics/Makefile1
-rw-r--r--graphics/gltt/Makefile34
-rw-r--r--graphics/gltt/distinfo1
-rw-r--r--graphics/gltt/pkg-descr8
-rw-r--r--graphics/gltt/pkg-plist24
5 files changed, 68 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile
index 92c897701292..64082d28600a 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -104,6 +104,7 @@
SUBDIR += glide3
SUBDIR += gliv
SUBDIR += gltk
+ SUBDIR += gltt
SUBDIR += gmt
SUBDIR += gnofract4d
SUBDIR += gnomecanvas
diff --git a/graphics/gltt/Makefile b/graphics/gltt/Makefile
new file mode 100644
index 000000000000..9da19759182b
--- /dev/null
+++ b/graphics/gltt/Makefile
@@ -0,0 +1,34 @@
+# New ports collection makefile for: gltt
+# Date created: 12 Aug 2002
+# Whom: Igor Pokrovsky <tiamat@telegraph.spb.ru>
+#
+# $FreeBSD$
+#
+
+PORTNAME= gltt
+PORTVERSION= 2.5.2
+CATEGORIES= graphics
+MASTER_SITES= http://gltt.sourceforge.net/download/
+
+MAINTAINER= tiamat@telegraph.spb.ru
+COMMENT= TrueType fonts rendering using OpenGL
+
+LIB_DEPENDS= ttf.4:${PORTSDIR}/print/freetype
+
+USE_GMAKE= yes
+USE_MESA= yes
+USE_X_PREFIX= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --prefix=${PREFIX} \
+ --x-includes=${X11BASE}/include \
+ --x-libraries=${X11BASE}/lib \
+ --with-ttf-includes=${LOCALBASE}/include/freetype1 \
+ --with-ttf-libraries=${LOCALBASE}/lib \
+ --with-gl-includes=${X11BASE}/include \
+ --with-gl-libraries=${X11BASE}/lib \
+ --with-glut-includes=${X11BASE}/include \
+ --with-glut-libraries=${X11BASE}/lib
+CONFIGURE_ENV= CPPFLAGS=-I${X11BASE}/include
+INSTALLS_SHLIB= yes
+
+.include <bsd.port.mk>
diff --git a/graphics/gltt/distinfo b/graphics/gltt/distinfo
new file mode 100644
index 000000000000..f56045b5d524
--- /dev/null
+++ b/graphics/gltt/distinfo
@@ -0,0 +1 @@
+MD5 (gltt-2.5.2.tar.gz) = 1098121fc2b2e66ba0cbc979c1e7d21c
diff --git a/graphics/gltt/pkg-descr b/graphics/gltt/pkg-descr
new file mode 100644
index 000000000000..2137f8fb9cbb
--- /dev/null
+++ b/graphics/gltt/pkg-descr
@@ -0,0 +1,8 @@
+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/
+
+- Igor Pokrovsky
+<tiamat@telegraph.spb.ru>
diff --git a/graphics/gltt/pkg-plist b/graphics/gltt/pkg-plist
new file mode 100644
index 000000000000..17b8eb044647
--- /dev/null
+++ b/graphics/gltt/pkg-plist
@@ -0,0 +1,24 @@
+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.la
+lib/libgltt.so
+lib/libgltt.so.0
+@dirrm include/gltt