From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 23 12:11:15 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 25DFB16A412 for ; Mon, 23 Oct 2006 12:11:15 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56A9E43D67 for ; Mon, 23 Oct 2006 12:10:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k9NCABf3035884 for ; Mon, 23 Oct 2006 12:10:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k9NCABrF035883; Mon, 23 Oct 2006 12:10:11 GMT (envelope-from gnats) Resent-Date: Mon, 23 Oct 2006 12:10:11 GMT Resent-Message-Id: <200610231210.k9NCABrF035883@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gea-Suan Lin Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3AE0B16A492 for ; Mon, 23 Oct 2006 12:04:05 +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 D063D43E23 for ; Mon, 23 Oct 2006 12:03:03 +0000 (GMT) (envelope-from gslin@netnews.NCTU.edu.tw) Received: by netnews.NCTU.edu.tw (Postfix, from userid 1000) id B6CDC90; Mon, 23 Oct 2006 20:02:49 +0800 (CST) Message-Id: <20061023120249.B6CDC90@netnews.NCTU.edu.tw> Date: Mon, 23 Oct 2006 20:02:49 +0800 (CST) From: Gea-Suan Lin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: gslin@gslin.org Subject: ports/104710: [NEW PORT] math/p5-Math-Polynomial-Solve: Find the roots of polynomial equations X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Oct 2006 12:11:15 -0000 >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 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 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 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: