[67438] trunk/doc-new/guide/xml/portgroup-python.xml

blb at macports.org blb at macports.org
Sun May 9 17:23:06 PDT 2010


Revision: 67438
          http://trac.macports.org/changeset/67438
Author:   blb at macports.org
Date:     2010-05-09 17:23:00 -0700 (Sun, 09 May 2010)
Log Message:
-----------
guide - document python.link_binaries option added in r63036

Revision Links:
--------------
    http://trac.macports.org/changeset/63036

Modified Paths:
--------------
    trunk/doc-new/guide/xml/portgroup-python.xml

Modified: trunk/doc-new/guide/xml/portgroup-python.xml
===================================================================
--- trunk/doc-new/guide/xml/portgroup-python.xml	2010-05-09 23:28:29 UTC (rev 67437)
+++ trunk/doc-new/guide/xml/portgroup-python.xml	2010-05-10 00:23:00 UTC (rev 67438)
@@ -8,6 +8,38 @@
   <para>PortGroup python allows for efficient porting of python-based open
   source software.</para>
 
+  <section id="reference.portgroup.python.keywords">
+    <title>python PortGroup Specific Keywords</title>
+
+    <para>Portfiles using the python2x PortGroup allow for port authors to
+    set the following keywords in addition to the general Portfile
+    keywords.</para>
+
+    <variablelist>
+      <varlistentry>
+        <term>python.link_binaries</term>
+
+        <listitem>
+          <para>When yes (the default), tells the PortGroup to automatically
+          link any executable binaries installed in the bin/ directory within
+          the framework into
+          <filename>${prefix}/bin</filename>.</para>
+
+          <itemizedlist>
+            <listitem>
+              <para>Type: optional</para>
+            </listitem>
+            <listitem>
+              <para>Example:</para>
+
+              <programlisting>python.link_binaries     no</programlisting>
+            </listitem>
+          </itemizedlist>
+        </listitem>
+      </varlistentry>
+    </variablelist>
+  </section>
+
   <section id="reference.portgroup.python.variables">
     <title>python PortGroup Specific Variables</title>
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100509/9d3807a0/attachment.html>


More information about the macports-changes mailing list