Ticket #3269: Portfile

File Portfile, 984 bytes (added by marius173@…, 19 years ago)

Portfile

Line 
1
2
3PortSystem      1.0
4name            szip
5version         2.0
6categories      archivers
7platforms       darwin
8maintainers     marius@physics.aamu.edu
9description     Szip is an implementation of the extended-Rice lossless compression \
10                        algorithm.
11
12long_description        \
13                The Consultative Committee on Space Data Systems (CCSDS) has adopted \
14                the extended-Rice algorithm for international standards for space \
15                applications. Szip is reported to provide fast and effective \
16                compression, specifically for the EOS data generated by the NASA \
17                Earth Observatory System (EOS). It was originally developed at \
18                University of New Mexico (UNM) and integrated with HDF4 by UNM \
19                researchers and developers.
20               
21homepage        http://hdf.ncsa.uiuc.edu/doc_resource/SZIP/
22
23master_sites    ftp://ftp.ncsa.uiuc.edu/HDF/szip/${version}/src/
24
25#worksrcdir     ${name}
26checksums       md5 21383e286267021cbe93cbb2698bf8b9
27
28configure.args  --prefix=${prefix} --disable-encoding
29
30variant encoder {
31        configure.args-delete   --disable-encoding
32}