Path to this page:
./
fonts/fontconfig,
Library for configuring and customizing font access
Branch: pkgsrc-2016Q2,
Version: 2.12.1,
Package name: fontconfig-2.12.1,
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]
Master sites:
SHA1: 30d832b754fb10a3b70ebac750a38a0275438ad8
RMD160: 66907dbb317309bcb5013ea45c53dbf5050e6376
Filesize: 1571.192 KB
Version history: (Expand)
- (2016-09-18) Updated to version: fontconfig-2.12.1
- (2016-07-07) Package has been reborn
- (2016-07-06) Package added to pkgsrc.se, version fontconfig-2.12.0 (created)
CVS history: (Expand)
2016-09-18 17:11:22 by S.P.Zeidler | Files touched by this commit (2) | |
Log message:
Pullup ticket #5084 - requested by bsiegert
fonts/fontconfig: security update
Revisions pulled up:
- fonts/fontconfig/Makefile 1.96
- fonts/fontconfig/distinfo 1.55
-------------------------------------------------------------------
Module Name: pkgsrc
Committed By: wiz
Date: Fri Aug 19 12:52:30 UTC 2016
Modified Files:
pkgsrc/fonts/fontconfig: Makefile distinfo
Log message:
Updated fontconfig to 2.12.1.
I've released 2.12.1 containing some fixes:
- IMPORTANT: properly validate offsets in cache files. see changelog and
CVE-2016-5384 for more details. thanks to Tobias Stoeckmann for catching
this up!
- build issues regarding to Python.
- add --with-default-hinting to configure.
- fix segfault in FcWeightFromOpenType()
To generate a diff of this commit:
cvs rdiff -u -r1.95 -r1.96 pkgsrc/fonts/fontconfig/Makefile
cvs rdiff -u -r1.54 -r1.55 pkgsrc/fonts/fontconfig/distinfo
-------------------------------------------------------------------
Module Name: pkgsrc
Committed By: wiz
Date: Sun Sep 18 13:18:20 UTC 2016
Modified Files:
pkgsrc/fonts/fontconfig: Makefile
Log message:
Fix build with native X.org.
The installed version of this library was found and used instead of the
one build by the package, leading to problems when the pkgsrc one had
symbols the native one doesn't have. Add libtool path to compiler
search path to fix this.
>From spz.
To generate a diff of this commit:
cvs rdiff -u -r1.96 -r1.97 pkgsrc/fonts/fontconfig/Makefile
|