Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Aug 2002 20:22:46 +0400 (MSD)
From:      Igor Pokrovsky <tiamat@telegraph.spb.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/41601: New port: graphics/gltt TrueType fonts rendering using OpenGL 
Message-ID:  <200208121622.g7CGMkqv031629@doom.homeunix.org>

next in thread | raw e-mail | index | archive | help

>Number:         41601
>Category:       ports
>Synopsis:       New port: graphics/gltt TrueType fonts rendering using OpenGL
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 12 21:30:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Igor Pokrovsky
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
MGO 
>Environment:
System: FreeBSD doom.homeunix.org 4.6-STABLE FreeBSD 4.6-STABLE #0: Thu Aug 8 18:35:49 MSD 2002 root@doom.homeunix.org:/usr/src/sys/compile/KERNEL i386


	
>Description:
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.
	
>How-To-Repeat:
	
>Fix:

	

--- gltt.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	gltt
#	gltt/pkg-plist
#	gltt/pkg-descr
#	gltt/pkg-comment
#	gltt/distinfo
#	gltt/Makefile
#
echo c - gltt
mkdir -p gltt > /dev/null 2>&1
echo x - gltt/pkg-plist
sed 's/^X//' >gltt/pkg-plist << 'END-of-gltt/pkg-plist'
Xinclude/gltt/FTBitmapFont.h
Xinclude/gltt/FTEngine.h
Xinclude/gltt/FTFace.h
Xinclude/gltt/FTFont.h
Xinclude/gltt/FTGlyph.h
Xinclude/gltt/FTGlyphBitmap.h
Xinclude/gltt/FTGlyphPixmap.h
Xinclude/gltt/FTGlyphVectorizer.h
Xinclude/gltt/FTInstance.h
Xinclude/gltt/FTPixmapFont.h
Xinclude/gltt/GLTTboolean.h
Xinclude/gltt/GLTTminmax.h
Xinclude/gltt/GLTTBitmapFont.h
Xinclude/gltt/GLTTFont.h
Xinclude/gltt/GLTTGlyphTriangulator.h
Xinclude/gltt/GLTTOutlineFont.h
Xinclude/gltt/GLTTPixmapFont.h
Xinclude/gltt/GLTTGlyphPolygonizer.h
Xinclude/gltt/GLTTGlyphPolygonizerHandler.h
X@dirrm include/gltt
Xlib/libgltt.so.0
Xlib/libgltt.so
Xlib/libgltt.la
Xlib/libgltt.a
END-of-gltt/pkg-plist
echo x - gltt/pkg-descr
sed 's/^X//' >gltt/pkg-descr << 'END-of-gltt/pkg-descr'
XGltt is a library that allows you to read and draw TrueType
Xfonts in any OpenGL application. It supports bitmapped and
Xanti-aliased font drawing as well as vectorized and polygonized
Xdrawing.
X
XWWW:	http://geoxel.org/gltt
X
X- Igor Pokrovsky
X<tiamat@telegraph.spb.ru>
END-of-gltt/pkg-descr
echo x - gltt/pkg-comment
sed 's/^X//' >gltt/pkg-comment << 'END-of-gltt/pkg-comment'
XTrueType fonts rendering using OpenGL
END-of-gltt/pkg-comment
echo x - gltt/distinfo
sed 's/^X//' >gltt/distinfo << 'END-of-gltt/distinfo'
XMD5 (gltt-2.5.2.tar.gz) = 1098121fc2b2e66ba0cbc979c1e7d21c
END-of-gltt/distinfo
echo x - gltt/Makefile
sed 's/^X//' >gltt/Makefile << 'END-of-gltt/Makefile'
X# New ports collection makefile for:	gltt
X# Date created:		12 Aug 2002
X# Whom:			Igor Pokrovsky <tiamat@telegraph.spb.ru>
X#
X# $FreeBSD$
X#
X
XPORTNAME=		gltt
XPORTVERSION=		2.5.2
XCATEGORIES=		graphics
XMASTER_SITES=		${MASTER_SITES_SOURCEFORGE}
XMASTER_SITE_SUBDIR=	${PORTNAME}
X
XMAINTAINER=	tiamat@telegraph.spb.ru
X
XLIB_DEPENDS=	ttf.4:${PORTSDIR}/print/freetype
X
XUSE_GMAKE=	yes
XUSE_MESA=	yes
XUSE_X_PREFIX=	yes
XGNU_CONFIGURE=	yes
XCONFIGURE_ARGS=	--prefix=${PREFIX} \
X		--x-includes=${X11BASE}/include \
X		--x-libraries=${X11BASE}/lib \
X		--with-ttf-includes=${LOCALBASE}/include/freetype1 \
X		--with-ttf-libraries=${LOCALBASE}/lib \
X		--with-gl-includes=${X11BASE}/include \
X		--with-gl-libraries=${X11BASE}/lib \
X		--with-glut-includes=${X11BASE}/include \
X		--with-glut-libraries=${X11BASE}/lib
XCONFIGURE_ENV=	CPPFLAGS=-I${X11BASE}/include
XINSTALLS_SHLIB=	yes
X
X.include <bsd.port.mk>
END-of-gltt/Makefile
exit
--- gltt.shar ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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