Commit graph

13 commits

Author SHA1 Message Date
heinz
8c2cddd5e4 Updated to version 2.35.
Pkgsrc changes:
  - The package uses a C compiler.
  - Removed unnecessary :M* modifier (pkglint gave the hint).

Changes since version 2.30:
=====================================
2.35	Some instructions on installation for Windows users.
	Doesn't push libpng onto @LIBS unless png support is requested.
	Supports Storable's freeze/thaw via a custom serializer.
	Remove "scale redefined" message during compilation of Polyline.
2.34    Added a check for stray gd.h include files from older installations.
	If any are found, Makefile.PL will issue a warning.
	Fixed incorrect documentation of GD::Simple->string() method. The
	method call *does* move the pen.
2.33	Added appropriate #ifdefs to allow to compile under version 5.6.0
	(due to lack of threading macros before 5.8).
2.32	Added a GD::Simple->HSVtoRGB() method.
	Documentation fixes from Mark Manning.
	Added a clear() method to GD::Polygon to remove all vertices.
2.31	Fixed GD::Simple->transparent to support symbolic color names.
	Made changes that should render the module thread-safe.
	Changed newSVpv calls to newSVpvn, in hopes of improving performance.
	Added a GD::Simple->HSVtoRGB() method.
	Fixed incorrect freeing of user-provided raw data in newFromGdData()
	and newFromGd2Data() (this caused segfaults; patch provided by
	Nigel Sandever)
2007-05-19 13:42:37 +00:00
wiz
c208cbcbc5 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.
2005-11-24 19:02:52 +00:00
agc
6a7b384635 Add RMD160 digests 2005-02-24 08:45:01 +00:00
jlam
75d9bd16b0 Update graphics/p5-GD to 2.19. Changes from version 2.16 include
adding support for animated GIFs, dynamic bitmapped fonts, fontconfig,
and other freetype2 improvements.
2004-12-26 23:42:09 +00:00
jlam
110a9280a9 Update graphics/p5-GD to 2.16. Changes from version 2.11 include:
2.16    Fixed bug in GIF #IFDEFs pointed out by BZAJAC
        Added #IFDEF for WIN32 provided by Randy Kobes
2.15    Brought back GIF support (requires libgd 2.0.28 or higher).
        Takes advantage of gdlib-config support in libgd 2.0.27 or higher.
2.14    Support for AMD64 libraries.
2.12    Fixed regression test 10 to succeed when used with libgd 2.0.22
2004-08-05 04:32:50 +00:00
xtraeme
8d01a3372f Remove XPM support in graphics/p5-GD so you can install useful programs,
on a server without X11.

Bump PKGREVISION.
2004-07-07 16:51:26 +00:00
abs
a2cf1358b2 Update p5-GD to 2.11:
2.11    More alpha functions from Cory Watson
2.10    Suppress CAPI warning.
        Warn about Math::Trig warning
2.09    VMS documentation patch from Martin Zinser
        Non-standard library finding path options from Peter Kruty
2.08    Applied 5.00503 compatibility patch from Mathieu Arnold
        New check for JPEG magic tag returned by some digital cameras.
2004-04-29 18:01:05 +00:00
explorer
2d1a022b8a don't hard-code prefix, pass it to Makefile.PL 2003-10-03 03:10:57 +00:00
explorer
1039b685d8 Since libgd requires FreeType2 and JPEG and XPM, we might as well enable them here too. This makes this package act like it did before it was 'upgraded' several months ago. 2003-10-02 04:32:41 +00:00
adam
f655c8d63a Updated p5-GD to 2.07; uses with gd-2.0.x 2003-06-23 12:10:12 +00:00
jlam
cc4128d97e Buildlinkify, in the sense that only the perl headers are found in
${PREFIX} -- everything else is pickup up from ${BUILDLINK_DIR}.
2001-11-26 06:49:36 +00:00
wiz
a4f21a5507 Move to sha1 digests, and/or add distfile sizes. 2001-04-21 09:54:06 +00:00
agc
fb467f5ac2 + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:22:34 +00:00