Port details |
- fcft Simple library for font loading and glyph rasterization
- 3.1.10 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: 2025-01-04 00:09:15
- Commit Hash: b2b9c58
- 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 = 1735821590
SHA256 (fcft-3.1.10.tar.gz) = 4f4807d708f3a195e9a3caaa1ff9171b678af63a7af1c470a8984d601a4514de
SIZE (fcft-3.1.10.tar.gz) = 732482
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.10:
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:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.1.10 04 Jan 2025 00:09:15 |
Jan Beich (jbeich) |
x11-fonts/fcft: update to 3.1.10
Changes: https://codeberg.org/dnkl/fcft/releases/tag/3.1.10
Reported by: upstream (via mail) |
3.1.9 23 Oct 2024 12:30:09 |
Jan Beich (jbeich) |
x11-fonts/fcft: update to 3.1.9
Changes: https://codeberg.org/dnkl/fcft/releases/tag/3.1.9
Reported by: upstream (via mail) |
3.1.8 27 Feb 2024 17:35:26 |
Jan Beich (jbeich) |
x11-fonts/fcft: update to 3.1.8
Changes: https://codeberg.org/dnkl/fcft/releases/tag/3.1.8
Reported by: upstream (via mail) |
3.1.7_1 12 Jan 2024 22:40:48 |
Muhammad Moinur Rahman (bofh) |
*/*: Sanitize MANPREFIX for meson ports
Approved by: portmgr |
3.1.7 15 Dec 2023 19:02:10 |
Jan Beich (jbeich) |
x11-fonts/fcft: update to 3.1.7
Changes: https://codeberg.org/dnkl/fcft/releases/tag/3.1.7
Reported by: upstream (via mail) |
3.1.6_1 21 Oct 2023 14:43:22 |
Daniel Engberg (diizzy) |
*/*: Treewide: Bump consumers of textproc/utf8proc
...after commit a71f6f1f41195fc156071640e2cd200541c21e52
Reported by: vvd |
3.1.6 14 Jul 2023 12:46:39 |
Jan Beich (jbeich) |
x11-fonts/fcft: update to 3.1.6
Changes: https://codeberg.org/dnkl/fcft/releases/tag/3.1.6
Reported by: upstream (via mail) |
3.1.5 20 Sep 2022 20:11:35 |
Jan Beich (jbeich) |
x11-fonts/fcft: update to 3.1.5
Changes: https://codeberg.org/dnkl/fcft/releases/tag/3.1.5
Reported by: upstream (via mail) |
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) |
3.1.4 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 ) |
3.1.4 06 Sep 2022 17:01:32 |
Jan Beich (jbeich) |
x11-fonts/fcft: update to 3.1.4
Changes: https://codeberg.org/dnkl/fcft/releases/tag/3.1.4
Reported by: upstream (via mail) |
3.1.3 22 Aug 2022 16:01:04 |
Jan Beich (jbeich) |
x11-fonts/fcft: update to 3.1.3
Changes: https://codeberg.org/dnkl/fcft/releases/tag/3.1.3
Reported by: upstream (via mail) |
3.1.2 19 May 2022 15:00:18 |
Jan Beich (jbeich) |
x11-fonts/fcft: update to 3.1.2
Changes: https://codeberg.org/dnkl/fcft/releases/tag/3.1.2
Reported by: upstream (via mail) |
3.1.1 01 May 2022 17:33:45 |
Jan Beich (jbeich) |
x11-fonts/fcft: update to 3.1.1
Changes: https://codeberg.org/dnkl/fcft/releases/tag/3.1.1
Reported by: upstream (via mail) |
3.1.0 01 May 2022 14:45:24 |
Jan Beich (jbeich) |
x11-fonts/fcft: update to 3.1.0
Changes: https://codeberg.org/dnkl/fcft/releases/tag/3.1.0
Reported by: upstream (via mail) |
3.0.1 06 Feb 2022 00:08:56 |
Jan Beich (jbeich) |
x11-fonts/fcft: update to 3.0.1
Changes: https://codeberg.org/dnkl/fcft/releases/tag/3.0.1
Reported by: upstream (via mail) |
3.0.0 05 Feb 2022 19:56:44 |
Jan Beich (jbeich) |
x11-fonts/fcft: update to 3.0.0
Changes: https://codeberg.org/dnkl/fcft/releases/tag/3.0.0
Reported by: upstream (via mail) |
2.5.1 08 Dec 2021 19:04:29 |
Jan Beich (jbeich) |
x11-fonts/fcft: update to 2.5.1
Changes: https://codeberg.org/dnkl/fcft/releases/tag/2.5.1
Reported by: upstream (via mail) |
2.5.0 13 Nov 2021 17:19:04 |
Jan Beich (jbeich) |
x11-fonts/fcft: update to 2.5.0
Changes: https://codeberg.org/dnkl/fcft/releases/tag/2.5.0
Reported by: upstream (via mail) |
2.4.6 23 Oct 2021 14:36:47 |
Jan Beich (jbeich) |
x11-fonts/fcft: update to 2.4.6
Changes: https://codeberg.org/dnkl/fcft/releases/tag/2.4.6
Reported by: upstream (via mail) |
2.4.5 14 Aug 2021 15:20:23 |
Jan Beich (jbeich) |
x11-fonts/fcft: update to 2.4.5
Changes: https://codeberg.org/dnkl/fcft/releases/tag/2.4.5
Reported by: upstream (via mail) |
2.4.4 22 Jul 2021 09:29:01 |
Jan Beich (jbeich) |
x11-fonts/fcft: update to 2.4.4
Changes: https://codeberg.org/dnkl/fcft/releases/tag/2.4.4
Reported by: upstream (via mail) |
2.4.3 19 Jul 2021 02:49:37 |
Jan Beich (jbeich) |
x11-fonts/fcft: update to 2.4.3
Changes: https://codeberg.org/dnkl/fcft/releases/tag/2.4.3
Reported by: upstream (via mail) |
2.4.2 07 Jul 2021 19:49:09 |
Jan Beich (jbeich) |
x11-fonts/fcft: update to 2.4.2
Changes: https://codeberg.org/dnkl/fcft/releases/tag/2.4.2
Reported by: upstream |
2.4.1 23 Jun 2021 19:12:45 |
Jan Beich (jbeich) |
x11-fonts/fcft: update to 2.4.1
Changes: https://codeberg.org/dnkl/fcft/releases/tag/2.4.1
Reported by: Repology |
2.4.0 07 May 2021 16:22:43 |
Jan Beich (jbeich) |
x11-fonts/fcft: update to 2.4.0
Changes: https://codeberg.org/dnkl/fcft/releases/tag/2.4.0
Reported by: Repology |
2.3.3 15 Apr 2021 00:45:07 |
Jan Beich (jbeich) |
x11-fonts/fcft: update to 2.3.3
Changes: https://codeberg.org/dnkl/fcft/releases/tag/2.3.3
Reported by: Repology |
2.3.2_1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.3.2_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.3.2_1 21 Dec 2020 21:39:46 |
jbeich |
x11-fonts/fcft: apply upstream crashfix
$ fnott &
$ notify-send "this is the summary" "this is the body"
$ fnottctl quit
Assertion failed: (fcCacheChains[i] == NULL), function FcCacheFini, file
fccache.c, line 807.
(lldb) bt
* thread #1, name = 'fnott', stop reason = signal SIGABRT
* frame #0: 0x00000008005eb30a libc.so.7`__sys_thr_kill at thr_kill.S:4
frame #1: 0x0000000800556ff4 libc.so.7`__raise(s=6) at raise.c:52:10
frame #2: 0x0000000800616be9 libc.so.7`abort at abort.c:67:8
frame #3: 0x0000000800537b91 libc.so.7`__assert(func=<unavailable>,
file=<unavailable>, line=<unavailable>, failedexpr=<unavailable>) at
assert.c:51:2
frame #4: 0x0000000800922b94 libfontconfig.so.1`FcCacheFini at
fccache.c:807:6
frame #5: 0x000000080093eafd libfontconfig.so.1`IA__FcFini at fcinit.c:205:5
frame #6: 0x0000000800434989 libfcft.so.3`fini at fcft.c:233:5
frame #7: 0x0000000800247906
ld-elf.so.1`objlist_call_fini(list=<unavailable>, root=<unavailable>,
lockstate=<unavailable>) at rtld.c:2761:4
frame #8: 0x00000008002401c9 ld-elf.so.1`rtld_exit at rtld.c:3148:5
frame #9: 0x00000008006170ae libc.so.7`__cxa_finalize(dso=<unavailable>) at
atexit.c:240:5
frame #10: 0x0000000800617711 libc.so.7`exit(status=0) at exit.c:74:2
frame #11: 0x000000000020c866 fnott`_start(ap=<unavailable>,
cleanup=<unavailable>) at crt1_c.c:75:2 |
2.3.2 20 Dec 2020 16:54:11 |
jbeich |
x11/fuzzel: add new port
Fuzzel is a Wayland-native application launcher, similar to rofi's
'drun' mode.
Features:
- Wayland native
- Rofi drun-like mode of operation
- dmenu mode where newline separated entries are read from stdin
- Emacs key bindings
- Icons!
- Remembers frequently launched applications
https://codeberg.org/dnkl/fuzzel |