diff options
Diffstat (limited to 'math/hs-mwc-random')
-rw-r--r-- | math/hs-mwc-random/Makefile | 22 | ||||
-rw-r--r-- | math/hs-mwc-random/distinfo | 3 | ||||
-rw-r--r-- | math/hs-mwc-random/pkg-descr | 10 |
3 files changed, 0 insertions, 35 deletions
diff --git a/math/hs-mwc-random/Makefile b/math/hs-mwc-random/Makefile deleted file mode 100644 index c38393df5ecd..000000000000 --- a/math/hs-mwc-random/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# Created by: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com> -# $FreeBSD$ - -PORTNAME= mwc-random -PORTVERSION= 0.13.6.0 -PORTREVISION= 4 -CATEGORIES= math haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Fast, high-quality pseudo random number generation - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= math-functions primitive vector>=0.7 - -INSTALL_PORTDATA= ${INSTALL_DATA} ${WRKSRC}/README.markdown ${STAGEDIR}${DATADIR} - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include <bsd.port.mk> diff --git a/math/hs-mwc-random/distinfo b/math/hs-mwc-random/distinfo deleted file mode 100644 index 7aa59c649f31..000000000000 --- a/math/hs-mwc-random/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499623376 -SHA256 (cabal/mwc-random-0.13.6.0.tar.gz) = 065f334fc13c057eb03ef0b6aa3665ff193609d9bfcad8068bdd260801f44716 -SIZE (cabal/mwc-random-0.13.6.0.tar.gz) = 23256 diff --git a/math/hs-mwc-random/pkg-descr b/math/hs-mwc-random/pkg-descr deleted file mode 100644 index fb6751afe0fa..000000000000 --- a/math/hs-mwc-random/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -This package contains code for generating high quality random numbers that -follow either a uniform or normal distribution. The generated numbers are -suitable for use in statistical applications. The uniform PRNG uses -Marsaglia's MWC256 (also known as MWC8222) multiply-with-carry generator, -which has a period of 2^8222 and fares well in tests of randomness. It is -also extremely fast, between 2 and 3 times faster than the Mersenne Twister. -Compared to the mersenne-random package, this package has a more convenient -API, is faster, and supports more statistical distributions. - -WWW: https://github.com/bos/mwc-random |