New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 81655


Ignore:
Timestamp:
08/03/11 06:17:47 (4 years ago)
Author:
jmr@…
Message:

guide: document use_xz

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc-new/guide/xml/portfile-phase.xml

    r81654 r81655  
    11541154        </listitem> 
    11551155      </varlistentry> 
     1156 
     1157      <varlistentry> 
     1158        <term>use_xz</term> 
     1159 
     1160        <listitem> 
     1161          <para>This keyword is for downloads that are compressed using the xz tool. 
     1162          When invoked, it automatically sets:</para> 
     1163 
     1164          <literallayout>extract.suffix    = .tar.xz 
     1165extract.cmd       = xz 
     1166 
     1167</literallayout> 
     1168 
     1169          <itemizedlist> 
     1170            <listitem> 
     1171              <para>Default: <option>no</option></para> 
     1172            </listitem> 
     1173 
     1174            <listitem> 
     1175              <para>Example:</para> 
     1176 
     1177              <programlisting>use_xz             yes</programlisting> 
     1178            </listitem> 
     1179          </itemizedlist> 
     1180        </listitem> 
     1181      </varlistentry> 
     1182 
    11561183 
    11571184      <varlistentry> 
Note: See TracChangeset for help on using the changeset viewer.