Updated to 1.00

This commit is contained in:
Sergey Skvortsov 2002-06-02 13:03:15 +00:00
parent f597984f25
commit c1098ad832
4 changed files with 11 additions and 7 deletions

View file

@ -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

View file

@ -1 +1 @@
MD5 (Math-Random-MT-0.54.tar.gz) = bcd5fa4c3459d5316d51860052e0cec2
MD5 (Math-Random-MT-1.00.tar.gz) = f8538f2f5ca0f34c373c7cce53aa8529

View file

@ -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

View file

@ -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