pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/cad/py-simpy import SimPy-1.6, a Python library for di...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2c422a0d8375
branches:  trunk
changeset: 496529:2c422a0d8375
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Fri Jul 01 14:44:43 2005 +0000

description:
import SimPy-1.6, a Python library for discrete event simulation

diffstat:

 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(+), 0 deletions(-)

diffs (96 lines):

diff -r 5bfd486ef3e9 -r 2c422a0d8375 cad/py-simpy/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/cad/py-simpy/DESCR        Fri Jul 01 14:44:43 2005 +0000
@@ -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 -r 5bfd486ef3e9 -r 2c422a0d8375 cad/py-simpy/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/cad/py-simpy/Makefile     Fri Jul 01 14:44:43 2005 +0000
@@ -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@localhost
+HOMEPAGE=              http://simpy.sourceforge.net/
+COMMENT=               Discrete event simulation framework
+
+PYDISTUTILSPKG=        yes
+
+.include "../../lang/python/extension.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 5bfd486ef3e9 -r 2c422a0d8375 cad/py-simpy/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/cad/py-simpy/PLIST        Fri Jul 01 14:44:43 2005 +0000
@@ -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 -r 5bfd486ef3e9 -r 2c422a0d8375 cad/py-simpy/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/cad/py-simpy/distinfo     Fri Jul 01 14:44:43 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index