The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD x11-fonts : libXft

A client-sided font API for X applications

 The current version of Xft 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. 

-- keithp 

http://fontconfig.org/



libXft history


v. 1.44
date: 2007/05/19 20:29:31;  author: flz;  state: Exp;  lines: +7 -20
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.

v. 1.43 date: 2007/03/26 19:56:40; author: mezz; state: Exp; lines: +1 -1 Portlint: -INSTALLS_SHLIB -> USE_LDCONFIG.
v. 1.42 date: 2007/02/02 17:06:23; author: pav; state: Exp; lines: +1 -7 - Remove support for xfree86-3 PR: ports/106666 Submitted by: vd With hat: portmgr
v. 1.41 date: 2007/02/01 02:42:02; author: kris; state: Exp; lines: +1 -0 Use libtool port instead of included version to avoid objformat a.out botch
v. 1.40 date: 2006/10/31 22:02:06; author: marcus; state: Exp; lines: +6 -6 Disable the CJK patchset as it is no longer needed after the recent freetype2 update. Reported by: jkim
v. 1.39 date: 2006/05/16 05:35:53; author: mezz; state: Exp; lines: +4 -4 portlint: -Use lowercase letter in the begin of IGNORE. -Replace some spaces by tabs. -Remove a whitespace.
v. 1.38 date: 2006/02/23 10:40:03; author: ade; state: Exp; lines: +2 -1 Conversion to a single libtool environment. Approved by: portmgr (kris)
v. 1.37 date: 2006/01/21 18:55:31; author: lesi; state: Exp; lines: +0 -6 Fixups after removal of separate mtree file for X_WINDOW_SYSTEM=XOrg case.
v. 1.36 date: 2005/12/17 19:39:35; author: pav; state: Exp; lines: +7 -0 - Add WITH_CJK patches PR: ports/90523 Submitted by: lwj
v. 1.35 date: 2005/11/15 06:51:49; author: ade; state: Exp; lines: +1 -1 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
v. 1.34 date: 2005/11/10 09:52:51; author: pav; state: Exp; lines: +0 -7 - Remove CJK patch; it does not compile anymore - Add SHA256 PR: ports/88783 Submitted by: chinsan
v. 1.33 date: 2005/07/15 20:39:57; author: pav; state: Exp; lines: +4 -3 - Update CJK patch to fix bug which caused Firefox to crash on startup Submitted by: chinsan
v. 1.32 date: 2005/07/15 15:40:37; author: pav; state: Exp; lines: +6 -0 - Readd WITH_CJK knob with an updated patch Submitted by: nobutaka
v. 1.31 date: 2005/07/14 13:13:52; author: pav; state: Exp; lines: +0 -6 - Remove WITH_CJK knob and patch, it was merged into 2.1.7 Submitted by: chinsan
v. 1.30 date: 2005/07/14 05:01:51; author: marcus; state: Exp; lines: +3 -4 Update to 2.1.7.
v. 1.29 date: 2005/06/15 02:42:12; author: lesi; state: Exp; lines: +6 -0 Fix up plist after modifications to mtree (BSD.x11-4.dist rev. 1.27).
v. 1.28 date: 2005/03/27 23:54:40; author: marcus; state: Exp; lines: +1 -0 Fix a crash that can occur when using TrueType fonts. This should have gone in with X.Org 6.8.2, but since we're using the external libXft library, it was missed. Reported by: adamw Obtained from: Freedesktop.org CVS Approved by: portmgr (implicit)
v. 1.27 date: 2005/03/16 08:23:29; author: marcus; state: Exp; lines: +2 -1 Update to the latest Firefly patchset. This patchset makes CJK TrueType fonts prettier. PR: 78886 Submitted by: hamigua
v. 1.26 date: 2005/02/19 07:36:26; author: marcus; state: Exp; lines: +2 -1 Use an alternate (working) MASTER_SITE which only has bzip2 distfiles.
v. 1.25 date: 2004/11/21 22:03:48; author: marcus; state: Exp; lines: +5 -0 Add the Firefly font patchset. This patchset is mainly used to make CJK TrueType fonts look prettier. Various enhancements like bold, italic, readability, and embedded bitmap font help a CJK X desktop a great deal. To enable this patchset, define WITH_CJK while building these ports (pango, fontconfig, libXft, and freetype2). PR: 73083 Submitted by: clive Obtained from: Hamigua (I think)
v. 1.24 date: 2004/07/23 19:10:23; author: anholt; state: Exp; lines: +2 -2 - Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk, and make XFREE86_VERSION map to it. XFREE86_VERSION is now deprecated. - Make xorg the default X_WINDOW_SYSTEM on -current. - Add several new X_*_PORT variables which point to various pieces of X11 based on the setting of X_WINDOW_SYSTEM, and make ports use them. - Add information to CHANGES about how to handle the transition. PR: ports/68763 Approved by: portmgr (marcus) Approved by: re (scottl)
v. 1.23 date: 2004/03/22 19:08:27; author: marcus; state: Exp; lines: +1 -2 Update to 2.1.6 with the official freetype2-2.1.7 fix.
v. 1.22 date: 2004/03/19 09:16:28; author: marcus; state: Exp; lines: +1 -0 Revert a portion of the font rendering code that enforces strict bitmap font sizes. This was causing a problem loading certain fonts. This code is now equivalent to Xft-2.1.2.
v. 1.21 date: 2004/03/16 20:33:24; author: marcus; state: Exp; lines: +3 -5 Add libXft after a repo-copy from Xft and update to 2.1.5. libXft is simply a renamed version of the Xft port after it was added to the Freedesktop X11 libs project.
v. 1.20 date: 2004/02/04 05:09:59; author: marcus; state: Exp; lines: +1 -0 Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. (Part 1)
v. 1.19 date: 2003/11/17 12:29:08; author: trevor; state: Exp; lines: +0 -1 USE_REINPLACE need be defined only when REINPLACE_CMD is used.
v. 1.18 date: 2003/09/18 15:09:59; author: marcus; state: Exp; lines: +1 -1 Add a new MASTER_SITE since the Fontconfig site went away.
v. 1.17 date: 2003/05/14 21:06:40; author: marcus; state: Exp; lines: +6 -18 Update to 2.1.2. This wraps up a lot of our patches, and fixes some other rendering bugs.
v. 1.16 date: 2003/04/25 14:55:39; author: marcus; state: Exp; lines: +1 -1 Add a patch to fix PCF glyph problems. Obtained from: Xft CVS
v. 1.15 date: 2003/04/06 20:37:06; author: marcus; state: Exp; lines: +1 -1 Fix a segfault that can occur when mixing RENDER and non-RENDER fonts. Obtained from: XFree86 CVS
v. 1.14 date: 2003/04/04 20:23:31; author: marcus; state: Exp; lines: +2 -1 fontconfig-config is no longer installed. Therefore, Xft wasn't being linked against libfontconfig. This broke KDE since KDE expected libfontconfig to be imported via Xft. GNOME was okay since it uses pkg-config, and explicitly linked against fontconfig. Reported by: Benjamin Lutz Bjarne Wichmann Petersen
v. 1.13 date: 2003/04/04 16:01:55; author: marcus; state: Exp; lines: +1 -11 Revert previous commit since it caused an infinite recursion loop in XFree86-clients. I'll commit this to pango instead. Requested by: will
v. 1.12 date: 2003/04/04 06:55:23; author: marcus; state: Exp; lines: +12 -4 Borrow a little from kdelibs3, and add a dependency on the scalable fonts. Also, run fc-cache here as well as in fontconfig just to make sure we have some fonts installed.
v. 1.11 date: 2003/03/28 18:34:20; author: marcus; state: Exp; lines: +3 -0 Make sure the include directory exists before trying to copy files into it. PR: 50392 Submitted by: edwin
v. 1.10 date: 2003/03/02 17:16:46; author: marcus; state: Exp; lines: +1 -1 Sync with XFree86 4.3.0 release. * Finishes off the UTF-16 APIs * Fixes bugs with non-Render enabled servers * Adds a missing zero-sized check to one of the core rendering routines Obtained from: XFree86 CVS
v. 1.9 date: 2003/02/22 21:19:59; author: marcus; state: Exp; lines: +7 -1 * Install the Xft manpage * De-pkg-comment
v. 1.8 date: 2003/02/18 04:51:30; author: anholt; state: Exp; lines: +1 -0 Remove the renaming of Xft headers and library from the Xft (Xft2) port. Remove installing of Xft1 from XFree86-4-libraries, and add dependencies to the Xft port by all the ports that use it along with whatever patches are necessary. Approved by: portmgr (kris), marcus
v. 1.7 date: 2003/01/25 06:12:33; author: green; state: Exp; lines: +0 -1 Noone cares about having ports that actually build and then don't crash, so why should I?
v. 1.6 date: 2003/01/25 05:23:25; author: green; state: Exp; lines: +1 -0 Make the xft-config script use -lXft2, not the old -lXft. This will potentially unbreak all the ports which depend on x11-fonts/Xft.
v. 1.5 date: 2003/01/19 19:29:34; author: marcus; state: Exp; lines: +2 -3 Update to 2.1. According to the release notes, more symbols have been exported in this release such that QT 3.x should link against it.
v. 1.4 date: 2003/01/07 06:42:13; author: marcus; state: Exp; lines: +9 -1 Make Xft conditional on having XFree86 4.x installed. Also add a note about adding an additional check with XFree86 4.3 gets added to the tree.
v. 1.3 date: 2002/10/07 16:44:25; author: marcus; state: Exp; lines: +1 -0 Install the headers in the ${X11BASE}/include/X11/Xft directory for better portability. To avoid conflicts, the Xft.h from this port will be installed as Xft2.h.
v. 1.2 date: 2002/10/06 21:37:11; author: marcus; state: Exp; lines: +1 -1 Add a lib number to the fontconfig dependency.
v. 1.1 date: 2002/10/06 21:31:28; author: marcus; state: Exp; Add Xft 2.0, a client-sided font rendering engine for X applications. ============================================================================= v. 1.44 date: 2007/05/19 20:29:31; author: flz; state: Exp; lines: +7 -20 - Welcome X.org 7.2 \o/. - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.43 date: 2007/03/26 19:56:40; author: mezz; state: Exp; lines: +1 -1 Portlint: -INSTALLS_SHLIB -> USE_LDCONFIG.
v. 1.42 date: 2007/02/02 17:06:23; author: pav; state: Exp; lines: +1 -7 - Remove support for xfree86-3 PR: ports/106666 Submitted by: vd With hat: portmgr
v. 1.41 date: 2007/02/01 02:42:02; author: kris; state: Exp; lines: +1 -0 Use libtool port instead of included version to avoid objformat a.out botch
v. 1.40 date: 2006/10/31 22:02:06; author: marcus; state: Exp; lines: +6 -6 Disable the CJK patchset as it is no longer needed after the recent freetype2 update. Reported by: jkim
v. 1.39 date: 2006/05/16 05:35:53; author: mezz; state: Exp; lines: +4 -4 portlint: -Use lowercase letter in the begin of IGNORE. -Replace some spaces by tabs. -Remove a whitespace.
v. 1.38 date: 2006/02/23 10:40:03; author: ade; state: Exp; lines: +2 -1 Conversion to a single libtool environment. Approved by: portmgr (kris)
v. 1.37 date: 2006/01/21 18:55:31; author: lesi; state: Exp; lines: +0 -6 Fixups after removal of separate mtree file for X_WINDOW_SYSTEM=XOrg case.
v. 1.36 date: 2005/12/17 19:39:35; author: pav; state: Exp; lines: +7 -0 - Add WITH_CJK patches PR: ports/90523 Submitted by: lwj
v. 1.35 date: 2005/11/15 06:51:49; author: ade; state: Exp; lines: +1 -1 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
v. 1.34 date: 2005/11/10 09:52:51; author: pav; state: Exp; lines: +0 -7 - Remove CJK patch; it does not compile anymore - Add SHA256 PR: ports/88783 Submitted by: chinsan
v. 1.33 date: 2005/07/15 20:39:57; author: pav; state: Exp; lines: +4 -3 - Update CJK patch to fix bug which caused Firefox to crash on startup Submitted by: chinsan
v. 1.32 date: 2005/07/15 15:40:37; author: pav; state: Exp; lines: +6 -0 - Readd WITH_CJK knob with an updated patch Submitted by: nobutaka
v. 1.31 date: 2005/07/14 13:13:52; author: pav; state: Exp; lines: +0 -6 - Remove WITH_CJK knob and patch, it was merged into 2.1.7 Submitted by: chinsan
v. 1.30 date: 2005/07/14 05:01:51; author: marcus; state: Exp; lines: +3 -4 Update to 2.1.7.
v. 1.29 date: 2005/06/15 02:42:12; author: lesi; state: Exp; lines: +6 -0 Fix up plist after modifications to mtree (BSD.x11-4.dist rev. 1.27).
v. 1.28 date: 2005/03/27 23:54:40; author: marcus; state: Exp; lines: +1 -0 Fix a crash that can occur when using TrueType fonts. This should have gone in with X.Org 6.8.2, but since we're using the external libXft library, it was missed. Reported by: adamw Obtained from: Freedesktop.org CVS Approved by: portmgr (implicit)
v. 1.27 date: 2005/03/16 08:23:29; author: marcus; state: Exp; lines: +2 -1 Update to the latest Firefly patchset. This patchset makes CJK TrueType fonts prettier. PR: 78886 Submitted by: hamigua
v. 1.26 date: 2005/02/19 07:36:26; author: marcus; state: Exp; lines: +2 -1 Use an alternate (working) MASTER_SITE which only has bzip2 distfiles.
v. 1.25 date: 2004/11/21 22:03:48; author: marcus; state: Exp; lines: +5 -0 Add the Firefly font patchset. This patchset is mainly used to make CJK TrueType fonts look prettier. Various enhancements like bold, italic, readability, and embedded bitmap font help a CJK X desktop a great deal. To enable this patchset, define WITH_CJK while building these ports (pango, fontconfig, libXft, and freetype2). PR: 73083 Submitted by: clive Obtained from: Hamigua (I think)
v. 1.24 date: 2004/07/23 19:10:23; author: anholt; state: Exp; lines: +2 -2 - Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk, and make XFREE86_VERSION map to it. XFREE86_VERSION is now deprecated. - Make xorg the default X_WINDOW_SYSTEM on -current. - Add several new X_*_PORT variables which point to various pieces of X11 based on the setting of X_WINDOW_SYSTEM, and make ports use them. - Add information to CHANGES about how to handle the transition. PR: ports/68763 Approved by: portmgr (marcus) Approved by: re (scottl)
v. 1.23 date: 2004/03/22 19:08:27; author: marcus; state: Exp; lines: +1 -2 Update to 2.1.6 with the official freetype2-2.1.7 fix.
v. 1.22 date: 2004/03/19 09:16:28; author: marcus; state: Exp; lines: +1 -0 Revert a portion of the font rendering code that enforces strict bitmap font sizes. This was causing a problem loading certain fonts. This code is now equivalent to Xft-2.1.2.
v. 1.21 date: 2004/03/16 20:33:24; author: marcus; state: Exp; lines: +3 -5 Add libXft after a repo-copy from Xft and update to 2.1.5. libXft is simply a renamed version of the Xft port after it was added to the Freedesktop X11 libs project.
v. 1.20 date: 2004/02/04 05:09:59; author: marcus; state: Exp; lines: +1 -0 Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. (Part 1)
v. 1.19 date: 2003/11/17 12:29:08; author: trevor; state: Exp; lines: +0 -1 USE_REINPLACE need be defined only when REINPLACE_CMD is used.
v. 1.18 date: 2003/09/18 15:09:59; author: marcus; state: Exp; lines: +1 -1 Add a new MASTER_SITE since the Fontconfig site went away.
v. 1.17 date: 2003/05/14 21:06:40; author: marcus; state: Exp; lines: +6 -18 Update to 2.1.2. This wraps up a lot of our patches, and fixes some other rendering bugs.
v. 1.16 date: 2003/04/25 14:55:39; author: marcus; state: Exp; lines: +1 -1 Add a patch to fix PCF glyph problems. Obtained from: Xft CVS
v. 1.15 date: 2003/04/06 20:37:06; author: marcus; state: Exp; lines: +1 -1 Fix a segfault that can occur when mixing RENDER and non-RENDER fonts. Obtained from: XFree86 CVS
v. 1.14 date: 2003/04/04 20:23:31; author: marcus; state: Exp; lines: +2 -1 fontconfig-config is no longer installed. Therefore, Xft wasn't being linked against libfontconfig. This broke KDE since KDE expected libfontconfig to be imported via Xft. GNOME was okay since it uses pkg-config, and explicitly linked against fontconfig. Reported by: Benjamin Lutz Bjarne Wichmann Petersen
v. 1.13 date: 2003/04/04 16:01:55; author: marcus; state: Exp; lines: +1 -11 Revert previous commit since it caused an infinite recursion loop in XFree86-clients. I'll commit this to pango instead. Requested by: will
v. 1.12 date: 2003/04/04 06:55:23; author: marcus; state: Exp; lines: +12 -4 Borrow a little from kdelibs3, and add a dependency on the scalable fonts. Also, run fc-cache here as well as in fontconfig just to make sure we have some fonts installed.
v. 1.11 date: 2003/03/28 18:34:20; author: marcus; state: Exp; lines: +3 -0 Make sure the include directory exists before trying to copy files into it. PR: 50392 Submitted by: edwin
v. 1.10 date: 2003/03/02 17:16:46; author: marcus; state: Exp; lines: +1 -1 Sync with XFree86 4.3.0 release. * Finishes off the UTF-16 APIs * Fixes bugs with non-Render enabled servers * Adds a missing zero-sized check to one of the core rendering routines Obtained from: XFree86 CVS
v. 1.9 date: 2003/02/22 21:19:59; author: marcus; state: Exp; lines: +7 -1 * Install the Xft manpage * De-pkg-comment
v. 1.8 date: 2003/02/18 04:51:30; author: anholt; state: Exp; lines: +1 -0 Remove the renaming of Xft headers and library from the Xft (Xft2) port. Remove installing of Xft1 from XFree86-4-libraries, and add dependencies to the Xft port by all the ports that use it along with whatever patches are necessary. Approved by: portmgr (kris), marcus
v. 1.7 date: 2003/01/25 06:12:33; author: green; state: Exp; lines: +0 -1 Noone cares about having ports that actually build and then don't crash, so why should I?
v. 1.6 date: 2003/01/25 05:23:25; author: green; state: Exp; lines: +1 -0 Make the xft-config script use -lXft2, not the old -lXft. This will potentially unbreak all the ports which depend on x11-fonts/Xft.
v. 1.5 date: 2003/01/19 19:29:34; author: marcus; state: Exp; lines: +2 -3 Update to 2.1. According to the release notes, more symbols have been exported in this release such that QT 3.x should link against it.
v. 1.4 date: 2003/01/07 06:42:13; author: marcus; state: Exp; lines: +9 -1 Make Xft conditional on having XFree86 4.x installed. Also add a note about adding an additional check with XFree86 4.3 gets added to the tree.
v. 1.3 date: 2002/10/07 16:44:25; author: marcus; state: Exp; lines: +1 -0 Install the headers in the ${X11BASE}/include/X11/Xft directory for better portability. To avoid conflicts, the Xft.h from this port will be installed as Xft2.h.
v. 1.2 date: 2002/10/06 21:37:11; author: marcus; state: Exp; lines: +1 -1 Add a lib number to the fontconfig dependency.
v. 1.1 date: 2002/10/06 21:31:28; author: marcus; state: Exp; Add Xft 2.0, a client-sided font rendering engine for X applications. ============================================================================= v. 1.44 date: 2007/05/19 20:29:31; author: flz; state: Exp; lines: +7 -20 - Welcome X.org 7.2 \o/. - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.43 date: 2007/03/26 19:56:40; author: mezz; state: Exp; lines: +1 -1 Portlint: -INSTALLS_SHLIB -> USE_LDCONFIG.
v. 1.42 date: 2007/02/02 17:06:23; author: pav; state: Exp; lines: +1 -7 - Remove support for xfree86-3 PR: ports/106666 Submitted by: vd With hat: portmgr
v. 1.41 date: 2007/02/01 02:42:02; author: kris; state: Exp; lines: +1 -0 Use libtool port instead of included version to avoid objformat a.out botch
v. 1.40 date: 2006/10/31 22:02:06; author: marcus; state: Exp; lines: +6 -6 Disable the CJK patchset as it is no longer needed after the recent freetype2 update. Reported by: jkim
v. 1.39 date: 2006/05/16 05:35:53; author: mezz; state: Exp; lines: +4 -4 portlint: -Use lowercase letter in the begin of IGNORE. -Replace some spaces by tabs. -Remove a whitespace.
v. 1.38 date: 2006/02/23 10:40:03; author: ade; state: Exp; lines: +2 -1 Conversion to a single libtool environment. Approved by: portmgr (kris)
v. 1.37 date: 2006/01/21 18:55:31; author: lesi; state: Exp; lines: +0 -6 Fixups after removal of separate mtree file for X_WINDOW_SYSTEM=XOrg case.
v. 1.36 date: 2005/12/17 19:39:35; author: pav; state: Exp; lines: +7 -0 - Add WITH_CJK patches PR: ports/90523 Submitted by: lwj
v. 1.35 date: 2005/11/15 06:51:49; author: ade; state: Exp; lines: +1 -1 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
v. 1.34 date: 2005/11/10 09:52:51; author: pav; state: Exp; lines: +0 -7 - Remove CJK patch; it does not compile anymore - Add SHA256 PR: ports/88783 Submitted by: chinsan
v. 1.33 date: 2005/07/15 20:39:57; author: pav; state: Exp; lines: +4 -3 - Update CJK patch to fix bug which caused Firefox to crash on startup Submitted by: chinsan
v. 1.32 date: 2005/07/15 15:40:37; author: pav; state: Exp; lines: +6 -0 - Readd WITH_CJK knob with an updated patch Submitted by: nobutaka
v. 1.31 date: 2005/07/14 13:13:52; author: pav; state: Exp; lines: +0 -6 - Remove WITH_CJK knob and patch, it was merged into 2.1.7 Submitted by: chinsan
v. 1.30 date: 2005/07/14 05:01:51; author: marcus; state: Exp; lines: +3 -4 Update to 2.1.7.
v. 1.29 date: 2005/06/15 02:42:12; author: lesi; state: Exp; lines: +6 -0 Fix up plist after modifications to mtree (BSD.x11-4.dist rev. 1.27).
v. 1.28 date: 2005/03/27 23:54:40; author: marcus; state: Exp; lines: +1 -0 Fix a crash that can occur when using TrueType fonts. This should have gone in with X.Org 6.8.2, but since we're using the external libXft library, it was missed. Reported by: adamw Obtained from: Freedesktop.org CVS Approved by: portmgr (implicit)
v. 1.27 date: 2005/03/16 08:23:29; author: marcus; state: Exp; lines: +2 -1 Update to the latest Firefly patchset. This patchset makes CJK TrueType fonts prettier. PR: 78886 Submitted by: hamigua
v. 1.26 date: 2005/02/19 07:36:26; author: marcus; state: Exp; lines: +2 -1 Use an alternate (working) MASTER_SITE which only has bzip2 distfiles.
v. 1.25 date: 2004/11/21 22:03:48; author: marcus; state: Exp; lines: +5 -0 Add the Firefly font patchset. This patchset is mainly used to make CJK TrueType fonts look prettier. Various enhancements like bold, italic, readability, and embedded bitmap font help a CJK X desktop a great deal. To enable this patchset, define WITH_CJK while building these ports (pango, fontconfig, libXft, and freetype2). PR: 73083 Submitted by: clive Obtained from: Hamigua (I think)
v. 1.24 date: 2004/07/23 19:10:23; author: anholt; state: Exp; lines: +2 -2 - Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk, and make XFREE86_VERSION map to it. XFREE86_VERSION is now deprecated. - Make xorg the default X_WINDOW_SYSTEM on -current. - Add several new X_*_PORT variables which point to various pieces of X11 based on the setting of X_WINDOW_SYSTEM, and make ports use them. - Add information to CHANGES about how to handle the transition. PR: ports/68763 Approved by: portmgr (marcus) Approved by: re (scottl)
v. 1.23 date: 2004/03/22 19:08:27; author: marcus; state: Exp; lines: +1 -2 Update to 2.1.6 with the official freetype2-2.1.7 fix.
v. 1.22 date: 2004/03/19 09:16:28; author: marcus; state: Exp; lines: +1 -0 Revert a portion of the font rendering code that enforces strict bitmap font sizes. This was causing a problem loading certain fonts. This code is now equivalent to Xft-2.1.2.
v. 1.21 date: 2004/03/16 20:33:24; author: marcus; state: Exp; lines: +3 -5 Add libXft after a repo-copy from Xft and update to 2.1.5. libXft is simply a renamed version of the Xft port after it was added to the Freedesktop X11 libs project.
v. 1.20 date: 2004/02/04 05:09:59; author: marcus; state: Exp; lines: +1 -0 Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. (Part 1)
v. 1.19 date: 2003/11/17 12:29:08; author: trevor; state: Exp; lines: +0 -1 USE_REINPLACE need be defined only when REINPLACE_CMD is used.
v. 1.18 date: 2003/09/18 15:09:59; author: marcus; state: Exp; lines: +1 -1 Add a new MASTER_SITE since the Fontconfig site went away.
v. 1.17 date: 2003/05/14 21:06:40; author: marcus; state: Exp; lines: +6 -18 Update to 2.1.2. This wraps up a lot of our patches, and fixes some other rendering bugs.
v. 1.16 date: 2003/04/25 14:55:39; author: marcus; state: Exp; lines: +1 -1 Add a patch to fix PCF glyph problems. Obtained from: Xft CVS
v. 1.15 date: 2003/04/06 20:37:06; author: marcus; state: Exp; lines: +1 -1 Fix a segfault that can occur when mixing RENDER and non-RENDER fonts. Obtained from: XFree86 CVS
v. 1.14 date: 2003/04/04 20:23:31; author: marcus; state: Exp; lines: +2 -1 fontconfig-config is no longer installed. Therefore, Xft wasn't being linked against libfontconfig. This broke KDE since KDE expected libfontconfig to be imported via Xft. GNOME was okay since it uses pkg-config, and explicitly linked against fontconfig. Reported by: Benjamin Lutz Bjarne Wichmann Petersen
v. 1.13 date: 2003/04/04 16:01:55; author: marcus; state: Exp; lines: +1 -11 Revert previous commit since it caused an infinite recursion loop in XFree86-clients. I'll commit this to pango instead. Requested by: will
v. 1.12 date: 2003/04/04 06:55:23; author: marcus; state: Exp; lines: +12 -4 Borrow a little from kdelibs3, and add a dependency on the scalable fonts. Also, run fc-cache here as well as in fontconfig just to make sure we have some fonts installed.
v. 1.11 date: 2003/03/28 18:34:20; author: marcus; state: Exp; lines: +3 -0 Make sure the include directory exists before trying to copy files into it. PR: 50392 Submitted by: edwin
v. 1.10 date: 2003/03/02 17:16:46; author: marcus; state: Exp; lines: +1 -1 Sync with XFree86 4.3.0 release. * Finishes off the UTF-16 APIs * Fixes bugs with non-Render enabled servers * Adds a missing zero-sized check to one of the core rendering routines Obtained from: XFree86 CVS
v. 1.9 date: 2003/02/22 21:19:59; author: marcus; state: Exp; lines: +7 -1 * Install the Xft manpage * De-pkg-comment
v. 1.8 date: 2003/02/18 04:51:30; author: anholt; state: Exp; lines: +1 -0 Remove the renaming of Xft headers and library from the Xft (Xft2) port. Remove installing of Xft1 from XFree86-4-libraries, and add dependencies to the Xft port by all the ports that use it along with whatever patches are necessary. Approved by: portmgr (kris), marcus
v. 1.7 date: 2003/01/25 06:12:33; author: green; state: Exp; lines: +0 -1 Noone cares about having ports that actually build and then don't crash, so why should I?
v. 1.6 date: 2003/01/25 05:23:25; author: green; state: Exp; lines: +1 -0 Make the xft-config script use -lXft2, not the old -lXft. This will potentially unbreak all the ports which depend on x11-fonts/Xft.
v. 1.5 date: 2003/01/19 19:29:34; author: marcus; state: Exp; lines: +2 -3 Update to 2.1. According to the release notes, more symbols have been exported in this release such that QT 3.x should link against it.
v. 1.4 date: 2003/01/07 06:42:13; author: marcus; state: Exp; lines: +9 -1 Make Xft conditional on having XFree86 4.x installed. Also add a note about adding an additional check with XFree86 4.3 gets added to the tree.
v. 1.3 date: 2002/10/07 16:44:25; author: marcus; state: Exp; lines: +1 -0 Install the headers in the ${X11BASE}/include/X11/Xft directory for better portability. To avoid conflicts, the Xft.h from this port will be installed as Xft2.h.
v. 1.2 date: 2002/10/06 21:37:11; author: marcus; state: Exp; lines: +1 -1 Add a lib number to the fontconfig dependency.
v. 1.1 date: 2002/10/06 21:31:28; author: marcus; state: Exp; Add Xft 2.0, a client-sided font rendering engine for X applications. =============================================================================



