[103139] trunk/dports/math/gexpr/Portfile

ryandesign at macports.org ryandesign at macports.org
Fri Feb 15 19:12:29 PST 2013


Revision: 103139
          https://trac.macports.org/changeset/103139
Author:   ryandesign at macports.org
Date:     2013-02-15 19:12:28 -0800 (Fri, 15 Feb 2013)
Log Message:
-----------
gexpr: white space changes; add modeline

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

Modified: trunk/dports/math/gexpr/Portfile
===================================================================
--- trunk/dports/math/gexpr/Portfile	2013-02-16 03:09:26 UTC (rev 103138)
+++ trunk/dports/math/gexpr/Portfile	2013-02-16 03:12:28 UTC (rev 103139)
@@ -1,39 +1,41 @@
+# -*- 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			gexpr
-conflicts       coreutils
-version			2.0.2
-categories		math
-platforms		darwin
-maintainers		nomaintainer
-license         GPL-2+
+name                gexpr
+conflicts           coreutils
+version             2.0.2
+categories          math
+platforms           darwin
+maintainers         nomaintainer
+license             GPL-2+
 
-description		A shell calculator
-long_description	Gexpr is a shell calculator with floating point, standard \
-			C functions, relational operators, and output in base 2/8/10/16. \
-			It is a light alternative to bc(1). It can also be used to add \
-			floating point math to shell scripts. 
+description         A shell calculator
 
-homepage		http://gexpr.sourceforge.net/
-master_sites	http://www.ibiblio.org/pub/Linux/apps/math/calc/ freebsd
-checksums		md5 e4cb9b62b1f363bbf788f455ef144885
+long_description    Gexpr is a shell calculator with floating point, standard \
+                    C functions, relational operators, and output in base 2/8/10/16. \
+                    It is a light alternative to bc(1). It can also be used to add \
+                    floating point math to shell scripts.
 
-use_configure	no
+homepage            http://gexpr.sourceforge.net/
+master_sites        http://www.ibiblio.org/pub/Linux/apps/math/calc/ freebsd
 
+checksums           md5     e4cb9b62b1f363bbf788f455ef144885
+
+use_configure       no
+
 variant universal {}
 
 configure.cflags-append -Wall
 
-build.args      CC="${configure.cc}" \
-                OPTS="${configure.cflags} [get_canonical_archflags cc]"
+build.args          CC="${configure.cc}" \
+                    OPTS="${configure.cflags} [get_canonical_archflags cc]"
 
 destroot {
-	xinstall -m 755 ${worksrcpath}/gexpr ${destroot}${prefix}/bin
-	xinstall -m 644 ${worksrcpath}/gexpr.1 ${destroot}${prefix}/share/man/man1
-	xinstall -m 755 -d  ${destroot}${prefix}/share/doc/${name}
-	xinstall -m 644 -W ${worksrcpath} README COPYING \
-		${destroot}${prefix}/share/doc/${name}
+    xinstall -m 755 ${worksrcpath}/gexpr ${destroot}${prefix}/bin
+    xinstall -m 644 ${worksrcpath}/gexpr.1 ${destroot}${prefix}/share/man/man1
+    xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 644 -W ${worksrcpath} README COPYING \
+        ${destroot}${prefix}/share/doc/${name}
 }
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130215/b214fa69/attachment.html>


More information about the macports-changes mailing list