diff options
author | wiz <wiz@pkgsrc.org> | 2014-08-13 20:31:23 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-08-13 20:31:23 +0000 |
commit | 6c1f6773c621c2634a746a822222fdf869fd6082 (patch) | |
tree | 518c27fcd904444af6e5512a2e1496891db0555e /math | |
parent | 5f869c73b61cb1227d8155f650772a60ce7cd6bd (diff) | |
download | pkgsrc-6c1f6773c621c2634a746a822222fdf869fd6082.tar.gz |
Import p5-Statistics-Distributions-1.02 as math/p5-Statistics-Distributions.
Perl module for calculating critical values and upper probabilities
of common statistical distributions.
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Statistics-Distributions/DESCR | 2 | ||||
-rw-r--r-- | math/p5-Statistics-Distributions/Makefile | 16 | ||||
-rw-r--r-- | math/p5-Statistics-Distributions/distinfo | 5 |
3 files changed, 23 insertions, 0 deletions
diff --git a/math/p5-Statistics-Distributions/DESCR b/math/p5-Statistics-Distributions/DESCR new file mode 100644 index 00000000000..4a72b05ec98 --- /dev/null +++ b/math/p5-Statistics-Distributions/DESCR @@ -0,0 +1,2 @@ +Perl module for calculating critical values and upper probabilities +of common statistical distributions. diff --git a/math/p5-Statistics-Distributions/Makefile b/math/p5-Statistics-Distributions/Makefile new file mode 100644 index 00000000000..14e977cb9fd --- /dev/null +++ b/math/p5-Statistics-Distributions/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1 2014/08/13 20:31:23 wiz Exp $ + +DISTNAME= Statistics-Distributions-1.02 +PKGNAME= p5-${DISTNAME} +CATEGORIES= math perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Statistics/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Statistics-Distributions/ +COMMENT= Perl module of computations with distributions +#LICENSE= Unknown + +PERL5_PACKLIST= auto/Statistics/Distributions/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/math/p5-Statistics-Distributions/distinfo b/math/p5-Statistics-Distributions/distinfo new file mode 100644 index 00000000000..43dca78c733 --- /dev/null +++ b/math/p5-Statistics-Distributions/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2014/08/13 20:31:23 wiz Exp $ + +SHA1 (Statistics-Distributions-1.02.tar.gz) = e36cb7370c4c61f150888f73e73d912c8a657a15 +RMD160 (Statistics-Distributions-1.02.tar.gz) = ad31bcd516296395a1ddb63fb4ba1de6d768efc5 +Size (Statistics-Distributions-1.02.tar.gz) = 5695 bytes |