Version: 2.1.3rc5, Package name: ftgl-2.1.3rc5 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Description FTGL is a font rendering library for OpenGL applications. Supported rendering modes are: * Bitmaps * Anti-aliased pixmaps * Texture maps * Outlines * Polygon meshes * Extruded polygon meshes FTGL uses the Freetype font library to open and decode standard font files. It then takes that output and stores it in a format most efficient for OpenGL rendering. FTGL is designed to be used in commercial quality software. It has been written with performance, robustness and simplicity in mind. FTGL is free software. You may use it, modify it and redistribute it under the terms of the MIT license or the GNU LGPL, at your option. |
Filesize: 821.872 KB |
Version History (View Complete History) |
|
2019-07-12 14:47:59 by Stuart Henderson | Files touched by this commit (874) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2019-05-10 14:38:23 by Peter Hessler | Files touched by this commit (1) |
Log message: remove myself as MAINTAINER, as I haven't used this for a long time |
2018-10-24 08:28:14 by Stuart Henderson | Files touched by this commit (740) |
Log message: Add COMPILER lines to c++ ports which currently use the default. Adjust some existing COMPILER lines with arch restrictions etc. In the usual case this is now using "COMPILER = base-clang ports-gcc base-gcc" on ports with c++ libraries in WANTLIB. This is basically intended to be a noop on architectures using clang as the system compiler, but help with other architectures where we currently have many ports knocked out due to building with an unsuitable compiler - - some ports require c++11/newer so the GCC version in base that is used on these archirtectures is too old. - some ports have conflicts where an executable is built with one compiler (e.g. gcc from base) but a library dependency is built with a different one (e.g. gcc from ports), resulted in mixing incompatible libraries in the same address space. devel/gmp is intentionally skipped as it's on the path to building gcc - the c++ library there is unused in ports (and not built by default upstream) so intending to disable building gmpcxx in a future commit. |
2017-07-26 16:45:35 by Stuart Henderson | Files touched by this commit (937) |
Log message: bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. |
2017-07-16 13:19:06 by Marc Espie | Files touched by this commit (880) |
Log message: use COMPILER_LIBCXX where applicable |
2017-04-10 05:46:23 by Stuart Henderson | Files touched by this commit (276) |
Log message: use LIBCXX |
2016-03-11 13:07:49 by Christian Weisgerber | Files touched by this commit (7) |
Log message: garbage collect CONFIGURE_SHARED |
2016-01-17 10:29:12 by Stuart Henderson | Files touched by this commit (75) |
Log message: sync WANTLIB |
2015-10-08 06:02:04 by Jasper Lievisse Adriaanse | Files touched by this commit (24) |
Log message: sed -i |
2015-08-17 13:10:12 by Stuart Henderson | Files touched by this commit (18) |
Log message: sync WANTLIB |
2015-05-05 11:00:21 by Stuart Henderson | Files touched by this commit (152) |
Log message: sync WANTLIB |
2015-03-16 12:08:00 by Christian Weisgerber | Files touched by this commit (869) |
Log message: fold lib-only PFRAG.shared into PLIST, regen PLIST, and bump |
2015-01-17 20:16:09 by Christian Weisgerber | Files touched by this commit (3349) |
Log message: Drop remaining MD5/RMD160/SHA1 checksums. |
2011-06-06 16:08:42 by Matthias Kilian | Files touched by this commit (1) |
Log message: This port obviously has a very bad version number karma. ok sthen@ |
2011-05-30 07:47:03 by Jasper Lievisse Adriaanse | Files touched by this commit (1) |
Log message: prevent insane version from ending up in the pkgconfig file, only to confuse pkg-config. spotted by kili@, ok landry@ |
2010-11-17 01:05:18 by Marc Espie | Files touched by this commit (317) |
Log message: new depends |
2009-08-10 00:31:45 by Matthias Kilian | Files touched by this commit (221) |
Log message: WANTLIB changes after xcb addition and bump. |
2009-06-13 10:24:31 by Peter Hessler | Files touched by this commit (1) |
Log message: unbreak if doxygen is found noticed by naddy@, and pointed out by sthen@ |