diff options
author | he <he@pkgsrc.org> | 2004-11-04 21:21:12 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2004-11-04 21:21:12 +0000 |
commit | a2ae7749678996ae13bebb1bcbb29925bf8e8601 (patch) | |
tree | 8fe67a6405f6207a1810037b65ef9bfae4562c45 /graphics | |
parent | 561241471a6780e3a2b3e69bedca35ccd71d5f76 (diff) | |
download | pkgsrc-a2ae7749678996ae13bebb1bcbb29925bf8e8601.tar.gz |
Import p5-Chart-ThreeD perl module.
Chart::ThreeD::Pie allows you to create 3D Piecharts very easily
and emit the drawings as GIF files. You can customize almost everything
using a large number of methods.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/p5-Chart-ThreeD/DESCR | 3 | ||||
-rw-r--r-- | graphics/p5-Chart-ThreeD/Makefile | 19 | ||||
-rw-r--r-- | graphics/p5-Chart-ThreeD/PLIST | 1 | ||||
-rw-r--r-- | graphics/p5-Chart-ThreeD/distinfo | 4 |
4 files changed, 27 insertions, 0 deletions
diff --git a/graphics/p5-Chart-ThreeD/DESCR b/graphics/p5-Chart-ThreeD/DESCR new file mode 100644 index 00000000000..66fe40779c7 --- /dev/null +++ b/graphics/p5-Chart-ThreeD/DESCR @@ -0,0 +1,3 @@ +Chart::ThreeD::Pie allows you to create 3D Piecharts very easily +and emit the drawings as GIF files. You can customize almost everything +using a large number of methods. diff --git a/graphics/p5-Chart-ThreeD/Makefile b/graphics/p5-Chart-ThreeD/Makefile new file mode 100644 index 00000000000..ebdd1b4f734 --- /dev/null +++ b/graphics/p5-Chart-ThreeD/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/11/04 21:21:12 he Exp $ + +DISTNAME= Chart-ThreeD-0.01 +PKGNAME= p5-${DISTNAME} +SVR4_PKGNAME= p5c3d +CATEGORIES= graphics perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Chart/} + +MAINTAINER= he@NetBSD.org +HOMEPAGE= http://search.cpan.org/~ftassin/Chart-ThreeD-0.01/ +COMMENT= Three-Dimentional pie chart plotting + +DEPENDS+= p5-GD>=2.16:../../graphics/p5-GD + +USE_BUILDLINK3= YES +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Chart-ThreeD/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/p5-Chart-ThreeD/PLIST b/graphics/p5-Chart-ThreeD/PLIST new file mode 100644 index 00000000000..a265ca2abaf --- /dev/null +++ b/graphics/p5-Chart-ThreeD/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/11/04 21:21:12 he Exp $ diff --git a/graphics/p5-Chart-ThreeD/distinfo b/graphics/p5-Chart-ThreeD/distinfo new file mode 100644 index 00000000000..b107a594a9c --- /dev/null +++ b/graphics/p5-Chart-ThreeD/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/11/04 21:21:12 he Exp $ + +SHA1 (Chart-ThreeD-0.01.tar.gz) = 1afd6e116fb45a0977ec394e8cad5e1d51588c3c +Size (Chart-ThreeD-0.01.tar.gz) = 5565 bytes |