From gslin@netnews.NCTU.edu.tw  Sun Oct 22 21:57:01 2006
Return-Path: <gslin@netnews.NCTU.edu.tw>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 8A58016A403
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 22 Oct 2006 21:57:01 +0000 (UTC)
	(envelope-from gslin@netnews.NCTU.edu.tw)
Received: from netnews.NCTU.edu.tw (ccreader.nctu.edu.tw [140.113.54.119])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 14BBF43D5E
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 22 Oct 2006 21:57:00 +0000 (GMT)
	(envelope-from gslin@netnews.NCTU.edu.tw)
Received: by netnews.NCTU.edu.tw (Postfix, from userid 1000)
	id 8D20861; Mon, 23 Oct 2006 05:56:57 +0800 (CST)
Message-Id: <20061022215657.8D20861@netnews.NCTU.edu.tw>
Date: Mon, 23 Oct 2006 05:56:57 +0800 (CST)
From: Gea-Suan Lin <gslin@gslin.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: gslin@gslin.org
Subject: [NEW PORT] math/p5-Statistics-LineFit: Least squares line fit, weighted or unweighted
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         104688
>Category:       ports
>Synopsis:       [NEW PORT] math/p5-Statistics-LineFit: Least squares line fit, weighted or unweighted
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    clsung
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 22 22:00:33 GMT 2006
>Closed-Date:    Wed Nov 01 02:00:15 GMT 2006
>Last-Modified:  Wed Nov  1 02:00:31 GMT 2006
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 6.1-RELEASE-p8 i386
>Organization:
>Environment:
System: FreeBSD netnews.NCTU.edu.tw 6.1-RELEASE-p8 FreeBSD 6.1-RELEASE-p8 #0: Fri Sep 29 03:41:50 CST 2006
>Description:
The Statistics::LineFit module does weighted or unweighted least-squares
line fitting to two-dimensional data (y = a + b * x).  (This is also
called linear regression.) In addition to the slope and y-intercept, the
module can return the square of the correlation coefficient (R squared),
the Durbin-Watson statistic, the mean squared error, sigma, the t
statistics, the variance of the estimates of the slope and y-intercept,
the predicted y values and the residuals of the y values.

WWW:	http://search.cpan.org/dist/Statistics-LineFit/

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- p5-Statistics-LineFit-0.06.shar begins here ---
# 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-LineFit
#	p5-Statistics-LineFit/pkg-descr
#	p5-Statistics-LineFit/Makefile
#	p5-Statistics-LineFit/pkg-plist
#	p5-Statistics-LineFit/distinfo
#
echo c - p5-Statistics-LineFit
mkdir -p p5-Statistics-LineFit > /dev/null 2>&1
echo x - p5-Statistics-LineFit/pkg-descr
sed 's/^X//' >p5-Statistics-LineFit/pkg-descr << 'END-of-p5-Statistics-LineFit/pkg-descr'
XThe Statistics::LineFit module does weighted or unweighted least-squares
Xline fitting to two-dimensional data (y = a + b * x).  (This is also
Xcalled linear regression.) In addition to the slope and y-intercept, the
Xmodule can return the square of the correlation coefficient (R squared),
Xthe Durbin-Watson statistic, the mean squared error, sigma, the t
Xstatistics, the variance of the estimates of the slope and y-intercept,
Xthe predicted y values and the residuals of the y values.
X
XWWW:	http://search.cpan.org/dist/Statistics-LineFit/
END-of-p5-Statistics-LineFit/pkg-descr
echo x - p5-Statistics-LineFit/Makefile
sed 's/^X//' >p5-Statistics-LineFit/Makefile << 'END-of-p5-Statistics-LineFit/Makefile'
X# New ports collection makefile for:	p5-Statistics-LineFit
X# Date created:		2006-10-23
X# Whom:			Gea-Suan Lin <gslin@gslin.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Statistics-LineFit
XPORTVERSION=	0.06
XCATEGORIES=	math
XMASTER_SITES=	CPAN
XMASTER_SITE_SUBDIR=	Statistics
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	gslin@gslin.org
XCOMMENT=	Least squares line fit, weighted or unweighted
X
XPERL_CONFIGURE=	yes
X
XMAN3=		Statistics::LineFit.3
X
X.include <bsd.port.mk>
END-of-p5-Statistics-LineFit/Makefile
echo x - p5-Statistics-LineFit/pkg-plist
sed 's/^X//' >p5-Statistics-LineFit/pkg-plist << 'END-of-p5-Statistics-LineFit/pkg-plist'
X@comment $FreeBSD$
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics/LineFit/.packlist
X%%SITE_PERL%%/Statistics/LineFit.pm
X@dirrmtry %%SITE_PERL%%/Statistics
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics/LineFit
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics
END-of-p5-Statistics-LineFit/pkg-plist
echo x - p5-Statistics-LineFit/distinfo
sed 's/^X//' >p5-Statistics-LineFit/distinfo << 'END-of-p5-Statistics-LineFit/distinfo'
XMD5 (Statistics-LineFit-0.06.tar.gz) = 9c59317652dbfbc97ba53fbd113c2402
XSHA256 (Statistics-LineFit-0.06.tar.gz) = 190bbf735f5b3924a525fe3aaf83315300e29ca722d01425a315291967f3cc12
XSIZE (Statistics-LineFit-0.06.tar.gz) = 23679
END-of-p5-Statistics-LineFit/distinfo
exit
--- p5-Statistics-LineFit-0.06.shar ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->clsung 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sun Oct 22 22:00:48 UTC 2006 
Responsible-Changed-Why:  
clsung@ wants his PRs 

http://www.freebsd.org/cgi/query-pr.cgi?pr=104688 
State-Changed-From-To: open->closed 
State-Changed-By: clsung 
State-Changed-When: Wed Nov 1 02:00:13 UTC 2006 
State-Changed-Why:  
New port added. Thank You. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=104688 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/104688: commit references a PR
Date: Wed,  1 Nov 2006 01:59:45 +0000 (UTC)

 clsung      2006-11-01 01:59:37 UTC
 
   FreeBSD ports repository
 
   Modified files:
     math                 Makefile 
   Added files:
     math/p5-Statistics-LineFit Makefile distinfo pkg-descr 
                                pkg-plist 
   Log:
   Add p5-Statistics-LineFit 0.06, least squares line fit, weighted or
   unweighted.
   
   PR:             ports/104688
   Submitted by:   Gea-Suan Lin <gslin at gslin.org>
   
   Revision  Changes    Path
   1.429     +1 -0      ports/math/Makefile
   1.1       +22 -0     ports/math/p5-Statistics-LineFit/Makefile (new)
   1.1       +3 -0      ports/math/p5-Statistics-LineFit/distinfo (new)
   1.1       +9 -0      ports/math/p5-Statistics-LineFit/pkg-descr (new)
   1.1       +6 -0      ports/math/p5-Statistics-LineFit/pkg-plist (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
