From tobez@tobez.org  Mon Jan  1 09:10:09 2001
Return-Path: <tobez@tobez.org>
Received: from heechee.tobez.org (254.adsl0.ryv.worldonline.dk [213.237.10.254])
	by hub.freebsd.org (Postfix) with ESMTP id 7FE8537B404
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  1 Jan 2001 09:10:07 -0800 (PST)
Received: by heechee.tobez.org (Postfix, from userid 1001)
	id 8502954E8; Mon,  1 Jan 2001 18:10:04 +0100 (CET)
Message-Id: <20010101171004.8502954E8@heechee.tobez.org>
Date: Mon,  1 Jan 2001 18:10:04 +0100 (CET)
From: tobez@tobez.org
Reply-To: tobez@tobez.org
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: New port: math/p5-Statistics-Distributions (Calculates critical values of common statistical distributions)
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         23999
>Category:       ports
>Synopsis:       New port: math/p5-Statistics-Distributions (Calculates critical values of common statistical distributions)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 01 09:20:01 PST 2001
>Closed-Date:    Wed Jan 3 16:14:10 PST 2001
>Last-Modified:  Wed Jan 03 16:14:31 PST 2001
>Originator:     Anton Berezin
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
>Description:

This Perl module calulates percentage points (5 significant digits) of
the u (standard normal) distribution, the student's t distribution, the
chi-square distribution and the F distribution. It can also calculate
the upper probability (5 significant digits) of the u (standard normal),
the chi-square, the t and the F distribution.  These critical values are
needed to perform statistical tests, like the u test, the t test, the F
test and the chi-squared test, and to calculate confidence intervals.

>How-To-Repeat:
>Fix:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	p5-Statistics-Distributions
#	p5-Statistics-Distributions/pkg-plist
#	p5-Statistics-Distributions/pkg-descr
#	p5-Statistics-Distributions/pkg-comment
#	p5-Statistics-Distributions/distinfo
#	p5-Statistics-Distributions/Makefile
#
echo c - p5-Statistics-Distributions
mkdir -p p5-Statistics-Distributions > /dev/null 2>&1
echo x - p5-Statistics-Distributions/pkg-plist
sed 's/^X//' >p5-Statistics-Distributions/pkg-plist << 'END-of-p5-Statistics-Distributions/pkg-plist'
Xlib/perl5/site_perl/%%PERL_VER%%/auto/Statistics/Distributions/autosplit.ix
Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Statistics/Distributions/.packlist
Xlib/perl5/site_perl/%%PERL_VER%%/Statistics/Distributions.pm
X@dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/Statistics/Distributions
X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Statistics/Distributions
X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/auto/Statistics 2>/dev/null || true
X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Statistics 2>/dev/null || true
X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Statistics 2>/dev/null || true
END-of-p5-Statistics-Distributions/pkg-plist
echo x - p5-Statistics-Distributions/pkg-descr
sed 's/^X//' >p5-Statistics-Distributions/pkg-descr << 'END-of-p5-Statistics-Distributions/pkg-descr'
XThis Perl module calulates percentage points (5 significant digits) of
Xthe u (standard normal) distribution, the student's t distribution, the
Xchi-square distribution and the F distribution. It can also calculate
Xthe upper probability (5 significant digits) of the u (standard normal),
Xthe chi-square, the t and the F distribution.  These critical values are
Xneeded to perform statistical tests, like the u test, the t test, the F
Xtest and the chi-squared test, and to calculate confidence intervals.
X
X-Anton
X<tobez@tobez.org>
END-of-p5-Statistics-Distributions/pkg-descr
echo x - p5-Statistics-Distributions/pkg-comment
sed 's/^X//' >p5-Statistics-Distributions/pkg-comment << 'END-of-p5-Statistics-Distributions/pkg-comment'
XCalculates critical values of common statistical distributions
END-of-p5-Statistics-Distributions/pkg-comment
echo x - p5-Statistics-Distributions/distinfo
sed 's/^X//' >p5-Statistics-Distributions/distinfo << 'END-of-p5-Statistics-Distributions/distinfo'
XMD5 (Statistics-Distributions-0.05.tar.gz) = 7a34f2f62ef246bc145270b53552da0e
END-of-p5-Statistics-Distributions/distinfo
echo x - p5-Statistics-Distributions/Makefile
sed 's/^X//' >p5-Statistics-Distributions/Makefile << 'END-of-p5-Statistics-Distributions/Makefile'
X# New ports collection makefile for:	math/p5-Statistics-Distributions
X# Date created:				01 January 2001
X# Whom:					Anton Berezin <tobez@tobez.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Statistics-Distributions
XPORTVERSION=	0.05
XCATEGORIES=	math perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	Statistics
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	tobez@tobez.org
X
XUSE_PERL5=	yes
XPERL_CONFIGURE=	yes
X
XMAN3=		Statistics::Distributions.3
XMANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
X
X.include <bsd.port.mk>
END-of-p5-Statistics-Distributions/Makefile
exit


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: will 
State-Changed-When: Wed Jan 3 16:14:10 PST 2001 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=23999 
>Unformatted:
