./fonts/fontconfig, Library for configuring and customizing font access

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2017Q1, Version: 2.12.1nb1, Package name: fontconfig-2.12.1nb1, Maintainer: pkgsrc-users

Fontconfig 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 [+/-]

Required to run:
[graphics/freetype2]

Required to build:
[pkgtools/cwrappers]

Master sites:

SHA1: 30d832b754fb10a3b70ebac750a38a0275438ad8
RMD160: 66907dbb317309bcb5013ea45c53dbf5050e6376
Filesize: 1571.192 KB

Version history: (Expand)


CVS history: (Expand)


   2017-06-13 21:19:53 by Benny Siegert | Files touched by this commit (3)
Log message:
Pullup ticket #5471 - requested by sevan
fonts/fontconfig: bugfix

Revisions pulled up:
- fonts/fontconfig/Makefile                                     1.98
- fonts/fontconfig/distinfo                                     1.56
- fonts/fontconfig/patches/patch-src_fccache.c                  1.1

---
   Module Name:    pkgsrc
   Committed By:   jperkin
   Date:           Tue May 30 16:53:14 UTC 2017

   Modified Files:
           pkgsrc/fonts/fontconfig: Makefile distinfo
   Added Files:
           pkgsrc/fonts/fontconfig/patches: patch-src_fccache.c

   Log message:
   Apply upstream patch for https://bugs.freedesktop.org/show_bug.cgi?id=97546
   which fixes cache generation on OSX.  Raised in joyent/pkgsrc#506.

   Bump PKGREVISION.