Ticket #30682: Portfile

File Portfile, 965 bytes (added by ghweber@…, 13 years ago)
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                H5Part
7version             1.6.3
8categories          science
9maintainers         ghweber \
10                    lbl.gov:ghweber
11description         H5Part data storage library
12long_description    H5Part is a very simple data storage schema and provides an API that simplifies the reading/writing of the data to the HDF5 file format.
13homepage            http://vis.lbl.gov/Research/AcceleratorSAPP/
14platforms           darwin
15master_sites        https://codeforge.lbl.gov/frs/download.php/338
16checksums           md5 641e453bdc5a4fa0f179309593814de5 \
17                    sha1 30c1c30c3f16af824ce996ffc6623e1bc79252a6 \
18                    rmd160 f741a7dcd30f675f0d15f9b9af6c95645a32d56c
19
20depends_lib         port:hdf5-18
21
22configure.args      --with-hdf5=/opt/local --enable-shared