Port details on branch 2023Q1 |
- fcft Simple library for font loading and glyph rasterization
- 3.1.9 x11-fonts =3 3.1.9Version of this port present on the latest quarterly branch.
- Maintainer: jbeich@FreeBSD.org
- Port Added: 2020-12-20 16:54:50
- Last Update: 2024-10-23 12:30:09
- Commit Hash: 4936412
- People watching this port, also watch:: qtkeychain-qt5, py39-treq, py311-Automat, linux-c7-atk, py39-beautifulsoup
- License: MIT
- WWW:
- https://codeberg.org/dnkl/fcft
- Description:
- fcft is a small font loading and glyph rasterization library built
on-top of FontConfig, FreeType2 and pixman.
It can load and cache fonts from a fontconfig-formatted name string,
e.g. "Monospace:size=12", optionally with user configured fallback fonts.
After a font has been loaded, you can rasterize glyphs. When doing so,
the primary font is first considered. If it does not have the
requested glyph, the user configured fallback fonts (if any) are
considered. If none of the user configured fallback fonts has the
requested glyph, the FontConfig generated list of fallback fonts are
checked.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/x11-fonts/fcft/ && make install clean
- To add the package, run one of these commands:
- pkg install x11-fonts/fcft
- pkg install fcft
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: fcft
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1729669932
SHA256 (fcft-3.1.9.tar.gz) = 4b7e3b2ab7e14f532d8a9cb0f2d3b0cdf9d2919b95e6ab8030f7ac87d059c2b6
SIZE (fcft-3.1.9.tar.gz) = 701854
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:
-
- tllist>=1.0.1 : devel/tllist
- scdoc : textproc/scdoc
- scdoc : textproc/scdoc
- meson : devel/meson
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- pixman-1.pc : x11/pixman
- Runtime dependencies:
-
- pixman-1.pc : x11/pixman
- Library dependencies:
-
- libfreetype.so : print/freetype2
- libfontconfig.so : x11-fonts/fontconfig
- libharfbuzz.so : print/harfbuzz
- libutf8proc.so : textproc/utf8proc
- This port is required by:
- for Libraries
-
- x11/dwlb
- x11/fnott
- x11/foot
- x11/fuzzel
- x11/sandbar
Configuration Options:
- ===> The following configuration options are available for fcft-3.1.9:
DOCS=on: Build and/or install documentation
HARFBUZZ=on: Shaping of individual grapheme clusters via HarfBuzz
UTF8PROC=on: Shaping of whole text runs via libutf8proc
===> Use 'make config' to modify these settings
- Options name:
- x11-fonts_fcft
- USES:
- compiler:c11 meson pkgconfig xorg
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|