[139575] trunk/dports/lang/guile/Portfile

sean at macports.org sean at macports.org
Thu Aug 20 17:57:04 PDT 2015


Revision: 139575
          https://trac.macports.org/changeset/139575
Author:   sean at macports.org
Date:     2015-08-20 17:57:04 -0700 (Thu, 20 Aug 2015)
Log Message:
-----------
guile: clean up whitespace

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

Modified: trunk/dports/lang/guile/Portfile
===================================================================
--- trunk/dports/lang/guile/Portfile	2015-08-21 00:57:03 UTC (rev 139574)
+++ trunk/dports/lang/guile/Portfile	2015-08-21 00:57:04 UTC (rev 139575)
@@ -2,60 +2,61 @@
 # $Id$
 
 PortSystem 1.0
-#PortGroup	muniversal 1.0
 
-name		guile
-version		2.0.11
-revision        2
-categories	lang
-maintainers	nomaintainer
-platforms	darwin
-license     LGPL-2.1+
+name                guile
+version             2.0.11
+revision            2
+categories          lang
+maintainers         nomaintainer
+platforms           darwin
+license             LGPL-2.1+
 
-# Failed to destroot guile: /opt/local/lib/guile/2.0/ccache/ice-9/and-let-star.go differs in ... and cannot be merged
-universal_variant no
+# Failed to destroot guile:
+# /opt/local/lib/guile/2.0/ccache/ice-9/and-let-star.go differs in ... and
+# cannot be merged
+universal_variant   no
 
-description	GNU's Ubiquitous Intelligent Language for Extension (guile)
-long_description	\
-		Guile is an interpreter for the Scheme programming	\
-		language, packaged for use in a wide variety of		\
-		environments. Guile implements Scheme as described in	\
-		the Revised^5 Report on the Algorithmic Language Scheme	\
-		(usually known as R5RS), providing clean and general	\
-		data and control structures.				\
-									\
-		Guile goes beyond the rather austere language presented	\
-		in R5RS, extending it with a module system, full access	\
-		to POSIX system calls, networking support, multiple	\
-		threads, dynamic linking, a foreign function call	\
-		interface, powerful string processing, and many other	\
-		features needed for programming in the real world.
+description         GNU's Ubiquitous Intelligent Language for Extension (guile)
+long_description    \
+        Guile is an interpreter for the Scheme programming \
+        language, packaged for use in a wide variety of \
+        environments. Guile implements Scheme as described in \
+        the Revised^5 Report on the Algorithmic Language Scheme \
+        (usually known as R5RS), providing clean and general \
+        data and control structures. \
+\
+        Guile goes beyond the rather austere language presented \
+        in R5RS, extending it with a module system, full access \
+        to POSIX system calls, networking support, multiple \
+        threads, dynamic linking, a foreign function call \
+        interface, powerful string processing, and many other \
+        features needed for programming in the real world.
 
-distname        guile-${version}
-homepage	http://www.gnu.org/software/guile/guile.html
-master_sites	gnu
+distname            guile-${version}
+homepage            http://www.gnu.org/software/guile/guile.html
+master_sites        gnu
 
-checksums    rmd160  e375607a569cba8ebecd9a15d4c25abe10abfd85 \
-             sha256  e6786c934346fa2e38e46d8d81a622bb1c16d130153523f6129fcd79ef1fb040
+checksums           rmd160  e375607a569cba8ebecd9a15d4c25abe10abfd85 \
+                    sha256  e6786c934346fa2e38e46d8d81a622bb1c16d130153523f6129fcd79ef1fb040
 
-depends_lib	    port:readline \
-                port:gettext \
-                port:libiconv \
-                port:libtool \
-                port:gmp \
-                port:libunistring \
-                port:boehmgc \
-                port:libffi
+depends_lib         port:readline \
+                    port:gettext \
+                    port:libiconv \
+                    port:libtool \
+                    port:gmp \
+                    port:libunistring \
+                    port:boehmgc \
+                    port:libffi
 
 # guile-config is a wrapper around pkg-config
-depends_lib-append   port:pkgconfig
+depends_lib-append  port:pkgconfig
 
-configure.args	CPPFLAGS="-I${prefix}/include"		\
-		LDFLAGS="-L${prefix}/lib"		\
-		--infodir="${prefix}/share/info"	\
-		--mandir="${prefix}/share/man"		\
-		--enable-regex                          \
-		--disable-error-on-warning
+configure.args      CPPFLAGS="-I${prefix}/include" \
+                    LDFLAGS="-L${prefix}/lib" \
+                    --infodir="${prefix}/share/info" \
+                    --mandir="${prefix}/share/man" \
+                    --enable-regex \
+                    --disable-error-on-warning
 
 patchfiles clang-i386.patch
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150820/8004bc2b/attachment.html>


More information about the macports-changes mailing list