[78028] trunk/dports/lang/sicp/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Apr 19 23:23:13 PDT 2011


Revision: 78028
          http://trac.macports.org/changeset/78028
Author:   ryandesign at macports.org
Date:     2011-04-19 23:23:12 -0700 (Tue, 19 Apr 2011)
Log Message:
-----------
sicp: whitespace overhaul, add modeline

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

Modified: trunk/dports/lang/sicp/Portfile
===================================================================
--- trunk/dports/lang/sicp/Portfile	2011-04-20 04:58:38 UTC (rev 78027)
+++ trunk/dports/lang/sicp/Portfile	2011-04-20 06:23:12 UTC (rev 78028)
@@ -1,31 +1,42 @@
+# -*- 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		sicp
-version		0.0.1
-revision	2
-categories	lang
-platforms	darwin
-maintainers	nomaintainer
-description	Lytha Ayth's texinfo version of Structure and \
-		Interpretation of Computer Programs -- 2nd ed. (Harold Abelson \
-		and Gerald Jay Sussman, with Julie Sussman)
-homepage	http://www.neilvandyke.org/sicp-texi/
-master_sites	${homepage}
-distname	sicp.texi
-dist_subdir	${name}/${version}_${revision}
-checksums	md5 57105e0883446d0da50f5419c3ca6383
-extract.mkdir	yes
-extract.suffix	.gz
-extract.post_args	> ${distname}
-use_configure	no
-universal_variant	no
-depends_build	port:texinfo
-build.cmd	${prefix}/bin/makeinfo
-build.target	${distname}
-destroot	{
-	system "cd ${worksrcpath} && \
-		for i in sicp sicp-\[0-9\]*; do \
-			gzip -c \$i > ${destroot}${prefix}/share/info/\$i.gz; \
-		done"
+
+PortSystem          1.0
+
+name                sicp
+version             0.0.1
+revision            2
+categories          lang
+platforms           darwin
+maintainers         nomaintainer
+
+description         Lytha Ayth's texinfo version of Structure and \
+                    Interpretation of Computer Programs -- 2nd ed. (Harold Abelson \
+                    and Gerald Jay Sussman, with Julie Sussman)
+
+homepage            http://www.neilvandyke.org/sicp-texi/
+master_sites        ${homepage}
+distname            sicp.texi
+dist_subdir         ${name}/${version}_${revision}
+
+checksums           md5     57105e0883446d0da50f5419c3ca6383
+
+depends_build       port:texinfo
+
+extract.mkdir       yes
+extract.suffix      .gz
+extract.post_args   > ${distname}
+
+use_configure       no
+
+universal_variant   no
+
+build.cmd           ${prefix}/bin/makeinfo
+build.target        ${distname}
+
+destroot {
+    system "cd ${worksrcpath} && \
+        for i in sicp sicp-\[0-9\]*; do \
+                gzip -c \$i > ${destroot}${prefix}/share/info/\$i.gz; \
+        done"
 }
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110419/9daea54a/attachment.html>


More information about the macports-changes mailing list