From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 13 15:20:11 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 38C761065673 for ; Sat, 13 Nov 2010 15:20:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id ED51C8FC16 for ; Sat, 13 Nov 2010 15:20:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oADFKAYW070065 for ; Sat, 13 Nov 2010 15:20:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oADFKAE9070064; Sat, 13 Nov 2010 15:20:10 GMT (envelope-from gnats) Resent-Date: Sat, 13 Nov 2010 15:20:10 GMT Resent-Message-Id: <201011131520.oADFKAE9070064@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 [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9A2631065673 for ; Sat, 13 Nov 2010 15:14:07 +0000 (UTC) (envelope-from gslin@colo-p.gslin.org) Received: from colo-p.gslin.org (97.135.ip.mwsrv.com [210.242.135.97]) by mx1.freebsd.org (Postfix) with ESMTP id 3C2C38FC0A for ; Sat, 13 Nov 2010 15:14:06 +0000 (UTC) Received: by colo-p.gslin.org (Postfix, from userid 1000) id 58B817E824; Sat, 13 Nov 2010 23:14:06 +0800 (CST) Message-Id: <20101113151406.58B817E824@colo-p.gslin.org> Date: Sat, 13 Nov 2010 23:14:06 +0800 (CST) From: Gea-Suan Lin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: gslin@gslin.org Subject: ports/152204: [NEW PORT] math/p5-Math-CDF: Generate probabilities and quantiles from several statistical probability functions 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: Sat, 13 Nov 2010 15:20:11 -0000 >Number: 152204 >Category: ports >Synopsis: [NEW PORT] math/p5-Math-CDF: Generate probabilities and quantiles from several statistical probability functions >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: Sat Nov 13 15:20:10 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Gea-Suan Lin >Release: FreeBSD 7.3-RELEASE-p2 i386 >Organization: >Environment: System: FreeBSD colo-p.gslin.org 7.3-RELEASE-p2 FreeBSD 7.3-RELEASE-p2 #0: Mon Jul 12 19:04:04 UTC 2010 >Description: This module provides a perl interface to the DCDFLIB. See the section on DCDFLIB for more information. Functions are available for 7 continuous distributions (Beta, Chi-square, F, Gamma, Normal, Poisson and T-distribution) and for two discrete distributions (Binomial and Negative Binomial). Optional non-centrality parameters are available for the Chi-square, F and T-distributions. Cumulative probabilities are available for all 9 distributions and quantile functions are available for the 7 continuous distributions. WWW: http://search.cpan.org/dist/Math-CDF/ Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-Math-CDF-0.1.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-CDF # p5-Math-CDF/pkg-descr # p5-Math-CDF/Makefile # p5-Math-CDF/pkg-plist # p5-Math-CDF/distinfo # echo c - p5-Math-CDF mkdir -p p5-Math-CDF > /dev/null 2>&1 echo x - p5-Math-CDF/pkg-descr sed 's/^X//' >p5-Math-CDF/pkg-descr << '32d99738ee2e37dc4f4d588ae625227d' XThis module provides a perl interface to the DCDFLIB. See the section Xon DCDFLIB for more information. X XFunctions are available for 7 continuous distributions (Beta, XChi-square, F, Gamma, Normal, Poisson and T-distribution) and for two Xdiscrete distributions (Binomial and Negative Binomial). Optional Xnon-centrality parameters are available for the Chi-square, F and XT-distributions. Cumulative probabilities are available for all 9 Xdistributions and quantile functions are available for the 7 Xcontinuous distributions. X XWWW: http://search.cpan.org/dist/Math-CDF/ 32d99738ee2e37dc4f4d588ae625227d echo x - p5-Math-CDF/Makefile sed 's/^X//' >p5-Math-CDF/Makefile << '3a7bc64d45592604e73b4a4b7d63ba8d' X# New ports collection makefile for: p5-Math-CDF X# Date created: 2010-11-13 X# Whom: Gea-Suan Lin X# X# $FreeBSD$ X# X XPORTNAME= Math-CDF XPORTVERSION= 0.1 XCATEGORIES= math perl5 XMASTER_SITES= CPAN XPKGNAMEPREFIX= p5- X XMAINTAINER= gslin@gslin.org XCOMMENT= Generate probabilities and quantiles from several statistical probability functions X XPERL_CONFIGURE= yes X XMAN3= Math::CDF.3 X X.include 3a7bc64d45592604e73b4a4b7d63ba8d echo x - p5-Math-CDF/pkg-plist sed 's/^X//' >p5-Math-CDF/pkg-plist << '1d32d57e0547df6e1c805e3636a64ba3' X@comment $FreeBSD$ X%%SITE_PERL%%/%%PERL_ARCH%%/Math/CDF.pm X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/CDF/.packlist X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/CDF/CDF.bs X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/CDF/CDF.so X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/CDF/autosplit.ix X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/CDF X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Math 1d32d57e0547df6e1c805e3636a64ba3 echo x - p5-Math-CDF/distinfo sed 's/^X//' >p5-Math-CDF/distinfo << 'e3b2ef63b087b51747d91183559f60da' XSHA256 (Math-CDF-0.1.tar.gz) = 7896bf250835ce47dcc813cb8cf9dc576c5455de42e822dcd7d8d3fef2125565 XSIZE (Math-CDF-0.1.tar.gz) = 65855 e3b2ef63b087b51747d91183559f60da exit --- p5-Math-CDF-0.1.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: