summaryrefslogtreecommitdiff
path: root/fonts/fontconfig
AgeCommit message (Collapse)AuthorFilesLines
2004-01-24Append to BUILDLINK_DEPENDS.<pkg> instead of setting a default value. Injlam1-2/+2
the normal case when BUILDLINK_DEPENDS.<pkg> isn't specified, it receives a value only once due to the multiple inclusion protection in the bulldlink3.mk files. In the case where a package includes several buildlink3.mk files that each want a slightly different version of another dependency, having BUILDLINK_DEPENDS.<pkg> be a list allows for the strictest <pkg> dependency to be matched.
2004-01-24Append to BUILDLINK_DEPENDS.freetype2 so that if another package wants anjlam1-2/+2
even newer version, it will still work.
2004-01-24bl3ifyjlam2-9/+33
2004-01-22replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2003-12-21Update HOMEPAGE; from Michal Pasternak in PR pkg/23826.jmmv1-2/+2
2003-12-20regen after previous patch removalrecht1-3/+1
2003-12-19remove freetype2 2.1.17 related patches after freetype2 has been revertedrecht2-28/+0
to 2.1.15
2003-12-18Fix build after freetype2 updaterecht5-6/+36
2003-12-04If X11PREFIX and X11BASE are not the same, which happens with xpkgwedge,dmcmahill1-2/+7
then add both to the font path instead of just X11PREFIX. Makes this pkg work with xpkgwedge.
2003-10-29Just in case, fontconfig is built before X fonts are installed,reed1-1/+2
have some defaults for fonts.conf (/usr/X11R6/lib/X11/fonts/TTF and /usr/X11R6/lib/X11/fonts/Type1). I didn't bump PKGREVISION, because in many cases this will be the same as if it configure figured it out. I also considered adding TrueType and freefont, but they aren't included with default XFree86 installation. Also, I didn't include other font directories, because fontconfig's directory says it's for outline fonts (.pf*, .tt* and .ot*) and to use local.conf or ~/.fonts.conf for bitmap fonts. This closes PR #22927 where fontconfig's fc-cache has missing directories causing font information caches to not be built (using defaults).
2003-10-11bump PKGREVISIONs after bump of expat BUILDLINK_DEPENDS.grant1-2/+2
2003-10-11improve message about running fc-cache, mention -v flag.grant1-4/+7
fixes PR pkg/22473 from Michal Pasternak.
2003-09-22Add missing PKGCONFIG_OVERRIDE.recht1-1/+3
Bump PKGREVISION because of the changed *.pc files. ok'ed by wiz@
2003-09-02This needs zlibmartti1-1/+2
2003-08-31Update to 2.2.1.wiz8-100/+313
Lots more documentation installed, fontconfig-config replaced with pkgconfig file. Changelog covered some versions only: Release 2.2.0: * Change version number to 2.2.0 Prerelease 2.1.94: * BDF property support for foundry and width (Juliusz Chroboczek) * Clean up GCC warnings (Colin Walters) Prerelease 2.1.93: * Use Type1 FontInfoRec to get more detailed weight information * Run fc-cache from source tree to try and resolve LFS install issues * Fix fontconfig-user.html generation (was getting smashed) * Debian build files are in CVS now * Fixes to build on Windows * Compute monospacing by looking at glyphs instead of trusting font * Get widths and more detailed weight from TrueType OS/2 table * Global cache was re-statting a lot of files. * Yet more RPM fixes from RedHat
2003-08-29Fix spelling.reed1-1/+1
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13This does not USE_X11; remove it. Bump PKGREVISION.wiz1-3/+2
Noted by Soren Jacobsen in PR 22051.
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-04-03Solaris awk doesn't deal with a space between -F and the argjmc2-6/+19
2003-03-29Clean up freetype2 requirements so Xft2 and fontconfig also require the rightjmc2-3/+5
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 "fontconfig" 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-09Make same change for this by requiring at least freetype2 2.0.9jmc1-1/+5
2003-01-28Instead of including bsd.pkg.install.mk directly in a package Makefile,jlam1-2/+2
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-21Install two more man pages, requested by Christian Hattemer. PKGREVISION=3.wiz2-3/+8
2002-12-25Add MESSAGE to note running 'fc-cache'.grant1-0/+8
From Eric Gillespie in private mail.
2002-12-24Bump PKGREVISION because of dependency on latest freetype2 or glib2wiz2-4/+4
package and library major bumps therein. Also match dependency in corresponding buildlink2.mk's for the same reason. Mmmm, binary packages.
2002-12-12Install fontconfig(3) manpage. Bump PKGREVISION to 1.jmmv2-2/+8
2002-12-11Initial import of fontconfig, version 2.1. Description follows:jmmv10-0/+181
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.