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

larryv at macports.org larryv at macports.org
Thu Feb 7 00:50:27 PST 2013


Revision: 102702
          https://trac.macports.org/changeset/102702
Author:   larryv at macports.org
Date:     2013-02-07 00:50:27 -0800 (Thu, 07 Feb 2013)
Log Message:
-----------
sbcl: Clean up whitespace (#37954).

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

Modified: trunk/dports/lang/sbcl/Portfile
===================================================================
--- trunk/dports/lang/sbcl/Portfile	2013-02-07 08:36:44 UTC (rev 102701)
+++ trunk/dports/lang/sbcl/Portfile	2013-02-07 08:50:27 UTC (rev 102702)
@@ -1,25 +1,24 @@
 # -*- mode: tcl; coding: utf-8; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- # vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem 1.0
+PortSystem      1.0
 
-name        sbcl
+name            sbcl
 
-version           1.1.4
-revision          0
-set subrevision   ""
+version         1.1.4
+revision        0
 
-categories  lang
-license     BSD
-maintainers openmaintainer easieste gwright
-platforms   darwin
-description The Steel Bank Common Lisp system
+categories      lang
+license         BSD
+maintainers     openmaintainer easieste gwright
+platforms       darwin
+description     The Steel Bank Common Lisp system
 
 long_description \
     Steel Bank Common Lisp (SBCL) is a Open Source implementation of ANSI \
     Common Lisp. It provides an interactive environment including an \
     integrated native compiler, interpreter, and debugger. SBCL is quite \
-    suitable for the creation of long running system services, as the compiler  \
+    suitable for the creation of long running system services, as the compiler \
     trades the time for a long initial compilation for blazingly fast loading \
     of its binary runtime fasl representation..
 
@@ -28,49 +27,49 @@
 master_sites    sourceforge
 use_bzip2       yes
 
-patchfiles  patch-use-right-gcc.diff
+patchfiles      patch-use-right-gcc.diff
 
-distfiles   ${name}-${version}-source${subrevision}${extract.suffix}
+distfiles       ${name}-${version}-source${extract.suffix}
 
-distname    ${name}-${version}-source${subrevision}
-worksrcdir  ${name}-${version}
+distname        ${name}-${version}-source
+worksrcdir      ${name}-${version}
 
-checksums           sbcl-1.1.4-source.tar.bz2 \
-    rmd160  525ea2ed2a0547fe8bba499cdb0cc9ef7d04dc6f \
-    sha256  468bd52f8a15584ffdca2356f6c85b7053a72a321c309dfff37e340d0d4af7cc \
+checksums       sbcl-1.1.4-source.tar.bz2 \
+                rmd160 525ea2ed2a0547fe8bba499cdb0cc9ef7d04dc6f \
+                sha256 468bd52f8a15584ffdca2356f6c85b7053a72a321c309dfff37e340d0d4af7cc \
 
 platform powerpc {
     set bootversion 1.0.47
-    distfiles-append ${name}-${bootversion}-powerpc-darwin-binary${extract.suffix}
-    checksums-append ${name}-${bootversion}-powerpc-darwin-binary${extract.suffix} \
-        md5     02747afc7631a7ccdeede4b52b78072d \
-        sha1    93df00b3120810a086d37666c1ccdeabc8daeb49 \
-        rmd160  85c76296a1c62db5affdff7e72e61e558bb5c819
+    distfiles-append    ${name}-${bootversion}-powerpc-darwin-binary${extract.suffix}
+    checksums-append    ${name}-${bootversion}-powerpc-darwin-binary${extract.suffix} \
+                        md5     02747afc7631a7ccdeede4b52b78072d \
+                        sha1    93df00b3120810a086d37666c1ccdeabc8daeb49 \
+                        rmd160  85c76296a1c62db5affdff7e72e61e558bb5c819
 
     global host_lisp
-    set host_lisp   "\"${workpath}/${name}-${bootversion}-powerpc-darwin/src/runtime/sbcl --core ${workpath}/${name}-${bootversion}-powerpc-darwin/output/sbcl.core --disable-debugger --sysinit /dev/null --userinit /dev/null\" "
+    set host_lisp "\"${workpath}/${name}-${bootversion}-powerpc-darwin/src/runtime/sbcl --core ${workpath}/${name}-${bootversion}-powerpc-darwin/output/sbcl.core --disable-debugger --sysinit /dev/null --userinit /dev/null\" "
 }
 
-platform i386     {
+platform i386 {
     set bootversion 1.0.55
-    distfiles-append ${name}-${bootversion}-x86-darwin-binary${extract.suffix}
-    checksums-append ${name}-${bootversion}-x86-darwin-binary${extract.suffix} \
-        md5     941351112392a77dd62bdcb9fb62e4e4 \
-        sha1    8ea71938c40a6dccfe2d43a86e9b115f4428a218 \
-        rmd160  97c92e16426fb4e7eb9e649e21714c342703d17b \
+    distfiles-append    ${name}-${bootversion}-x86-darwin-binary${extract.suffix}
+    checksums-append    ${name}-${bootversion}-x86-darwin-binary${extract.suffix} \
+                        md5     941351112392a77dd62bdcb9fb62e4e4 \
+                        sha1    8ea71938c40a6dccfe2d43a86e9b115f4428a218 \
+                        rmd160  97c92e16426fb4e7eb9e649e21714c342703d17b \
 
     global host_lisp
-    set host_lisp   "\"${workpath}/${name}-${bootversion}-x86-darwin/src/runtime/sbcl --core ${workpath}/${name}-${bootversion}-x86-darwin/output/sbcl.core --disable-debugger --sysinit /dev/null --userinit /dev/null\" "
+    set host_lisp "\"${workpath}/${name}-${bootversion}-x86-darwin/src/runtime/sbcl --core ${workpath}/${name}-${bootversion}-x86-darwin/output/sbcl.core --disable-debugger --sysinit /dev/null --userinit /dev/null\" "
 }
 
-post-patch  {
+post-patch {
     reinplace "s|/usr/local/lib/${name}|${prefix}/lib/${name}|g" \
         ${worksrcpath}/doc/sbcl.1
 }
 
 use_configure   no
 
-build       {
+build {
     reinplace s|CC=gcc|CC=${configure.cc}| ${worksrcpath}/contrib/asdf-module.mk
     system "ulimit -s 8192 && unset LD_PREBIND && unset LD_PREBIND_ALLOW_OVERLAP && cd ${worksrcpath} && export CC && CC=${configure.cc} && export CXX && CXX=${configure.cxx} && export CPP && CPP==${configure.cpp} && sh ./make.sh ${make_sh_options} --prefix=${prefix} --xc-host=${host_lisp}"
 }
@@ -85,14 +84,13 @@
     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.
-    Involves the installation of a TexLive dependency chain, which can dramatically slow down the installation of the SBCL port.} {
-        depends_build-append bin:dvips:texlive
-        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.  Involves the installation of a TexLive dependency chain, which can dramatically slow down the installation of the SBCL port.} {
+    depends_build-append bin:dvips:texlive
+    depends_build-append bin:texi2dvi:texinfo
+    depends_build-append bin:makeinfo:texinfo
+}
 
 global make_sh_options
 set make_sh_options ""
@@ -102,17 +100,17 @@
 }
 
 variant fancy conflicts threads description {Configure SBCL compilation with all available compatible options (including threading).} {
-    set                               make_sh_options --fancy
+    set make_sh_options --fancy
 }
 
-test.run    yes
-test.dir    ${worksrcpath}/tests
-test.cmd    CC=${configure.cc} CXX=${configure.cxx} CPP=${configure.cpp} sh
-test.target run-tests.sh
+test.run        yes
+test.dir        ${worksrcpath}/tests
+test.cmd        CC=${configure.cc} CXX=${configure.cxx} CPP=${configure.cpp} sh
+test.target     run-tests.sh
 
-destroot    { 
+destroot {
     system "cd ${worksrcpath}; INSTALL_ROOT=${destroot}${prefix} sh ${worksrcpath}/install.sh"
 }
 
-livecheck.url       http://sourceforge.net/api/file/index/project-id/1373/rss?path=%2F${name}
-livecheck.regex     ${name}-(\\d+(\\.\\d+)+)-
+livecheck.url   http://sourceforge.net/api/file/index/project-id/1373/rss?path=%2F${name}
+livecheck.regex ${name}-(\\d+(\\.\\d+)+)-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130207/c7c234a2/attachment.html>


More information about the macports-changes mailing list