[85543] trunk/dports/math/bc/Portfile

mww at macports.org mww at macports.org
Fri Oct 14 01:03:24 PDT 2011


Revision: 85543
          http://trac.macports.org/changeset/85543
Author:   mww at macports.org
Date:     2011-10-14 01:03:24 -0700 (Fri, 14 Oct 2011)
Log Message:
-----------
bc: whitespace changes

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

Modified: trunk/dports/math/bc/Portfile
===================================================================
--- trunk/dports/math/bc/Portfile	2011-10-14 08:02:09 UTC (rev 85542)
+++ trunk/dports/math/bc/Portfile	2011-10-14 08:03:24 UTC (rev 85543)
@@ -2,37 +2,37 @@
 
 PortSystem 1.0
 
-name             bc
-version          1.06
-revision         1
-categories       math
-maintainers      mww
-license          GPL-2
+name                bc
+version             1.06
+revision            1
+categories          math
+maintainers         mww
+license             GPL-2
 description      arbitrary precision numeric processing language
 long_description \
-	bc is an arbitrary precision numeric processing language. \
-	Syntax is similar to C, but differs in many substantial \
-	areas. It supports interactive execution of statements. \
-	bc is a utility included in the POSIX P1003.2/D11 draft \
-	standard.
-homepage         http://www.gnu.org/software/bc/
-platforms        darwin
-master_sites     gnu
+    bc is an arbitrary precision numeric processing language. \
+    Syntax is similar to C, but differs in many substantial \
+    areas. It supports interactive execution of statements. \
+    bc is a utility included in the POSIX P1003.2/D11 draft \
+    standard.
+homepage            http://www.gnu.org/software/bc/
+platforms           darwin
+master_sites        gnu
 checksums           md5     d44b5dddebd8a7a7309aea6c36fda117 \
                     sha1    c8f258a7355b40a485007c40865480349c157292 \
                     rmd160  e0394a090ad42f289a80de1dd26d2cf591f88481
 
 variant universal {}
 
-configure.args   --infodir=${prefix}/share/info \
-                 --mandir=${prefix}/share/man \
-		 --with-libedit
+configure.args      --infodir=${prefix}/share/info \
+                    --mandir=${prefix}/share/man \
+                    --with-libedit
 
 post-destroot {
-	file delete -force ${destroot}${prefix}/share/info/dir
+    file delete -force ${destroot}${prefix}/share/info/dir
 }
 
-livecheck.type   regex
-livecheck.url    http://ftp.gnu.org/gnu/bc/?C=M&O=D
-livecheck.regex  bc-(\[0-9\.\]+\[0-9\])\\.
+livecheck.type      regex
+livecheck.url       http://ftp.gnu.org/gnu/bc/?C=M&O=D
+livecheck.regex     bc-(\[0-9\.\]+\[0-9\])\\.
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111014/2a9af5ee/attachment.html>


More information about the macports-changes mailing list