Revision: 120794 https://trac.macports.org/changeset/120794 Author: aronnax@macports.org Date: 2014-06-07 09:34:19 -0700 (Sat, 07 Jun 2014) Log Message: ----------- sextractor: align whitespace Modified Paths: -------------- trunk/dports/science/sextractor/Portfile Modified: trunk/dports/science/sextractor/Portfile =================================================================== --- trunk/dports/science/sextractor/Portfile 2014-06-07 16:31:08 UTC (rev 120793) +++ trunk/dports/science/sextractor/Portfile 2014-06-07 16:34:19 UTC (rev 120794) @@ -1,18 +1,19 @@ # -*- 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 +PortSystem 1.0 -name sextractor -version 2.19.5 -categories science -platforms darwin -maintainers gmail.com:Deil.Christoph aronnax openmaintainer -license GPL-3+ +name sextractor +version 2.19.5 +categories science +platforms darwin +maintainers gmail.com:Deil.Christoph aronnax openmaintainer +license GPL-3+ -description tool to make catalogs of sources from astronomical images +description tool to make catalogs of sources from \ + astronomical images -long_description SExtractor stands for ``Source Extractor'': software \ +long_description SExtractor stands for ``Source Extractor'': software \ for making catalogs of sources from astronomical images. Multi-Extension \ FITS is now supported. Binary output catalogs are also MEFs. ASCII \ output catalogs contain detections from all extensions merged together. \ @@ -20,22 +21,22 @@ a given source was detected. Check-images will also be written as MEFs \ if the input image is a MEF. -homepage http://www.astromatic.net/software/sextractor/ -master_sites http://www.astromatic.net/download/sextractor/ -checksums md5 2115556b5d30571306608b7c023a318f \ - sha1 43a48391b90b915b1c256b68c29c2276bee8621d \ - rmd160 edea782b2c37776b50b214628fb088bb97df908b +homepage http://www.astromatic.net/software/sextractor/ +master_sites http://www.astromatic.net/download/sextractor/ +checksums md5 2115556b5d30571306608b7c023a318f \ + sha1 43a48391b90b915b1c256b68c29c2276bee8621d \ + rmd160 edea782b2c37776b50b214628fb088bb97df908b -depends_lib port:fftw-3 \ - port:fftw-3-single \ - port:atlas +depends_lib port:fftw-3 \ + port:fftw-3-single \ + port:atlas -configure.fc ${prefix}/bin/no-possible-compiler +configure.fc ${prefix}/bin/no-possible-compiler eval configure.cflags-append ${configure.cppflags} -configure.args --with-atlas=${prefix}/lib \ - --with-atlas-incdir=${prefix}/include \ - --with-fftw=${prefix}/lib \ - --with-fftw-incdir=${prefix}/include +configure.args --with-atlas=${prefix}/lib \ + --with-atlas-incdir=${prefix}/include \ + --with-fftw=${prefix}/lib \ + --with-fftw-incdir=${prefix}/include post-destroot { set docdir ${destroot}${prefix}/share/doc @@ -52,6 +53,6 @@ ${docdir}/${name} } -livecheck.type regex -livecheck.url [lindex ${master_sites} 0] -livecheck.regex ${name}-(\[0-9.\]+)\\.tar +livecheck.type regex +livecheck.url [lindex ${master_sites} 0] +livecheck.regex ${name}-(\[0-9.\]+)\\.tar
participants (1)
-
aronnax@macports.org