diff options
author | sno <sno@pkgsrc.org> | 2009-08-17 17:50:11 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-08-17 17:50:11 +0000 |
commit | 1e4d592f34a2e6c1ca43fa708603bfe2d962d6df (patch) | |
tree | ea70cbf197a87cfaeb02395375bb3de7ba7617e8 /graphics/p5-GD-Graph3d | |
parent | 0531876343e2a35204272acdb0fd89289757c0e4 (diff) | |
download | pkgsrc-1e4d592f34a2e6c1ca43fa708603bfe2d962d6df.tar.gz |
Importing package for p5 module for GD::Graph3d version 0.63. This supersedes
currently existing graphics/p5-GDGraph3d ("corrected" name of dist-file).
This update includes LICENSE adding and since 0.56 following upstream changes:
0.61 16.Oct.2002
- Added support for h_bars (or rotate_graph) (Chia-liang Kao)
- Added a new cynlider.pm bar style (Chia-liang Kao)
0.60 Dec 07 2001
- Fixed another bug with x_tick_number rendering - off by one tick.
Sent patch to MVERB for same bug in GD::Graph::axestype.pm
0.59 Dec 05 2001
- Fixed bug with x_tick_number
0.58 Dec 05 2001
- Added visual tests and note in Makefile.PL
- Built test suite in t/
0.57 Nov 08 2001
- Rebuilt with h2xs 1.20 with options
-v 0.57 -X -n GD::Graph3d
Diffstat (limited to 'graphics/p5-GD-Graph3d')
-rw-r--r-- | graphics/p5-GD-Graph3d/DESCR | 6 | ||||
-rw-r--r-- | graphics/p5-GD-Graph3d/Makefile | 27 | ||||
-rw-r--r-- | graphics/p5-GD-Graph3d/distinfo | 5 |
3 files changed, 38 insertions, 0 deletions
diff --git a/graphics/p5-GD-Graph3d/DESCR b/graphics/p5-GD-Graph3d/DESCR new file mode 100644 index 00000000000..8b159c1584c --- /dev/null +++ b/graphics/p5-GD-Graph3d/DESCR @@ -0,0 +1,6 @@ +This is the GD::Graph3d extensions module. It provides 3D graphs +for the GD::Graph module by Martien Verbruggen, which in turn +generates graph using Lincoln Stein's GD.pm. + +You use these modules just as you would any of the GD::Graph +modules, except that they generate 3d-looking graphs. diff --git a/graphics/p5-GD-Graph3d/Makefile b/graphics/p5-GD-Graph3d/Makefile new file mode 100644 index 00000000000..ec169bb93a9 --- /dev/null +++ b/graphics/p5-GD-Graph3d/Makefile @@ -0,0 +1,27 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/08/17 17:50:11 sno Exp $ + +DISTNAME= GD-Graph3d-0.63 +PKGNAME= p5-${DISTNAME} +SVR4_PKGNAME= p5gd3 +CATEGORIES= graphics perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=GD/} + +MAINTAINER= damon@brodiefamily.org +COMMENT= GDGraph3d is a pkg to generate charts, using Lincoln Stein's GD.pm +HOMEPAGE= http://search.cpan.org/dist/GD-Graph3d/ +LICENSE= ${PERL5_LICENSE} + +PKG_DESTDIR_SUPPORT= user-destdir + +DEPENDS+= p5-GD>=1.18:../../graphics/p5-GD +DEPENDS+= p5-GDGraph>=1.30:../../graphics/p5-GDGraph +DEPENDS+= p5-GDTextUtil-[0-9]*:../../graphics/p5-GDTextUtil + +CONFLICTS+= p5-GDGraph3d-[0-9]* +SUPERSEDES= p5-GDGraph3d<=0.63 + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/GD/Graph3d/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/p5-GD-Graph3d/distinfo b/graphics/p5-GD-Graph3d/distinfo new file mode 100644 index 00000000000..1b07b674215 --- /dev/null +++ b/graphics/p5-GD-Graph3d/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2009/08/17 17:50:11 sno Exp $ + +SHA1 (GD-Graph3d-0.63.tar.gz) = 4f502b6fb0f32f6447970e7fa15cdf156b3d508a +RMD160 (GD-Graph3d-0.63.tar.gz) = 7e160b9ce63bf598ffdaa6ef7a184124c3edb3f1 +Size (GD-Graph3d-0.63.tar.gz) = 97855 bytes |