2.67 * fix thread-safety for GD::Simple %COLORS (#26 melak)
* fix arc start-angle docs, RT #123277 Andrew G Gray
* improve setBrush docs, RT #123194 Andrew G Gray
* improve StringFT docs, RT #123193
* replace MacOSX by darwin, and not by Mac OS X/macOS as suggested
in PR #24
* add GD::Image->_file method as suggested in RT #60488 by Kevin Ryde,
also the helper GD::supportsFileType
2.56 * Fix Makefile.PL so that it works again.
2.55 * Great simplification of regression framework ought to fix make test problems.
* Replace ExtUtils::MakeMaker script with Module::Build system
(just in time for Module::Build to be deprecated).
* Remove archaic qd.pl (for creating QuickDraw picts) from distribution.
2.54 Patch from yurly@unet.net to fix image corruption in rotate180 when image height is odd.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
to address issues with NetBSD-6(and earlier)'s fontconfig not being
new enough for pango.
While doing that, also bump freetype2 dependency to current pkgsrc
version.
Suggested by tron in PR 47882
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package
Like last time, where this caused no complaints.
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.
sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
- Updating package for p5 module GD.pm from 2.43 to 2.44
- Adjusting license according to main module POD
Upstream changes:
2.44 GD::Group now installed properly.
Quenched compiler warning caused by Newxs() calls.
- Updating package for p5 module GD from 2.41 to 2.43
- Adding license (artistic)
Upstream changes:
2.43 Added "transparent" color to GD::Simple.
Fixed Makefile so that GD/Image.pm depends both on GD/Image.pm.PLS
and .config.cache
2.42 Fixed magic number detection to autodetect certain missed jpeg
files (thanks to Mike Walker)
- Updating module to 2.41
Upstream changes:
2.41 Added backend support for grouping features in GD::SVG module.
2.40 ** Do not use - contains a bug **
2.39 Makefile.PL will refuse to run if the proper version of libgd is
unavailable.
2.38 Fixed bizarre warning about /usr/include/gd.h != /usr/include/gd.h.
2.37 GD/Image.pm did not bring in croak() properly, meaning that
incorrect error messages are printed out when any of the
newFromXXX() calls are made.
2.36 Instructions on using gdAntiAliased with palette images.
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
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)