Ticket #29203: Portfile-ryandesign

File Portfile-ryandesign, 1.3 KB (added by ryandesign (Ryan Carsten Schmidt), 13 years ago)

my proposed portfile

Line 
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
4PortSystem          1.0
5
6name                h5utils
7version             1.12.1
8categories          science
9platforms           darwin
10maintainers         gmail.com:higginja
11
12description         visualization of HDF5 data files
13
14long_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
22homepage            http://ab-initio.mit.edu/wiki/index.php/H5utils
23master_sites        http://ab-initio.mit.edu/h5utils/
24
25checksums           sha1    1bd8ef8c50221da35aafb5424de9b5f177250d2d \
26                    rmd160  f7d1d1b9254e5946c382fad2bd5ffc41e238860d
27
28depends_lib         port:hdf5-18 \
29                    port:hdf4 \
30                    port:libpng \
31                    port:libmatheval
32
33configure.args      --without-octave