Revision: 81655 http://trac.macports.org/changeset/81655 Author: jmr@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>
participants (1)
-
jmr@macports.org