| 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; truncate-lines: t -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4 |
|---|
| 2 | # $Id$ |
|---|
| 3 | |
|---|
| 4 | PortSystem 1.0 |
|---|
| 5 | PortGroup python 1.0 |
|---|
| 6 | PortGroup github 1.0 |
|---|
| 7 | |
|---|
| 8 | # took git hash of a commit newer than release 6.11 from https://github.com/BruceSherwood/vpython-wx |
|---|
| 9 | github.setup BruceSherwood vpython-wx f0b630fb81a46f0feb619fb3a7c70f0587836bd7 |
|---|
| 10 | name vpython |
|---|
| 11 | version 6.11.13 |
|---|
| 12 | |
|---|
| 13 | categories-append python devel multimedia graphics |
|---|
| 14 | platforms darwin |
|---|
| 15 | license BSD |
|---|
| 16 | maintainers gmx.net:maugustin\ |
|---|
| 17 | openmaintainer |
|---|
| 18 | description VPython - 3D Programming for Ordinary Mortals |
|---|
| 19 | long_description VPython makes it easy to create navigable 3D displays and animations, \ |
|---|
| 20 | even for those with limited programming experience. \ |
|---|
| 21 | Because it is based on Python, it also has much to offer for experienced \ |
|---|
| 22 | programmers and researchers. |
|---|
| 23 | |
|---|
| 24 | homepage http://vpython.org |
|---|
| 25 | |
|---|
| 26 | checksums rmd160 f2420e4e22f7114402ff08dd152363909f3ce213 \ |
|---|
| 27 | sha256 4fea2fb3831bbc6bfd3280e1575ee73b031b6cc610b27ce88aadced0bd6a222a |
|---|
| 28 | |
|---|
| 29 | python.versions 27 33 34 35 |
|---|
| 30 | |
|---|
| 31 | depends_lib-append port:py${python.version}-ttfquery \ |
|---|
| 32 | port:py${python.version}-wxpython-3.0 \ |
|---|
| 33 | port:py${python.version}-polygon \ |
|---|
| 34 | port:py${python.version}-numpy \ |
|---|
| 35 | port:boost |
|---|
| 36 | |
|---|
| 37 | livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}" |
|---|
| 38 | |
|---|
| 39 | patchfiles patch-vPython-Boost-mt.diff |
|---|
| 40 | |
|---|
| 41 | # http://trac.macports.org/ticket/34562 |
|---|
| 42 | python.consistent_destroot yes |
|---|
| 43 | |
|---|
| 44 | configure.cmd python ez_setup.py |
|---|