Revision
38819
Author
ryandesign@macports.org
Date
2008-07-31 18:07:59 -0700 (Thu, 31 Jul 2008)

Log Message

lcms: whitespace changes only

Modified Paths

Diff

Modified: trunk/dports/graphics/lcms/Portfile (38818 => 38819)


--- trunk/dports/graphics/lcms/Portfile	2008-08-01 00:41:56 UTC (rev 38818)
+++ trunk/dports/graphics/lcms/Portfile	2008-08-01 01:07:59 UTC (rev 38819)
@@ -1,33 +1,36 @@
 # $Id$
 
-PortSystem 1.0
+PortSystem              1.0
 
-name             lcms
-version          1.17
-categories       graphics
-maintainers      nomaintainer
-description      Little Color Management System, a color matching method library
-long_description \
-    LCMS is the Little Color Management System, a Color Matching Method \
-    (CMM) library which implements fast transforms between ICC profiles. \
-    It is released under LGPL with source code and meant to be portable. \
-    Color management refers to techniques that ensure consistent color \
-    as images are transferred from scanners or cameras to monitors and \
-    printers.
-homepage         http://www.littlecms.com/
-platforms        darwin
-master_sites     sourceforge:lcms \
-                 ${homepage}
-checksums        md5 07bdbb4cfb05d21caa58fe3d1c84ddc1 \
-                 sha1 083eb02890048f843803a5974914e54b5e034493 \
-                 rmd160 1ad67295b53a82e4813294cbcdfccf8a5bdb1bbd
+name                    lcms
+version                 1.17
+categories              graphics
+platforms               darwin
+maintainers             nomaintainer
 
-depends_lib      port:jpeg \
-                 port:tiff \
-                 port:zlib
+description             Little Color Management System, a color matching \
+                        method library
+long_description        LCMS is the Little Color Management System, a Color \
+                        Matching Method (CMM) library which implements fast \
+                        transforms between ICC profiles. It is released under \
+                        LGPL with source code and meant to be portable. \
+                        Color management refers to techniques that ensure \
+                        consistent color as images are transferred from \
+                        scanners or cameras to monitors and printers.
 
-configure.args   --mandir=${prefix}/share/man
+homepage                http://www.littlecms.com/
+master_sites            sourceforge:lcms \
+                        ${homepage}
 
-test.run         yes
-test.target      check
+checksums               md5     07bdbb4cfb05d21caa58fe3d1c84ddc1 \
+                        sha1    083eb02890048f843803a5974914e54b5e034493 \
+                        rmd160  1ad67295b53a82e4813294cbcdfccf8a5bdb1bbd
 
+depends_lib             port:jpeg \
+                        port:tiff \
+                        port:zlib
+
+configure.args          --mandir=${prefix}/share/man
+
+test.run                yes
+test.target             check