[143868] trunk/doc-new/guide/xml/portfile-keywords.xml

dstrubbe at macports.org dstrubbe at macports.org
Wed Dec 23 15:21:30 PST 2015


Revision: 143868
          https://trac.macports.org/changeset/143868
Author:   dstrubbe at macports.org
Date:     2015-12-23 15:21:29 -0800 (Wed, 23 Dec 2015)
Log Message:
-----------
doc-new: More information about 'platform' keyword.

Modified Paths:
--------------
    trunk/doc-new/guide/xml/portfile-keywords.xml

Modified: trunk/doc-new/guide/xml/portfile-keywords.xml
===================================================================
--- trunk/doc-new/guide/xml/portfile-keywords.xml	2015-12-23 19:42:15 UTC (rev 143867)
+++ trunk/doc-new/guide/xml/portfile-keywords.xml	2015-12-23 23:21:29 UTC (rev 143868)
@@ -185,11 +185,15 @@
       <term>platforms</term>
 
       <listitem>
-        <para>The platforms on which the port has been tested.</para>
+        <para>A list of the platforms on which the port has been tested.
+	Required, but not interpreted in any way by the software at this time; it is purely informational for users.
+	Possible values: <code>darwin</code> (= <code>macosx</code> or <code>puredarwin</code>), <code>macosx</code>,
+	<code>puredarwin</code>, <code>freebsd</code>, <code>linux</code>, <code>sunos</code>, <code>netbsd</code>.
+	In general, it can just be set to <code>darwin</code>. (<code>puredarwin</code> is an OS based on Apple's
+	open-source Darwin releases wihtout any of Apple's proprietary bits.) See also <varname>os.platform</varname>.
+	</para>
 
-        <!-- TODO: add possible values -->
-
-        <programlisting>platforms           darwin freebsd</programlisting>
+        <programlisting>platforms           darwin</programlisting>
       </listitem>
     </varlistentry>
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151223/b8f2214d/attachment.html>


More information about the macports-changes mailing list