[81655] trunk/doc-new/guide/xml/portfile-phase.xml

jmr at macports.org jmr at macports.org
Wed Aug 3 06:17:48 PDT 2011


Revision: 81655
          http://trac.macports.org/changeset/81655
Author:   jmr at macports.org
Date:     2011-08-03 06:17:47 -0700 (Wed, 03 Aug 2011)
Log Message:
-----------
guide: document use_xz

Modified Paths:
--------------
    trunk/doc-new/guide/xml/portfile-phase.xml

Modified: trunk/doc-new/guide/xml/portfile-phase.xml
===================================================================
--- trunk/doc-new/guide/xml/portfile-phase.xml	2011-08-03 13:05:58 UTC (rev 81654)
+++ trunk/doc-new/guide/xml/portfile-phase.xml	2011-08-03 13:17:47 UTC (rev 81655)
@@ -1155,6 +1155,33 @@
       </varlistentry>
 
       <varlistentry>
+        <term>use_xz</term>
+
+        <listitem>
+          <para>This keyword is for downloads that are compressed using the xz tool.
+          When invoked, it automatically sets:</para>
+
+          <literallayout>extract.suffix    = .tar.xz
+extract.cmd       = xz
+
+</literallayout>
+
+          <itemizedlist>
+            <listitem>
+              <para>Default: <option>no</option></para>
+            </listitem>
+
+            <listitem>
+              <para>Example:</para>
+
+              <programlisting>use_xz             yes</programlisting>
+            </listitem>
+          </itemizedlist>
+        </listitem>
+      </varlistentry>
+
+
+      <varlistentry>
         <term>extract.mkdir</term>
 
         <listitem>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110803/b29d6cba/attachment.html>


More information about the macports-changes mailing list