From owner-cvs-ports@FreeBSD.ORG Fri Jul 11 20:59:58 2003 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6EC8B37B401; Fri, 11 Jul 2003 20:59:58 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12A9443FA3; Fri, 11 Jul 2003 20:59:58 -0700 (PDT) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6C3xv0U002814; Fri, 11 Jul 2003 20:59:57 -0700 (PDT) (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6C3xvf9002813; Fri, 11 Jul 2003 20:59:57 -0700 (PDT) Message-Id: <200307120359.h6C3xvf9002813@repoman.freebsd.org> From: Maho Nakata Date: Fri, 11 Jul 2003 20:59:57 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/math Makefile ports/math/fbm Makefile distinfo pkg-descr pkg-plist ports/math/fbm/files patch-install-arch patch-make.include patch-util+util.make X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 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: Sat, 12 Jul 2003 03:59:59 -0000 maho 2003/07/11 20:59:57 PDT FreeBSD ports repository Modified files: math Makefile Added files: math/fbm Makefile distinfo pkg-descr pkg-plist math/fbm/files patch-install-arch patch-make.include patch-util+util.make Log: Add new port math/fbm. A software for Flexible Bayesian Modelling and Markov Chain Sampling(The software is for education and research use only). PR: 53650 Submitted by: Pedro F. Giffuni Revision Changes Path 1.222 +1 -0 ports/math/Makefile 1.1 +68 -0 ports/math/fbm/Makefile (new) 1.1 +1 -0 ports/math/fbm/distinfo (new) 1.1 +10 -0 ports/math/fbm/files/patch-install-arch (new) 1.1 +12 -0 ports/math/fbm/files/patch-make.include (new) 1.1 +8 -0 ports/math/fbm/files/patch-util+util.make (new) 1.1 +19 -0 ports/math/fbm/pkg-descr (new) 1.1 +529 -0 ports/math/fbm/pkg-plist (new)