diff options
author | heinz <heinz@pkgsrc.org> | 2007-05-19 14:07:30 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2007-05-19 14:07:30 +0000 |
commit | c094a85d15c15a95d17ab6d7338439dc774f582c (patch) | |
tree | 8b6c74eb6fb0f42b4ba136f8ed3ee6b0a132d646 /graphics | |
parent | 069777097758bdeb1c262beb26f21e31ec2cf1ee (diff) | |
download | pkgsrc-c094a85d15c15a95d17ab6d7338439dc774f582c.tar.gz |
Updated to version 1.44.
Pkgsrc changes:
- The package supports installation to DESTDIR.
- p5-GDGraph also needs p5-GD directly.
- A more recent version of p5-GDTextUtil is needed.
Changes since version 1.43:
===========================
25 Apr 2007
- Patched bugs 21610, 20792, 20802, 23755 and 22932
- Updated POD to clarify current maintenance status, and encourage
bug reporting via RT (and to point out some external help resources)
- Release 1.44
17 May 2006
- Patched bugs 7307, 2944 (extended the fix to mixed graphs), 4177, and 16863.
- Fixed a fencepost error in pie.pm that caused an occasional segfault
(reported by John Westlund and Hank Leininger)
- Fixed a bug that broke bar charts with no visible 0-axis
(reported by Steve Foster)
19 Feb 2006
- Patched bugs 2218, 4632 (which had two duplicates), 7881, and 15374
- Failed to update CHANGES file before releasing 1.4307 to CPAN (oops)
4 Feb 2006
- Patched bugs 16880 and 16791
19 Dec 2005
- Resolved the following bug reports/feature requests from RT:
1363, 2944, 3346, 3850, 4104, 4380, 4384,
4469, 5275, 5282, 6751, 6786, 7287, 7819
- Straightened out $my_graph/$graph confusion in docs
- Added five new sample scripts
- Individual module versions now reflect a branch from original CVS
versioning, in case things need to be merged at some later date.
- Uploading to CPAN as 1.4305 under ~BWARFIELD because I can't seem
to get in touch with Martien Verbruggen.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/p5-GDGraph/Makefile | 10 | ||||
-rw-r--r-- | graphics/p5-GDGraph/distinfo | 8 |
2 files changed, 10 insertions, 8 deletions
diff --git a/graphics/p5-GDGraph/Makefile b/graphics/p5-GDGraph/Makefile index 15b90d529fc..25844b2b9c0 100644 --- a/graphics/p5-GDGraph/Makefile +++ b/graphics/p5-GDGraph/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.18 2007/02/22 19:26:34 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2007/05/19 14:07:30 heinz Exp $ # -DISTNAME= GDGraph-1.43 +DISTNAME= GDGraph-1.44 PKGNAME= p5-${DISTNAME} -PKGREVISION= 3 SVR4_PKGNAME= p5gdg CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=GD/} @@ -12,7 +11,10 @@ MAINTAINER= damon@brodiefamily.org HOMEPAGE= http://cpan.uwinnipeg.ca/htdocs/GDGraph/GD/Graph.html COMMENT= GDGraph is a package to generate charts, using Lincoln Stein's GD.pm -DEPENDS+= p5-GDTextUtil>=0.75:../../graphics/p5-GDTextUtil +PKG_DESTDIR_SUPPORT= user-destdir + +DEPENDS+= p5-GD>=1.18:../../graphics/p5-GD +DEPENDS+= p5-GDTextUtil>=0.80:../../graphics/p5-GDTextUtil USE_LANGUAGES= # empty PERL5_PACKLIST= auto/GD/Graph/.packlist diff --git a/graphics/p5-GDGraph/distinfo b/graphics/p5-GDGraph/distinfo index 5cc7a41c05e..f617aa7ee3c 100644 --- a/graphics/p5-GDGraph/distinfo +++ b/graphics/p5-GDGraph/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2005/02/24 08:45:11 agc Exp $ +$NetBSD: distinfo,v 1.5 2007/05/19 14:07:30 heinz Exp $ -SHA1 (GDGraph-1.43.tar.gz) = a6d579a521f9f2a1a90df9028a552b97b6b4e4be -RMD160 (GDGraph-1.43.tar.gz) = 71acd239df164b818930c8d683293503ebcd916f -Size (GDGraph-1.43.tar.gz) = 130020 bytes +SHA1 (GDGraph-1.44.tar.gz) = a69e874d0fe3ac132b0d51d739260a9535271bc4 +RMD160 (GDGraph-1.44.tar.gz) = 89c20d1249c0f5eb17e5c016a6273d69a012fae5 +Size (GDGraph-1.44.tar.gz) = 154855 bytes |