From owner-cvs-all@FreeBSD.ORG Mon Jan 4 10:07:01 2010 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E49511065693; Mon, 4 Jan 2010 10:07:01 +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 D51EF8FC13; Mon, 4 Jan 2010 10:07:01 +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 o04A71dr049291; Mon, 4 Jan 2010 10:07:01 GMT (envelope-from pgj@repoman.freebsd.org) Received: (from pgj@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o04A7191049290; Mon, 4 Jan 2010 10:07:01 GMT (envelope-from pgj) Message-Id: <201001041007.o04A7191049290@repoman.freebsd.org> From: Gabor Pali Date: Mon, 4 Jan 2010 10:07:01 +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-statistics Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jan 2010 10:07:02 -0000 pgj 2010-01-04 10:07:01 UTC FreeBSD ports repository Modified files: math Makefile Added files: math/hs-statistics Makefile distinfo pkg-descr pkg-plist Log: This Haskell library provides a number of common functions and types useful in statistics. Our focus is on high performance, numerical robustness, and use of good algorithms. Where possible, we provide references to the statistical literature. WWW: http://darcs.serpentine.com/statistics PR: ports/142294 Submitted by: Jacula Modyun Revision Changes Path 1.630 +1 -0 ports/math/Makefile 1.1 +89 -0 ports/math/hs-statistics/Makefile (new) 1.1 +3 -0 ports/math/hs-statistics/distinfo (new) 1.1 +17 -0 ports/math/hs-statistics/pkg-descr (new) 1.1 +37 -0 ports/math/hs-statistics/pkg-plist (new)