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.
This commit is contained in:
parent
e3433706a2
commit
4974c24c1b
3 changed files with 28 additions and 0 deletions
3
graphics/p5-GDGraph-boxplot/DESCR
Normal file
3
graphics/p5-GDGraph-boxplot/DESCR
Normal file
|
@ -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.
|
20
graphics/p5-GDGraph-boxplot/Makefile
Normal file
20
graphics/p5-GDGraph-boxplot/Makefile
Normal file
|
@ -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"
|
5
graphics/p5-GDGraph-boxplot/distinfo
Normal file
5
graphics/p5-GDGraph-boxplot/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue