[95602] trunk/dports/lang/gauche-c-wrapper/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Jul 17 04:48:19 PDT 2012


Revision: 95602
          https://trac.macports.org/changeset/95602
Author:   ryandesign at macports.org
Date:     2012-07-17 04:48:19 -0700 (Tue, 17 Jul 2012)
Log Message:
-----------
gauche-c-wrapper: whitespace / formatting changes; add modeline

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

Modified: trunk/dports/lang/gauche-c-wrapper/Portfile
===================================================================
--- trunk/dports/lang/gauche-c-wrapper/Portfile	2012-07-17 11:44:28 UTC (rev 95601)
+++ trunk/dports/lang/gauche-c-wrapper/Portfile	2012-07-17 11:48:19 UTC (rev 95602)
@@ -1,24 +1,33 @@
+# -*- 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
+PortSystem          1.0
 
-name		gauche-c-wrapper
-version         0.5.2
-categories	lang scheme
-maintainers	nomaintainer
-description	c-wrapper is a FFI (Foreign Function Interface) for Gauche.
-long_description	c-wrapper is a FFI (Foreign Function Interface) for Gauche.
-platforms	darwin
-homepage	http://homepage.mac.com/naoki.koguro/prog/c-wrapper/index.html
-master_sites	http://homepage.mac.com/naoki.koguro/prog/c-wrapper/
-distname	c-wrapper-$version
-extract.suffix	.tgz
-checksums       md5 3e226826bfe1f0132b900efba7d1a605
-patchfiles	patch-Makefile.in.diff
-depends_lib	port:gauche
-depends_build	path:lib/libgc.dylib:boehmgc \
-		port:texi2html
+name                gauche-c-wrapper
+version             0.5.2
+categories          lang scheme
+platforms           darwin
+maintainers         nomaintainer
 
+description         c-wrapper is a FFI (Foreign Function Interface) for Gauche.
+
+long_description    c-wrapper is a FFI (Foreign Function Interface) for Gauche.
+
+homepage            http://homepage.mac.com/naoki.koguro/prog/c-wrapper/index.html
+master_sites        http://homepage.mac.com/naoki.koguro/prog/c-wrapper/
+
+distname            c-wrapper-$version
+extract.suffix      .tgz
+
+checksums           md5     3e226826bfe1f0132b900efba7d1a605
+
+depends_build       path:lib/libgc.dylib:boehmgc \
+                    port:texi2html
+
+depends_lib         port:gauche
+
+patchfiles          patch-Makefile.in.diff
+
 post-destroot {
     xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
     eval xinstall -m 644 [glob ${worksrcpath}/doc/*.html] ${destroot}${prefix}/share/doc/${name}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120717/152d2f9f/attachment.html>


More information about the macports-changes mailing list