Path to this page:
./
fonts/fontconfig,
Library for configuring and customizing font access
Branch: CURRENT,
Version: 2.15.0,
Package name: fontconfig-2.15.0,
Maintainer: pkgsrc-usersFontconfig is a library for configuring and customizing font access.
Fontconfig can:
* 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 minimizing 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.
Fontconfig does not:
* render the fonts themselves (this is left to FreeType or other
rendering mechanisms).
* depend on the X Window System in any fashion, so that printer only
applications do not have such dependencies.
DEINSTALL [+/-]# $NetBSD: DEINSTALL,v 1.1 2006/09/17 18:20:20 joerg Exp $
VARBASE="@VARBASE@"
case ${STAGE} in
DEINSTALL)
${RM} -rf ${VARBASE}/cache/fontconfig
;;
esac
Required to run:[
graphics/freetype2] [
lang/python310]
Master sites:
Filesize: 1413.887 KB
Version history: (Expand)
- (2023-12-30) Updated to version: fontconfig-2.15.0
- (2023-11-12) Updated to version: fontconfig-2.14.2nb3
- (2023-08-14) Updated to version: fontconfig-2.14.2nb2
- (2023-04-29) Updated to version: fontconfig-2.14.2nb1
- (2023-01-31) Updated to version: fontconfig-2.14.2
- (2023-01-30) Updated to version: fontconfig-2.14.1nb1
CVS history: (Expand)
2024-01-13 21:07:34 by Taylor R Campbell | Files touched by this commit (24) |
Log message:
*/builtin.mk: Use ${_CROSS_DESTDIR:U} for build-time file checks.
These are questions about the target system, whose files at
build-time are all relative to ${_CROSS_DESTDIR} if it is defined,
i.e., if USE_CROSS_COMPILE is set to yes.
No change to native builds because ${_CROSS_DESTDIR:U} is empty in
them. (Possible minor change by adding :Q to ${H_FOO} in command
lines, but if this makes a difference it likely fixes problems.)
|
2023-12-30 11:21:52 by Thomas Klausner | Files touched by this commit (5) | |
Log message:
fontconfig: update to 2.15.0.
2.15
Akira TAGOH (39):
Do not change the order of orth files
Convert tabs to spaces
Convert more tabs to spaces in docs
src/meson.build: Store correct paths to fontconfig.pc.
Fix a typo in description for HAVE_STDATOMIC_PRIMITIVES
Report more detailed logs instead of assertion.
Add some missing constant names for weight.
Adujst indentation between programlisting in fontconfig-user.sgml
Bump version to 2.14.2
Clean up unused code
Add another test case for flatpak
Update 65-nonlatin.conf for macOS
Change the order of the properties to the order of fontconfig cache format
Add missing property descriptions
Add namedinstance property
Remove the problematic language from code and doc
Fix a typo
Fix a typo for FcCharSetDelChar doc
Fix a typo in scalable property
Use 'outline' instead of 'scalable' for bitmaps
Add more docs about selectfont
Rework CI implementation
Fix a typo
Rework CI implementation v2
Apply a fix of ci-templates
Fix uninitialized memory access when failing memory allocation.
Create a symlink with relative path
Fix an error of "initializer element is not constant"
Update CaseFolding.txt to Unicode 15.1
Update the encoding table for Simplified Chinese
Retry to decode strings in the name table as UTF-16BE in some cases.
Work around decoding strings in Macintosh encoding for the name table.
Add iconv detection for meson build
.gitlab-ci: Update
CI: Update
CI: static build only for rawhide
Use memmove instead of memcpy
Rename README to NEWS and add README.md
Update so version
Ben Wagner (1):
Fix leak of `reason` in _FcConfigParse when not complaining
Jean Abou Samra (2):
Ignore LC_CTYPE if set to "UTF-8"
Some doc clarifications
Khaled Hosny (2):
Add FC_FONT_WRAPPER
Detect standalone CFF fonts for FC_FONT_WRAPPER
Mike FABIAN (3):
Add anp.orth, bhb.orth, hif.orth, mag.orth, raj.orth, and the.orth
Add \
{agr,ayc,bem,ckb,cmn,dsb,hak,lij,lzh,mfe,mhr,miq,mjw,mnw,nan,nhn,niu,rif,sgs,shn \
,szl,tcy,tpi,unm,wae,yue,yuw}.orth
Change index type to 16 bit and bump cache version to 9
Ondrej Balaz (1):
Expand ~ in glob
Sefa Eyeoglu (1):
Add optional 11-lcdfilter-none configuration
Tom Anderson (2):
Fix filepaths added when scanning with sysroot
Fix false-positive CFI failure
Vitaly Lysenkov (1):
In fcfreetype.c, `GetScriptTags`: fix `use_of_uninitialized_value` and \
return the correct number of parsed tags in case the font file contains less \
tags than indicated.
Xavier Claessens (1):
meson: Support any compiler with gcc or msvc argument syntax
lilinjie (1):
fix typo
msizanoen1 (1):
Reload MM/VF metadata for each font face in font collection
pell (1):
fixed typos in fc-conflist.sgml
xiota (1):
Add aliases for Helvetica LT Std
|
2023-11-23 12:03:04 by Jonathan Perkin | Files touched by this commit (1) |
Log message:
fontconfig: Remove PYTHON_FOR_BUILD_ONLY=yes.
This should really have been "tool" all along, and now that tool.mk \
defaults to
that we can remove it completely.
|
2023-11-12 14:24:43 by Thomas Klausner | Files touched by this commit (2570) |
Log message:
*: revebump for new brotli option for freetype2
Addresses PR 57693
|
2023-08-14 07:25:36 by Thomas Klausner | Files touched by this commit (1247) |
Log message:
*: recursive bump for Python 3.11 as new default
|
2023-04-28 23:52:18 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Drop runtime dependency on Python. Bump revision.
|
2023-01-29 22:18:34 by Ryo ONODERA | Files touched by this commit (2527) |
Log message:
*: Recursive revbup from graphics/freetype2
|
2023-01-20 14:10:09 by Thomas Klausner | Files touched by this commit (12) | |
Log message:
fontconfig: update to 2.14.1.
Changes not found.
|