[90326] trunk/dports/lang/sbcl/Portfile

easieste at macports.org easieste at macports.org
Fri Mar 2 01:58:42 PST 2012


Revision: 90326
          http://trac.macports.org/changeset/90326
Author:   easieste at macports.org
Date:     2012-03-02 01:58:42 -0800 (Fri, 02 Mar 2012)
Log Message:
-----------
lang/sbcl:doc Introduce mutli-line docstrings for variants.

Modified Paths:
--------------
    trunk/dports/lang/sbcl/Portfile

Modified: trunk/dports/lang/sbcl/Portfile
===================================================================
--- trunk/dports/lang/sbcl/Portfile	2012-03-02 08:40:33 UTC (rev 90325)
+++ trunk/dports/lang/sbcl/Portfile	2012-03-02 09:58:42 UTC (rev 90326)
@@ -127,20 +127,27 @@
     }
 }
 
-variant html conflicts pdf description {Installs documentation in HTML and Info formats} {
+variant html conflicts pdf description {"""
+Installs documentation in HTML and Info formats.
+""" } {
     patchfiles-append patch-make-doc.diff
     depends_build-append bin:texi2dvi:texinfo
     depends_build-append bin:makeinfo:texinfo
 } 
 
-variant pdf conflicts html description {Installs documentation in PDF, HTML and Info formats} {
+variant pdf conflicts html description {"""
+Installs documentation in PDF, HTML and Info formats.
+
+Involves the installation of a TexLive dependency chain, which can
+speed down the installation of the SBCL port.
+""" } {
     patchfiles-delete patch-make-doc.diff
     depends_build-append bin:dvips:texlive
     depends_build-append bin:texi2dvi:texinfo
     depends_build-append bin:makeinfo:texinfo
 } 
 
-variant threads description {Enable multi-threaded runtime} {
+variant threads description {Enable multi-threaded runtime.} {
     patchfiles-append patch-base-target-features.diff
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120302/0036f935/attachment.html>


More information about the macports-changes mailing list