aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/ftgl
Commit message (Collapse)AuthorAgeFilesLines
* Change maintainer's email.krion2004-07-221-1/+1
|
* Update to version 2.0.9krion2004-06-207-77/+147
| | | | | PR: ports/67963 Submitted by: maintainer
* Fix the install pkgconfig's specific file ftgl.pc.mezz2004-06-042-0/+3
| | | | | | PR: ports/67540 Submitted by: Igor Pokrovsky <tiamat@comset.net> (maintainer) Approved by: adamw (mentor)
* Correct version number.osa2004-03-311-2/+1
| | | | | Submitted by: Igor Pokrovsky <tiamat@comset.net> (maintainer) PR: 64994
* SIZEify (maintainer timeout)trevor2004-03-311-0/+1
|
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
| | | | (Part 2)
* Add ftgl 2.04,krion2004-01-176-0/+152
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@comset.net>