From c5c38abc32959bd0596c3c2f6457f72c2b1e9cdc Mon Sep 17 00:00:00 2001 From: jtb Date: Mon, 5 Mar 2001 21:44:14 +0000 Subject: 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. --- graphics/p5-GDGraph3d/Makefile | 19 +++++++++++++++++++ graphics/p5-GDGraph3d/files/md5 | 3 +++ graphics/p5-GDGraph3d/pkg/DESCR | 6 ++++++ graphics/p5-GDGraph3d/pkg/PLIST | 1 + 4 files changed, 29 insertions(+) create mode 100644 graphics/p5-GDGraph3d/Makefile create mode 100644 graphics/p5-GDGraph3d/files/md5 create mode 100644 graphics/p5-GDGraph3d/pkg/DESCR create mode 100644 graphics/p5-GDGraph3d/pkg/PLIST (limited to 'graphics') 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 $ -- cgit v1.2.3