cvs commit: ports/graphics Makefile ports/graphics/ftgl Makefile
distinfo pkg-descr pkg-plist ports/graphics/ftgl/files makefile.ex
patch-FTFace.cpp
Kirill Ponomarew
krion at FreeBSD.org
Sat Jan 17 01:03:31 PST 2004
krion 2004/01/17 01:03:29 PST
FreeBSD ports repository
Modified files:
graphics Makefile
Added files:
graphics/ftgl Makefile distinfo pkg-descr pkg-plist
graphics/ftgl/files makefile.ex patch-FTFace.cpp
Log:
Add ftgl 2.04,
FTGL is a free open source library to enable developers to use
arbitrary fonts in their OpenGL applications. Unlike other
OpenGL font libraries FTGL uses standard font file formats so
doesn't need a preprocessing step to convert the high quality
font data into a lesser quality, proprietary format. FTGL uses
the Freetype (www.freetype.org) font library to open and
'decode' the fonts. It then takes that output and stores it in
a format most efficient for OpenGL rendering.
PR: 61456
Submitted by: Igor Pokrovsky <tiamat at comset.net>
Revision Changes Path
1.655 +1 -0 ports/graphics/Makefile
1.1 +56 -0 ports/graphics/ftgl/Makefile (new)
1.1 +1 -0 ports/graphics/ftgl/distinfo (new)
1.1 +28 -0 ports/graphics/ftgl/files/makefile.ex (new)
1.1 +11 -0 ports/graphics/ftgl/files/patch-FTFace.cpp (new)
1.1 +12 -0 ports/graphics/ftgl/pkg-descr (new)
1.1 +44 -0 ports/graphics/ftgl/pkg-plist (new)
More information about the cvs-all
mailing list