pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/prng Initial import of prng-3.0.2, packaged for w...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3851c6bdfadf
branches:  trunk
changeset: 572013:3851c6bdfadf
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Feb 19 13:56:53 2010 +0000

description:
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:

 math/prng/DESCR    |   5 +++++
 math/prng/Makefile |  21 +++++++++++++++++++++
 math/prng/PLIST    |   4 ++++
 math/prng/distinfo |   5 +++++
 4 files changed, 35 insertions(+), 0 deletions(-)

diffs (51 lines):

diff -r 4f1ef5fc3ad9 -r 3851c6bdfadf math/prng/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/prng/DESCR   Fri Feb 19 13:56:53 2010 +0000
@@ -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 -r 4f1ef5fc3ad9 -r 3851c6bdfadf math/prng/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/prng/Makefile        Fri Feb 19 13:56:53 2010 +0000
@@ -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@localhost
+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 -r 4f1ef5fc3ad9 -r 3851c6bdfadf math/prng/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/prng/PLIST   Fri Feb 19 13:56:53 2010 +0000
@@ -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 -r 4f1ef5fc3ad9 -r 3851c6bdfadf math/prng/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/prng/distinfo        Fri Feb 19 13:56:53 2010 +0000
@@ -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



Home | Main Index | Thread Index | Old Index