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

easieste at macports.org easieste at macports.org
Wed Feb 6 02:28:23 PST 2013


Revision: 102661
          https://trac.macports.org/changeset/102661
Author:   easieste at macports.org
Date:     2013-02-06 02:28:23 -0800 (Wed, 06 Feb 2013)
Log Message:
-----------
lang/sbcl:  normalize whitespace.

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

Modified: trunk/dports/lang/sbcl/Portfile
===================================================================
--- trunk/dports/lang/sbcl/Portfile	2013-02-06 09:41:02 UTC (rev 102660)
+++ trunk/dports/lang/sbcl/Portfile	2013-02-06 10:28:23 UTC (rev 102661)
@@ -3,42 +3,41 @@
 
 PortSystem 1.0
 
-name		sbcl
+name        sbcl
 
-version		      1.1.4
+version           1.1.4
 revision          0
-set subrevision	  ""
+set subrevision   ""
 
-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  \
-trades the time for a long initial compilation for blazingly fast loading \
-of its binary runtime fasl representation..
+    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  \
+    trades the time for a long initial compilation for blazingly fast loading \
+    of its binary runtime fasl representation..
 
 
-homepage	    http://www.sbcl.org
-master_sites	sourceforge
-use_bzip2	    yes
+homepage        http://www.sbcl.org
+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${subrevision}${extract.suffix}
 
-distname	${name}-${version}-source${subrevision}
-worksrcdir	${name}-${version}
+distname    ${name}-${version}-source${subrevision}
+worksrcdir  ${name}-${version}
 
-
 checksums           sbcl-1.1.4-source.tar.bz2 \
-                    rmd160  525ea2ed2a0547fe8bba499cdb0cc9ef7d04dc6f \
-                    sha256  468bd52f8a15584ffdca2356f6c85b7053a72a321c309dfff37e340d0d4af7cc \
+    rmd160  525ea2ed2a0547fe8bba499cdb0cc9ef7d04dc6f \
+    sha256  468bd52f8a15584ffdca2356f6c85b7053a72a321c309dfff37e340d0d4af7cc \
 
 platform powerpc {
     set bootversion 1.0.47
@@ -49,7 +48,7 @@
         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     {
@@ -61,17 +60,17 @@
         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
+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}"
 }
@@ -89,11 +88,11 @@
 } 
 
 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
-} 
+    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 ""
@@ -106,14 +105,12 @@
     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"
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130206/7f38a34f/attachment.html>


More information about the macports-changes mailing list