pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/p5-GDGraph-boxplot GD::Graph::boxplot is a pe...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8daf96d215ce
branches:  trunk
changeset: 556925:8daf96d215ce
user:      chuck <chuck%pkgsrc.org@localhost>
date:      Mon Apr 06 19:07:13 2009 +0000

description:
GD::Graph::boxplot is a perl5 module that uses GD::Graph, GD, and
Statistics::Descriptive to create and display PNG output for box
and whisker graphs.

diffstat:

 graphics/p5-GDGraph-boxplot/DESCR    |   3 +++
 graphics/p5-GDGraph-boxplot/Makefile |  20 ++++++++++++++++++++
 graphics/p5-GDGraph-boxplot/distinfo |   5 +++++
 3 files changed, 28 insertions(+), 0 deletions(-)

diffs (40 lines):

diff -r 9d8d601fb3f7 -r 8daf96d215ce graphics/p5-GDGraph-boxplot/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/p5-GDGraph-boxplot/DESCR Mon Apr 06 19:07:13 2009 +0000
@@ -0,0 +1,3 @@
+GD::Graph::boxplot is a perl5 module that uses GD::Graph, GD, and 
+Statistics::Descriptive to create and display PNG output for box 
+and whisker graphs.
diff -r 9d8d601fb3f7 -r 8daf96d215ce graphics/p5-GDGraph-boxplot/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/p5-GDGraph-boxplot/Makefile      Mon Apr 06 19:07:13 2009 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/04/06 19:07:13 chuck Exp $
+
+DISTNAME=      GDGraph-boxplot-1.00
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    graphics perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=GD/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/GDGraph-boxplot/
+COMMENT=       Boxplot - Box and Whisker Graph Module for Perl 5.
+
+DEPENDS+= p5-GDGraph>=1.30:../../graphics/p5-GDGraph
+DEPENDS+= p5-Statistics-Descriptive>=2.4:../../math/p5-Statistics-Descriptive
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+PERL5_PACKLIST=                auto/GD/Graph/boxplot/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 9d8d601fb3f7 -r 8daf96d215ce graphics/p5-GDGraph-boxplot/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/p5-GDGraph-boxplot/distinfo      Mon Apr 06 19:07:13 2009 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/04/06 19:07:13 chuck Exp $
+
+SHA1 (GDGraph-boxplot-1.00.tar.gz) = 915417b41fa3687e0a21c7dc7f368fd2050a9b0b
+RMD160 (GDGraph-boxplot-1.00.tar.gz) = acb4e7084417a66294e457462e2813b0fc5001bd
+Size (GDGraph-boxplot-1.00.tar.gz) = 10239 bytes



Home | Main Index | Thread Index | Old Index