diff options
author | skv <skv@FreeBSD.org> | 2002-06-02 21:03:15 +0800 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2002-06-02 21:03:15 +0800 |
commit | bc7bcc15bb9d7ce8c333e20aa142140c7b0292d0 (patch) | |
tree | 4d13caac0a364924c2b2b6811ef5be3adc76c43f /math | |
parent | 1d42c6a26c371295ebd920483d1c023ec415e755 (diff) | |
download | freebsd-ports-gnome-bc7bcc15bb9d7ce8c333e20aa142140c7b0292d0.tar.gz freebsd-ports-gnome-bc7bcc15bb9d7ce8c333e20aa142140c7b0292d0.tar.zst freebsd-ports-gnome-bc7bcc15bb9d7ce8c333e20aa142140c7b0292d0.zip |
Updated to 1.00
Diffstat (limited to 'math')
-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 |