Commit graph

10 commits

Author SHA1 Message Date
Blair Sadewitz
0e0e1d31ec Xft (2.0) provides a client-side font API for X applications. It uses
Fontconfig to select fonts and the X protocol for rendering them. When
available, Xft uses the Render extension to accelerate text drawing.
When Render is not available, Xft uses the core protocol to draw
client-side glyphs. This provides completely compatible support of
client-side fonts for all X servers.

Xft (2.0) hides most of the underlying system details so that developers
can confidently use its API to access client-side fonts in any X
environment.

I will try to track the most current tarball available.
2007-01-23 13:35:09 +00:00
Jörg Sonnenberger
35931bcd7c Third batch of packages moved to pkgsrc. 2006-11-03 22:17:10 +00:00
Jeremy C. Reed
0130621eac Include bsd.prefs.mk before checking X11_TYPE. 2006-10-13 16:50:51 +00:00
Jeremy C. Reed
288de19752 Include bsd.prefs.mk before checking X11_TYPE. 2006-10-13 13:28:47 +00:00
Jeremy C. Reed
4cde4a8152 If X11_TYPE is native, then set some configure environment
variables so pkg-config will be bypassed.
2006-10-13 12:22:58 +00:00
Jeremy C. Reed
3a61d7f660 If X11_TYPE is "native" then include the x11.buildlink3.mk. 2006-10-13 12:21:21 +00:00
Jeremy C. Reed
ec51f3f017 Update.
ChangeLog has:

2006-06-06  Daniel Stone  <daniel@freedesktop.org>

* configure.ac:
Bump to 2.1.10.

* include/X11/Xft/Xft.h:
* src/xftname.c:
Add XftNameUnparse to the public API.

2006-06-03  Daniel Stone  <daniel@freedesktop.org>

* configure.ac:
* include/X11/Xft/Xft.h:
Bump to 2.1.9.

* src/*.c:
* include/X11/Xft/Xft.h:
Bug #4711: Don't export unnecessary symbols.  (Alan Coopersmith)
2006-07-27 22:07:16 +00:00
Jeremy C. Reed
5ac19ce458 This conflicts with Xft2. 2006-06-17 21:54:24 +00:00
Jeremy C. Reed
25191ac2ab Add entry for xft-config.1 man page.
And add comment for a directory this uses.
2006-04-13 02:26:22 +00:00
Jeremy C. Reed
057afc5120 Import libXft from modular x.org.
This was partially based on the the existing fonts/Xft2 package.

The fonts/Xft2 package is from an unmaintained source.
2006-04-13 02:18:59 +00:00