Port details |
- freetype-gl C OpenGL Freetype engine library
- 1.0 graphics =2 g20240122Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2021-03-17 22:30:17
- Last Update: 2025-01-21 09:21:20
- Commit Hash: fe66f54
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: BSD2CLAUSE
- WWW:
- https://github.com/rougier/freetype-gl
- Description:
- A small library for displaying Unicode in OpenGL using a single texture and a
single vertex buffer.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- freetype-gl>0:graphics/freetype-gl
- To install the port:
- cd /usr/ports/graphics/freetype-gl/ && make install clean
- To add the package, run one of these commands:
- pkg install graphics/freetype-gl
- pkg install freetype-gl
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: freetype-gl
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1737446321
SHA256 (rougier-freetype-gl-v1.0_GH0.tar.gz) = 47e2e8d35c991a482136ce0614cda078841c24ae29359f9865350d4923817aec
SIZE (rougier-freetype-gl-v1.0_GH0.tar.gz) = 12214196
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:
-
- cmake : devel/cmake-core
- xorgproto>=0 : x11/xorgproto
- xorgproto>=0 : x11/xorgproto
- Test dependencies:
-
- ImageMagick7-nox11>=7 : graphics/ImageMagick7@nox11
- Library dependencies:
-
- libfreetype.so : print/freetype2
- libGL.so : graphics/libglvnd
- libGLEW.so : graphics/glew
- libGLU.so : graphics/libGLU
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for freetype-gl-1.0:
DEMOS=off: Build and install demo programs
===> Use 'make config' to modify these settings
- Options name:
- graphics_freetype-gl
- USES:
- cmake:noninja gl magick:test,nox11
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0 21 Jan 2025 09:21:20 |
Yuri Victorovich (yuri) |
graphics/freetype-gl: update g20240122 → 1.0
Reported by: portscout |
g20240122 23 Apr 2024 03:34:49 |
Yuri Victorovich (yuri) |
graphics/freetype-gl: update g20210208 → g20240122 |
g20210208_4 30 Apr 2023 11:10:42 |
Felix Palmen (zirias) |
Mk/Uses/magick.mk: Bump all consumers
Bump all consumers of ImageMagick ports after flavorizing them.
Approved by: tcberner (mentor, implicit) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
g20210208_3 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
g20210208_3 11 Dec 2021 13:50:53 |
Tobias C. Berner (tcberner) |
framework: Add new USES 'magick' for graphics/ImageMagick*
A new USES has been added to depend on ImageMagick.
USES=magick
adds a LIB_DEPENDS on graphics/ImageMagick${IMAGEMAGICK_DEFAULT}.
If a specific version is required, use for example
USES=magick:6 resp. USES=magick:7
If only a build, run or test is required, use for example
USES=magick:build resp. USES=magick:6,build,test (Only the first 15 lines of the commit message are shown above ) |
g20210208_3 22 Jun 2021 18:53:08 |
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 |
g20210208_2 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
g20210208_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
g20210208_2 18 Mar 2021 22:01:40 |
yuri |
graphics/freetype-gl: Add DEMO option to install demo programs
because they are nice programs. |
g20210208_1 18 Mar 2021 18:56:47 |
yuri |
graphics/freetype-gl: Add missing link flags for GLEW and freetype libraries |
g20210208 18 Mar 2021 08:10:42 |
yuri |
graphics/freetype-gl: Use ${IMAGEMAGICK_DEFAULT}
Reported by: danfe |
g20210208 17 Mar 2021 22:29:38 |
yuri |
New port: graphics/freetype-gl: C OpenGL Freetype engine library |