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.
This commit is contained in:
parent
637f29c35a
commit
209e3fd124
4 changed files with 35 additions and 0 deletions
5
math/prng/DESCR
Normal file
5
math/prng/DESCR
Normal file
|
@ -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.
|
21
math/prng/Makefile
Normal file
21
math/prng/Makefile
Normal file
|
@ -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"
|
4
math/prng/PLIST
Normal file
4
math/prng/PLIST
Normal file
|
@ -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
|
5
math/prng/distinfo
Normal file
5
math/prng/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue