From owner-cvs-ports@FreeBSD.ORG Mon Jan 4 09:13:47 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 A9E7D106568B; Mon, 4 Jan 2010 09:13:47 +0000 (UTC) (envelope-from pgj@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 99EDB8FC13; Mon, 4 Jan 2010 09:13:47 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o049DljR043974; Mon, 4 Jan 2010 09:13:47 GMT (envelope-from pgj@repoman.freebsd.org) Received: (from pgj@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o049DlgQ043973; Mon, 4 Jan 2010 09:13:47 GMT (envelope-from pgj) Message-Id: <201001040913.o049DlgQ043973@repoman.freebsd.org> From: Gabor Pali Date: Mon, 4 Jan 2010 09:13:47 +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/hs-probability 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: Mon, 04 Jan 2010 09:13:47 -0000 pgj 2010-01-04 09:13:47 UTC FreeBSD ports repository Modified files: math Makefile Added files: math/hs-probability Makefile distinfo pkg-descr pkg-plist Log: This Haskell library allows exact computation with discrete random variables in terms of their distributions by using a monad. The monad is similar to the List monad for non-deterministic computations, but extends the List monad by a measure of probability. Small interface to R plotting. WWW: http://haskell.org/haskellwiki/Probabilistic_Functional_Programming PR: ports/142292 Submitted by: Jacula Modyun Revision Changes Path 1.628 +1 -0 ports/math/Makefile 1.1 +85 -0 ports/math/hs-probability/Makefile (new) 1.1 +3 -0 ports/math/hs-probability/distinfo (new) 1.1 +7 -0 ports/math/hs-probability/pkg-descr (new) 1.1 +42 -0 ports/math/hs-probability/pkg-plist (new)