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

blb at macports.org blb at macports.org
Tue Mar 17 13:07:54 PDT 2009


Revision: 48254
          http://trac.macports.org/changeset/48254
Author:   blb at macports.org
Date:     2009-03-17 13:07:54 -0700 (Tue, 17 Mar 2009)
Log Message:
-----------
guide - document use_7z option, ticket #18521

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	2009-03-17 19:52:34 UTC (rev 48253)
+++ trunk/doc-new/guide/xml/portfile-phase.xml	2009-03-17 20:07:54 UTC (rev 48254)
@@ -1009,6 +1009,32 @@
       </varlistentry>
 
       <varlistentry>
+        <term>use_7z</term>
+
+        <listitem>
+          <para>This keyword is for downloads that are compressed using the
+          7z algorithm.  When invoked, it automatically sets:</para>
+
+          <literallayout>extract.suffix = .7z
+extract.cmd    = 7za
+
+</literallayout>
+
+          <itemizedlist>
+            <listitem>
+              <para>Default: <option>no</option></para>
+            </listitem>
+
+            <listitem>
+              <para>Example:</para>
+
+              <programlisting>use_7z           yes</programlisting>
+            </listitem>
+          </itemizedlist>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
         <term>use_bzip2</term>
 
         <listitem>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090317/6f9fc5a3/attachment-0001.html>


More information about the macports-changes mailing list