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