[57558] trunk/dports/lang/gauche/Portfile

akitada at macports.org akitada at macports.org
Sat Sep 12 22:57:54 PDT 2009


Revision: 57558
          http://trac.macports.org/changeset/57558
Author:   akitada at macports.org
Date:     2009-09-12 22:57:50 -0700 (Sat, 12 Sep 2009)
Log Message:
-----------
Added modeline; Untabified.

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

Modified: trunk/dports/lang/gauche/Portfile
===================================================================
--- trunk/dports/lang/gauche/Portfile	2009-09-13 02:53:36 UTC (rev 57557)
+++ trunk/dports/lang/gauche/Portfile	2009-09-13 05:57:50 UTC (rev 57558)
@@ -1,12 +1,13 @@
 # $Id$
+# -*- 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
 
 PortSystem 1.0
 
-name		        gauche
-version		        0.8.13
-categories	        lang scheme
-maintainers	        akitada openmaintainer
-description	        A script interpreter based on Scheme
+name                gauche
+version             0.8.13
+categories          lang scheme
+maintainers         akitada openmaintainer
+description         A script interpreter based on Scheme
 long_description    Gauche is a script interpreter based on Scheme.  \
                     Gauche conforms the language standard 'Revised^5 \
                     Report on the Algorithmic Language Scheme' and \
@@ -21,26 +22,26 @@
                     Quick startup, Multibyte strings, Modular \
                     development, Integrated object system, System \
                     interface and Enhanced I/O.
-platforms	    darwin
-homepage	        http://www.shiro.dreamhost.com/scheme/gauche/
-master_sites	    sourceforge
-distname	        Gauche-${version}
-distfiles	        ${distname}.tgz
-checksums	        md5 65669fd7a8916cc9496965ed2ae43c98 \
-			sha1 fbbd3496a1088c5b36d446c4479f9db1dac2d1e0 \
-			rmd160 0430e6b99b85b5d1b5cc636d2ebbceac9ad1c80e
+platforms           darwin
+homepage            http://www.shiro.dreamhost.com/scheme/gauche/
+master_sites        sourceforge
+distname            Gauche-${version}
+distfiles           ${distname}.tgz
+checksums           md5 65669fd7a8916cc9496965ed2ae43c98 \
+                    sha1 fbbd3496a1088c5b36d446c4479f9db1dac2d1e0 \
+                    rmd160 0430e6b99b85b5d1b5cc636d2ebbceac9ad1c80e
 
-patchfiles	    patch-gc_Makefile.in
-depends_lib	    port:gdbm \
-		    port:libiconv \
-		    port:slib
+patchfiles          patch-gc_Makefile.in
+depends_lib         port:gdbm \
+                    port:libiconv \
+                    port:slib
 
-configure.args	    --mandir=${prefix}/share/man --infodir=${prefix}/share/info \
+configure.args      --mandir=${prefix}/share/man --infodir=${prefix}/share/info \
                     --with-local=${prefix} --enable-multibyte=utf-8 \
                     --with-iconv=${prefix} --with-slib=${prefix}/lib/slib \
                     --enable-threads=pthreads --enable-ipv6
 
-test.run	    yes
+test.run            yes
 
 destroot.target     slibcat-in-place install-pkg install-doc
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090912/5f0ab98d/attachment-0001.html>


More information about the macports-changes mailing list