Changeset 83227
- Timestamp:
- 08/28/11 22:13:01 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/math/libranlib/Portfile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/math/libranlib/Portfile
r43679 r83227 1 # -*- 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 1 2 # $Id$ 2 3 3 PortSystem 1.04 PortSystem 1.0 4 5 5 name libranlib 6 version 1.0 7 categories math 8 platforms darwin 9 maintainers nomaintainer 10 description Library of Routines for Random Number Generation 11 long_description \ 12 This library provides routines that return: Beta random deviates, Chi-square \ 13 random deviates, Exponential random deviates, F random deviates, Gamma random \ 14 deviates, Multivariate normal random deviates (mean and covariance matrix \ 15 specified), Noncentral chi-square random deviates, Noncentral F random \ 16 deviates, Univariate normal random deviates, Random permutations of an integer \ 17 array, Real uniform random deviates between specif, Binomial random deviates, \ 18 Negative Binomial random deviates, Multinomial random deviates, Poisson random \ 19 deviates, Integer uniform deviates between specified limits and Seeds for the \ 20 random number generator calculated from a character string. 6 name libranlib 7 version 1.0 8 categories math 9 platforms darwin 10 maintainers nomaintainer 21 11 22 homepage ftp://ftp.netlib.org/random/ 23 master_sites ftp://ftp.netlib.org/random/ 24 distname ranlib.c 25 checksums md5 110d02ab91eb834e45044bb0368dfb7e 12 description Library of Routines for Random Number Generation 26 13 27 worksrcdir ${worksrcdir}/src 14 long_description This library provides routines that return: Beta random \ 15 deviates, Chi-square random deviates, Exponential random \ 16 deviates, F random deviates, Gamma random deviates, \ 17 Multivariate normal random deviates (mean and covariance \ 18 matrix specified), Noncentral chi-square random deviates, \ 19 Noncentral F random deviates, Univariate normal random \ 20 deviates, Random permutations of an integer array, Real \ 21 uniform random deviates between specif, Binomial random \ 22 deviates, Negative Binomial random deviates, Multinomial \ 23 random deviates, Poisson random deviates, Integer uniform \ 24 deviates between specified limits and Seeds for the \ 25 random number generator calculated from a character string. 28 26 29 post-extract { file copy ${filespath}/Makefile ${worksrcpath} } 27 homepage ftp://ftp.netlib.org/random/ 28 master_sites ftp://ftp.netlib.org/random/ 29 distname ranlib.c 30 30 31 use_configure no32 31 fetch.use_epsv no 33 32 fetch.user anonymous 34 33 fetch.password guest@macports.org 35 34 36 build.args CFLAGS=-fno-common prefix=${prefix} 35 checksums md5 110d02ab91eb834e45044bb0368dfb7e 37 36 38 destroot.args prefix=${prefix} 37 worksrcdir ${worksrcdir}/src 39 38 39 post-extract { 40 file copy ${filespath}/Makefile ${worksrcpath} 41 } 42 43 use_configure no 44 45 build.args CFLAGS=-fno-common \ 46 prefix=${prefix} 47 48 destroot.args prefix=${prefix}
Note: See TracChangeset
for help on using the changeset viewer.

