summaryrefslogtreecommitdiff
path: root/math/prng
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2010-02-19 13:56:53 +0000
committerwiz <wiz@pkgsrc.org>2010-02-19 13:56:53 +0000
commit8c93aa01075d83249af6d95b0f3ba97cb518a9e0 (patch)
treef80b8456c6168b62d79c7ecd575e744636eb497e /math/prng
parentb0ab5642525b3ae5aa0592277ef879e25555ffe1 (diff)
downloadpkgsrc-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.
Diffstat (limited to 'math/prng')
-rw-r--r--math/prng/DESCR5
-rw-r--r--math/prng/Makefile21
-rw-r--r--math/prng/PLIST4
-rw-r--r--math/prng/distinfo5
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