[117637] trunk/dports/graphics

raimue at macports.org raimue at macports.org
Thu Mar 6 06:56:49 PST 2014


Revision: 117637
          https://trac.macports.org/changeset/117637
Author:   raimue at macports.org
Date:     2014-03-06 06:56:49 -0800 (Thu, 06 Mar 2014)
Log Message:
-----------
graphics/mozjpeg:
Add new port, a fork of libjpeg-turbo.
Mark as conflicting with both jpeg and libjpeg-turbo.

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

Added Paths:
-----------
    trunk/dports/graphics/mozjpeg/

Modified: trunk/dports/graphics/jpeg/Portfile
===================================================================
--- trunk/dports/graphics/jpeg/Portfile	2014-03-06 12:29:51 UTC (rev 117636)
+++ trunk/dports/graphics/jpeg/Portfile	2014-03-06 14:56:49 UTC (rev 117637)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 
 name                jpeg
-conflicts           libjpeg-turbo
+conflicts           libjpeg-turbo mozjpeg
 version             9a
 revision            1
 categories          graphics

Modified: trunk/dports/graphics/libjpeg-turbo/Portfile
===================================================================
--- trunk/dports/graphics/libjpeg-turbo/Portfile	2014-03-06 12:29:51 UTC (rev 117636)
+++ trunk/dports/graphics/libjpeg-turbo/Portfile	2014-03-06 14:56:49 UTC (rev 117637)
@@ -6,7 +6,7 @@
 name                libjpeg-turbo
 version             1.3.0
 categories          graphics
-conflicts           jpeg
+conflicts           jpeg mozjpeg
 platforms           darwin
 supported_archs     i386 x86_64
 maintainers         rmstonecipher openmaintainer

Modified: trunk/dports/graphics/mozjpeg/Portfile
===================================================================
--- trunk/dports/graphics/libjpeg-turbo/Portfile	2014-03-06 12:29:51 UTC (rev 117636)
+++ trunk/dports/graphics/mozjpeg/Portfile	2014-03-06 14:56:49 UTC (rev 117637)
@@ -2,25 +2,25 @@
 # $Id$
 PortSystem          1.0
 PortGroup           muniversal 1.0
+PortGroup           github 1.0
 
-name                libjpeg-turbo
-version             1.3.0
+github.setup        mozilla mozjpeg 1.0 v
 categories          graphics
-conflicts           jpeg
+conflicts           jpeg libjpeg-turbo
 platforms           darwin
 supported_archs     i386 x86_64
-maintainers         rmstonecipher openmaintainer
-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.
+maintainers         raimue openmaintainer
+description         A fork of libjpeg-turbo by Mozilla with 'jpgcrush' feature
+long_description \
+    mozjpeg is a fork of libjpeg-turbo with jpgcrush functionality to reduce \
+    the size of JPEG images. The 'jpgcrush' feature finds the progressive \
+    coding configuration which uses the fewest bits. This most frequently \
+    reduces file size by 2-10%, but those are not hard limits. Significantly \
+    greater reductions have been observed.
 license             BSD
-homepage            http://www.${name}.org
-master_sites        sourceforge:project/${name}/${version}/
 
-checksums           rmd160  81e4d5e4af95f253c17e3ddaac94212e7eafef9e \
-                    sha256  2657008cfc08aadbaca065bd9f8964b8a2c0abd03e73da5b5f09c1216be31234
+checksums           rmd160  f585b217c6729b78a34fa27b336118897c912a55 \
+                    sha256  6c4845d7fa0bddd77e4a209e8e81bde11af8524dcd2cb0bb10bfd9519548ec95
 
 depends_lib         port:nasm
 use_autoreconf      yes
@@ -46,5 +46,3 @@
     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.regex "${name}\/files\/(\\d+(?:\\.\\d+)*)"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140306/57b90f79/attachment-0001.html>


More information about the macports-changes mailing list