diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-07-06 16:36:45 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-07-06 16:36:45 +0000 |
commit | 6eeae28b24cbdc987c4fd8013f4d44655f7f4d6d (patch) | |
tree | 446cb2d6c04036d96bb024302a3fef2bb167aec3 /math/p5-Math-Random-MT | |
parent | b6bd3532cdfb4d8665ad80c4d8abcfe04349ab5b (diff) | |
download | ports-6eeae28b24cbdc987c4fd8013f4d44655f7f4d6d.tar.gz ports-6eeae28b24cbdc987c4fd8013f4d44655f7f4d6d.zip |
Notes
Diffstat (limited to 'math/p5-Math-Random-MT')
-rw-r--r-- | math/p5-Math-Random-MT/Makefile | 22 | ||||
-rw-r--r-- | math/p5-Math-Random-MT/distinfo | 1 | ||||
-rw-r--r-- | math/p5-Math-Random-MT/pkg-comment | 1 | ||||
-rw-r--r-- | math/p5-Math-Random-MT/pkg-descr | 4 | ||||
-rw-r--r-- | math/p5-Math-Random-MT/pkg-plist | 9 |
5 files changed, 37 insertions, 0 deletions
diff --git a/math/p5-Math-Random-MT/Makefile b/math/p5-Math-Random-MT/Makefile new file mode 100644 index 000000000000..18c4c2e91c15 --- /dev/null +++ b/math/p5-Math-Random-MT/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: Math::Random::MT +# Date created: 5 Jul 2001 +# Whom: Sergey Skvortsov <skv@protey.ru> +# +# $FreeBSD$ +# + +PORTNAME= Math-Random-MT +PORTVERSION= 0.54 +CATEGORIES= math perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Math +PKGNAMEPREFIX= p5- + +MAINTAINER= skv@protey.ru + +PERL_CONFIGURE= yes + +MAN3= Math::Random::MT.3 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +.include <bsd.port.mk> diff --git a/math/p5-Math-Random-MT/distinfo b/math/p5-Math-Random-MT/distinfo new file mode 100644 index 000000000000..0005d5a5f12b --- /dev/null +++ b/math/p5-Math-Random-MT/distinfo @@ -0,0 +1 @@ +MD5 (Math-Random-MT-0.54.tar.gz) = bcd5fa4c3459d5316d51860052e0cec2 diff --git a/math/p5-Math-Random-MT/pkg-comment b/math/p5-Math-Random-MT/pkg-comment new file mode 100644 index 000000000000..8bfe04aac539 --- /dev/null +++ b/math/p5-Math-Random-MT/pkg-comment @@ -0,0 +1 @@ +The Mersenne Twister PRNG diff --git a/math/p5-Math-Random-MT/pkg-descr b/math/p5-Math-Random-MT/pkg-descr new file mode 100644 index 000000000000..a1587fd460d8 --- /dev/null +++ b/math/p5-Math-Random-MT/pkg-descr @@ -0,0 +1,4 @@ +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 diff --git a/math/p5-Math-Random-MT/pkg-plist b/math/p5-Math-Random-MT/pkg-plist new file mode 100644 index 000000000000..0a3a0d02e0a4 --- /dev/null +++ b/math/p5-Math-Random-MT/pkg-plist @@ -0,0 +1,9 @@ +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 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 +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math 2>/dev/null || true |