Subject: CVS commit: pkgsrc/graphics/p5-GD
To: None <pkgsrc-changes@NetBSD.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 11/24/2005 19:02:52
Module Name:	pkgsrc
Committed By:	wiz
Date:		Thu Nov 24 19:02:52 UTC 2005

Modified Files:
	pkgsrc/graphics/p5-GD: Makefile distinfo

Log Message:
Update to 2.30:

2.30	Migrated polyline() support into GD::Simple.
2.29	Better support for fonts and brushed patterns in GD::Simple
2.28	Having troubles getting all the modules installed correctly. Should work now.
2.27	Reworked the way that GD.pm is created at compile time so that CPAN picks up
	   correct version information. No code changes.
2.26    CPAN isn't propagating GD, so I'll upload another version
2.25    Fixed Makefile.PL so that GD::Polyline and GD::Simple are installed (thanks to Guy Albertelli).

2.24	Fixed gif/anim gif support so that you can't have animated gif support without
		having gif support.

2.23	Added patch from Slaven Rezic which makes it possible to call GD constants
		in an OO way (without generating warnings), and removes #! from the
		top of autogenerated GD.pm
	Rewrote tests 11 and 12 - if they continue to randomly fail on various
		platforms, they will be removed.
2.22	Changed the way the gd and gd2 round-trip tests are evaluated. This
		might fix test failures that have been reported on some platforms.
2.21    Regression tests are now functional for versions of libgd compiled
	exclusively with PNG, JPEG or GIF support.
2.20	GD::Image->newFromGdData() and newFromGd2Data() got broken
		somewhere along the line.  They are now fixed (and
		have a regression test).
	Added copyRotated() method.


To generate a diff of this commit:
cvs rdiff -r1.30 -r1.31 pkgsrc/graphics/p5-GD/Makefile
cvs rdiff -r1.11 -r1.12 pkgsrc/graphics/p5-GD/distinfo

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