summaryrefslogtreecommitdiff
path: root/fonts/Xft2
AgeCommit message (Collapse)AuthorFilesLines
2003-08-02USE_GNU_TOOLS=awkdrochner1-2/+2
2003-07-30get a working awk on Solaris, sort includes.grant1-2/+3
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-03-29One more pass to make sure freetype versions get included correctly whenjmc1-5/+2
also using Xft2/fontconfig
2003-03-29Clean up freetype2 requirements so Xft2 and fontconfig also require the rightjmc2-3/+6
version via buildlink'ing
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-3/+2
2003-03-18Revert last change because XFree86 4.3.0's "fontconfig" and "Xft" librarytron1-7/+1
are linked with the bundled "expat" library which is quite old. This would lead to shared library conflicts sooner or later.
2003-03-13Use XFree86 4.3.0's "Xft2" if available.tron1-1/+7
2003-03-09Drop maintainership. I don't understand how this package really works andjmmv1-2/+2
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-09Bump PKGREVISIONjmc1-2/+2
2003-03-08Ugg...This can use the 2.0.5 freetype2 included in XF4.2.x (which is what wejmc1-1/+5
shipped with 1.6), however the most recent pango requires 2.0.9 and also uses this package. As a result you end up with conflicting freetype linkage and the wrong library version (.8) can get used in further packages which use pango. Alleviate all of this by requiring >=2.0.9 in here as well
2003-02-03Add libXft.so, noted missing by HIRATSUKA Kouichirou in PR 20182. PKGREVISION++wiz2-3/+4
2003-01-14Include Xrender/buildlink2.mk so that this builds on XFree86-3.x systems.jlam2-3/+4
2003-01-09Register include files. Pointed out by Douglas Brebner in private mail.jmmv2-4/+7
Bump PKGREVISION to 2.
2002-12-24Fix pkgconfig file to have -lXext after -Xrender (why doesn't the librarywiz4-4/+19
have the dependency itself?). Bump PKGREVISION to 1, and depend on latest version in buildlink2.mk.
2002-12-24Add includes. Noted by Eric Gillespie in PR 19433.wiz1-1/+2
2002-12-16Initial import of Xft2-2.1. Description follows:jmmv6-0/+83
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. Approved by wiz.