Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-08-02 | USE_GNU_TOOLS=awk | drochner | 1 | -2/+2 | |
2003-07-30 | get a working awk on Solaris, sort includes. | grant | 1 | -2/+3 | |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-06-02 | Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. | jschauma | 1 | -2/+2 | |
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust. | |||||
2003-03-29 | One more pass to make sure freetype versions get included correctly when | jmc | 1 | -5/+2 | |
also using Xft2/fontconfig | |||||
2003-03-29 | Clean up freetype2 requirements so Xft2 and fontconfig also require the right | jmc | 2 | -3/+6 | |
version via buildlink'ing | |||||
2003-03-29 | Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. | jmmv | 1 | -3/+2 | |
2003-03-18 | Revert last change because XFree86 4.3.0's "fontconfig" and "Xft" library | tron | 1 | -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-13 | Use XFree86 4.3.0's "Xft2" if available. | tron | 1 | -1/+7 | |
2003-03-09 | Drop maintainership. I don't understand how this package really works and | jmmv | 1 | -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-09 | Bump PKGREVISION | jmc | 1 | -2/+2 | |
2003-03-08 | Ugg...This can use the 2.0.5 freetype2 included in XF4.2.x (which is what we | jmc | 1 | -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-03 | Add libXft.so, noted missing by HIRATSUKA Kouichirou in PR 20182. PKGREVISION++ | wiz | 2 | -3/+4 | |
2003-01-14 | Include Xrender/buildlink2.mk so that this builds on XFree86-3.x systems. | jlam | 2 | -3/+4 | |
2003-01-09 | Register include files. Pointed out by Douglas Brebner in private mail. | jmmv | 2 | -4/+7 | |
Bump PKGREVISION to 2. | |||||
2002-12-24 | Fix pkgconfig file to have -lXext after -Xrender (why doesn't the library | wiz | 4 | -4/+19 | |
have the dependency itself?). Bump PKGREVISION to 1, and depend on latest version in buildlink2.mk. | |||||
2002-12-24 | Add includes. Noted by Eric Gillespie in PR 19433. | wiz | 1 | -1/+2 | |
2002-12-16 | Initial import of Xft2-2.1. Description follows: | jmmv | 6 | -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. |