Modified: trunk/dports/math/libranlib/Portfile (83226 => 83227)
--- trunk/dports/math/libranlib/Portfile 2011-08-29 04:50:53 UTC (rev 83226)
+++ trunk/dports/math/libranlib/Portfile 2011-08-29 05:13:01 UTC (rev 83227)
@@ -1,39 +1,48 @@
+# -*- 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 libranlib
-version 1.0
-categories math
-platforms darwin
-maintainers nomaintainer
-description Library of Routines for Random Number Generation
-long_description \
-This library provides routines that return: Beta random deviates, Chi-square \
-random deviates, Exponential random deviates, F random deviates, Gamma random \
-deviates, Multivariate normal random deviates (mean and covariance matrix \
-specified), Noncentral chi-square random deviates, Noncentral F random \
-deviates, Univariate normal random deviates, Random permutations of an integer \
-array, Real uniform random deviates between specif, Binomial random deviates, \
-Negative Binomial random deviates, Multinomial random deviates, Poisson random \
-deviates, Integer uniform deviates between specified limits and Seeds for the \
-random number generator calculated from a character string.
+name libranlib
+version 1.0
+categories math
+platforms darwin
+maintainers nomaintainer
-homepage ftp://ftp.netlib.org/random/
-master_sites ftp://ftp.netlib.org/random/
-distname ranlib.c
-checksums md5 110d02ab91eb834e45044bb0368dfb7e
+description Library of Routines for Random Number Generation
-worksrcdir ${worksrcdir}/src
+long_description This library provides routines that return: Beta random \
+ deviates, Chi-square random deviates, Exponential random \
+ deviates, F random deviates, Gamma random deviates, \
+ Multivariate normal random deviates (mean and covariance \
+ matrix specified), Noncentral chi-square random deviates, \
+ Noncentral F random deviates, Univariate normal random \
+ deviates, Random permutations of an integer array, Real \
+ uniform random deviates between specif, Binomial random \
+ deviates, Negative Binomial random deviates, Multinomial \
+ random deviates, Poisson random deviates, Integer uniform \
+ deviates between specified limits and Seeds for the \
+ random number generator calculated from a character string.
-post-extract { file copy ${filespath}/Makefile ${worksrcpath} }
+homepage ftp://ftp.netlib.org/random/
+master_sites ftp://ftp.netlib.org/random/
+distname ranlib.c
-use_configure no
fetch.use_epsv no
fetch.user anonymous
fetch.password guest@macports.org
-build.args CFLAGS=-fno-common prefix=${prefix}
+checksums md5 110d02ab91eb834e45044bb0368dfb7e
-destroot.args prefix=${prefix}
+worksrcdir ${worksrcdir}/src
+post-extract {
+ file copy ${filespath}/Makefile ${worksrcpath}
+}
+
+use_configure no
+
+build.args CFLAGS=-fno-common \
+ prefix=${prefix}
+
+destroot.args prefix=${prefix}