[40787] trunk/dports/math/ent/Portfile

blb at macports.org blb at macports.org
Tue Oct 14 17:04:15 PDT 2008


Revision: 40787
          http://trac.macports.org/changeset/40787
Author:   blb at macports.org
Date:     2008-10-14 17:04:15 -0700 (Tue, 14 Oct 2008)
Log Message:
-----------
Whitespace changes only (detabify)

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

Modified: trunk/dports/math/ent/Portfile
===================================================================
--- trunk/dports/math/ent/Portfile	2008-10-14 23:28:38 UTC (rev 40786)
+++ trunk/dports/math/ent/Portfile	2008-10-15 00:04:15 UTC (rev 40787)
@@ -1,48 +1,48 @@
 # $Id$
 
-PortSystem			1.0
-name				ent
-version				19981020
-revision			2
-categories			math security
-maintainers			blb at macports.org
-description			Entropy calculator
+PortSystem          1.0
+name                ent
+version             19981020
+revision            2
+categories          math security
+maintainers         blb at macports.org
+description         Entropy calculator
 long_description \
-	ent applies various tests to sequences of bytes stored in files and \
-	reports the results of those tests.  The program is useful for those \
-	evaluating pseudorandom number generators for encryption and statistical \
-	sampling applications, compression algorithms, and other applications \
-	where the information density of a file is of interest.
+   ent applies various tests to sequences of bytes stored in files and \
+   reports the results of those tests.  The program is useful for those \
+   evaluating pseudorandom number generators for encryption and statistical \
+   sampling applications, compression algorithms, and other applications \
+   where the information density of a file is of interest.
 
-platforms			darwin
+platforms           darwin
 
-homepage			http://www.fourmilab.ch/random/
-master_sites		${homepage}
-distname			random
-use_zip				yes
-worksrcdir			ent
+homepage            http://www.fourmilab.ch/random/
+master_sites        ${homepage}
+distname            random
+use_zip             yes
+worksrcdir          ent
 
-checksums			md5 ccaa3fffd4d84d46e9b712d0c88f008c
+checksums           md5 ccaa3fffd4d84d46e9b712d0c88f008c
 
 pre-extract {
-	extract.post_args	"-d ${worksrcpath}"
+   extract.post_args   "-d ${worksrcpath}"
 }
 
-patchfiles			patch-Makefile patch-randtest.c
+patchfiles          patch-Makefile patch-randtest.c
 
-use_configure		no
+use_configure       no
 
-build.target		ent
+build.target        ent
 
 destroot {
-	xinstall -m 755 -d ${destroot}${prefix}/bin \
-		${destroot}${prefix}/share/doc/${name}
-	xinstall -m 755 -W ${worksrcpath} ent ${destroot}${prefix}/bin
-	xinstall -m 644 -W ${worksrcpath} ent.html entitle.gif \
-		${destroot}${prefix}/share/doc/${name}
+   xinstall -m 755 -d ${destroot}${prefix}/bin \
+      ${destroot}${prefix}/share/doc/${name}
+   xinstall -m 755 -W ${worksrcpath} ent ${destroot}${prefix}/bin
+   xinstall -m 644 -W ${worksrcpath} ent.html entitle.gif \
+      ${destroot}${prefix}/share/doc/${name}
 }
 
 platform darwin {
-	build.args-append	CFLAGS="-O3 -DHAVE_LOG2"
+   build.args-append   CFLAGS="-O3 -DHAVE_LOG2"
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20081014/039d0a6b/attachment.html 


More information about the macports-changes mailing list