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

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


Branch: pkgsrc-2012Q3, Version: 2.10.1, Package name: fontconfig-2.10.1, 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:
[devel/libtool-base] [devel/pkg-config] [devel/gmake]

Master sites:

SHA1: e377cbe989cd22d3a10020309c906ecbbcac0043
RMD160: 5dab00198b010d6d9a2bc20864b24497f09745ce
Filesize: 1660.32 KB

Version history: (Expand)


CVS history: (Expand)


   2012-10-03 16:24:35 by Matthias Scheler | Files touched by this commit (2)
Log message:
Pullup ticket #3929 - requested by bsiegert
fonts/fontconfig: build fix

Revisions pulled up:
- fonts/fontconfig/distinfo                                     1.36
- fonts/fontconfig/patches/patch-src_fcstat.c                   1.1

---
   Module Name:    pkgsrc
   Committed By:   bsiegert
   Date:           Wed Oct  3 12:11:22 UTC 2012

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

   Log message:
   Fix fontconfig build on MirBSD. I will try to get a more proper fix
   integrated upstream. Everything in this patch is #ifdef __MirBSD__.