diff options
-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 |