Bug 119740 - New Port:math/p5-Statistics-TTest perl Statistics-TTest module
Summary: New Port:math/p5-Statistics-TTest perl Statistics-TTest module
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-17 10:00 UTC by dawe
Modified: 2008-01-21 21:59 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description dawe 2008-01-17 10:00:04 UTC
# 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-TTest
#	p5-Statistics-TTest/pkg-plist
#	p5-Statistics-TTest/pkg-descr
#	p5-Statistics-TTest/distinfo
#	p5-Statistics-TTest/Makefile
#
echo c - p5-Statistics-TTest
mkdir -p p5-Statistics-TTest > /dev/null 2>&1
echo x - p5-Statistics-TTest/pkg-plist
sed 's/^X//' >p5-Statistics-TTest/pkg-plist << 'END-of-p5-Statistics-TTest/pkg-plist'
X%%SITE_PERL%%/Statistics/TTest.pm
X%%SITE_PERL%%/Statistics/PointEstimation.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics/TTest/.packlist
X@dirrmtry %%SITE_PERL%%/auto/Statistics
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics
X@dirrmtry %%SITE_PERL%%/Statistics
END-of-p5-Statistics-TTest/pkg-plist
echo x - p5-Statistics-TTest/pkg-descr
sed 's/^X//' >p5-Statistics-TTest/pkg-descr << 'END-of-p5-Statistics-TTest/pkg-descr'
XThis is the Statistical T-Test module to compare 2 independent samples. 
XIt takes 2 array of point measures, compute the confidence intervals using the 
XPointEstimation module (which is also included in this package) and use the 
XT-statistic to test the null hypothesis. If the null hypothesis is rejected, 
Xthe difference will be given as the lower_clm and upper_clm of the TTest object. 
END-of-p5-Statistics-TTest/pkg-descr
echo x - p5-Statistics-TTest/distinfo
sed 's/^X//' >p5-Statistics-TTest/distinfo << 'END-of-p5-Statistics-TTest/distinfo'
XMD5 (Statistics-TTest-1.1.0.tar.gz) = 605466db48e2b16063abd16550e7d345
XSHA256 (Statistics-TTest-1.1.0.tar.gz) = b2d959d258c728479b7d862ee0146e5ad8eea989be25637cbc576552ff737166
XSIZE (Statistics-TTest-1.1.0.tar.gz) = 6013
END-of-p5-Statistics-TTest/distinfo
echo x - p5-Statistics-TTest/Makefile
sed 's/^X//' >p5-Statistics-TTest/Makefile << 'END-of-p5-Statistics-TTest/Makefile'
X# New ports collection makefile for:	math/p5-Statistics-TTest
X# Date created:				17 January 2008
X# Whom:					dawe <daweonline@gmail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Statistics-TTest
XPORTVERSION=	1.1.0
XCATEGORIES=	math perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	Statistics
XPKGNAMEPREFIX=	p5-
XBUILD_DEPENDS=p5-Statistics-Descriptive:${PORTSDIR}/math/p5-Statistics-Descriptive
X
XMAINTAINER=	daweonline@gmail.com
XCOMMENT=	Perl module to perform T-test on 2 independent samples
X
XPERL_CONFIGURE=	yes
X
XMAN3=		Statistics::TTest.3
X
X.include <bsd.port.mk>
END-of-p5-Statistics-TTest/Makefile
exit
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2008-01-19 13:19:50 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2008-01-21 21:59:19 UTC
State Changed
From-To: open->closed

New port added. Thanks!