# $Id: Portfile,v 1.1 2005/06/05 00:36:43 toby Exp $

PortSystem 1.0
name		szip
version		2.0
categories	archivers
maintainers	marius@physics.aamu.edu
description	Szip is an implementation of the extended-Rice lossless compression \
			algorithm.
long_description	\
	 	The Consultative Committee on Space Data Systems (CCSDS) has adopted \
	 	the extended-Rice algorithm for international standards for space \
	 	applications. Szip is reported to provide fast and effective \
	 	compression, specifically for the EOS data generated by the NASA \
	 	Earth Observatory System (EOS).	It was originally developed at \
	 	University of New Mexico (UNM) and integrated with HDF4 by UNM \
	 	researchers and developers.
homepage	http://hdf.ncsa.uiuc.edu/doc_resource/SZIP/
platforms	darwin
master_sites	ftp://ftp.ncsa.uiuc.edu/HDF/szip/${version}/src/
checksums	md5 21383e286267021cbe93cbb2698bf8b9

configure.args	--prefix=${prefix} --disable-encoding

variant encoder {
	configure.args-delete	--disable-encoding
}
