From owner-cvs-ports@FreeBSD.ORG Tue Nov 16 03:04:21 2010 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 435E0106566B; Tue, 16 Nov 2010 03:04:21 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 313098FC14; Tue, 16 Nov 2010 03:04:21 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id oAG34LqC052518; Tue, 16 Nov 2010 03:04:21 GMT (envelope-from pgollucci@repoman.freebsd.org) Received: (from pgollucci@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id oAG34LPT052517; Tue, 16 Nov 2010 03:04:21 GMT (envelope-from pgollucci) Message-Id: <201011160304.oAG34LPT052517@repoman.freebsd.org> From: "Philip M. Gollucci" Date: Tue, 16 Nov 2010 03:04:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math Makefile ports/math/p5-Math-CDF Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Nov 2010 03:04:21 -0000 pgollucci 2010-11-16 03:04:21 UTC FreeBSD ports repository Modified files: math Makefile Added files: math/p5-Math-CDF Makefile distinfo pkg-descr pkg-plist Log: 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/ PR: ports/152204 Submitted by: Gea-Suan Lin Revision Changes Path 1.677 +1 -0 ports/math/Makefile 1.1 +21 -0 ports/math/p5-Math-CDF/Makefile (new) 1.1 +2 -0 ports/math/p5-Math-CDF/distinfo (new) 1.1 +12 -0 ports/math/p5-Math-CDF/pkg-descr (new) 1.1 +9 -0 ports/math/p5-Math-CDF/pkg-plist (new)