Port details on branch 2024Q3 |
- fontconfig XML-based font configuration API for X Windows
- 2.15.0_3,1 x11-fonts
=0 2.15.0_3,1Version of this port present on the latest quarterly branch. - Maintainer: desktop@FreeBSD.org
 - Port Added: 2024-07-20 08:33:04
- Last Update: 2024-07-20 08:13:55
- Commit Hash: a87b77d
- License: MIT
- WWW:
- https://www.freedesktop.org/wiki/Software/fontconfig/
- Description:
- Fontconfig does the following:
* discover new fonts when installed automatically, removing a common source
of configuration problems.
* perform font name substitution, so that appropriate alternative fonts can
be selected if fonts are missing.
* identify the set of fonts required to completely cover a set of languages.
* have GUI configuration tools built as it uses an XML-based configuration
file (though with autodiscovery, we believe this need is minimized).
* efficiently and quickly find the fonts you need among the set of fonts
you have installed, even if you have installed thousands of fonts, while
minimzing memory usage.
* be used in concert with the X Render Extension and FreeType to implement
high quality, anti-aliased and subpixel rendered text on a display.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- fontconfig>0:x11-fonts/fontconfig
- To install the port:
- cd /usr/ports/x11-fonts/fontconfig/ && make install clean
- To add the package, run one of these commands:
- pkg install x11-fonts/fontconfig
- pkg install fontconfig
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: fontconfig
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1703411132
SHA256 (fontconfig-2.15.0.tar.xz) = 63a0658d0e06e0fa886106452b58ef04f21f58202ea02a94c39de0d3335d7c0e
SIZE (fontconfig-2.15.0.tar.xz) = 1447820
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:
-
- gperf : devel/gperf
- meson : devel/meson
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- python3.11 : lang/python311
- msgfmt : devel/gettext-tools
- Library dependencies:
-
- libfreetype.so : print/freetype2
- libexpat.so : textproc/expat2
- This port is required by:
- for Libraries
-
- devel/electron29
- devel/electron30
- graphics/librsvg2-rust
- graphics/poppler
- graphics/poppler-glib
- graphics/poppler-qt5
- graphics/poppler-qt6
Configuration Options:
- ===> The following configuration options are available for fontconfig-2.15.0_3,1:
BITMAPS=on: Enable bitmap fonts by default
DOCS=on: Build and/or install documentation
NLS=on: Native Language Support
TEST=off: Build and/or run tests
====> Preferred pixel hinting configuration: you have to select exactly one of them
HINTING_NONE=off: none
HINTING_SLIGHT=on: slight
HINTING_MEDIUM=off: medium
HINTING_FULL=off: full
===> Use 'make config' to modify these settings
- Options name:
- x11-fonts_fontconfig
- USES:
- cpe gperf meson pkgconfig python:build shebangfix tar:xz trigger gettext-tools
- pkg-message:
- If upgrading from < 2.13.92,1:
- Fontconfig 2.13.1 generated .uuid files in the fonts directory
which where not properly registered to the packages.
To clean them up, please execute the following command:
find /usr/local/share/fonts -type f -name .uuid
and delete the files at your discretion.
- Master Sites:
|