Port details on branch 2023Q3 |
- fcft Simple library for font loading and glyph rasterization
- 3.1.6 x11-fonts =0 3.1.6Version of this port present on the latest quarterly branch.
- Maintainer: jbeich@FreeBSD.org
- Port Added: 2023-07-14 12:51:25
- Last Update: 2023-07-14 12:48:15
- Commit Hash: fcc452f
- 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:
-
- 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 = 1689330539
SHA256 (fcft-3.1.6.tar.gz) = 95797f945faf407cb658efe6e5dcf0cc3ab08ef01e159383f9cf7cf5ee257506
SIZE (fcft-3.1.6.tar.gz) = 699121
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
- 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
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for fcft-3.1.6:
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:
|