From igor@doom.homeunix.org  Mon Aug 12 21:27:06 2002
Return-Path: <igor@doom.homeunix.org>
Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 5D82037B400
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 12 Aug 2002 21:27:06 -0700 (PDT)
Received: from doom.homeunix.org (27ppp.telegraph.spb.ru [213.158.1.27])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 040A643E6A
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 12 Aug 2002 21:26:46 -0700 (PDT)
	(envelope-from igor@doom.homeunix.org)
Received: from doom.homeunix.org (localhost [127.0.0.1])
	by doom.homeunix.org (8.12.5/8.12.5) with ESMTP id g7D4QXTa000347
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 13 Aug 2002 08:26:34 +0400 (MSD)
	(envelope-from igor@doom.homeunix.org)
Received: (from igor@localhost)
	by doom.homeunix.org (8.12.5/8.12.5/Submit) id g7CGMkqv031629;
	Mon, 12 Aug 2002 20:22:46 +0400 (MSD)
Message-Id: <200208121622.g7CGMkqv031629@doom.homeunix.org>
Date: Mon, 12 Aug 2002 20:22:46 +0400 (MSD)
From: Igor Pokrovsky <tiamat@telegraph.spb.ru>
Reply-To: Igor Pokrovsky <tiamat@telegraph.spb.ru>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: New port: graphics/gltt TrueType fonts rendering using OpenGL 
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         41601
>Category:       ports
>Synopsis:       New port: graphics/gltt TrueType fonts rendering using OpenGL
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 12 21:30:01 PDT 2002
>Closed-Date:    Mon Jun 02 21:34:09 PDT 2003
>Last-Modified:  Mon Jun 02 21:34:09 PDT 2003
>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:

From: Igor Pokrovsky <tiamat@telegraph.spb.ru>
To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports@FreeBSD.org
Cc:  
Subject: Re: ports/41601: New port: graphics/gltt TrueType fonts rendering using OpenGL
Date: Fri, 16 Aug 2002 08:50:48 +0400

 --- gltt.shar.orig	Fri Aug 16 08:47:09 2002
 +++ gltt.shar		Fri Aug 16 08:47:58 2002
 @@ -48,7 +48,7 @@
  Xanti-aliased font drawing as well as vectorized and polygonized
  Xdrawing.
  X
 -XWWW:	http://geoxel.org/gltt
 +XWWW:	http://gltt.sourceforge.net/
  X
  X- Igor Pokrovsky
  X<tiamat@telegraph.spb.ru>
State-Changed-From-To: open->closed 
State-Changed-By: lioux 
State-Changed-When: Mon Jun 2 21:34:08 PDT 2003 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=41601 
>Unformatted:
