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.
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!
pkgsrc changes:
- Adding license definition
Upstream changes:
0.33 Sun May 10 04:14:12 MDT 2009
- Can now embed pixmap information inside an SVG (Lincoln Stein)
- Improvements to alpha support (Lincoln Stein)
- Ghost methods for more complete mapping to GD (Jason Stajich)
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:
- none
Changes since version 0.28:
===========================
0.32 Wed Oct 01 12:19:22 MDT 2008
- Added width and height accessors
0.31 Thu Aug 14 08:16:37 MDT 2008
- removed GD version requirement
- fixed _distill_gdSpecial when using non-numeric colors (from srezic)
- fixed partically incomplete lines with square caps (jettero)
- Correctly handle the case where a rectangle's bottomright and topleft
are flipped. This is arguably a caller bug, but GD handles it.
0.30 Thu Aug 7 14:37:25 EDT 2008
- Added grouping features.
GD::SVG seamlessly enables the scalable vector graphics (SVG) output
from scripts written using GD. It accomplishes this by translating GD
functions into SVG functions.