[35863] trunk/dports/python

mcalhoun at macports.org mcalhoun at macports.org
Tue Apr 8 23:35:44 PDT 2008


Revision: 35863
          http://trac.macosforge.org/projects/macports/changeset/35863
Author:   mcalhoun at macports.org
Date:     2008-04-08 23:35:42 -0700 (Tue, 08 Apr 2008)

Log Message:
-----------
py25-simpy: Commit new port.

Added Paths:
-----------
    trunk/dports/python/py25-simpy/
    trunk/dports/python/py25-simpy/Portfile

Added: trunk/dports/python/py25-simpy/Portfile
===================================================================
--- trunk/dports/python/py25-simpy/Portfile	                        (rev 0)
+++ trunk/dports/python/py25-simpy/Portfile	2008-04-09 06:35:42 UTC (rev 35863)
@@ -0,0 +1,34 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+PortGroup  python25 1.0
+
+name            py25-simpy
+version         1.9.1
+categories      python
+maintainers     mcalhoun
+platforms		darwin freebsd
+description		python based simulation language
+long_description \
+    SimPy is an object-oriented, process-based \
+    discrete-event simulation language based on standard Python.
+
+homepage        http://simpy.sourceforge.net/
+master_sites    sourceforge:simpy
+distname        SimPy-${version}
+checksums \
+    md5 857188f768c4f5fed2ab2b047f21a89c \
+    sha1 7e8d3418ec194da8fd033fec1a0c88ec2915f8e6 \
+    rmd160 e204fb2d81b5d23cb5f67b5c04126d266cef19a9
+
+post-destroot {
+	file copy ${worksrcpath}/SimPyDocs \
+        ${destroot}${prefix}/share/doc/${name}
+	file copy ${worksrcpath}/SimPyModels \
+		${destroot}${prefix}/share/doc/${name}
+}
+
+livecheck.check sourceforge
+livecheck.name  simpy
+livecheck.regex <title>simpy SimPy-(.*) released.*</title>


Property changes on: trunk/dports/python/py25-simpy/Portfile
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080408/140e0ea3/attachment.html


More information about the macports-changes mailing list