diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-07-06 16:30:40 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-07-06 16:30:40 +0000 |
commit | b6bd3532cdfb4d8665ad80c4d8abcfe04349ab5b (patch) | |
tree | 28fe462edb9f9e734e26ed382d988a2fd4f21541 | |
parent | 4fa23ba4a62cef4fa103d4c13a91bc7cca0bc2cb (diff) | |
download | ports-b6bd3532cdfb4d8665ad80c4d8abcfe04349ab5b.tar.gz ports-b6bd3532cdfb4d8665ad80c4d8abcfe04349ab5b.zip |
Notes
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/p5-Math-Random/Makefile | 22 | ||||
-rw-r--r-- | math/p5-Math-Random/distinfo | 1 | ||||
-rw-r--r-- | math/p5-Math-Random/pkg-comment | 1 | ||||
-rw-r--r-- | math/p5-Math-Random/pkg-descr | 2 | ||||
-rw-r--r-- | math/p5-Math-Random/pkg-plist | 8 |
6 files changed, 35 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 6f7979c4a919..c6bf11ff24b4 100644 --- a/math/Makefile +++ b/math/Makefile @@ -68,6 +68,7 @@ SUBDIR += p5-Math-GMP SUBDIR += p5-Math-Interpolate SUBDIR += p5-Math-Logic + SUBDIR += p5-Math-Random SUBDIR += p5-MatrixReal SUBDIR += p5-Set-IntSpan SUBDIR += p5-Set-Window diff --git a/math/p5-Math-Random/Makefile b/math/p5-Math-Random/Makefile new file mode 100644 index 000000000000..307015e59937 --- /dev/null +++ b/math/p5-Math-Random/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: Math::Random +# Date created: 5 Jul 2001 +# Whom: Sergey Skvortsov <skv@protey.ru> +# +# $FreeBSD$ +# + +PORTNAME= Math-Random +PORTVERSION= 0.61 +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.3 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +.include <bsd.port.mk> diff --git a/math/p5-Math-Random/distinfo b/math/p5-Math-Random/distinfo new file mode 100644 index 000000000000..7f414e5f5eb8 --- /dev/null +++ b/math/p5-Math-Random/distinfo @@ -0,0 +1 @@ +MD5 (Math-Random-0.61.tar.gz) = 844197763ebc45669841bf8700f85f44 diff --git a/math/p5-Math-Random/pkg-comment b/math/p5-Math-Random/pkg-comment new file mode 100644 index 000000000000..4fdec8d70c28 --- /dev/null +++ b/math/p5-Math-Random/pkg-comment @@ -0,0 +1 @@ +Random number generators diff --git a/math/p5-Math-Random/pkg-descr b/math/p5-Math-Random/pkg-descr new file mode 100644 index 000000000000..361793cfb5f5 --- /dev/null +++ b/math/p5-Math-Random/pkg-descr @@ -0,0 +1,2 @@ +Math::Random is a Perl port of the C version of randlib, +which is a suite of routines for generating random deviates. diff --git a/math/p5-Math-Random/pkg-plist b/math/p5-Math-Random/pkg-plist new file mode 100644 index 000000000000..8ede4f652fd8 --- /dev/null +++ b/math/p5-Math-Random/pkg-plist @@ -0,0 +1,8 @@ +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math/Random/.packlist +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Math/Random.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Math/example.pl +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math/Random/Random.bs +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math/Random/Random.so +@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%%/Math 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math 2>/dev/null || true |