This module calculates the deviation from Benford's law.
WWW: http://search.cpan.org/dist/Statistics-Benford/ PR: ports/134174 Submitted by: Wen Heping <wenheping at gmail.com>
This commit is contained in:
parent
5ddd44c376
commit
00497f73d6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=233155
@ -361,6 +361,7 @@
|
||||
SUBDIR += p5-Set-IntSpan-Fast-XS
|
||||
SUBDIR += p5-Set-Partition
|
||||
SUBDIR += p5-Set-Window
|
||||
SUBDIR += p5-Statistics-Benford
|
||||
SUBDIR += p5-Statistics-ChiSquare
|
||||
SUBDIR += p5-Statistics-Contingency
|
||||
SUBDIR += p5-Statistics-Descriptive
|
||||
|
21
math/p5-Statistics-Benford/Makefile
Normal file
21
math/p5-Statistics-Benford/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# New ports collection makefile for: p5-Statistics-Benford
|
||||
# Date created: 03 May, 2009
|
||||
# Whom: Wen Heping <wenheping@gmail.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Statistics-Benford
|
||||
PORTVERSION= 0.07
|
||||
CATEGORIES= math perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= wenheping@gmail.com
|
||||
COMMENT= Calculate the deviation from Benford's Law
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Statistics::Benford.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
math/p5-Statistics-Benford/distinfo
Normal file
3
math/p5-Statistics-Benford/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Statistics-Benford-0.07.tar.gz) = c455daa0dec5843e8e3e218a9ebaf5f3
|
||||
SHA256 (Statistics-Benford-0.07.tar.gz) = da0fb3a30b8125ccb27adfe266c9b0dfd0427a2fc588f92338d77fe0af0a2602
|
||||
SIZE (Statistics-Benford-0.07.tar.gz) = 5958
|
3
math/p5-Statistics-Benford/pkg-descr
Normal file
3
math/p5-Statistics-Benford/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
This module calculates the deviation from Benford's law.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Statistics-Benford/
|
5
math/p5-Statistics-Benford/pkg-plist
Normal file
5
math/p5-Statistics-Benford/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics/Benford/.packlist
|
||||
%%SITE_PERL%%/Statistics/Benford.pm
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics/Benford
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics
|
||||
@dirrmtry %%SITE_PERL%%/Statistics
|
Loading…
Reference in New Issue
Block a user