From chinsan@FreeBSD.org Sat Dec 23 17:57:42 2006 Return-Path: Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 15C1B16A40F for ; Sat, 23 Dec 2006 17:57:42 +0000 (UTC) (envelope-from chinsan@FreeBSD.org) Received: from smtp2.bc.hgc.com.tw (smtp2.bc.hgc.com.tw [203.133.1.156]) by mx1.freebsd.org (Postfix) with ESMTP id E117F13C44E for ; Sat, 23 Dec 2006 17:57:39 +0000 (UTC) (envelope-from chinsan@FreeBSD.org) Received: from smtp2.bc.hgc.com.tw (u14-109.u203-187.giga.net.tw [203.187.14.109]) by smtp2.bc.hgc.com.tw (Postfix) with SMTP id 54EAF2E9DF for ; Sun, 24 Dec 2006 01:39:15 +0800 (CST) Received: by smtp2.bc.hgc.com.tw (sSMTP sendmail emulation); Sun, 24 Dec 2006 01:39:15 +0800 Message-Id: <20061223173915.54EAF2E9DF@smtp2.bc.hgc.com.tw> Date: Sun, 24 Dec 2006 01:39:15 +0800 From: chinsan To: FreeBSD-gnats-submit@freebsd.org Cc: Subject: [NEW PORT] math/p5-Statistics-Forecast: Calculates a future value X-Send-Pr-Version: 3.113 X-GNATS-Notify: >Number: 107146 >Category: ports >Synopsis: [NEW PORT] math/p5-Statistics-Forecast: Calculates a future value >Confidential: no >Severity: non-critical >Priority: low >Responsible: rafan >State: closed >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Dec 23 18:00:37 GMT 2006 >Closed-Date: Mon Dec 25 06:31:11 GMT 2006 >Last-Modified: Mon Dec 25 06:40:19 GMT 2006 >Originator: chinsan >Release: FreeBSD 6.2-PRERELEASE i386 >Organization: FreeBSD Taiwan >Environment: System: FreeBSD chinsan2.twbbs.org 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #3: Mon Dec 4 16:51:02 CST >Description: 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/ Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Statistics-Forecast-0.2.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-Forecast # p5-Statistics-Forecast/Makefile # p5-Statistics-Forecast/distinfo # p5-Statistics-Forecast/pkg-descr # p5-Statistics-Forecast/pkg-plist # echo c - p5-Statistics-Forecast mkdir -p p5-Statistics-Forecast > /dev/null 2>&1 echo x - p5-Statistics-Forecast/Makefile sed 's/^X//' >p5-Statistics-Forecast/Makefile << 'END-of-p5-Statistics-Forecast/Makefile' X# New ports collection makefile for: p5-Statistics-Forecast X# Date created: 2006/12/23 X# Whom: chinsan X# X# $FreeBSD$ X# X XPORTNAME= Statistics-Forecast XPORTVERSION= 0.2 XCATEGORIES= math XMASTER_SITES= CPAN XMASTER_SITE_SUBDIR= Statistics XPKGNAMEPREFIX= p5- X XMAINTAINER= chinsan@FreeBSD.org XCOMMENT= Calculates a future value X XPERL_CONFIGURE= yes XWRKSRC= ${WRKDIR}/${PORTNAME}-0.1 X XMAN3= Statistics::Forecast.3 X X.include END-of-p5-Statistics-Forecast/Makefile echo x - p5-Statistics-Forecast/distinfo sed 's/^X//' >p5-Statistics-Forecast/distinfo << 'END-of-p5-Statistics-Forecast/distinfo' XMD5 (Statistics-Forecast-0.2.tar.gz) = 4b3901e1595014963bb0df067faceb1e XSHA256 (Statistics-Forecast-0.2.tar.gz) = 15043e35bb3bcb450fe11b3ce9b1afebefca3cf9b9cad81328d78512dc78d45f XSIZE (Statistics-Forecast-0.2.tar.gz) = 3540 END-of-p5-Statistics-Forecast/distinfo echo x - p5-Statistics-Forecast/pkg-descr sed 's/^X//' >p5-Statistics-Forecast/pkg-descr << 'END-of-p5-Statistics-Forecast/pkg-descr' XThis is an Oriented Object module that calculates a future value by using Xexisting values. The new value is calculated by using linear regression. X XWWW: http://search.cpan.org/dist/Statistics-Forecast/ END-of-p5-Statistics-Forecast/pkg-descr echo x - p5-Statistics-Forecast/pkg-plist sed 's/^X//' >p5-Statistics-Forecast/pkg-plist << 'END-of-p5-Statistics-Forecast/pkg-plist' X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics/Forecast/.packlist X%%SITE_PERL%%/Statistics/Forecast.pm X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics/Forecast X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics X@dirrmtry %%SITE_PERL%%/Statistics END-of-p5-Statistics-Forecast/pkg-plist exit --- p5-Statistics-Forecast-0.2.shar ends here --- >Release-Note: >Audit-Trail: Responsible-Changed-From-To: freebsd-ports-bugs->rafan Responsible-Changed-By: edwin Responsible-Changed-When: Sat Dec 23 18:01:18 UTC 2006 Responsible-Changed-Why: rafan@ wants this PRs http://www.freebsd.org/cgi/query-pr.cgi?pr=107146 State-Changed-From-To: open->closed State-Changed-By: rafan State-Changed-When: Mon Dec 25 06:31:08 UTC 2006 State-Changed-Why: New port added. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=107146 From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/107146: commit references a PR Date: Mon, 25 Dec 2006 06:30:17 +0000 (UTC) rafan 2006-12-25 06:29:56 UTC FreeBSD ports repository Modified files: math Makefile Added files: math/p5-Statistics-Forecast Makefile distinfo pkg-descr pkg-plist Log: Add p5-Statistics-Forecast 0.2, calculates a future value. PR: ports/107146 Submitted by: chinsan Revision Changes Path 1.438 +1 -0 ports/math/Makefile 1.1 +23 -0 ports/math/p5-Statistics-Forecast/Makefile (new) 1.1 +3 -0 ports/math/p5-Statistics-Forecast/distinfo (new) 1.1 +4 -0 ports/math/p5-Statistics-Forecast/pkg-descr (new) 1.1 +5 -0 ports/math/p5-Statistics-Forecast/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: