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

mk at macports.org mk at macports.org
Wed Mar 9 15:37:21 PST 2011


Revision: 76824
          http://trac.macports.org/changeset/76824
Author:   mk at macports.org
Date:     2011-03-09 15:37:17 -0800 (Wed, 09 Mar 2011)
Log Message:
-----------
Guide: explain license 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	2011-03-09 22:47:04 UTC (rev 76823)
+++ trunk/doc-new/guide/xml/portfile-keywords.xml	2011-03-09 23:37:17 UTC (rev 76824)
@@ -191,5 +191,27 @@
         <programlisting>platforms           darwin freebsd</programlisting>
       </listitem>
     </varlistentry>
+
+    <varlistentry>
+      <term>license</term>
+
+      <listitem>
+        <para>The proper format for license consists of the license name,
+        followed by a hyphen and number if indicating a specific version. A
+        space should be placed between licenses if there is more than one.
+        </para>
+
+		<para>(Additional suggestions: If the version number is a
+		<quote>.0</quote> version, including the <quote>.0</quote> is
+		optional. If the author gives the choice of using a given license or
+		<quote>any later version</quote> of it, include a plus (+) after the
+		version number; if the version specified is also the earliest version,
+		just leave out a version number entirely since it implies all
+		versions. —L2G)</para>
+
+        <programlisting>license           GPL-3</programlisting>
+      </listitem>
+    </varlistentry>
+
   </variablelist>
 </section>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110309/979659dd/attachment.html>


More information about the macports-changes mailing list