diff options
author | fenner <fenner@FreeBSD.org> | 1997-11-24 00:47:51 +0000 |
---|---|---|
committer | fenner <fenner@FreeBSD.org> | 1997-11-24 00:47:51 +0000 |
commit | 0a618a4c8660431bedde9c380b70d132de8be6a7 (patch) | |
tree | 3655a52b931c37d8b0ce0b0ea569078d8d74cd01 /math | |
parent | cdc460f5afa7f94f199adf0d789bffd16dc90335 (diff) | |
download | FreeBSD-ports-0a618a4c8660431bedde9c380b70d132de8be6a7.zip FreeBSD-ports-0a618a4c8660431bedde9c380b70d132de8be6a7.tar.gz |
This is a port of Math::MatrixReal, a perl module impleneting a matrix of
reals.
PR: ports/4402
Submitted by: Narvi <narvi@haldjas.folklore.ee>
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-MatrixReal/Makefile | 24 | ||||
-rw-r--r-- | math/p5-MatrixReal/distinfo | 1 | ||||
-rw-r--r-- | math/p5-MatrixReal/pkg-comment | 1 | ||||
-rw-r--r-- | math/p5-MatrixReal/pkg-descr | 20 | ||||
-rw-r--r-- | math/p5-MatrixReal/pkg-plist | 6 |
5 files changed, 52 insertions, 0 deletions
diff --git a/math/p5-MatrixReal/Makefile b/math/p5-MatrixReal/Makefile new file mode 100644 index 0000000..3a33abd --- /dev/null +++ b/math/p5-MatrixReal/Makefile @@ -0,0 +1,24 @@ +# Ports collection Makefile for: Math-MatrixReal +# Version Required: 1.2 +# Date Created: Aug 14 1997 +# Whom: Sander Vesik <sander@haldjas.folklore.ee> +# +# $Id$ + +DISTNAME= Math-MatrixReal-1.2 +PKGNAME= p5-MatrixReal-1.2 +CATEGORIES= math perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Math + +MAINTAINER= sander@haldjas.folklore.ee + +#USE_PERL5= YES + +MANPREFIX= ${PREFIX}/lib/perl5 +MAN3= Math::MatrixReal.3 Math::Kleene.3 + +do-configure: + @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL + +.include <bsd.port.mk> diff --git a/math/p5-MatrixReal/distinfo b/math/p5-MatrixReal/distinfo new file mode 100644 index 0000000..fb9cf50 --- /dev/null +++ b/math/p5-MatrixReal/distinfo @@ -0,0 +1 @@ +MD5 (Math-MatrixReal-1.2.tar.gz) = 79c7089549a6f894f6071ddcc837d35c diff --git a/math/p5-MatrixReal/pkg-comment b/math/p5-MatrixReal/pkg-comment new file mode 100644 index 0000000..e3736fd --- /dev/null +++ b/math/p5-MatrixReal/pkg-comment @@ -0,0 +1 @@ +A perl module implementing a Matrix of Reals. diff --git a/math/p5-MatrixReal/pkg-descr b/math/p5-MatrixReal/pkg-descr new file mode 100644 index 0000000..fd54b2a --- /dev/null +++ b/math/p5-MatrixReal/pkg-descr @@ -0,0 +1,20 @@ +p5-MatrixReal is port of the perl module Math::MatrixReal, implementing a +matrix of Reals. + +Math::MatrixReal needs support for operator overloading to support +operations on matrixes as though they were just another basic perl type. + +In addition to the basics (+, -, *) also supported are: + +matrix norm, matrix transposition, matrix inverse, determinant of a +matrix, order and numerical condition of a matrix, scalar product of +vectors, vector product of vectors, vector length, projection of row and +column vectors, a comfortable way for reading in a matrix from a file, the +keyboard or your code, solving linear equations, etc. + +It also has an implementation of Kleene's algorithm for finding minimal +costs for paths in a graph. + +This is Math:MatrixReal version 1.2 + +-- sander diff --git a/math/p5-MatrixReal/pkg-plist b/math/p5-MatrixReal/pkg-plist new file mode 100644 index 0000000..95fb6fb --- /dev/null +++ b/math/p5-MatrixReal/pkg-plist @@ -0,0 +1,6 @@ +lib/perl5/site_perl/Math/MatrixReal.pm +lib/perl5/site_perl/Math/Kleene.pod +lib/perl5/man/man3/Math::MatrixReal.3.gz +lib/perl5/man/man3/Math::Kleene.3.gz +lib/perl5/site_perl/i386-freebsd/auto/Math/MatrixReal/.packlist +@dirrm lib/perl5/site_perl/i386-freebsd/auto/Math/MatrixReal |