Bug 104620 - [NEW PORT] math/p5-Algorithm-CurveFit: Nonlinear Least Squares Fitting
Summary: [NEW PORT] math/p5-Algorithm-CurveFit: Nonlinear Least Squares Fitting
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: Cheng-Lung Sung
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-20 17:00 UTC by gslin
Modified: 2006-11-01 02:00 UTC (History)
1 user (show)

See Also:


Attachments
p5-Algorithm-CurveFit-1.02.shar (2.67 KB, text/plain)
2006-10-20 17:00 UTC, gslin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description gslin 2006-10-20 17:00:37 UTC
Algorithm::CurveFit implements a nonlinear least squares curve fitting
algorithm. That means, it fits a curve of known form (sine-like,
exponential, polynomial of degree n, etc.) to a given set of data
points.

WWW:	http://search.cpan.org/dist/Algorithm-CurveFit/

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-10-20 17:00:45 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

clsung@ wants his PRs
Comment 2 dfilter service freebsd_committer freebsd_triage 2006-11-01 01:53:52 UTC
clsung      2006-11-01 01:53:44 UTC

  FreeBSD ports repository

  Modified files:
    math                 Makefile 
  Added files:
    math/p5-Algorithm-CurveFit Makefile distinfo pkg-descr 
                               pkg-plist 
  Log:
  Add p5-Algorithm-CurveFit 1.02, nonlinear Least Squares Fitting.
  
  PR:             ports/104620
  Submitted by:   Gea-Suan Lin <gslin at gslin.org>
  
  Revision  Changes    Path
  1.428     +1 -0      ports/math/Makefile
  1.1       +31 -0     ports/math/p5-Algorithm-CurveFit/Makefile (new)
  1.1       +3 -0      ports/math/p5-Algorithm-CurveFit/distinfo (new)
  1.1       +6 -0      ports/math/p5-Algorithm-CurveFit/pkg-descr (new)
  1.1       +6 -0      ports/math/p5-Algorithm-CurveFit/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"
Comment 3 Cheng-Lung Sung freebsd_committer freebsd_triage 2006-11-01 01:54:42 UTC
State Changed
From-To: open->closed

New port added. Thank You.