Port details |
- quesoglc Free implementation of the OpenGL Character Renderer
- 0.7.2_10 graphics
=1 Version of this port present on the latest quarterly branch. - Maintainer: amdmi3@FreeBSD.org
 - Port Added: 2009-06-05 22:47:57
- Last Update: 2021-06-22 18:53:08
- Commit Hash: da3162c
- People watching this port, also watch:: py38-Automat, freeimage, font-misc-meltho, libjxl, py39-pycparser
- License: LGPL21+
- Description:
- The OpenGL Character Renderer (GLC) is a state machine that provides
OpenGL programs with character rendering services via an application
programming interface (API).
The character rendering services provided by GLC has some significant
advantages over platform specific interface such as GLX or WGL:
1. The GLC API is platform independent. Since most nontrivial GL
applications render characters, GLC is an important step toward the
goal of truly portable GL applications.
2. The GLC is simpler to use. Only two lines of GLC commands are
required to prepare for rendering characters.
3. GLC provides more ways to exploit the rendering power of OpenGL.
For example, a glyph can be drawn as a bitmap, a set of lines, a
set of triangles, or a textured rectangle.
4. GLC provides better support for glyph transformations. For
example, GLC supports rotated text, which is unavailable in GLX.
5. GLC provides better support for the large coded character set
defined by the standards ISO/IEC 10646:2003 and Unicode 4.0.1
QuesoGLC is a free (as in free speech) implementation of the GLC.
QuesoGLC is based on the FreeType library, provides Unicode support
and is designed to be easily ported to any platform that supports
both FreeType and the OpenGL API.
WWW: http://quesoglc.sourceforge.net/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- quesoglc>0:graphics/quesoglc
- To install the port:
- cd /usr/ports/graphics/quesoglc/ && make install clean
- To add the package, run one of these commands:
- pkg install graphics/quesoglc
- pkg install quesoglc
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: quesoglc
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (quesoglc-0.7.2.tar.bz2) = 54fef2ee685172df344d06ff4699a441143b87abed0d514524adc4f89ba4c931
SIZE (quesoglc-0.7.2.tar.bz2) = 664466
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- xorgproto>=0 : x11/xorgproto
- xorgproto>=0 : x11/xorgproto
- x11.pc : x11/libX11
- Runtime dependencies:
-
- x11.pc : x11/libX11
- Library dependencies:
-
- libfribidi.so : converters/fribidi
- libfreetype.so : print/freetype2
- libfontconfig.so : x11-fonts/fontconfig
- libGL.so : graphics/libglvnd
- libGLU.so : graphics/libGLU
- This port is required by:
- for Libraries
-
- games/chromium-bsu
- graphics/reallyslick
- Configuration Options:
- ===> The following configuration options are available for quesoglc-0.7.2_10:
DOCS=on: Build and/or install documentation
TEST=off: Build and/or run tests
===> Use 'make config' to modify these settings
- Options name:
- graphics_quesoglc
- USES:
- gl gmake libtool localbase pathfix pkgconfig tar:bzip2 xorg xorg
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
22 Jun 2021 18:53:08 0.7.2_10 |
Kevin Bowling (kbowling)  |
graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.
PR: 246767
Reviewed by: manu, bapt
Approved by: x11
Differential Revision: https://reviews.freebsd.org/D30824 |
07 Apr 2021 23:19:01 0.7.2_9 |
Dmitry Marakasov (amdmi3)  |
Remove useless Created by: headers mentioning me |
06 Apr 2021 14:31:07 0.7.2_9 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
05 Nov 2019 22:16:15
0.7.2_9 |
zeising  |
Add USES=xorg USES=gl, ports categories g
Add USES=xorg and USES=gl to ports in categories starting with 'g'.
While here, try to sprinkle other USES (mostly gnome and sdl) as needed. |
23 May 2017 05:03:16
0.7.2_9 |
rezny  |
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845 |
29 Dec 2016 10:38:18
0.7.2_8 |
amdmi3  |
- Add LICENSE
- Switch to USES=localbase
- Remove unneeded glut dependency
- Add missing libX11 dependency
- Support tests properly
- Switch to options helpers |
01 Apr 2016 14:00:57
0.7.2_7 |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
14 Dec 2015 01:25:31
0.7.2_7 |
amdmi3  |
- Fix fetch |
13 Dec 2015 09:41:23
0.7.2_7 |
bapt  |
Mark as broken: does not fetch |
22 Sep 2014 15:08:32
0.7.2_7 |
amdmi3  |
- Drop @dirrm* from plist |
10 Sep 2014 20:50:37
0.7.2_7 |
gerald  |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
31 Aug 2014 11:54:17
0.7.2_6 |
tijl  |
converters/fribidi:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip |
04 Jun 2014 13:06:39
0.7.2_5 |
amdmi3  |
- Switch to USES=libtool, drop .la files
- Strip libraries |
07 May 2014 18:21:34
0.7.2_4 |
amdmi3  |
- Convert USE_BZIP2 to USES |
16 Apr 2014 18:28:50
0.7.2_4 |
zeising  |
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well (Only the first 15 lines of the commit message are shown above ) |
16 Dec 2013 17:40:14
0.7.2_3 |
amdmi3  |
- Remove DOCS, NLS and EXAMPLES from OPTIONS_DEFAULT in my ports, as suggested
by Porter's Handbook |
17 Oct 2013 01:19:39
0.7.2_3 |
amdmi3  |
- Support staging
- Convert USE_GMAKE to USES
- Use new LIB_DEPENDS syntax
- Don't try to remove mtree directory |
20 Sep 2013 18:35:46
0.7.2_3 |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics) |
18 Jun 2013 11:46:52
0.7.2_3 |
amdmi3  |
- Trim Makefile headers
- Drop ABI versions from LIB_DEPENDS
- OptionsNG
- Pet portlint
- Switch to dynamic plist where useful |
19 Mar 2013 13:04:31
0.7.2_3 |
eadler  |
This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.
If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.
PR: ports/177081
Reviewed by: bapt
Approved by: portmgr (miwi) |
07 Aug 2012 16:56:18
0.7.2_3 |
amdmi3  |
- Fix another plist problem |
07 Aug 2012 16:38:08
0.7.2_3 |
amdmi3  |
- Fix plist |
04 Aug 2012 22:52:04
0.7.2_2 |
kwm  |
Switch from libglut to freeglut and retire libglut. Libglut hasn't been
developed in years and has been dropped from the MESA 8.0 distribution.
Freeglut is a rewrite of glut and is actively developed and is used by
many linux distributions instead of libglut.
Bump all ports that directly depend on libglut because of the shlib version
change.
There are some extra items in this patch.
*) Because freeglut doesn't have the same dependancies as libglut, some ports
need extra dependencies added to USE_XORG to make them build.
*) Mark graphics/f90gl broken, f90gl depends on a header that is only shipped
with libglut.
*) Remove option for libglut/freeglut selection in games/cake, only freeglut
remains now.
*) While here fix a png related build issue games/vegastrike.
Thanks to miwi for running the exp-run.
Approved by: portmgr (miwi)
Collaboration with: zeising@
Obtained from: xorg-dev staging area. |
23 Sep 2011 22:26:39
0.7.2_1 |
amdmi3  |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
03 Jul 2011 14:12:23
0.7.2_1 |
ohauer  |
-remove MD5 |
22 Aug 2009 17:36:57
0.7.2_1 |
marcus  |
Chase the fribidi shared lib bump. |
22 Aug 2009 00:23:13
0.7.2  |
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with G |
05 Jun 2009 22:47:23
0.7.2 |
amdmi3  |
The OpenGL Character Renderer (GLC) is a state machine that provides
OpenGL programs with character rendering services via an application
programming interface (API).
The character rendering services provided by GLC has some significant
advantages over platform specific interface such as GLX or WGL:
1. The GLC API is platform independent. Since most nontrivial GL
applications render characters, GLC is an important step toward the
goal of truly portable GL applications.
2. The GLC is simpler to use. Only two lines of GLC commands are
required to prepare for rendering characters.
3. GLC provides more ways to exploit the rendering power of OpenGL.
For example, a glyph can be drawn as a bitmap, a set of lines, a
set of triangles, or a textured rectangle. (Only the first 15 lines of the commit message are shown above ) |