1 | # -*- 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 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup python27 1.0 |
---|
6 | |
---|
7 | name py27-simpy |
---|
8 | version 2.3 |
---|
9 | categories python |
---|
10 | maintainers |
---|
11 | platforms darwin freebsd |
---|
12 | description python based simulation language |
---|
13 | long_description \ |
---|
14 | SimPy is an object-oriented, process-based \ |
---|
15 | discrete-event simulation language based on standard Python. |
---|
16 | |
---|
17 | homepage http://simpy.sourceforge.net/ |
---|
18 | master_sites sourceforge:simpy |
---|
19 | distname SimPy-${version} |
---|
20 | |
---|
21 | checksums md5 3f73c48944d291d221da4fc9ac735efe \ |
---|
22 | sha1 e4cf0d93dc0d20d8cb84c253ed241aadf83c71c9 |
---|
23 | |
---|
24 | post-destroot { |
---|
25 | file copy ${worksrcpath}/docs \ |
---|
26 | ${destroot}${prefix}/share/doc/${name} |
---|
27 | } |
---|
28 | |
---|
29 | livecheck.regex <title>simpy SimPy-(\\d+(?:\\.\\d+)*) released.*</title> |
---|