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.
This commit is contained in:
wiz 2005-11-24 19:02:52 +00:00
parent 3004cb264e
commit c208cbcbc5
2 changed files with 6 additions and 7 deletions

View file

@ -1,9 +1,8 @@
# $NetBSD: Makefile,v 1.30 2005/08/06 06:19:20 jlam Exp $
# $NetBSD: Makefile,v 1.31 2005/11/24 19:02:52 wiz Exp $
DISTNAME= GD-2.19
DISTNAME= GD-2.30
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5bd
PKGREVISION= 1
CATEGORIES= graphics perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=GD/}

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.11 2005/02/24 08:45:10 agc Exp $
$NetBSD: distinfo,v 1.12 2005/11/24 19:02:52 wiz Exp $
SHA1 (GD-2.19.tar.gz) = af79930e0c5588ac3a1cdfb731f7650e15356b1f
RMD160 (GD-2.19.tar.gz) = c0ce832a87ccac9db5743c2862cf897cd2e4da44
Size (GD-2.19.tar.gz) = 175717 bytes
SHA1 (GD-2.30.tar.gz) = 5cb325960a963c53979639922abcbe51f8759231
RMD160 (GD-2.30.tar.gz) = e4378b5f699e76f0e1bfaa9f8c66a0b7a8ad24bf
Size (GD-2.30.tar.gz) = 253655 bytes