# $Id: $
PortSystem		1.0
name 			sfitsio
version			1.1.1a
revision		0
maintainers		hirokimac@users.sourceforge.jp
description		SFITSIO is a new FITS I/O library, usable for the C language users, independent from existing FITS libraries, and full-scratched.
long_description	SFITSIO is a new FITS I/O library, usable for the C language users, independent from existing FITS libraries, and full-scratched. This next-generation library supports your writing of C-language code with minimizing your efforts, and you can intuitively write your code for FITS I/O in your programs. The APIs express the structure of FITS, therefore, you do not forget usage of APIs. By using SFITSIO, you can escape the nuisance that you frequently read the manual document while writing your code for FITS I/O.  The SFITSIO supports r/w of Image, Ascii Table and Binary Table, and some CFITSIO extensions. 
homepage		http://www.ir.isas.jaxa.jp/~cyamauch/sli/index.html
master_sites		http://www.ir.isas.jaxa.jp/~cyamauch/sli/
distname		${name}-${version}
worksrcdir    ${name}-${version}
extract.suffix	.tar.gz
checksums		md5 abc5d566cc964f52bc3cbd1e49dfc904
platforms		darwin
use_parallel_build no
categories 		science
license		MIT License

depends_lib 		port:sllib   port:zlib	port:bzip2  port:ncurses  port:readline



