mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Shorten COMMENT
- Sort PLIST - Reformat pkg-descr
This commit is contained in:
parent
696adee922
commit
431b7a0b43
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363560
@ -8,9 +8,9 @@ MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Generate probabilities and quantiles from several statistical probability functions
|
||||
COMMENT= Generate probabilities and quantiles
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
USES= perl5
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,12 +1,11 @@
|
||||
This module provides a perl interface to the DCDFLIB. See the section
|
||||
on DCDFLIB for more information.
|
||||
This module provides a perl interface to the DCDFLIB. See the section on DCDFLIB
|
||||
for more information.
|
||||
|
||||
Functions are available for 7 continuous distributions (Beta,
|
||||
Chi-square, F, Gamma, Normal, Poisson and T-distribution) and for two
|
||||
discrete distributions (Binomial and Negative Binomial). Optional
|
||||
non-centrality parameters are available for the Chi-square, F and
|
||||
T-distributions. Cumulative probabilities are available for all 9
|
||||
distributions and quantile functions are available for the 7
|
||||
continuous distributions.
|
||||
Functions are available for 7 continuous distributions (Beta, Chi-square, F,
|
||||
Gamma, Normal, Poisson and T-distribution) and for two discrete distributions
|
||||
(Binomial and Negative Binomial). Optional non-centrality parameters are
|
||||
available for the Chi-square, F and T-distributions. Cumulative probabilities
|
||||
are available for all 9 distributions and quantile functions are available for
|
||||
the 7 continuous distributions.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Math-CDF/
|
||||
|
@ -3,6 +3,6 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/CDF/CDF.so
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/CDF/autosplit.ix
|
||||
%%PERL5_MAN3%%/Math::CDF.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/CDF
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/CDF
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Math
|
||||
|
Loading…
Reference in New Issue
Block a user