| Port details on branch 2021Q3 |
- fcft Simple library for font loading and glyph rasterization
- 2.4.5 x11-fonts
=0 2.4.5Version of this port present on the latest quarterly branch. - Maintainer: jbeich@FreeBSD.org
 - Port Added: 2021-07-10 01:02:11
- Last Update: 2021-08-14 15:21:06
- Commit Hash: 071875c
- 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.
WWW: https://codeberg.org/dnkl/fcft
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- 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 = 1628931705
SHA256 (fcft-2.4.5.tar.gz) = b17fcf556e2beecacd0b5dbcdf4441b737850576446f33342a3577b6afd09ee9
SIZE (fcft-2.4.5.tar.gz) = 403734
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- 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
- 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
- This port is required by:
- for Libraries
-
- x11/foot
- x11/fuzzel
Configuration Options:
- ===> The following configuration options are available for fcft-2.4.5:
HARFBUZZ=on: HarfBuzz for text shaping
===> 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:
|