Commits
Takeshi Enomoto authored 404b46eff35
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 + | |
1 3 | PortSystem 1.0 |
2 4 | |
3 5 | name szip |
4 - | version 2.1 |
5 - | revision 4 |
6 + | version 2.1.1 |
6 7 | categories archivers |
7 8 | # may only be used as part of HDF |
8 9 | license Restrictive |
9 10 | maintainers nomaintainer |
10 11 | description Szip is an implementation of the extended-Rice lossless compression \ |
11 12 | algorithm. |
12 13 | long_description \ |
13 14 | The Consultative Committee on Space Data Systems (CCSDS) has adopted \ |
14 15 | the extended-Rice algorithm for international standards for space \ |
15 16 | applications. Szip is reported to provide fast and effective \ |
16 17 | compression, specifically for the EOS data generated by the NASA \ |
17 18 | Earth Observatory System (EOS). It was originally developed at \ |
18 19 | University of New Mexico (UNM) and integrated with HDF4 by UNM \ |
19 20 | researchers and developers. |
20 21 | platforms darwin |
21 22 | |
22 23 | homepage http://www.hdfgroup.org/doc_resource/SZIP/ |
23 24 | master_sites http://www.hdfgroup.org/ftp/lib-external/szip/${version}/src/ |
24 25 | |
25 - | checksums rmd160 058d85cbbc9893bdda64e4c4ee967a773ae85e3a \ |
26 - | sha256 a816d95d5662e8279625abdbea7d0e62157d7d1f028020b1075500bf483ed5ef |
27 - | |
28 - | # Delete this when the version number actually changes. |
29 - | # 2.1 was stealth-updated 2008-11-10?, 2011-05-05?, 2011-07-24?, 2011-11-14 |
30 - | dist_subdir ${name}/${version}_4 |
26 + | checksums rmd160 3e6baaab7bf96fbc538154de59bba3902193ebab \ |
27 + | sha256 21ee958b4f2d4be2c9cabfa5e1a94877043609ce86fde5f286f105f7ff84d412 \ |
28 + | size 415774 |
31 29 | |
32 30 | configure.args --disable-encoding |
33 31 | |
34 32 | test.run yes |
35 33 | test.target check |
36 34 | |
37 35 | variant encoder description {Enable SZIP encoding} { |
38 36 | configure.args-delete --disable-encoding |
39 37 | } |
40 38 | |