[137709] trunk/dports/graphics/ufraw/Portfile

devans at macports.org devans at macports.org
Wed Jun 17 13:43:18 PDT 2015


Revision: 137709
          https://trac.macports.org/changeset/137709
Author:   devans at macports.org
Date:     2015-06-17 13:43:17 -0700 (Wed, 17 Jun 2015)
Log Message:
-----------
ufraw: reformat, white space only.

Modified Paths:
--------------
    trunk/dports/graphics/ufraw/Portfile

Modified: trunk/dports/graphics/ufraw/Portfile
===================================================================
--- trunk/dports/graphics/ufraw/Portfile	2015-06-17 20:19:46 UTC (rev 137708)
+++ trunk/dports/graphics/ufraw/Portfile	2015-06-17 20:43:17 UTC (rev 137709)
@@ -1,45 +1,44 @@
 # -*- 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                ufraw
+version             0.21
+revision            1
+license             GPL-2+
+categories          graphics
+maintainers         devans openmaintainer
+description         Unidentified Flying Raw (UFRaw)
 
-name             ufraw
-version          0.21
-revision         1
-license          GPL-2+
-categories       graphics
-maintainers      devans openmaintainer
-description      Unidentified Flying Raw (UFRaw)
+long_description    The Unidentified Flying Raw (UFRaw) is a utility to read and \
+                    manipulate raw images from digital cameras. It can be used on \
+                    its own or as a Gimp plug-in. It reads raw images using Dave Coffin's \
+                    raw conversion utility - DCRaw. UFRaw supports basic color management \
+                    using Little CMS, allowing the user to apply color profiles.
 
-long_description \
-    The Unidentified Flying Raw (UFRaw) is a utility to read and \
-    manipulate raw images from digital cameras. It can be used on \
-    its own or as a Gimp plug-in. It reads raw images using Dave Coffin's \
-    raw conversion utility - DCRaw. UFRaw supports basic color management \
-    using Little CMS, allowing the user to apply color profiles.
+homepage            http://ufraw.sourceforge.net
+platforms           darwin
+master_sites        sourceforge:project/ufraw/ufraw/${distname}
 
-homepage         http://ufraw.sourceforge.net
-platforms        darwin
-master_sites     sourceforge:project/ufraw/ufraw/${distname}
+checksums           sha256  2a6a1bcc633bdc8e15615cf726befcd7f27ab00e7c2a518469a24e1a96964d87 \
+                    rmd160  3cde90ffc619362150c9496d3ab2b9a80cfa3183
 
-checksums        sha256  2a6a1bcc633bdc8e15615cf726befcd7f27ab00e7c2a518469a24e1a96964d87 \
-                 rmd160  3cde90ffc619362150c9496d3ab2b9a80cfa3183
+depends_build       port:pkgconfig
+depends_lib         port:dcraw \
+                    path:lib/pkgconfig/gimpui-2.0.pc:gimp2 \
+                    port:libpng \
+                    port:jasper \
+                    port:jpeg \
+                    port:exiv2 \
+                    port:gtkimageview \
+                    port:cfitsio \
+                    port:lensfun
 
-depends_build    port:pkgconfig
-depends_lib      port:dcraw \
-                 path:lib/pkgconfig/gimpui-2.0.pc:gimp2 \
-                 port:libpng \
-                 port:jasper \
-                 port:jpeg \
-                 port:exiv2 \
-                 port:gtkimageview \
-                 port:cfitsio \
-                 port:lensfun
+patchfiles          patch-ufraw-gimp.c.diff
 
-patchfiles       patch-ufraw-gimp.c.diff
+configure.args      --enable-contrast
 
-configure.args   --enable-contrast
-
 post-destroot {
     set docdir ${destroot}${prefix}/share/doc/${name}
     xinstall -d ${docdir}
@@ -57,4 +56,4 @@
 #   "_alloca", referenced from:
 compiler.blacklist-append llvm-gcc-4.2 macports-llvm-gcc-4.2
 
-livecheck.regex  "${name}-(\\d+(?:\\.\\d+)*)"
+livecheck.regex     "${name}-(\\d+(?:\\.\\d+)*)"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150617/116cae2d/attachment.html>


More information about the macports-changes mailing list