pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/p5-Chart-ThreeD Import p5-Chart-ThreeD perl m...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/78e92fb6c65a
branches:  trunk
changeset: 482902:78e92fb6c65a
user:      he <he%pkgsrc.org@localhost>
date:      Thu Nov 04 21:21:12 2004 +0000

description:
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:

 graphics/p5-Chart-ThreeD/DESCR    |   3 +++
 graphics/p5-Chart-ThreeD/Makefile |  19 +++++++++++++++++++
 graphics/p5-Chart-ThreeD/PLIST    |   1 +
 graphics/p5-Chart-ThreeD/distinfo |   4 ++++
 4 files changed, 27 insertions(+), 0 deletions(-)

diffs (43 lines):

diff -r 36e40c079751 -r 78e92fb6c65a graphics/p5-Chart-ThreeD/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/p5-Chart-ThreeD/DESCR    Thu Nov 04 21:21:12 2004 +0000
@@ -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 -r 36e40c079751 -r 78e92fb6c65a graphics/p5-Chart-ThreeD/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/p5-Chart-ThreeD/Makefile Thu Nov 04 21:21:12 2004 +0000
@@ -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@localhost
+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 -r 36e40c079751 -r 78e92fb6c65a graphics/p5-Chart-ThreeD/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/p5-Chart-ThreeD/PLIST    Thu Nov 04 21:21:12 2004 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/11/04 21:21:12 he Exp $
diff -r 36e40c079751 -r 78e92fb6c65a graphics/p5-Chart-ThreeD/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/p5-Chart-ThreeD/distinfo Thu Nov 04 21:21:12 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index