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.
This commit is contained in:
parent
561241471a
commit
a2ae774967
4 changed files with 27 additions and 0 deletions
3
graphics/p5-Chart-ThreeD/DESCR
Normal file
3
graphics/p5-Chart-ThreeD/DESCR
Normal file
|
@ -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.
|
19
graphics/p5-Chart-ThreeD/Makefile
Normal file
19
graphics/p5-Chart-ThreeD/Makefile
Normal file
|
@ -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"
|
1
graphics/p5-Chart-ThreeD/PLIST
Normal file
1
graphics/p5-Chart-ThreeD/PLIST
Normal file
|
@ -0,0 +1 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2004/11/04 21:21:12 he Exp $
|
4
graphics/p5-Chart-ThreeD/distinfo
Normal file
4
graphics/p5-Chart-ThreeD/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue