| 1 | # $Id: $ |
|---|
| 2 | |
|---|
| 3 | PortSystem 1.0 |
|---|
| 4 | |
|---|
| 5 | name ggobi |
|---|
| 6 | version 2.1.8 |
|---|
| 7 | categories science |
|---|
| 8 | maintainers adfernandes openmaintainer |
|---|
| 9 | |
|---|
| 10 | description An open source visualization program \ |
|---|
| 11 | for exploring high-dimensional data. |
|---|
| 12 | |
|---|
| 13 | long_description GGobi is an open source visualization program for exploring \ |
|---|
| 14 | high-dimensional data. It provides highly dynamic and interactive \ |
|---|
| 15 | graphics such as tours, as well as familiar graphics such as the \ |
|---|
| 16 | scatterplot, barchart and parallel coordinates plots. Plots are \ |
|---|
| 17 | interactive and linked with brushing and identification. |
|---|
| 18 | |
|---|
| 19 | platforms darwin |
|---|
| 20 | |
|---|
| 21 | homepage http://www.ggobi.org/ |
|---|
| 22 | master_sites http://www.ggobi.org/downloads/ |
|---|
| 23 | checksums sha1 62946881137b9262141961464bfe3c0090cc5b32 |
|---|
| 24 | use_bzip2 yes |
|---|
| 25 | |
|---|
| 26 | depends_lib port:gtk2 port:libxml2 port:gob2 port:graphviz |
|---|
| 27 | |
|---|
| 28 | configure.args --with-all-plugins |
|---|
| 29 | |
|---|
| 30 | patchfiles patch-src-texture.diff patch-src-barchart.diff \ |
|---|
| 31 | patch-plugins-GraphLayout-graphviz.patch |
|---|
| 32 | |
|---|
| 33 | livecheck.type regex |
|---|
| 34 | livecheck.url ${master_sites} |
|---|
| 35 | livecheck.regex "<strong>(\\d\\.\\d\\.\\d)</strong>" |
|---|