2003-03-13 21:38:42 by Matthias Scheler | Files touched by this commit (1) |
Log message:
Use XFree86 4.3.0's "fontconfig" if available.
|
2003-03-09 14:26:54 by Julio Merino | Files touched by this commit (2) |
Log message:
Drop maintainership. I don't understand how this package really works and
all the magic needed to get it working with the versions included with
XFree86. Other people will do a better job than me.
|
2003-03-09 07:13:31 by James Chacon | Files touched by this commit (1) |
Log message:
Bump PKGREVISION
|
2003-03-09 07:12:14 by James Chacon | Files touched by this commit (1) |
Log message:
Make same change for this by requiring at least freetype2 2.0.9
|
2003-01-28 23:04:37 by Johnny C. Lam | Files touched by this commit (176) |
Log message:
Instead of including bsd.pkg.install.mk directly in a package Makefile,
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set
to "YES". This enforces the requirement that bsd.pkg.install.mk be
included at the end of a package Makefile. Idea suggested by Julio M.
Merino Vidal <jmmv at menta.net>.
|
2003-01-21 15:25:32 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Install two more man pages, requested by Christian Hattemer. PKGREVISION=3.
|
2002-12-25 04:06:03 by grant beattie | Files touched by this commit (1) |
Log message:
Add MESSAGE to note running 'fc-cache'.
>From Eric Gillespie in private mail.
|
2002-12-24 07:10:36 by Thomas Klausner | Files touched by this commit (156) |
Log message:
Bump PKGREVISION because of dependency on latest freetype2 or glib2
package and library major bumps therein.
Also match dependency in corresponding buildlink2.mk's for the same reason.
Mmmm, binary packages.
|
2002-12-12 23:30:15 by Julio Merino | Files touched by this commit (2) |
Log message:
Install fontconfig(3) manpage. Bump PKGREVISION to 1.
|
2002-12-11 21:12:48 by Julio Merino | Files touched by this commit (10) | |
Log message:
Initial import of fontconfig, version 2.1. Description follows:
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 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.
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.
Approved by wiz.
|