diff options
author | wiz <wiz@pkgsrc.org> | 2010-02-19 13:56:53 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-02-19 13:56:53 +0000 |
commit | 8c93aa01075d83249af6d95b0f3ba97cb518a9e0 (patch) | |
tree | f80b8456c6168b62d79c7ecd575e744636eb497e | |
parent | b0ab5642525b3ae5aa0592277ef879e25555ffe1 (diff) | |
download | pkgsrc-8c93aa01075d83249af6d95b0f3ba97cb518a9e0.tar.gz |
Initial import of prng-3.0.2, packaged for wip by Wen Heping.
PRNG is a collection of portable, high-performance ANSI-C
implementations of pseudorandom number generators such as linear
congruential, inversive congruential, and explicit inversive
congruential random number generators (LCG, ICG and EICG, respectively)
created by Otmar Lendl and Josef Leydold.
-rw-r--r-- | math/prng/DESCR | 5 | ||||
-rw-r--r-- | math/prng/Makefile | 21 | ||||
-rw-r--r-- | math/prng/PLIST | 4 | ||||
-rw-r--r-- | math/prng/distinfo | 5 |
4 files changed, 35 insertions, 0 deletions
diff --git a/math/prng/DESCR b/math/prng/DESCR new file mode 100644 index 00000000000..a6027d407ff --- /dev/null +++ b/math/prng/DESCR @@ -0,0 +1,5 @@ +PRNG is a collection of portable, high-performance ANSI-C +implementations of pseudorandom number generators such as linear +congruential, inversive congruential, and explicit inversive +congruential random number generators (LCG, ICG and EICG, respectively) +created by Otmar Lendl and Josef Leydold. diff --git a/math/prng/Makefile b/math/prng/Makefile new file mode 100644 index 00000000000..dd74c3ee1c6 --- /dev/null +++ b/math/prng/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/02/19 13:56:53 wiz Exp $ + +DISTNAME= prng-3.0.2 +CATEGORIES= math +MASTER_SITES= http://statistik.wu-wien.ac.at/software/prng/ + +MAINTAINER= wenheping@gmail.com +HOMEPAGE= http://statistik.wu-wien.ac.at/software/prng/ +COMMENT= Portable, high-performance ANSI-C pseudorandom number generators + +LICENSE= gnu-gpl-v2 + +PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir + +USE_TOOLS+= makeinfo +GNU_CONFIGURE= yes +INFO_FILES= yes +TEST_TARGET= check + +.include "../../mk/bsd.pkg.mk" diff --git a/math/prng/PLIST b/math/prng/PLIST new file mode 100644 index 00000000000..39f8a15d69c --- /dev/null +++ b/math/prng/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2010/02/19 13:56:53 wiz Exp $ +include/prng.h +info/prng.info +lib/libprng.a diff --git a/math/prng/distinfo b/math/prng/distinfo new file mode 100644 index 00000000000..868390b2961 --- /dev/null +++ b/math/prng/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/02/19 13:56:53 wiz Exp $ + +SHA1 (prng-3.0.2.tar.gz) = 02175da3f49a16bcf7eee70b53564f05941232d4 +RMD160 (prng-3.0.2.tar.gz) = e7d885a74751e8d9c906279516a025a152d4c12e +Size (prng-3.0.2.tar.gz) = 497047 bytes |