summaryrefslogtreecommitdiff
path: root/math/p5-Math-Random-MT
diff options
context:
space:
mode:
authorsno <sno@pkgsrc.org>2010-09-09 05:37:18 +0000
committersno <sno@pkgsrc.org>2010-09-09 05:37:18 +0000
commitdf508420df9f5eaf75056dd99491cf824086f554 (patch)
treeadd33cb8ab59858f50b5fed888b4ba28ee976419 /math/p5-Math-Random-MT
parent5c6ced9d564da48c0808070fc5a8e12ea08cf2df (diff)
downloadpkgsrc-df508420df9f5eaf75056dd99491cf824086f554.tar.gz
Importing package for p5 module Math::Random::MT version 1.11 into
math/p5-Math-Random-MT. The Mersenne Twister is a pseudorandom number generator developed by Makoto Matsumoto and Takuji Nishimura. It is described in their paper at <URL:http://www.math.keio.ac.jp/~nisimura/random/doc/mt.ps>.
Diffstat (limited to 'math/p5-Math-Random-MT')
-rw-r--r--math/p5-Math-Random-MT/DESCR3
-rw-r--r--math/p5-Math-Random-MT/Makefile20
-rw-r--r--math/p5-Math-Random-MT/distinfo5
3 files changed, 28 insertions, 0 deletions
diff --git a/math/p5-Math-Random-MT/DESCR b/math/p5-Math-Random-MT/DESCR
new file mode 100644
index 00000000000..dfb310ac021
--- /dev/null
+++ b/math/p5-Math-Random-MT/DESCR
@@ -0,0 +1,3 @@
+The Mersenne Twister is a pseudorandom number generator developed by
+Makoto Matsumoto and Takuji Nishimura. It is described in their paper at
+<URL:http://www.math.keio.ac.jp/~nisimura/random/doc/mt.ps>.
diff --git a/math/p5-Math-Random-MT/Makefile b/math/p5-Math-Random-MT/Makefile
new file mode 100644
index 00000000000..93de7db1c50
--- /dev/null
+++ b/math/p5-Math-Random-MT/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/09/09 05:37:18 sno Exp $
+#
+
+DISTNAME= Math-Random-MT-1.11
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= math perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/Math-Random-MT/
+COMMENT= The Mersenne Twister PRNG
+LICENSE= modified-bsd
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+USE_LANGUAGES= c
+PERL5_PACKLIST= auto/Math/Random/MT/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/math/p5-Math-Random-MT/distinfo b/math/p5-Math-Random-MT/distinfo
new file mode 100644
index 00000000000..c662072e890
--- /dev/null
+++ b/math/p5-Math-Random-MT/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2010/09/09 05:37:18 sno Exp $
+
+SHA1 (Math-Random-MT-1.11.tar.gz) = ec72e2df3ef29048e380c375b29d0a59139fff19
+RMD160 (Math-Random-MT-1.11.tar.gz) = 33eee379417d00bddf21271e33f2a114de043abb
+Size (Math-Random-MT-1.11.tar.gz) = 8774 bytes