1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Add p5-Statistics-Forecast 0.2, calculates a future value.

PR:		ports/107146
Submitted by:	chinsan
This commit is contained in:
Rong-En Fan 2006-12-25 06:29:56 +00:00
parent cecca58222
commit ad9d2d7fe4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=180690
5 changed files with 36 additions and 0 deletions

View File

@ -254,6 +254,7 @@
SUBDIR += p5-Statistics-Descriptive
SUBDIR += p5-Statistics-Descriptive-Discrete
SUBDIR += p5-Statistics-Distributions
SUBDIR += p5-Statistics-Forecast
SUBDIR += p5-Statistics-LTU
SUBDIR += p5-Statistics-LineFit
SUBDIR += p5-Statistics-Lite

View File

@ -0,0 +1,23 @@
# New ports collection makefile for: p5-Statistics-Forecast
# Date created: 2006/12/23
# Whom: chinsan
#
# $FreeBSD$
#
PORTNAME= Statistics-Forecast
PORTVERSION= 0.2
CATEGORIES= math
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= Statistics
PKGNAMEPREFIX= p5-
MAINTAINER= chinsan@FreeBSD.org
COMMENT= Calculates a future value
PERL_CONFIGURE= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-0.1
MAN3= Statistics::Forecast.3
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (Statistics-Forecast-0.2.tar.gz) = 4b3901e1595014963bb0df067faceb1e
SHA256 (Statistics-Forecast-0.2.tar.gz) = 15043e35bb3bcb450fe11b3ce9b1afebefca3cf9b9cad81328d78512dc78d45f
SIZE (Statistics-Forecast-0.2.tar.gz) = 3540

View File

@ -0,0 +1,4 @@
This is an Oriented Object module that calculates a future value by using
existing values. The new value is calculated by using linear regression.
WWW: http://search.cpan.org/dist/Statistics-Forecast/

View File

@ -0,0 +1,5 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics/Forecast/.packlist
%%SITE_PERL%%/Statistics/Forecast.pm
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics/Forecast
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics
@dirrmtry %%SITE_PERL%%/Statistics