[94238] trunk/dports/math/scalc/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Jun 12 18:59:18 PDT 2012


Revision: 94238
          https://trac.macports.org/changeset/94238
Author:   ryandesign at macports.org
Date:     2012-06-12 18:59:17 -0700 (Tue, 12 Jun 2012)
Log Message:
-----------
scalc: adjust whitespace; add modeline

Modified Paths:
--------------
    trunk/dports/math/scalc/Portfile

Modified: trunk/dports/math/scalc/Portfile
===================================================================
--- trunk/dports/math/scalc/Portfile	2012-06-13 01:57:55 UTC (rev 94237)
+++ trunk/dports/math/scalc/Portfile	2012-06-13 01:59:17 UTC (rev 94238)
@@ -1,41 +1,44 @@
+# -*- 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            scalc
-version         1.15
-revision        1
-categories      math
-platforms       darwin
-maintainers     nomaintainer
-description     tool for simple integer calculations or for converting numbers
-long_description \
-   The calc command may be used to do simple integer calculations or to \
-   convert numbers from one radix to another.
+name                scalc
+version             1.15
+revision            1
+categories          math
+platforms           darwin
+maintainers         nomaintainer
 
-homepage        http://www.fokus.fraunhofer.de/research/cc/berlios/employees/joerg.schilling/private/
-master_sites    ftp://ftp.berlios.de/pub/calc/
-distname        calc-${version}
-checksums       md5 f2a89c26bf52078b156af79897d8556a
+description         tool for simple integer calculations or for converting numbers
 
-depends_build   port:smake
+long_description    The calc command may be used to do simple integer \
+                    calculations or to convert numbers from one radix to \
+                    another.
 
-patchfiles      patch-RULES_rules.prg.diff
+homepage            http://www.fokus.fraunhofer.de/research/cc/berlios/employees/joerg.schilling/private/
+master_sites        ftp://ftp.berlios.de/pub/calc/
+distname            calc-${version}
 
-use_configure   no
+checksums           md5     f2a89c26bf52078b156af79897d8556a
 
+depends_build       port:smake
+
+patchfiles          patch-RULES_rules.prg.diff
+
+use_configure       no
+
 # smake does not support the -j flag
 use_parallel_build  no
 
 build.cmd           ${prefix}/bin/smake
 
-destroot.destdir   INS_BASE=${destroot}${prefix} \
-                   MANDIR=share/man
+destroot.destdir    INS_BASE=${destroot}${prefix} \
+                    MANDIR=share/man
 post-destroot {
-   delete ${destroot}${prefix}/lib ${destroot}${prefix}/include \
-      ${destroot}${prefix}/share/man/man5
-   move ${destroot}${prefix}/bin/calc ${destroot}${prefix}/bin/${name}
-   move ${destroot}${prefix}/share/man/man1/calc.1 \
-      ${destroot}${prefix}/share/man/man1/${name}.1
+    delete ${destroot}${prefix}/lib ${destroot}${prefix}/include \
+        ${destroot}${prefix}/share/man/man5
+    move ${destroot}${prefix}/bin/calc ${destroot}${prefix}/bin/${name}
+    move ${destroot}${prefix}/share/man/man1/calc.1 \
+        ${destroot}${prefix}/share/man/man1/${name}.1
 }
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120612/f627676e/attachment.html>


More information about the macports-changes mailing list