[57221] trunk/dports/math/calc/Portfile

blb at macports.org blb at macports.org
Mon Sep 7 13:30:32 PDT 2009


Revision: 57221
          http://trac.macports.org/changeset/57221
Author:   blb at macports.org
Date:     2009-09-07 13:30:27 -0700 (Mon, 07 Sep 2009)
Log Message:
-----------
math/calc - whitespace

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

Modified: trunk/dports/math/calc/Portfile
===================================================================
--- trunk/dports/math/calc/Portfile	2009-09-07 19:33:26 UTC (rev 57220)
+++ trunk/dports/math/calc/Portfile	2009-09-07 20:30:27 UTC (rev 57221)
@@ -1,46 +1,48 @@
 # $Id$
 
-PortSystem 1.0
-name             calc
-version          2.12.3.3
-revision         1
-categories       math
-maintainers      nomaintainer
-description      Arbitrary precision calculator
+PortSystem          1.0
+name                calc
+version             2.12.3.3
+revision            1
+categories          math
+maintainers         nomaintainer
+description         Arbitrary precision calculator
 long_description \
-	Calc is an interactive calculator which provides for easy \
-	large numeric calculations, but which also can be easily \
-	programmed for difficult or long calculations. It can \
-	accept a command line argument, in which case it executes \
-	that single command and exits. Otherwise, it enters \
-	interactive mode. There are a great number of pre-defined \
-	functions. The calculator can calculate transcendental \
-	functions, and accept and display numbers in real or \
-	exponential format. The calculator also knows about \
-	complex numbers.
-homepage         http://www.isthe.com/chongo/tech/comp/calc/
-platforms        darwin
-master_sites     sourceforge
-checksums        md5     2b6b511bba836653a444094622e65041 \
-                 sha1    1bd946c36e9bedea9166996951aae36f7ad872ae \
-                 rmd160  75aacf7b572533da4430ecd2b6493fd31b15f210
-use_bzip2        yes
+   Calc is an interactive calculator which provides for easy large numeric \
+   calculations, but which also can be easily programmed for difficult or \
+   long calculations. It can accept a command line argument, in which case \
+   it executes that single command and exits. Otherwise, it enters \
+   interactive mode. There are a great number of pre-defined functions. The \
+   calculator can calculate transcendental functions, and accept and display \
+   numbers in real or exponential format. The calculator also knows about \
+   complex numbers.
 
-depends_lib	 port:readline \
-		 port:ncurses
+platforms           darwin
 
-patchfiles       patch-Makefile.diff
+homepage            http://www.isthe.com/chongo/tech/comp/calc/
+master_sites        sourceforge
+use_bzip2           yes
+
+checksums           md5     2b6b511bba836653a444094622e65041 \
+                    sha1    1bd946c36e9bedea9166996951aae36f7ad872ae \
+                    rmd160  75aacf7b572533da4430ecd2b6493fd31b15f210
+
+depends_lib         port:readline port:ncurses
+
+patchfiles          patch-Makefile.diff
 post-patch {
-	reinplace "s|___PREFIX___|${prefix}|" ${worksrcpath}/Makefile
-	reinplace "s|___DESTROOT___|${destroot}|" ${worksrcpath}/Makefile
-	reinplace "s|___CC___|${configure.cc}|" ${worksrcpath}/Makefile
-	reinplace "s|___MACOSX_DEPLOYMENT_TARGET___|${macosx_deployment_target}|" ${worksrcpath}/Makefile
+   reinplace "s|___PREFIX___|${prefix}|" ${worksrcpath}/Makefile
+   reinplace "s|___DESTROOT___|${destroot}|" ${worksrcpath}/Makefile
+   reinplace "s|___CC___|${configure.cc}|" ${worksrcpath}/Makefile
+   reinplace "s|___MACOSX_DEPLOYMENT_TARGET___|${macosx_deployment_target}|" \
+      ${worksrcpath}/Makefile
 }
 
-use_configure    no
-use_parallel_build no
+use_configure       no
+use_parallel_build  no
 
-test.run         yes
-test.target      check
+test.run            yes
+test.target         check
 
 destroot.destdir
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090907/b4db8b10/attachment.html>


More information about the macports-changes mailing list