summaryrefslogtreecommitdiff
path: root/cad/py-simpy
diff options
context:
space:
mode:
authordrochner <drochner>2005-07-01 14:44:43 +0000
committerdrochner <drochner>2005-07-01 14:44:43 +0000
commit452403e38a29855cf14eaba6b9a89041a19fe7ea (patch)
tree1b83cf398be7c4b92efaa6fac6f16482bbb85445 /cad/py-simpy
parent3703708de9f7b7d22dba57b67ddd47cbf8c4f8a8 (diff)
downloadpkgsrc-452403e38a29855cf14eaba6b9a89041a19fe7ea.tar.gz
import SimPy-1.6, a Python library for discrete event simulation
Diffstat (limited to 'cad/py-simpy')
-rw-r--r--cad/py-simpy/DESCR9
-rw-r--r--cad/py-simpy/Makefile16
-rw-r--r--cad/py-simpy/PLIST50
-rw-r--r--cad/py-simpy/distinfo5
4 files changed, 80 insertions, 0 deletions
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