# $Id: Portfile 81946 2011-08-06 16:23:59Z jmr@macports.org $

PortSystem 1.0

name                ggobi
version             2.1.8
revision            1
categories          science
maintainers         adfernandes openmaintainer

description         An open source visualization program \
                    for exploring high-dimensional data.

long_description    GGobi is an open source visualization program for exploring \
                    high-dimensional data. It provides highly dynamic and interactive \
                    graphics such as tours, as well as familiar graphics such as the \
                    scatterplot, barchart and parallel coordinates plots. Plots are \
                    interactive and linked with brushing and identification.

platforms           darwin

homepage            http://www.ggobi.org/
master_sites        http://www.ggobi.org/downloads/
checksums           sha1 62946881137b9262141961464bfe3c0090cc5b32
use_bzip2           yes

depends_build       port:pkgconfig
depends_lib         port:gtk2 port:libxml2 port:gob2 path:bin/dot:graphviz

configure.args      --with-all-plugins

patchfiles          patch-src-texture.diff patch-src-barchart.diff \
                    patch-plugins-GraphLayout-graphviz.patch

livecheck.type      regex
livecheck.url       ${master_sites}
livecheck.regex     "<strong>(\\d\\.\\d\\.\\d)</strong>"
