Subject: CVS commit: pkgsrc/graphics/gd
To: None <pkgsrc-changes@netbsd.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 01/21/2002 18:29:27
Module Name:	pkgsrc
Committed By:	wiz
Date:		Mon Jan 21 16:29:26 UTC 2002

Modified Files:
	pkgsrc/graphics/gd: Makefile distinfo
	pkgsrc/graphics/gd/patches: patch-aa patch-ab

Log Message:
Update to 1.8.4:
* Add support for FreeType2 (John Ellson ellson@lucent.com)
[not used in the package right now]
* Add support for finding in fonts in a builtin DEFAULT_FONTPATH, or in a path
  from the GDFONTPATH environment variable.
* remove some unused symbols to reduce compiler warnings
* bugfix in size comparisons in gdImageCompare
* REXX now mentioned
* All memory allocation functions are now wrapped within the library; gdFree is
  exported and recommended for freeing memory returned by the
  gdImage(Something)Ptr family of functions.
Based on a package sent to tech-pkg by Adam Ciarcinski.


To generate a diff of this commit:
cvs rdiff -r1.33 -r1.34 pkgsrc/graphics/gd/Makefile
cvs rdiff -r1.4 -r1.5 pkgsrc/graphics/gd/distinfo
cvs rdiff -r1.13 -r1.14 pkgsrc/graphics/gd/patches/patch-aa
cvs rdiff -r1.4 -r1.5 pkgsrc/graphics/gd/patches/patch-ab

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.