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

simon at macports.org simon at macports.org
Sun Jan 13 14:57:29 PST 2008


Revision: 32810
          http://trac.macosforge.org/projects/macports/changeset/32810
Author:   simon at macports.org
Date:     2008-01-13 14:57:27 -0800 (Sun, 13 Jan 2008)

Log Message:
-----------
doc-new: Reordered some commands in portfile phase as they were in the wrong section.

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	2008-01-13 22:44:17 UTC (rev 32809)
+++ trunk/doc-new/guide/xml/portfile-phase.xml	2008-01-13 22:57:27 UTC (rev 32810)
@@ -462,106 +462,6 @@
       </varlistentry>
 
       <varlistentry>
-        <term>extract.suffix</term>
-
-        <listitem>
-          <para>This keyword is used to specify the extract suffix
-          type.</para>
-
-          <itemizedlist>
-            <listitem>
-              <para>Default: <filename>.tar.gz</filename></para>
-            </listitem>
-
-            <listitem>
-              <para>Example:</para>
-
-              <programlisting>extract.suffix      .tgz</programlisting>
-            </listitem>
-          </itemizedlist>
-        </listitem>
-      </varlistentry>
-
-      <varlistentry>
-        <term>extract.mkdir</term>
-
-        <listitem>
-          <para>This keyword is used to specify if the directory
-          <filename>worksrcdir</filename> is part of the distfile or if it
-          should be created automatically and the distfiles should be
-          extracted there instead. This is useful for distfiles with a flat
-          structure which would pollute the <filename>worksrcdir</filename>
-          with lots of files.</para>
-
-          <itemizedlist>
-            <listitem>
-              <para>Default: <option>no</option></para>
-            </listitem>
-
-            <listitem>
-              <para>Example:</para>
-
-              <programlisting>extract.mkdir       yes</programlisting>
-            </listitem>
-          </itemizedlist>
-        </listitem>
-      </varlistentry>
-
-      <varlistentry>
-        <term>use_bzip2</term>
-
-        <listitem>
-          <para>This keyword is for downloads that are tarred and bzipped.
-          When invoked, it automatically sets:</para>
-
-          <literallayout>extract.suffix = .tar.bz
-extract.cmd    = bzip
-
-</literallayout>
-
-          <itemizedlist>
-            <listitem>
-              <para>Default: <option>no</option></para>
-            </listitem>
-
-            <listitem>
-              <para>Example:</para>
-
-              <programlisting>use_bzip2           yes</programlisting>
-            </listitem>
-          </itemizedlist>
-        </listitem>
-      </varlistentry>
-
-      <varlistentry>
-        <term>use_zip</term>
-
-        <listitem>
-          <para>This keyword is for downloads which are zipped. When invoked,
-          it automatically sets:</para>
-
-          <literallayout>extract.suffix    = .zip
-extract.cmd       = unzip
-extract.pre_args  = -q
-extract.post_args = "-d ${portpath}/${workdir}"
-
-</literallayout>
-
-          <itemizedlist>
-            <listitem>
-              <para>Default: <option>no</option></para>
-            </listitem>
-
-            <listitem>
-              <para>Example:</para>
-
-              <programlisting>use_zip             yes</programlisting>
-            </listitem>
-          </itemizedlist>
-        </listitem>
-      </varlistentry>
-
-      <varlistentry>
         <term>worksrcdir</term>
 
         <listitem>
@@ -873,6 +773,106 @@
 
     <variablelist>
       <varlistentry>
+        <term>extract.suffix</term>
+
+        <listitem>
+          <para>This keyword is used to specify the extract suffix
+          type.</para>
+
+          <itemizedlist>
+            <listitem>
+              <para>Default: <filename>.tar.gz</filename></para>
+            </listitem>
+
+            <listitem>
+              <para>Example:</para>
+
+              <programlisting>extract.suffix      .tgz</programlisting>
+            </listitem>
+          </itemizedlist>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
+        <term>use_bzip2</term>
+
+        <listitem>
+          <para>This keyword is for downloads that are tarred and bzipped.
+          When invoked, it automatically sets:</para>
+
+          <literallayout>extract.suffix = .tar.bz
+extract.cmd    = bzip
+
+</literallayout>
+
+          <itemizedlist>
+            <listitem>
+              <para>Default: <option>no</option></para>
+            </listitem>
+
+            <listitem>
+              <para>Example:</para>
+
+              <programlisting>use_bzip2           yes</programlisting>
+            </listitem>
+          </itemizedlist>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
+        <term>use_zip</term>
+
+        <listitem>
+          <para>This keyword is for downloads which are zipped. When invoked,
+          it automatically sets:</para>
+
+          <literallayout>extract.suffix    = .zip
+extract.cmd       = unzip
+extract.pre_args  = -q
+extract.post_args = "-d ${portpath}/${workdir}"
+
+</literallayout>
+
+          <itemizedlist>
+            <listitem>
+              <para>Default: <option>no</option></para>
+            </listitem>
+
+            <listitem>
+              <para>Example:</para>
+
+              <programlisting>use_zip             yes</programlisting>
+            </listitem>
+          </itemizedlist>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
+        <term>extract.mkdir</term>
+
+        <listitem>
+          <para>This keyword is used to specify if the directory
+          <filename>worksrcdir</filename> is part of the distfile or if it
+          should be created automatically and the distfiles should be
+          extracted there instead. This is useful for distfiles with a flat
+          structure which would pollute the <filename>worksrcdir</filename>
+          with lots of files.</para>
+
+          <itemizedlist>
+            <listitem>
+              <para>Default: <option>no</option></para>
+            </listitem>
+
+            <listitem>
+              <para>Example:</para>
+
+              <programlisting>extract.mkdir       yes</programlisting>
+            </listitem>
+          </itemizedlist>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
         <term>extract.only</term>
 
         <term>extract.only-append</term>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080113/e68a2ed4/attachment.html


More information about the macports-changes mailing list