diff options
author | drochner <drochner> | 2009-12-16 17:53:50 +0000 |
---|---|---|
committer | drochner <drochner> | 2009-12-16 17:53:50 +0000 |
commit | 3a81477bb72edf1920b79d6bc5c19a678c8e76af (patch) | |
tree | 519762a8b0eeea1d98aef33d896086b6e72dd3b9 /cad/py-simpy/PLIST | |
parent | c47430a69912851431d9fb23634d73f3454671d0 (diff) | |
download | pkgsrc-3a81477bb72edf1920b79d6bc5c19a678c8e76af.tar.gz |
update to 2.0.2
changes:
SimPy 2.0.1 is a bug-fix release of SimPy 2.0. It
repairs bugs and imperfections in libraries, documentation
and models.
SimPy 2.0 has been a major release of the SimPy simulation
package. It runs on all platforms supporting Python (MS Windows,Linux, Mac).
The major new features of that release are
* an Object Oriented API (in addition to the existing API),
* integration of all documentation into one browsable
and searchable HTML document.
SimPy 2.0 is fully backwards compatible with previous
SimPy versions.
Diffstat (limited to 'cad/py-simpy/PLIST')
-rw-r--r-- | cad/py-simpy/PLIST | 35 |
1 files changed, 34 insertions, 1 deletions
diff --git a/cad/py-simpy/PLIST b/cad/py-simpy/PLIST index c1516f7ad0c..3bea786fc2d 100644 --- a/cad/py-simpy/PLIST +++ b/cad/py-simpy/PLIST @@ -1,4 +1,13 @@ -@comment $NetBSD: PLIST,v 1.2 2009/06/14 17:35:55 joerg Exp $ +@comment $NetBSD: PLIST,v 1.3 2009/12/16 17:53:50 drochner Exp $ +${PYSITELIB}/SimPy/GUIDebug.py +${PYSITELIB}/SimPy/GUIDebug.pyc +${PYSITELIB}/SimPy/GUIDebug.pyo +${PYSITELIB}/SimPy/Globals.py +${PYSITELIB}/SimPy/Globals.pyc +${PYSITELIB}/SimPy/Globals.pyo +${PYSITELIB}/SimPy/Lib.py +${PYSITELIB}/SimPy/Lib.pyc +${PYSITELIB}/SimPy/Lib.pyo ${PYSITELIB}/SimPy/Lister.py ${PYSITELIB}/SimPy/Lister.pyc ${PYSITELIB}/SimPy/Lister.pyo @@ -8,6 +17,9 @@ ${PYSITELIB}/SimPy/Monitor.pyo ${PYSITELIB}/SimPy/MonitorTest.py ${PYSITELIB}/SimPy/MonitorTest.pyc ${PYSITELIB}/SimPy/MonitorTest.pyo +${PYSITELIB}/SimPy/Recording.py +${PYSITELIB}/SimPy/Recording.pyc +${PYSITELIB}/SimPy/Recording.pyo ${PYSITELIB}/SimPy/SimGUI.py ${PYSITELIB}/SimPy/SimGUI.pyc ${PYSITELIB}/SimPy/SimGUI.pyo @@ -17,6 +29,9 @@ ${PYSITELIB}/SimPy/SimPlot.pyo ${PYSITELIB}/SimPy/Simulation.py ${PYSITELIB}/SimPy/Simulation.pyc ${PYSITELIB}/SimPy/Simulation.pyo +${PYSITELIB}/SimPy/SimulationGUIDebug.py +${PYSITELIB}/SimPy/SimulationGUIDebug.pyc +${PYSITELIB}/SimPy/SimulationGUIDebug.pyo ${PYSITELIB}/SimPy/SimulationRT.py ${PYSITELIB}/SimPy/SimulationRT.pyc ${PYSITELIB}/SimPy/SimulationRT.pyo @@ -29,18 +44,36 @@ ${PYSITELIB}/SimPy/SimulationTrace.pyo ${PYSITELIB}/SimPy/__init__.py ${PYSITELIB}/SimPy/__init__.pyc ${PYSITELIB}/SimPy/__init__.pyo +${PYSITELIB}/SimPy/testRT_Behavior.py +${PYSITELIB}/SimPy/testRT_Behavior.pyc +${PYSITELIB}/SimPy/testRT_Behavior.pyo +${PYSITELIB}/SimPy/testRT_Behavior_OO.py +${PYSITELIB}/SimPy/testRT_Behavior_OO.pyc +${PYSITELIB}/SimPy/testRT_Behavior_OO.pyo ${PYSITELIB}/SimPy/testSimPy.py ${PYSITELIB}/SimPy/testSimPy.pyc ${PYSITELIB}/SimPy/testSimPy.pyo +${PYSITELIB}/SimPy/testSimPyOO.py +${PYSITELIB}/SimPy/testSimPyOO.pyc +${PYSITELIB}/SimPy/testSimPyOO.pyo ${PYSITELIB}/SimPy/testSimPyRT.py ${PYSITELIB}/SimPy/testSimPyRT.pyc ${PYSITELIB}/SimPy/testSimPyRT.pyo +${PYSITELIB}/SimPy/testSimPyRTOO.py +${PYSITELIB}/SimPy/testSimPyRTOO.pyc +${PYSITELIB}/SimPy/testSimPyRTOO.pyo ${PYSITELIB}/SimPy/testSimPyStep.py ${PYSITELIB}/SimPy/testSimPyStep.pyc ${PYSITELIB}/SimPy/testSimPyStep.pyo +${PYSITELIB}/SimPy/testSimPyStepOO.py +${PYSITELIB}/SimPy/testSimPyStepOO.pyc +${PYSITELIB}/SimPy/testSimPyStepOO.pyo ${PYSITELIB}/SimPy/testSimPyTrace.py ${PYSITELIB}/SimPy/testSimPyTrace.pyc ${PYSITELIB}/SimPy/testSimPyTrace.pyo +${PYSITELIB}/SimPy/testSimPyTraceOO.py +${PYSITELIB}/SimPy/testSimPyTraceOO.pyc +${PYSITELIB}/SimPy/testSimPyTraceOO.pyo ${PYSITELIB}/SimPy/tkconsole.py ${PYSITELIB}/SimPy/tkconsole.pyc ${PYSITELIB}/SimPy/tkconsole.pyo |