diff options
author | heinz <heinz@pkgsrc.org> | 2008-10-13 19:52:54 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2008-10-13 19:52:54 +0000 |
commit | 0ba739414f8873db4db574bea3ac2a65ddd463db (patch) | |
tree | 7d949cd3a3b9411b331554f58f902a71801135ae /graphics/p5-GD-SVG | |
parent | ace7943eddab7f01a1930290a3d21990d0a986d8 (diff) | |
download | pkgsrc-0ba739414f8873db4db574bea3ac2a65ddd463db.tar.gz |
Updated to version 0.32.
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.
Diffstat (limited to 'graphics/p5-GD-SVG')
-rw-r--r-- | graphics/p5-GD-SVG/Makefile | 4 | ||||
-rw-r--r-- | graphics/p5-GD-SVG/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/graphics/p5-GD-SVG/Makefile b/graphics/p5-GD-SVG/Makefile index d7aaf4a9add..7c7ba30b9e6 100644 --- a/graphics/p5-GD-SVG/Makefile +++ b/graphics/p5-GD-SVG/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/05/16 20:34:25 heinz Exp $ +# $NetBSD: Makefile,v 1.2 2008/10/13 19:52:54 heinz Exp $ # -DISTNAME= GD-SVG-0.28 +DISTNAME= GD-SVG-0.32 PKGNAME= p5-${DISTNAME} CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=GD/} diff --git a/graphics/p5-GD-SVG/distinfo b/graphics/p5-GD-SVG/distinfo index bf0471e3db8..1e0712d3331 100644 --- a/graphics/p5-GD-SVG/distinfo +++ b/graphics/p5-GD-SVG/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2007/05/16 20:34:25 heinz Exp $ +$NetBSD: distinfo,v 1.2 2008/10/13 19:52:54 heinz Exp $ -SHA1 (GD-SVG-0.28.tar.gz) = 71c2dd82fc03fffbc454cea1328767210c49389b -RMD160 (GD-SVG-0.28.tar.gz) = fa74096403fa2e0f5a608172c22e24f1668c9275 -Size (GD-SVG-0.28.tar.gz) = 43955 bytes +SHA1 (GD-SVG-0.32.tar.gz) = b64758cefba3f5e865737ab45c6104df3f730e16 +RMD160 (GD-SVG-0.32.tar.gz) = bdbec7592873b1b7d9142355aa8b18760c68c79a +Size (GD-SVG-0.32.tar.gz) = 45640 bytes |