Main menu

FreeBSD

Program categories

Freebsd accessibility
Freebsd archivers
Freebsd astro
Freebsd audio
Freebsd benchmarks
Freebsd biology
Freebsd cad
Freebsd chinese
Freebsd comms
Freebsd converters
Freebsd databases
Freebsd deskutils
Freebsd devel
Freebsd dns
Freebsd editors
Freebsd emulators
Freebsd finance
Freebsd french
Freebsd ftp
Freebsd games
Freebsd german
Freebsd graphics
Freebsd hebrew
Freebsd hungarian
Freebsd irc
Freebsd japanese
Freebsd java
Freebsd korean
Freebsd lang
Freebsd mail
Freebsd math
Freebsd mbone
Freebsd misc
Freebsd multimedia
Freebsd net
Freebsd net-im
Freebsd net-mgmt
Freebsd net-p2p
Freebsd news
Freebsd palm
Freebsd polish
Freebsd ports-mgmt
Freebsd portuguese
Freebsd print
Freebsd russian
Freebsd science
Freebsd security
Freebsd shells
Freebsd sysutils
Freebsd textproc
Freebsd ukrainian
Freebsd vietnamese
Freebsd www
Freebsd x11
Freebsd x11-clocks
Freebsd x11-drivers
Freebsd x11-fm
Freebsd x11-fonts
Freebsd x11-servers
Freebsd x11-themes
Freebsd x11-toolkits
Freebsd x11-wm