diff options
author | tobez <tobez@FreeBSD.org> | 2005-12-08 14:14:07 +0000 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2005-12-08 14:14:07 +0000 |
commit | b8c512fe3155ba0e66f6c3bf8d28d18fea331d4d (patch) | |
tree | b942c6fb52b05faffa0469efee9ec71fe32ad032 /math | |
parent | 1aaf68f9c9caf3bdb87ef2056022b1ceb1614617 (diff) | |
download | FreeBSD-ports-b8c512fe3155ba0e66f6c3bf8d28d18fea331d4d.zip FreeBSD-ports-b8c512fe3155ba0e66f6c3bf8d28d18fea331d4d.tar.gz |
Add math/p5-Math-Matrix 0.4, a Perl module that performs a number of
common matrix operations.
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/p5-Math-Matrix/Makefile | 22 | ||||
-rw-r--r-- | math/p5-Math-Matrix/distinfo | 3 | ||||
-rw-r--r-- | math/p5-Math-Matrix/pkg-descr | 4 | ||||
-rw-r--r-- | math/p5-Math-Matrix/pkg-plist | 5 |
5 files changed, 35 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index d7c7669..9d1f54c 100644 --- a/math/Makefile +++ b/math/Makefile @@ -172,6 +172,7 @@ SUBDIR += p5-Math-Interpolate SUBDIR += p5-Math-LinearCombination SUBDIR += p5-Math-Logic + SUBDIR += p5-Math-Matrix SUBDIR += p5-Math-Pari SUBDIR += p5-Math-Random SUBDIR += p5-Math-Random-MT diff --git a/math/p5-Math-Matrix/Makefile b/math/p5-Math-Matrix/Makefile new file mode 100644 index 0000000..8b93e94 --- /dev/null +++ b/math/p5-Math-Matrix/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: math/p5-Math-Matrix +# Date created: 08 December 2005 +# Whom: Anton Berezin <tobez@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Math-Matrix +PORTVERSION= 0.4 +CATEGORIES= math perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Math +PKGNAMEPREFIX= p5- + +MAINTAINER= perl@FreeBSD.org +COMMENT= Math::Matrix - multiply and invert matrices + +PERL_CONFIGURE= yes + +MAN3= Math::Matrix.3 + +.include <bsd.port.mk> diff --git a/math/p5-Math-Matrix/distinfo b/math/p5-Math-Matrix/distinfo new file mode 100644 index 0000000..daa61cad --- /dev/null +++ b/math/p5-Math-Matrix/distinfo @@ -0,0 +1,3 @@ +MD5 (Math-Matrix-0.4.tar.gz) = fad8f822e5e417ff12ccc2205eda206a +SHA256 (Math-Matrix-0.4.tar.gz) = 710f77c8b471bbd822b790a845dddf47145468e84b9b52d2f0e8fe8d36982cf7 +SIZE (Math-Matrix-0.4.tar.gz) = 5676 diff --git a/math/p5-Math-Matrix/pkg-descr b/math/p5-Math-Matrix/pkg-descr new file mode 100644 index 0000000..8a503eb --- /dev/null +++ b/math/p5-Math-Matrix/pkg-descr @@ -0,0 +1,4 @@ +Math::Matrix is a Perl module that performs a number of common matrix +operations. + +WWW: http://search.cpan.org/dist/Math-Matrix/ diff --git a/math/p5-Math-Matrix/pkg-plist b/math/p5-Math-Matrix/pkg-plist new file mode 100644 index 0000000..2b23e24 --- /dev/null +++ b/math/p5-Math-Matrix/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/Math/Matrix.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Matrix/.packlist +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Matrix 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Math 2>/dev/null || true |