diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2002-06-02 13:03:15 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2002-06-02 13:03:15 +0000 |
commit | c1098ad83295300c143bce69a08441d703c8a199 (patch) | |
tree | b4e89b65baf01b06b63a9bbf26f067fb01eb5dfe /math/p5-Math-Random-MT | |
parent | f597984f258d1fa362a19ba98ee6d5ab6b4faa48 (diff) | |
download | ports-c1098ad83295300c143bce69a08441d703c8a199.tar.gz ports-c1098ad83295300c143bce69a08441d703c8a199.zip |
Notes
Diffstat (limited to 'math/p5-Math-Random-MT')
-rw-r--r-- | math/p5-Math-Random-MT/Makefile | 4 | ||||
-rw-r--r-- | math/p5-Math-Random-MT/distinfo | 2 | ||||
-rw-r--r-- | math/p5-Math-Random-MT/pkg-descr | 10 | ||||
-rw-r--r-- | math/p5-Math-Random-MT/pkg-plist | 2 |
4 files changed, 11 insertions, 7 deletions
diff --git a/math/p5-Math-Random-MT/Makefile b/math/p5-Math-Random-MT/Makefile index 18c4c2e91c15..bd63e02c3df6 100644 --- a/math/p5-Math-Random-MT/Makefile +++ b/math/p5-Math-Random-MT/Makefile @@ -6,13 +6,13 @@ # PORTNAME= Math-Random-MT -PORTVERSION= 0.54 +PORTVERSION= 1.00 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Math PKGNAMEPREFIX= p5- -MAINTAINER= skv@protey.ru +MAINTAINER= skv@FreeBSD.org PERL_CONFIGURE= yes diff --git a/math/p5-Math-Random-MT/distinfo b/math/p5-Math-Random-MT/distinfo index 0005d5a5f12b..c85781ffb07e 100644 --- a/math/p5-Math-Random-MT/distinfo +++ b/math/p5-Math-Random-MT/distinfo @@ -1 +1 @@ -MD5 (Math-Random-MT-0.54.tar.gz) = bcd5fa4c3459d5316d51860052e0cec2 +MD5 (Math-Random-MT-1.00.tar.gz) = f8538f2f5ca0f34c373c7cce53aa8529 diff --git a/math/p5-Math-Random-MT/pkg-descr b/math/p5-Math-Random-MT/pkg-descr index a1587fd460d8..3fd74cfe6bb8 100644 --- a/math/p5-Math-Random-MT/pkg-descr +++ b/math/p5-Math-Random-MT/pkg-descr @@ -1,4 +1,8 @@ -The Mersenne Twister is a pseudorandom number generator -developed by Makoto Matsumoto and Takuji Nishimura. +The Mersenne Twister is a pseudorandom number generator developed by +Makoto Matsumoto and Takuji Nishimura. -WWW: http://www.math.keio.ac.jp/~nisimura/random/doc/mt.ps +WWW: http://www.math.keio.ac.jp/~matumoto/emt.html +WWW: http://search.cpan.org/search?dist=Math-Random-MT + +-- Sergey Skvortsov +skv@FreeBSD.org diff --git a/math/p5-Math-Random-MT/pkg-plist b/math/p5-Math-Random-MT/pkg-plist index 0a3a0d02e0a4..6e65d3b65234 100644 --- a/math/p5-Math-Random-MT/pkg-plist +++ b/math/p5-Math-Random-MT/pkg-plist @@ -2,7 +2,7 @@ lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math/Random/MT/.packlist lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Math/Random/MT.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math/Random/MT/MT.bs lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math/Random/MT/MT.so -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Math/Random +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Math/Random 2>/dev/null || true @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Math 2>/dev/null || true @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math/Random/MT @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math/Random 2>/dev/null || true |