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 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name h5utils |
---|
7 | version 1.12.1 |
---|
8 | categories science |
---|
9 | platforms darwin |
---|
10 | maintainers gmail.com:higginja |
---|
11 | |
---|
12 | description visualization of HDF5 data files |
---|
13 | |
---|
14 | long_description H5utils is a set of utilities for visualization and \ |
---|
15 | conversion of scientific data in the free, portable \ |
---|
16 | HDF5 format. Besides providing a simple tool for batch \ |
---|
17 | visualization as PNG images, h5utils also includes \ |
---|
18 | programs to convert HDF5 datasets into the formats \ |
---|
19 | required by other free visualization software (e.g. \ |
---|
20 | plain text, Vis5d, and VTK). |
---|
21 | |
---|
22 | homepage http://ab-initio.mit.edu/wiki/index.php/H5utils |
---|
23 | master_sites http://ab-initio.mit.edu/h5utils/ |
---|
24 | |
---|
25 | checksums sha1 1bd8ef8c50221da35aafb5424de9b5f177250d2d \ |
---|
26 | rmd160 f7d1d1b9254e5946c382fad2bd5ffc41e238860d |
---|
27 | |
---|
28 | depends_lib port:hdf5-18 \ |
---|
29 | port:hdf4 \ |
---|
30 | port:libpng \ |
---|
31 | port:libmatheval |
---|
32 | |
---|
33 | configure.args --without-octave |
---|