Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Oct 2006 20:02:49 +0800 (CST)
From:      Gea-Suan Lin <gslin@gslin.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        gslin@gslin.org
Subject:   ports/104710: [NEW PORT] math/p5-Math-Polynomial-Solve: Find the roots of polynomial equations
Message-ID:  <20061023120249.B6CDC90@netnews.NCTU.edu.tw>
Resent-Message-ID: <200610231210.k9NCABrF035883@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         104710
>Category:       ports
>Synopsis:       [NEW PORT] math/p5-Math-Polynomial-Solve: Find the roots of polynomial equations
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 23 12:10:10 GMT 2006
>Closed-Date:
>Last-Modified:
>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:
This package supplies a set of functions that find the roots of
polynomials. Polynomials up to the quartic may be solved directly by
numerical formulae. Polynomials of fifth and higher powers will be
solved by an iterative method, as there are no general solutions for
fifth and higher powers.

The linear, quadratic, cubic, and quartic *_roots() functions all
expect to have a non-zero value for the $a term.

If the constant term is zero then the first value returned in the list
of answers will always be zero, for all functions.

WWW:	http://search.cpan.org/dist/Math-Polynomial-Solve/

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

--- p5-Math-Polynomial-Solve-2.10.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-Math-Polynomial-Solve
#	p5-Math-Polynomial-Solve/pkg-descr
#	p5-Math-Polynomial-Solve/Makefile
#	p5-Math-Polynomial-Solve/pkg-plist
#	p5-Math-Polynomial-Solve/distinfo
#
echo c - p5-Math-Polynomial-Solve
mkdir -p p5-Math-Polynomial-Solve > /dev/null 2>&1
echo x - p5-Math-Polynomial-Solve/pkg-descr
sed 's/^X//' >p5-Math-Polynomial-Solve/pkg-descr << 'END-of-p5-Math-Polynomial-Solve/pkg-descr'
XThis package supplies a set of functions that find the roots of
Xpolynomials. Polynomials up to the quartic may be solved directly by
Xnumerical formulae. Polynomials of fifth and higher powers will be
Xsolved by an iterative method, as there are no general solutions for
Xfifth and higher powers.
X
XThe linear, quadratic, cubic, and quartic *_roots() functions all
Xexpect to have a non-zero value for the $a term.
X
XIf the constant term is zero then the first value returned in the list
Xof answers will always be zero, for all functions.
X
XWWW:	http://search.cpan.org/dist/Math-Polynomial-Solve/
END-of-p5-Math-Polynomial-Solve/pkg-descr
echo x - p5-Math-Polynomial-Solve/Makefile
sed 's/^X//' >p5-Math-Polynomial-Solve/Makefile << 'END-of-p5-Math-Polynomial-Solve/Makefile'
X# New ports collection makefile for:	p5-Math-Polynomial-Solve
X# Date created:		2006-10-23
X# Whom:			Gea-Suan Lin <gslin@gslin.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Math-Polynomial-Solve
XPORTVERSION=	2.10
XCATEGORIES=	math
XMASTER_SITES=	CPAN
XMASTER_SITE_SUBDIR=	Math
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	gslin@gslin.org
XCOMMENT=	Find the roots of polynomial equations
X
XPERL_CONFIGURE=	yes
X
XMAN3=		Math::Polynomial::Solve.3
X
X.include <bsd.port.pre.mk>
X
X.if ${PERL_LEVEL} < 500600
XIGNORE=		requires Perl 5.6.0 or newer. Install lang/perl5.8 and try again
X.endif
X
X.include <bsd.port.post.mk>
END-of-p5-Math-Polynomial-Solve/Makefile
echo x - p5-Math-Polynomial-Solve/pkg-plist
sed 's/^X//' >p5-Math-Polynomial-Solve/pkg-plist << 'END-of-p5-Math-Polynomial-Solve/pkg-plist'
X@comment $FreeBSD$
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Polynomial/Solve/.packlist
X%%SITE_PERL%%/Math/Polynomial/Solve.pm
X@dirrmtry %%SITE_PERL%%/Math/Polynomial
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Polynomial/Solve
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Polynomial
END-of-p5-Math-Polynomial-Solve/pkg-plist
echo x - p5-Math-Polynomial-Solve/distinfo
sed 's/^X//' >p5-Math-Polynomial-Solve/distinfo << 'END-of-p5-Math-Polynomial-Solve/distinfo'
XMD5 (Math-Polynomial-Solve-2.10.tar.gz) = 1b8bfe442e52141659f51d9dd6bc81aa
XSHA256 (Math-Polynomial-Solve-2.10.tar.gz) = ce5190253ddcc4a63d54a6f2d4808d49769e982e520d7a4b748ccc4c2d0dac7a
XSIZE (Math-Polynomial-Solve-2.10.tar.gz) = 13549
END-of-p5-Math-Polynomial-Solve/distinfo
exit
--- p5-Math-Polynomial-Solve-2.10.shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061023120249.B6CDC90>