[142913] trunk/dports/_resources/port1.0/group/muniversal-1.0.tcl

mcalhoun at macports.org mcalhoun at macports.org
Sat Dec 12 07:46:02 PST 2015


Revision: 142913
          https://trac.macports.org/changeset/142913
Author:   mcalhoun at macports.org
Date:     2015-11-27 05:32:37 -0800 (Fri, 27 Nov 2015)
Log Message:
-----------
muniversal PortGroup: allow comparisons of zip files

Modified Paths:
--------------
    trunk/dports/_resources/port1.0/group/muniversal-1.0.tcl

Modified: trunk/dports/_resources/port1.0/group/muniversal-1.0.tcl
===================================================================
--- trunk/dports/_resources/port1.0/group/muniversal-1.0.tcl	2015-11-27 13:26:56 UTC (rev 142912)
+++ trunk/dports/_resources/port1.0/group/muniversal-1.0.tcl	2015-11-27 13:32:37 UTC (rev 142913)
@@ -633,6 +633,7 @@
                                         *.lzma -
                                         *.xz -
                                         *.gz -
+                                        *.zip -
                                         *.bz2 {
                                             # compressed files can differ due to entropy
                                             switch -glob ${fl} {
@@ -645,6 +646,9 @@
                                                 *.gz {
                                                     set cat /usr/bin/gzcat
                                                 }
+                                                *.zip {
+                                                    set cat "/usr/bin/unzip -p"
+                                                }
                                                 *.bz2 {
                                                     set cat /usr/bin/bzcat
                                                 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/01852088/attachment.html>


More information about the macports-changes mailing list