From b2cd641634995e70f6181ff65bbca2e358e67f1e Mon Sep 17 00:00:00 2001 From: drochner Date: Fri, 1 Jul 2005 14:44:43 +0000 Subject: import SimPy-1.6, a Python library for discrete event simulation --- cad/py-simpy/DESCR | 9 +++++++++ cad/py-simpy/Makefile | 16 ++++++++++++++++ cad/py-simpy/PLIST | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ cad/py-simpy/distinfo | 5 +++++ 4 files changed, 80 insertions(+) create mode 100644 cad/py-simpy/DESCR create mode 100644 cad/py-simpy/Makefile create mode 100644 cad/py-simpy/PLIST create mode 100644 cad/py-simpy/distinfo (limited to 'cad/py-simpy') diff --git a/cad/py-simpy/DESCR b/cad/py-simpy/DESCR new file mode 100644 index 00000000000..4fda07be355 --- /dev/null +++ b/cad/py-simpy/DESCR @@ -0,0 +1,9 @@ +SimPy is a process-based discrete-event simulation language based on +standard Python and released under the GNU LGPL. + +It provides the modeller with components of a simulation model. These +include processes, for active components like customers, messages, and +vehicles, and resources, for passive components that form limited +capacity congestion points like servers, checkout counters, and +tunnels. It also provides monitor variables to aid in gathering +statistics. diff --git a/cad/py-simpy/Makefile b/cad/py-simpy/Makefile new file mode 100644 index 00000000000..98af3245acb --- /dev/null +++ b/cad/py-simpy/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/07/01 14:44:43 drochner Exp $ +# + +DISTNAME= SimPy-1.6 +PKGNAME= ${PYPKGPREFIX}-simpy-1.6 +CATEGORIES= cad +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=simpy/} + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://simpy.sourceforge.net/ +COMMENT= Discrete event simulation framework + +PYDISTUTILSPKG= yes + +.include "../../lang/python/extension.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/cad/py-simpy/PLIST b/cad/py-simpy/PLIST new file mode 100644 index 00000000000..dcd29b61849 --- /dev/null +++ b/cad/py-simpy/PLIST @@ -0,0 +1,50 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/07/01 14:44:43 drochner Exp $ +${PYSITELIB}/SimPy/Lister.py +${PYSITELIB}/SimPy/Lister.pyc +${PYSITELIB}/SimPy/Lister.pyo +${PYSITELIB}/SimPy/Monitor.py +${PYSITELIB}/SimPy/Monitor.pyc +${PYSITELIB}/SimPy/Monitor.pyo +${PYSITELIB}/SimPy/MonitorTest.py +${PYSITELIB}/SimPy/MonitorTest.pyc +${PYSITELIB}/SimPy/MonitorTest.pyo +${PYSITELIB}/SimPy/SimGUI.py +${PYSITELIB}/SimPy/SimGUI.pyc +${PYSITELIB}/SimPy/SimGUI.pyo +${PYSITELIB}/SimPy/SimPlot.py +${PYSITELIB}/SimPy/SimPlot.pyc +${PYSITELIB}/SimPy/SimPlot.pyo +${PYSITELIB}/SimPy/Simulation.py +${PYSITELIB}/SimPy/Simulation.pyc +${PYSITELIB}/SimPy/Simulation.pyo +${PYSITELIB}/SimPy/SimulationRT.py +${PYSITELIB}/SimPy/SimulationRT.pyc +${PYSITELIB}/SimPy/SimulationRT.pyo +${PYSITELIB}/SimPy/SimulationStep.py +${PYSITELIB}/SimPy/SimulationStep.pyc +${PYSITELIB}/SimPy/SimulationStep.pyo +${PYSITELIB}/SimPy/SimulationTrace.py +${PYSITELIB}/SimPy/SimulationTrace.pyc +${PYSITELIB}/SimPy/SimulationTrace.pyo +${PYSITELIB}/SimPy/__init__.py +${PYSITELIB}/SimPy/__init__.pyc +${PYSITELIB}/SimPy/__init__.pyo +${PYSITELIB}/SimPy/testSimPy.py +${PYSITELIB}/SimPy/testSimPy.pyc +${PYSITELIB}/SimPy/testSimPy.pyo +${PYSITELIB}/SimPy/testSimPyRT.py +${PYSITELIB}/SimPy/testSimPyRT.pyc +${PYSITELIB}/SimPy/testSimPyRT.pyo +${PYSITELIB}/SimPy/testSimPyStep.py +${PYSITELIB}/SimPy/testSimPyStep.pyc +${PYSITELIB}/SimPy/testSimPyStep.pyo +${PYSITELIB}/SimPy/testSimPyTrace.py +${PYSITELIB}/SimPy/testSimPyTrace.pyc +${PYSITELIB}/SimPy/testSimPyTrace.pyo +${PYSITELIB}/SimPy/tkconsole.py +${PYSITELIB}/SimPy/tkconsole.pyc +${PYSITELIB}/SimPy/tkconsole.pyo +${PYSITELIB}/SimPy/tkprogressbar.py +${PYSITELIB}/SimPy/tkprogressbar.pyc +${PYSITELIB}/SimPy/tkprogressbar.pyo +@dirrm ${PYSITELIB}/SimPy diff --git a/cad/py-simpy/distinfo b/cad/py-simpy/distinfo new file mode 100644 index 00000000000..265322433e4 --- /dev/null +++ b/cad/py-simpy/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2005/07/01 14:44:43 drochner Exp $ + +SHA1 (SimPy-1.6.tar.gz) = 67301ab24cd458f359fc3b9eba5af8d7ffea1a6a +RMD160 (SimPy-1.6.tar.gz) = f2a4e382690c5e7f9cf5656792eed2ff643f633c +Size (SimPy-1.6.tar.gz) = 1010398 bytes -- cgit v1.2.3