[106235] trunk/dports/graphics/openjpeg/Portfile

stromnov at macports.org stromnov at macports.org
Sun May 19 23:46:38 PDT 2013


Revision: 106235
          https://trac.macports.org/changeset/106235
Author:   stromnov at macports.org
Date:     2013-05-19 23:46:37 -0700 (Sun, 19 May 2013)
Log Message:
-----------
openjpeg: fix whitespaces

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

Modified: trunk/dports/graphics/openjpeg/Portfile
===================================================================
--- trunk/dports/graphics/openjpeg/Portfile	2013-05-20 05:53:51 UTC (rev 106234)
+++ trunk/dports/graphics/openjpeg/Portfile	2013-05-20 06:46:37 UTC (rev 106235)
@@ -1,39 +1,40 @@
-# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
+# -*- 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             openjpeg
-version          1.5.0
-revision         5
-categories       graphics
-license          BSD
-maintainers      mcalhoun openmaintainer
-description      Library for manipulating JPEG-2000 images
-long_description \
-	The OpenJPEG library is an open-source JPEG 2000 codec. \
-	It has been developed in order to promote the use of JPEG 2000, \
-	the new still-image compression standard from the \
-	Joint Photographic Experts Group (JPEG).
+name                openjpeg
+version             1.5.0
+revision            5
+categories          graphics
+platforms           darwin
+license             BSD
 
-platforms        darwin
+maintainers         mcalhoun openmaintainer
 
-homepage         http://code.google.com/p/openjpeg/
-master_sites     googlecode
+description         Library for manipulating JPEG-2000 images
 
+long_description    The OpenJPEG library is an open-source JPEG 2000 codec. \
+                    It has been developed in order to promote the use of JPEG \
+                    2000, the new still-image compression standard from the \
+                    Joint Photographic Experts Group (JPEG).
+
+homepage            http://code.google.com/p/openjpeg/
+master_sites        googlecode
+
 checksums           md5     e5d66193ddfa59a87da1eb08ea86293b \
                     sha1    dce705ae45f137e4698a8cf39d1fbf22bc434fa8 \
                     rmd160  ffa85dbb0a3ba1545bc6974f4950f466789c04ef
 
-depends_build    port:pkgconfig
+depends_build       port:pkgconfig
 
-depends_lib      port:libpng \
-                 port:tiff \
-                 port:lcms2 \
-                 port:zlib \
-                 port:jbigkit
+depends_lib         port:libpng \
+                    port:tiff \
+                    port:lcms2 \
+                    port:zlib \
+                    port:jbigkit
 
-patchfiles       patch-remove-t1_generate_luts.c-causing-main-symbol.diff
+patchfiles          patch-remove-t1_generate_luts.c-causing-main-symbol.diff
 
 pre-activate {
     # openjpeg < 1.5.0 accidentally installed items directly into
@@ -48,5 +49,5 @@
     }
 }
 
-livecheck.url    ${homepage}
-livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)"
+livecheck.url       ${homepage}
+livecheck.regex     "${name}-(\\d+(?:\\.\\d+)*)"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130519/7b8621be/attachment.html>


More information about the macports-changes mailing list