[88786] trunk/dports/lang/librep/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Jan 11 09:49:57 PST 2012


Revision: 88786
          http://trac.macports.org/changeset/88786
Author:   ryandesign at macports.org
Date:     2012-01-11 09:49:57 -0800 (Wed, 11 Jan 2012)
Log Message:
-----------
librep: whitespace changes to conform to modeline

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

Modified: trunk/dports/lang/librep/Portfile
===================================================================
--- trunk/dports/lang/librep/Portfile	2012-01-11 17:48:26 UTC (rev 88785)
+++ trunk/dports/lang/librep/Portfile	2012-01-11 17:49:57 UTC (rev 88786)
@@ -1,21 +1,24 @@
 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
-PortSystem	 1.0
-name		 librep
+
+PortSystem          1.0
+
+name                librep
 version             0.92.1b
-categories   lang
-platforms    darwin
-maintainers  hilaiel.com:lloyd
+categories          lang
+platforms           darwin
+maintainers         hilaiel.com:lloyd
 license             GPL-2+
 
-description  A shared library implementing a Lisp dialect
-long_description librep is a shared library implementing a Lisp \
-                 dialect that is lightweight, reasonably fast, and \
-                 highly extensible. It contains an interpreter, \
-                 byte-code compiler and virtual machine. Applications \
-                 may use the interpreter as an extension language, or \
-                 it may be used for standalone scripts. 
+description         A shared library implementing a Lisp dialect
 
+long_description    librep is a shared library implementing a Lisp \
+                    dialect that is lightweight, reasonably fast, and \
+                    highly extensible. It contains an interpreter, \
+                    byte-code compiler and virtual machine. Applications \
+                    may use the interpreter as an extension language, or \
+                    it may be used for standalone scripts.
+
 homepage            http://sawfish.wikia.com/wiki/Librep
 master_sites        http://download.tuxfamily.org/librep/
 use_xz              yes
@@ -25,15 +28,14 @@
 
 depends_build       port:pkgconfig
 
+depends_lib         port:gdbm \
+                    port:gmp \
+                    port:libffi
+
 # TODO variant with readline support
 configure.args      --without-readline
 
-depends_lib	port:gdbm \
-                    port:gmp \
-                    port:libffi
-
 # 10.3 and i386 are fine with the default 'stack-direction=-1' but 10.4 ppc needs 1
 platform darwin 8 powerpc {
-        configure.args-append   --with-stack-direction=1
+    configure.args-append   --with-stack-direction=1
 }
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120111/f87cbc95/attachment.html>


More information about the macports-changes mailing list