diff options
author | chuck <chuck@pkgsrc.org> | 2009-04-06 19:07:13 +0000 |
---|---|---|
committer | chuck <chuck@pkgsrc.org> | 2009-04-06 19:07:13 +0000 |
commit | 4974c24c1be4878e85d5cc11db04c6e779491968 (patch) | |
tree | 72300777cee2d446e31403705c63a8fd7861dfc0 /graphics | |
parent | e3433706a2fd6fb3482206fc16cdee1d3a9ddf8d (diff) | |
download | pkgsrc-4974c24c1be4878e85d5cc11db04c6e779491968.tar.gz |
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 (limited to 'graphics')
-rw-r--r-- | graphics/p5-GDGraph-boxplot/DESCR | 3 | ||||
-rw-r--r-- | graphics/p5-GDGraph-boxplot/Makefile | 20 | ||||
-rw-r--r-- | graphics/p5-GDGraph-boxplot/distinfo | 5 |
3 files changed, 28 insertions, 0 deletions
diff --git a/graphics/p5-GDGraph-boxplot/DESCR b/graphics/p5-GDGraph-boxplot/DESCR new file mode 100644 index 00000000000..7ee52d3e700 --- /dev/null +++ b/graphics/p5-GDGraph-boxplot/DESCR @@ -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 --git a/graphics/p5-GDGraph-boxplot/Makefile b/graphics/p5-GDGraph-boxplot/Makefile new file mode 100644 index 00000000000..c6be7a8a39c --- /dev/null +++ b/graphics/p5-GDGraph-boxplot/Makefile @@ -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 +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 --git a/graphics/p5-GDGraph-boxplot/distinfo b/graphics/p5-GDGraph-boxplot/distinfo new file mode 100644 index 00000000000..0d8ec6387ee --- /dev/null +++ b/graphics/p5-GDGraph-boxplot/distinfo @@ -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 |