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 python25 1.0 |
---|
6 | |
---|
7 | name py25-simpy |
---|
8 | version 1.8 |
---|
9 | revision 0 |
---|
10 | categories python |
---|
11 | maintainers nomaintainer |
---|
12 | platforms darwin freebsd |
---|
13 | description python based simulation language |
---|
14 | long_description 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 | checksums md5 7abc6365009375b6f3d814288eeeb283 |
---|
21 | |
---|
22 | post-destroot { |
---|
23 | file copy ${worksrcpath}/SimPyDocs \ |
---|
24 | ${destroot}${prefix}/share/doc/${name} |
---|
25 | file copy ${worksrcpath}/SimPyModels \ |
---|
26 | ${destroot}${prefix}/share/doc/${name}/examples |
---|
27 | } |
---|
28 | |
---|
29 | livecheck.check sourceforge |
---|
30 | livecheck.name simpy |
---|
31 | livecheck.regex <title>simpy SimPy-(.*) released.*</title> |
---|