diff options
author | jtb <jtb> | 2001-03-05 21:44:14 +0000 |
---|---|---|
committer | jtb <jtb> | 2001-03-05 21:44:14 +0000 |
commit | 15532e6eac519b02cc2bfbc307ad3facf548916a (patch) | |
tree | 32d448be728e6ae4a1787eae0ed5f20ce3ebd7a1 /graphics/p5-GDGraph3d | |
parent | 0226fca5f9cef0172dc70c74b17be13f490dba4e (diff) | |
download | pkgsrc-15532e6eac519b02cc2bfbc307ad3facf548916a.tar.gz |
Initial import of p5-GDGraph3d.
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.
Package provided by Damon Brodie in PR pkg/11609.
Diffstat (limited to 'graphics/p5-GDGraph3d')
-rw-r--r-- | graphics/p5-GDGraph3d/Makefile | 19 | ||||
-rw-r--r-- | graphics/p5-GDGraph3d/files/md5 | 3 | ||||
-rw-r--r-- | graphics/p5-GDGraph3d/pkg/DESCR | 6 | ||||
-rw-r--r-- | graphics/p5-GDGraph3d/pkg/PLIST | 1 |
4 files changed, 29 insertions, 0 deletions
diff --git a/graphics/p5-GDGraph3d/Makefile b/graphics/p5-GDGraph3d/Makefile new file mode 100644 index 00000000000..cf97e226e06 --- /dev/null +++ b/graphics/p5-GDGraph3d/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/03/05 21:44:14 jtb Exp $ + +DISTNAME= GDGraph3d-0.55 +PKGNAME= p5-${DISTNAME} +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 + +DEPENDS+= p5-GDGraph>=1.30:../../graphics/p5-GDGraph + +USE_PERL5= # defined +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/GD/Graph3d/.packlist + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/p5-GDGraph3d/files/md5 b/graphics/p5-GDGraph3d/files/md5 new file mode 100644 index 00000000000..f5a80fe1b6c --- /dev/null +++ b/graphics/p5-GDGraph3d/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2001/03/05 21:44:14 jtb Exp $ + +MD5 (GDGraph3d-0.55.tar.gz) = 209adb88cb6595834cffde6bf2ffb8c6 diff --git a/graphics/p5-GDGraph3d/pkg/DESCR b/graphics/p5-GDGraph3d/pkg/DESCR new file mode 100644 index 00000000000..8b159c1584c --- /dev/null +++ b/graphics/p5-GDGraph3d/pkg/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-GDGraph3d/pkg/PLIST b/graphics/p5-GDGraph3d/pkg/PLIST new file mode 100644 index 00000000000..46d1d9aacac --- /dev/null +++ b/graphics/p5-GDGraph3d/pkg/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/03/05 21:44:14 jtb Exp $ |