Revision: 120798 https://trac.macports.org/changeset/120798 Author: aronnax@macports.org Date: 2014-06-07 09:37:32 -0700 (Sat, 07 Jun 2014) Log Message: ----------- stiff: align whitespace Modified Paths: -------------- trunk/dports/science/stiff/Portfile Modified: trunk/dports/science/stiff/Portfile =================================================================== --- trunk/dports/science/stiff/Portfile 2014-06-07 16:36:48 UTC (rev 120797) +++ trunk/dports/science/stiff/Portfile 2014-06-07 16:37:32 UTC (rev 120798) @@ -1,28 +1,28 @@ # -*- 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 stiff -version 2.4.0 -categories science -platforms darwin -maintainers gmail.com:Deil.Christoph aronnax openmaintainer -license GPL-3+ +name stiff +version 2.4.0 +categories science +platforms darwin +maintainers gmail.com:Deil.Christoph aronnax openmaintainer +license GPL-3+ -description STIFF is a program to convert FITS images to TIFF format. +description STIFF is a program to convert FITS images to TIFF format. -long_description STIFF is a tool for converting FITS images to TIFF \ +long_description STIFF is a tool for converting FITS images to TIFF \ format in a visually appealing, but perceptually accurate, way. \ It is specifically designed to show faint detail in high-dynamic-range \ data while still retaining colour information for bright objects. \ It can create both 8-bit grayscale and 24-bit colour TIFF images. -homepage http://www.astromatic.net/software/stiff/ -master_sites http://www.astromatic.net/download/stiff/ -checksums md5 2e742ed203c456242f8c5abbe7d2d1bc \ - sha1 4554772a432d1f6c3779933c1971469b81526b14 \ - rmd160 329cf7dc1fd89abcc594007aa91ad449ca62db3b +homepage http://www.astromatic.net/software/stiff/ +master_sites http://www.astromatic.net/download/stiff/ +checksums md5 2e742ed203c456242f8c5abbe7d2d1bc \ + sha1 4554772a432d1f6c3779933c1971469b81526b14 \ + rmd160 329cf7dc1fd89abcc594007aa91ad449ca62db3b post-destroot { set docdir ${destroot}${prefix}/share/doc @@ -39,6 +39,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