Revision: 120803 https://trac.macports.org/changeset/120803 Author: aronnax@macports.org Date: 2014-06-07 09:46:20 -0700 (Sat, 07 Jun 2014) Log Message: ----------- swarp: align whitespace Modified Paths: -------------- trunk/dports/science/swarp/Portfile Modified: trunk/dports/science/swarp/Portfile =================================================================== --- trunk/dports/science/swarp/Portfile 2014-06-07 16:45:33 UTC (rev 120802) +++ trunk/dports/science/swarp/Portfile 2014-06-07 16:46:20 UTC (rev 120803) @@ -1,25 +1,25 @@ # -*- 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 swarp -version 2.38.0 -categories science -platforms darwin -maintainers gmail.com:Deil.Christoph aronnax openmaintainer -license GPL-3+ +name swarp +version 2.38.0 +categories science +platforms darwin +maintainers gmail.com:Deil.Christoph aronnax openmaintainer +license GPL-3+ -description Program that resample and co-adds FITS images -long_description SWarp is a program that resamples and co-adds together \ +description Program that resample and co-adds FITS images +long_description SWarp is a program that resamples and co-adds together \ FITS images using any arbitrary astrometric projection defined in the \ WCS standard. -homepage http://www.astromatic.net/software/swarp/ -master_sites http://www.astromatic.net/download/swarp/ -checksums md5 2efd230f5951ca95252f934a114356bf \ - sha1 fe21463a64f225224267e7408468a33aeec5b7e9 \ - rmd160 6bfc75f5aa49a7ea8e96419ccf4f9f4be2a6df2c +homepage http://www.astromatic.net/software/swarp/ +master_sites http://www.astromatic.net/download/swarp/ +checksums md5 2efd230f5951ca95252f934a114356bf \ + sha1 fe21463a64f225224267e7408468a33aeec5b7e9 \ + rmd160 6bfc75f5aa49a7ea8e96419ccf4f9f4be2a6df2c post-destroot { set docdir ${destroot}${prefix}/share/doc @@ -37,6 +37,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