Ticket #24041: Portfile

File Portfile, 1.2 KB (added by adfernandes (Andrew Fernandes), 14 years ago)
Line 
1# $Id: $
2
3PortSystem 1.0
4
5name                ggobi
6version             2.1.8
7categories          science
8maintainers         adfernandes openmaintainer
9
10description         An open source visualization program \
11                    for exploring high-dimensional data.
12
13long_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
19platforms           darwin
20
21homepage            http://www.ggobi.org/
22master_sites        http://www.ggobi.org/downloads/
23checksums           sha1 62946881137b9262141961464bfe3c0090cc5b32
24use_bzip2           yes
25
26depends_lib         port:gtk2 port:libxml2 port:gob2 port:graphviz
27
28configure.args      --with-all-plugins
29
30patchfiles          patch-src-texture.diff patch-src-barchart.diff \
31                    patch-plugins-GraphLayout-graphviz.patch
32
33livecheck.type      regex
34livecheck.url       ${master_sites}
35livecheck.regex     "<strong>(\\d\\.\\d\\.\\d)</strong>"