notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
I started running short on disk space for the non-production FreshPorts hosts. This time, I have decided to ask for donations. See my recent blog post which points to my Patreon account.
Port details on branch 2025Q3
fcft Simple library for font loading and glyph rasterization
3.3.2 x11-fonts on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 3.3.2Version of this port present on the latest quarterly branch.
Maintainer: jbeich@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2025-07-17 00:57:04
Last Update: 2025-07-17 00:55:42
Commit Hash: d27d7eb
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
pkg-plist: as obtained via: make generate-plist
Expand this list (34 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/fcft-3.3.2/catalog.mk
  3. /usr/local/share/licenses/fcft-3.3.2/LICENSE
  4. /usr/local/share/licenses/fcft-3.3.2/MIT
  5. include/fcft/fcft.h
  6. include/fcft/stride.h
  7. lib/libfcft.so
  8. lib/libfcft.so.4
  9. lib/libfcft.so.4.3.2
  10. libdata/pkgconfig/fcft.pc
  11. share/doc/fcft/CHANGELOG.md
  12. share/doc/fcft/LICENSE
  13. share/doc/fcft/README.md
  14. share/man/man3/fcft_capabilities.3.gz
  15. share/man/man3/fcft_clone.3.gz
  16. share/man/man3/fcft_destroy.3.gz
  17. share/man/man3/fcft_fini.3.gz
  18. share/man/man3/fcft_font_options_create.3.gz
  19. share/man/man3/fcft_font_options_destroy.3.gz
  20. share/man/man3/fcft_from_name.3.gz
  21. share/man/man3/fcft_from_name2.3.gz
  22. share/man/man3/fcft_init.3.gz
  23. share/man/man3/fcft_kerning.3.gz
  24. share/man/man3/fcft_log_init.3.gz
  25. share/man/man3/fcft_precompose.3.gz
  26. share/man/man3/fcft_rasterize_char_utf32.3.gz
  27. share/man/man3/fcft_rasterize_grapheme_utf32.3.gz
  28. share/man/man3/fcft_rasterize_text_run_utf32.3.gz
  29. share/man/man3/fcft_set_emoji_presentation.3.gz
  30. share/man/man3/fcft_set_scaling_filter.3.gz
  31. share/man/man3/fcft_text_run_destroy.3.gz
  32. @owner
  33. @group
  34. @mode
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • fcft>0:x11-fonts/fcft
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 = 1752658837 SHA256 (fcft-3.3.2.tar.gz) = 79e52aaafc0b57fa2b68ed6127de13e98318050399a939691b8ca30d44d48591 SIZE (fcft-3.3.2.tar.gz) = 735328

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: pkg-fallout
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. tllist>=1.0.1 : devel/tllist
  2. scdoc : textproc/scdoc
  3. scdoc : textproc/scdoc
  4. meson : devel/meson
  5. ninja : devel/ninja
  6. pkgconf>=1.3.0_1 : devel/pkgconf
  7. pixman-1.pc : x11/pixman
Runtime dependencies:
  1. pixman-1.pc : x11/pixman
Library dependencies:
  1. libfreetype.so : print/freetype2
  2. libfontconfig.so : x11-fonts/fontconfig
  3. libharfbuzz.so : print/harfbuzz
  4. libutf8proc.so : textproc/utf8proc
This port is required by:
for Libraries
  1. x11/sandbar

Configuration Options:
===> The following configuration options are available for fcft-3.3.2: 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:
Expand this list (1 items)
Collapse this list.
  1. https://codeberg.org/dnkl/fcft/archive/3.3.2.tar.gz?dummy=/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
3.3.2
17 Jul 2025 00:55:42
commit hash: d27d7eb0327506475ddfde4bc9b99c6ec0cb4014commit hash: d27d7eb0327506475ddfde4bc9b99c6ec0cb4014commit hash: d27d7eb0327506475ddfde4bc9b99c6ec0cb4014commit hash: d27d7eb0327506475ddfde4bc9b99c6ec0cb4014 files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
x11-fonts/fcft: update to 3.3.2

Changes:	https://codeberg.org/dnkl/fcft/releases/tag/3.3.2
Reported by:	upstream (via mail)

(cherry picked from commit 60cab33c8c56d9fdec85a22f53c92abcafe3eced)

Number of commits found: 1