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

easieste at macports.org easieste at macports.org
Sun Mar 4 05:11:05 PST 2012


Revision: 90393
          http://trac.macports.org/changeset/90393
Author:   easieste at macports.org
Date:     2012-03-04 05:10:59 -0800 (Sun, 04 Mar 2012)
Log Message:
-----------
lang/sbcl: passes port lint and human inspection of output.

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

Modified: trunk/dports/lang/sbcl/Portfile
===================================================================
--- trunk/dports/lang/sbcl/Portfile	2012-03-04 05:51:18 UTC (rev 90392)
+++ trunk/dports/lang/sbcl/Portfile	2012-03-04 13:10:59 UTC (rev 90393)
@@ -1,11 +1,11 @@
 # $Id$
-# vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
-# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- 
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- # vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
 
 PortSystem 1.0
 
-name		    sbcl
-version		    1.0.55
+name		sbcl
+
+version		1.0.55
 revision        1
 set subrevision	""
 
@@ -13,21 +13,23 @@
 maintainers	openmaintainer easieste gwright waqar 
 platforms	darwin
 description	The Steel Bank Common Lisp system
-long_description	\
-    Steel Bank Common Lisp (SBCL) is a Open Source		\
-    development system for ANSI Common Lisp. It provides an	\
-    interactive environment including an integrated native	\
-    compiler, interpreter, and debugger. (And it, and its	\
-                                              generated code, can also play nicely with Unix when	\
-                                              running noninteractively.)
 
+long_description { 
+Steel Bank Common Lisp (SBCL) is a Open Source development system for
+ANSI Common Lisp. It provides an interactive environment including an
+integrated native compiler, interpreter, and debugger. (And it, and
+its generated code, can also play nicely with Unix when running
+noninteractively.)
+}
+
 homepage	http://www.sbcl.org
 master_sites	sourceforge
 use_bzip2	yes
 
-patchfiles	patch-use-mach-exception-handler.diff  \
-            patch-posix-tests.diff \
-            patch-use-right-gcc.diff
+patchfiles	\
+                patch-use-mach-exception-handler.diff  \
+                patch-posix-tests.diff \
+                patch-use-right-gcc.diff
 
 
 distfiles	${name}-${version}-source${subrevision}${extract.suffix}
@@ -130,27 +132,29 @@
     }
 }
 
-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.
-""" } {
+  Involves the installation of a TexLive dependency chain, which can
+  dramatically slow 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.
+(Enabled by default).
+} {
     patchfiles-append patch-base-target-features.diff
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120304/606beb84/attachment.html>


More information about the macports-changes mailing list