diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2011-01-17 19:30:22 +0000 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2011-01-17 19:30:22 +0000 |
commit | d026836dbe5de969862d219709db691669ade2d0 (patch) | |
tree | f07b58e5c533c5822025e4d7bc9cfd9bce227899 /math/librandlib | |
parent | 93a5ead8aa648baa3cfd0bbd4a1d00923aa173f1 (diff) |
Notes
Diffstat (limited to 'math/librandlib')
-rw-r--r-- | math/librandlib/Makefile | 5 | ||||
-rw-r--r-- | math/librandlib/distinfo | 1 | ||||
-rw-r--r-- | math/librandlib/pkg-descr | 2 |
3 files changed, 5 insertions, 3 deletions
diff --git a/math/librandlib/Makefile b/math/librandlib/Makefile index ed86e6afc955..2d0bf4840239 100644 --- a/math/librandlib/Makefile +++ b/math/librandlib/Makefile @@ -8,14 +8,15 @@ PORTNAME= randlib PORTVERSION= 1.3 CATEGORIES= math -MASTER_SITES= http://biostatistics.mdanderson.org/SoftwareDownload/ProductDownloadFiles/ +MASTER_SITES= https://biostatistics.mdanderson.org/SoftwareDownload/ProductDownloadFiles/ \ + LOCAL/bf DISTNAME= RANDLIB_V90 MAINTAINER= bf@FreeBSD.org COMMENT= Library of Routines for Random Number Generation USE_LDCONFIG= yes -MAKE_ENV= NOPROFILE=true +MAKE_ENV= NO_PROFILE=true WRKSRC= ${WRKDIR}/source/randlib.c/src PORTDOCS= Basegen.c.doc randlib.c.chs randlib.c.fdoc PLIST_FILES= include/randlib.h \ diff --git a/math/librandlib/distinfo b/math/librandlib/distinfo index 68fb91405997..d5a7c2af4dd9 100644 --- a/math/librandlib/distinfo +++ b/math/librandlib/distinfo @@ -1,3 +1,2 @@ -MD5 (RANDLIB_V90.tar.gz) = 9f49672fe5bfa8eb7b53bd59e7121892 SHA256 (RANDLIB_V90.tar.gz) = c90251cc129ed21616d80df7bc87acefcce57d1a9e7fe7a2dd23e6d119bed466 SIZE (RANDLIB_V90.tar.gz) = 322516 diff --git a/math/librandlib/pkg-descr b/math/librandlib/pkg-descr index e42d51236e6b..5e1613af003e 100644 --- a/math/librandlib/pkg-descr +++ b/math/librandlib/pkg-descr @@ -18,3 +18,5 @@ This library provides routines that return: (16) Integer uniform deviates between specified limits (17) Seeds for the random number generator calculated from a character string + +WWW: https://biostatistics.mdanderson.org/SoftwareDownload/SingleSoftware.aspx?Software_Id=27 |