[136586] trunk/dports/graphics/libjpeg-turbo/Portfile

larryv at macports.org larryv at macports.org
Fri May 22 15:19:21 PDT 2015


Revision: 136586
          https://trac.macports.org/changeset/136586
Author:   larryv at macports.org
Date:     2015-05-22 15:19:21 -0700 (Fri, 22 May 2015)
Log Message:
-----------
libjpeg-turbo: Rearrange and reformat (NFC)

Modified Paths:
--------------
    trunk/dports/graphics/libjpeg-turbo/Portfile

Modified: trunk/dports/graphics/libjpeg-turbo/Portfile
===================================================================
--- trunk/dports/graphics/libjpeg-turbo/Portfile	2015-05-22 22:11:23 UTC (rev 136585)
+++ trunk/dports/graphics/libjpeg-turbo/Portfile	2015-05-22 22:19:21 UTC (rev 136586)
@@ -4,29 +4,36 @@
 PortGroup           muniversal 1.0
 
 name                libjpeg-turbo
+conflicts           jpeg mozjpeg
+
 version             1.3.1
 categories          graphics
-conflicts           jpeg mozjpeg
 platforms           darwin
 supported_archs     i386 x86_64
+license             BSD
 maintainers         nomaintainer
-description         libjpeg-turbo is a derivative of libjpeg that uses SIMD instructions (MMX, SSE2, \
-                    NEON) to accelerate baseline JPEG compression and decompression on x86, x86-64, \
-                    and ARM systems.
-long_description    ${description}  On such systems, libjpeg-turbo is generally 2-4x as fast as the \
-                    unmodified version of libjpeg, all else being equal.
-license             BSD
+
+description         libjpeg-turbo is a derivative of libjpeg that uses \
+                    SIMD instructions (MMX, SSE2, NEON) to accelerate \
+                    baseline JPEG compression and decompression on \
+                    x86, x86-64, and ARM systems.
+long_description    ${description}  On such systems, libjpeg-turbo is \
+                    generally 2-4x as fast as the unmodified version \
+                    of libjpeg, all else being equal.
 homepage            http://www.${name}.org
-master_sites        sourceforge:project/${name}/${version}/
 
+depends_lib         port:nasm
+
+master_sites        sourceforge:project/${name}/${version}
 checksums           rmd160  ee7989a93ff6ba2426e113ce62c69fc9184db0ae \
                     sha256  c132907417ddc40ed552fe53d6b91d5fecbb14a356a60ddc7ea50d6be9666fb9
 
-depends_lib         port:nasm
-use_autoreconf      yes
-autoreconf.args     -fvi
+use_autoreconf          yes
+autoreconf.args         -fvi
 
-configure.args-append   --with-jpeg8 NASM=${prefix}/bin/nasm
+configure.args-append --with-jpeg8 \
+                    NASM=${prefix}/bin/nasm
+
 switch ${build_arch} {
     i386 {
         configure.args-append --host i686-apple-darwin
@@ -46,5 +53,6 @@
     move ${destroot}${prefix}/share/doc/usage.txt ${destroot}${prefix}/share/doc/${name}/
     move ${destroot}${prefix}/share/doc/wizard.txt ${destroot}${prefix}/share/doc/${name}/
 }
-livecheck.url   http://sourceforge.net/projects/libjpeg-turbo/files/
+
+livecheck.url   http://sourceforge.net/projects/libjpeg-turbo/files
 livecheck.regex "${name}\/files\/(\\d+(?:\\.\\d+)*)"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150522/b286dd84/attachment.html>


More information about the macports-changes mailing list