# -*- 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 # $Id$ PortSystem 1.0 set uname spydr name yorick-${uname} version 0.8.1 categories science maintainers users.sourceforge.net:paumard description FITS image display and simple analysis long_description Spydr (pronounced like spider) basically is an FITS \ image viewer. It can work as a stand-alone \ application but is best integrated in a \ Yorick-based data-analysis work-flow (Yorick is an \ interpreted language specialized in numerical \ computations and scientific graphics). It includes \ tools to zoom, produce cuts, histograms, \ Gaussian/Moffat fits, PSF fits (inc. FWHM and \ Strehl). Can work on single images, sequences of \ images or data cubes. homepage http://maumae.net/yorick/doc/plugins.php platforms darwin depends_lib port:yorick depends_run port:yorick-yao \ port:py26-gtk port:zenity master_sites http://maumae.net/yorick/packages/src/ distname ${uname}-${version}-src extract.suffix .tgz checksums md5 2f0d44617592cd1f22f29f4159e64fbb \ sha1 f6c753476034cb1d80ff758b2469ac4fd5f77440 \ rmd160 8e13693fdbd745729e4e1ad5392c0c23d058ea99 worksrcdir ${name}-${version} configure { system "cd ${worksrcpath} && \ ${prefix}/bin/yorick -batch make.i" } build { system "cd ${worksrcpath} && gzip -9 -c ${uname}.1 > ${uname}.1.gz" } post-destroot { xinstall -d ${destroot}${prefix}/lib/yorick/packages/installed/ xinstall ${worksrcpath}/${uname}.info \ ${destroot}${prefix}/lib/yorick/packages/installed/ xinstall ${worksrcpath}/${uname}.1.gz \ ${destroot}${prefix}/share/man/man1/ ln -s ${prefix}/lib/yorick/bin/${uname} ${destroot}${prefix}/bin/ }