summaryrefslogtreecommitdiff
path: root/graphics/freetype
AgeCommit message (Collapse)AuthorFilesLines
2006-06-17Update freetype1 packages to 1.5, the final version.minskim1-5/+4
Changes: - apiref.txt has been again revised. - apirefx.txt has been extended to document the GPOS interface. - TODO has been dropped (since we consider there will be no further development). - TT_Char_Index() now uses TT_ULong for character codes. It now supports cmap tables in format 8 and 12. - New error code (TT_Err_Too_Many_FDefs) when a font defines too many functions. - Support files for BeOS have been contributed by Chris Herborth. - The EXPORT_DEF/EXPORT_FUNC/etc. stuff has been replaced with a more elaborate scheme. - Cleaning up of the ft_conf.h files to remove obsolete stuff. - TT_GSUB_Add_String() has two additional parameters needed for GPOS support. - TT_CharMap_Next() of the ftxcmap extension now uses `TT_ULong' as the second parameter. - A long-lived bug in ftxpost.c.
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-4/+4
2005-12-28Add meta-pkgs to CATEGORIES.reed1-2/+2
2005-09-28Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,rillig1-4/+4
NO_BUILD, USE_LIBTOOL.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2004-10-06Fix dependences broken by package revision bump madness. Bump packagetron1-4/+4
revision of this package, too.
2004-04-24Relinquish maintainership of packages to tech-pkg@NetBSD.org.jlam1-2/+2
2004-04-24Meta package: set NO_BUILDLINK; also remove USE_X11,wiz1-4/+2
since the package itself does not use any X libraries.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-15Fix typo.wiz1-2/+2
2003-07-13Depend on latest freetype-lib; bump PKGREVISION.wiz1-2/+3
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-1/+1
2003-03-28NO_PATCH is deprecated, says pkglint. Remove it.wiz1-2/+1
2002-08-25Merge packages from the buildlink2 branch back into the main trunk thatjlam1-1/+2
have been converted to USE_BUILDLINK2.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum3-2/+2
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-07-22Update freetype to 1.3.1. Shared library bumped its major due tojlam1-2/+2
API changes. This version has bug fixes and several major enhancements in loading and displaying TrueType fonts. This closes PR#10261 by ORI Manabu <ori@tahoo.org>.
2000-05-01Split freetype into two packages: freetype-lib which contains just thejlam9-115/+21
library and doesn't require X11, and freetype-utils which contains the freetype test programs and does require X11. Leave freetype as a meta-package that includes the library and test-programs packages. This allows programs/libraries not requiring X11 to depend on freetype-lib. Make jlam@netbsd.org the MAINTAINER since I made all these mods.
2000-01-10be consistent on which version to wildcardhubertf1-2/+2
1999-10-28Update to freetype-1.2. Mostly bug and build fixes.jlam8-83/+67
1999-09-03USE_LIBTOOL=yes so this now works on a.out too.kim6-16/+106
1999-07-20(not only) ELF fixhubertf1-1/+2
Submitted in PR 7967 by Thilo Manske <Thilo.Manske@HEH.Uni-Oldenburg.DE>
1999-07-14Add missing "/" to "${HOMEPAGE}".tron1-2/+2
1999-04-01oops.. typo. Not my week. 0.10: -> 0.10.35:garbled1-2/+2
1999-04-01Oops.. apparrently gettext has moved from misc to devel since last time Igarbled1-2/+2
looked. Fix.
1999-04-01Fix the master_site. It looks like version 1.2 is allready out, but I don'tgarbled1-2/+2
have time to update it and make sure it still works with enlightenment yet. So, for now we point into /old/..
1999-03-30Freetype v 1.1.garbled5-0/+54
a truetype font rendering engine and library API. (note, this is not a truetype font server, its a lib for programs using ttf's)