Ticket #50876: Portfile

File Portfile, 979 bytes (added by joelfred@…, 8 years ago)

h5check 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                h5check
7version             2.0.1
8categories          science
9platforms           darwin
10license             Permissive
11maintainers         nomaintainer \
12                    openmaintainer
13description         HDF5 Format Checker
14long_description    A validation tool for verifying that an HDF5 file is encoded according to the HDF File Format Specification.
15homepage            https://www.hdfgroup.org/products/hdf5_tools/h5check.html
16master_sites        https://www.hdfgroup.org/ftp/HDF5/tools/h5check/src/
17
18checksums           rmd160  162bcb00babea46265b73bdbbbcb643ee8cb047c \
19                    sha256  72a6c2d19dea09962af0ac97277293b58d2119ea9f04fbfa6a2a7dc89734a7be
20
21patchfiles          patch-Makefile.am.diff \
22                    patch-test-Makefile.am.diff
23
24use_autoreconf      yes