2011-08-14 14:59:47 +02:00
|
|
|
# $NetBSD: Makefile,v 1.22 2011/08/14 12:59:49 obache Exp $
|
2000-07-16 22:24:42 +02:00
|
|
|
#
|
|
|
|
|
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.
2007-05-19 16:07:30 +02:00
|
|
|
DISTNAME= GDGraph-1.44
|
2000-07-16 22:24:42 +02:00
|
|
|
PKGNAME= p5-${DISTNAME}
|
2011-08-14 14:59:47 +02:00
|
|
|
PKGREVISION= 3
|
2001-10-18 17:20:01 +02:00
|
|
|
SVR4_PKGNAME= p5gdg
|
2000-07-16 22:24:42 +02:00
|
|
|
CATEGORIES= graphics perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=GD/}
|
|
|
|
|
|
|
|
MAINTAINER= damon@brodiefamily.org
|
2004-04-29 19:45:45 +02:00
|
|
|
HOMEPAGE= http://cpan.uwinnipeg.ca/htdocs/GDGraph/GD/Graph.html
|
2001-02-16 16:22:13 +01:00
|
|
|
COMMENT= GDGraph is a package to generate charts, using Lincoln Stein's GD.pm
|
2000-07-16 22:24:42 +02:00
|
|
|
|
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.
2007-05-19 16:07:30 +02:00
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
|
|
|
|
DEPENDS+= p5-GD>=1.18:../../graphics/p5-GD
|
|
|
|
DEPENDS+= p5-GDTextUtil>=0.80:../../graphics/p5-GDTextUtil
|
2000-07-16 22:24:42 +02:00
|
|
|
|
2004-08-05 06:40:11 +02:00
|
|
|
USE_LANGUAGES= # empty
|
2005-07-13 20:01:18 +02:00
|
|
|
PERL5_PACKLIST= auto/GD/Graph/.packlist
|
2000-07-16 22:24:42 +02:00
|
|
|
|
2002-10-27 22:20:37 +01:00
|
|
|
.include "../../lang/perl5/module.mk"
|
2000-07-16 22:24:42 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|