From owner-cvs-all@FreeBSD.ORG Mon Feb 6 19:42:57 2012 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 290F3106564A; Mon, 6 Feb 2012 19:42:57 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id F1A848FC13; Mon, 6 Feb 2012 19:42:56 +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 q16Jgu9w064700; Mon, 6 Feb 2012 19:42:56 GMT (envelope-from stephen@repoman.freebsd.org) Received: (from stephen@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q16JguAj064699; Mon, 6 Feb 2012 19:42:56 GMT (envelope-from stephen) Message-Id: <201202061942.q16JguAj064699@repoman.freebsd.org> From: Stephen Montgomery-Smith Date: Mon, 6 Feb 2012 19:42:56 +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/octave-forge-queueing 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, 06 Feb 2012 19:42:57 -0000 stephen 2012-02-06 19:42:56 UTC FreeBSD ports repository Modified files: math Makefile Added files: math/octave-forge-queueing Makefile distinfo pkg-descr pkg-plist Log: -New port octave-forge-queueing. The octave-forge package is the result of The GNU Octave Repositry project, which is intended to be a central location for custom scripts, functions and extensions for GNU Octave. contains the source for all the functions plus build and install scripts. The queueing toolbox provides functions for queueing networks and Markov chains analysis. This package can be used to compute steady-state performance measures for open, closed and mixed networks with single or multiple job classes. Mean Valud Analysis (MVA), convolution and various bounding techniques are implemented. Various transient and steady-state performance measures for Markov chains can als be computed (including state occupancy probabilities, mean time to absorption, time-averaged sojourn times), both for continuous-time and discrete-time chains. Revision Changes Path 1.765 +1 -0 ports/math/Makefile 1.1 +28 -0 ports/math/octave-forge-queueing/Makefile (new) 1.1 +2 -0 ports/math/octave-forge-queueing/distinfo (new) 1.1 +17 -0 ports/math/octave-forge-queueing/pkg-descr (new) 1.1 +1 -0 ports/math/octave-forge-queueing/pkg-plist (new)