diff options
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/octave-forge-queueing/Makefile | 28 | ||||
-rw-r--r-- | math/octave-forge-queueing/distinfo | 2 | ||||
-rw-r--r-- | math/octave-forge-queueing/pkg-descr | 17 | ||||
-rw-r--r-- | math/octave-forge-queueing/pkg-plist | 1 |
5 files changed, 49 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 1673c38e9be7..d0fdff3fa9a2 100644 --- a/math/Makefile +++ b/math/Makefile @@ -308,6 +308,7 @@ SUBDIR += octave-forge-plot SUBDIR += octave-forge-pt_br SUBDIR += octave-forge-quaternion + SUBDIR += octave-forge-queueing SUBDIR += octave-forge-secs1d SUBDIR += octave-forge-secs2d SUBDIR += octave-forge-secs3d diff --git a/math/octave-forge-queueing/Makefile b/math/octave-forge-queueing/Makefile new file mode 100644 index 000000000000..6b9b4ffe9d8f --- /dev/null +++ b/math/octave-forge-queueing/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: octave-forge-queueing +# Date created: 6 February 2012 +# Whom: Stephen Montgomery-Smith <stephen@FreeBSD.edu> +# +# $FreeBSD$ +# + +PORTNAME= octave-forge-queueing +PORTVERSION= 1.0.0 +CATEGORIES= math + +MAINTAINER= stephen@FreeBSD.org +COMMENT= Octave-forge package ${OCTAVE_PKGNAME} + +# OCTSRC is the name of the directory of the package. +# It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. +OCTSRC= ${OCTAVE_PKGNAME} + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/Mk/bsd.octave.mk" +do-build: + ${DO_NADA} + +post-build: + ${RM} -f ${WRKSRC}/Makefile ${WRKSRC}/configure + cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} + +.include <bsd.port.post.mk> diff --git a/math/octave-forge-queueing/distinfo b/math/octave-forge-queueing/distinfo new file mode 100644 index 000000000000..9ea55828df8f --- /dev/null +++ b/math/octave-forge-queueing/distinfo @@ -0,0 +1,2 @@ +SHA256 (octave-forge/queueing-1.0.0.tar.gz) = 33dc31a3b85b8cc8156d2a4e646749ddc7bfb547ee07d5cbbbbf99de8bc4a9cc +SIZE (octave-forge/queueing-1.0.0.tar.gz) = 600705 diff --git a/math/octave-forge-queueing/pkg-descr b/math/octave-forge-queueing/pkg-descr new file mode 100644 index 000000000000..4f3ed5ab8056 --- /dev/null +++ b/math/octave-forge-queueing/pkg-descr @@ -0,0 +1,17 @@ +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. + +This is queueing. + + 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. + +WWW: http://octave.sourceforge.net/ diff --git a/math/octave-forge-queueing/pkg-plist b/math/octave-forge-queueing/pkg-plist new file mode 100644 index 000000000000..a999ec86c07e --- /dev/null +++ b/math/octave-forge-queueing/pkg-plist @@ -0,0 +1 @@ +@comment This file intentionally left empty |