Commits
jjandersson authored and Perry E. Metzger committed ab3e7c3932b
1 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup cmake 1.0 |
5 5 | PortGroup wxWidgets 1.0 |
6 6 | |
7 7 | name h3dapi |
8 8 | version 2.3.0 |
9 9 | revision 2 |
10 10 | categories graphics |
11 11 | platforms darwin |
12 - | maintainers sensegraphics.com:support |
12 + | maintainers {@SenseGraphics sensegraphics.com:support} |
13 13 | license GPL-2+ |
14 14 | |
15 15 | description Headers and libraries for H3DAPI development. |
16 16 | long_description H3DAPI provides is a scenegraph based API with one \ |
17 17 | unified scene graph to handle both graphics and haptics\ |
18 18 | based on the X3D standard. |
19 19 | |
20 20 | subport h3dload { |
21 21 | description Command line X3D browser based on H3DAPI. |
22 22 | long_description X3D browser with custom extensions for haptics and medical simulation. |