From owner-cvs-all@FreeBSD.ORG Sun May 9 08:26:50 2010 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7534B1065676; Sun, 9 May 2010 08:26:50 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 651318FC1E; Sun, 9 May 2010 08:26:50 +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 o498Qoc3052056; Sun, 9 May 2010 08:26:50 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o498Qoeg052055; Sun, 9 May 2010 08:26:50 GMT (envelope-from miwi) Message-Id: <201005090826.o498Qoeg052055@repoman.freebsd.org> From: Martin Wilke Date: Sun, 9 May 2010 08:26:50 +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/libranlip Makefile distinfo pkg-descr ports/math/libranlip/files patch-examples__makefile 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: Sun, 09 May 2010 08:26:50 -0000 miwi 2010-05-09 08:26:50 UTC FreeBSD ports repository Modified files: math Makefile Added files: math/libranlip Makefile distinfo pkg-descr math/libranlip/files patch-examples__makefile Log: libranlip is a C++ library created by G. Beliakin, which generates random variates with arbitrary Lipschitz-continuous densities via the acceptance / rejection method. The density should have a dimension of no more than about five. The user needs to supply the density function using a simple syntax, and then call the methods of construction and generation provided in libranlip. WWW: http://www.deakin.edu.au/~gleb/ranlip.html PR: ports/143624 Submitted by: bf Revision Changes Path 1.654 +1 -0 ports/math/Makefile 1.1 +50 -0 ports/math/libranlip/Makefile (new) 1.1 +3 -0 ports/math/libranlip/distinfo (new) 1.1 +115 -0 ports/math/libranlip/files/patch-examples__makefile (new) 1.1 +7 -0 ports/math/libranlip/pkg-descr (new)