[30294] trunk/dports/lang/clisp/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Tue Oct 23 16:46:40 PDT 2007


Revision: 30294
          http://trac.macosforge.org/projects/macports/changeset/30294
Author:   eridius at macports.org
Date:     2007-10-23 16:46:40 -0700 (Tue, 23 Oct 2007)

Log Message:
-----------
Clean up whitespace and remove some now-useless comments

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

Modified: trunk/dports/lang/clisp/Portfile
===================================================================
--- trunk/dports/lang/clisp/Portfile	2007-10-23 23:45:28 UTC (rev 30293)
+++ trunk/dports/lang/clisp/Portfile	2007-10-23 23:46:40 UTC (rev 30294)
@@ -2,56 +2,56 @@
 
 PortSystem 1.0
 
-name		clisp
-version		2.42
-categories	lang
-maintainers	eridius openmaintainer
-platforms	darwin
-description	The Clisp Common Lisp Implementation
-long_description	\
-		CLISP is a Common Lisp implementation by Bruno Haible, \
-		formerly of Karlsruhe University, and Michael Stoll, \
-		formerly of Munich University, both in Germany. \
-		It mostly supports the Lisp described in the \
-		ANSI Common Lisp standard. \
-		CLISP includes an interpreter, a compiler, almost all \
-		of CLOS, a foreign language interface and a socket interface. \
-		An X11 interface is available through CLX and Garnet. \
-		Command line editing is provided by readline.
+name            clisp
+version         2.42
+categories      lang
+maintainers     eridius openmaintainer
+platforms       darwin
+description     The Clisp Common Lisp Implementation
+long_description        \
+                CLISP is a Common Lisp implementation by Bruno Haible, \
+                formerly of Karlsruhe University, and Michael Stoll, \
+                formerly of Munich University, both in Germany. \
+                It mostly supports the Lisp described in the \
+                ANSI Common Lisp standard. \
+                CLISP includes an interpreter, a compiler, almost all \
+                of CLOS, a foreign language interface and a socket interface. \
+                An X11 interface is available through CLX and Garnet. \
+                Command line editing is provided by readline.
 
-homepage	http://clisp.cons.org/
-master_sites	gnu:clisp/release/${version}	\
-		sourceforge
+homepage        http://clisp.cons.org/
+master_sites    gnu:clisp/release/${version}    \
+                sourceforge
 checksums       md5 3fc28342e446a62c1eb4f65277929888 \
                 sha1 4c39a5549d2821b1d5ab1cfca172527e9053af1c
-use_bzip2	yes
+use_bzip2       yes
 
-depends_lib	port:readline	\
-		port:gettext	\
-		port:libsigsegv
+depends_lib     port:readline   \
+                port:gettext    \
+                port:libsigsegv
 
-build.dir	${worksrcpath}/src
+build.dir       ${worksrcpath}/src
 
-variant dynffi	{
-		ui_msg "enabling dynamic foreign function interface"
-		}
+variant dynffi {
+    ui_msg "enabling dynamic foreign function interface"
+}
 
 variant nolibsigsegv {
-		depends_lib-delete	port:libsigsegv
-		configure.args-append	--ignore-absence-of-libsigsegv
-		}
-		
+    depends_lib-delete      port:libsigsegv
+    configure.args-append   --ignore-absence-of-libsigsegv
+}
+
 platform darwin 6 {
-		throw UNSUPPORTED "clisp is not supported on Jaguar (OS X 10.2.x)"
-		}
+    throw UNSUPPORTED "clisp is not supported on Jaguar (OS X 10.2.x)"
+}
 
 platform darwin {
     # placeholder for use with variant_isset
 }
 
 platform darwin 7 {
-		depends_lib-delete	port:libsigsegv
-		configure.args-append	--ignore-absence-of-libsigsegv
+    depends_lib-delete      port:libsigsegv
+    configure.args-append   --ignore-absence-of-libsigsegv
 }
 
 platform darwin 9 {
@@ -88,17 +88,9 @@
                 make config.lisp"
         ui_debug "EXECUTING: $cmdstring"
         system "cd ${build.dir} && $cmdstring"
-
-        # reinplace "s|CLFLAGS =|CLFLAGS = -L${prefix}/lib|g" ${build.dir}/Makefile
     }
 }
 
-#
-# The repetition of the CPPFLAGS and LDFLAGS is necessary because of clisp's
-# hand written (and very fragile) configuration process, as is the clearing
-# of the configuration cache.
-#
-# build.env-append CPPFLAGS='-I${prefix}/include -D_NONSTD_SOURCE' LDFLAGS=-L${prefix}/lib
 build {
     set cmdstring "cd ${build.dir} && ulimit -s 16384 && \
                    unset LD_PREBIND && unset LD_PREBIND_ALLOW_OVERLAP && \
@@ -110,6 +102,6 @@
     system $cmdstring
 }
 
-livecheck.check	regex
-livecheck.url	http://ftp.gnu.org/gnu/${name}/release/?C=M&O=D
-livecheck.regex	>(\[0-9.\]+)/<
+livecheck.check regex
+livecheck.url   http://ftp.gnu.org/gnu/${name}/release/?C=M&O=D
+livecheck.regex >(\[0-9.\]+)/<

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071023/4db0c8e4/attachment.html


More information about the macports-changes mailing list