summaryrefslogtreecommitdiff
path: root/math/p5-MatrixReal
diff options
context:
space:
mode:
authorBill Fenner <fenner@FreeBSD.org>1997-11-24 00:47:51 +0000
committerBill Fenner <fenner@FreeBSD.org>1997-11-24 00:47:51 +0000
commite3c47ad385332611e96d40915e76ad8d5a2fd375 (patch)
tree9a6e908f87409815fc26b8e076283451737baf2f /math/p5-MatrixReal
parentEnable display (diff)
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>
Notes
Notes: svn path=/head/; revision=8783
Diffstat (limited to 'math/p5-MatrixReal')
-rw-r--r--math/p5-MatrixReal/Makefile24
-rw-r--r--math/p5-MatrixReal/distinfo1
-rw-r--r--math/p5-MatrixReal/pkg-comment1
-rw-r--r--math/p5-MatrixReal/pkg-descr20
-rw-r--r--math/p5-MatrixReal/pkg-plist6
5 files changed, 52 insertions, 0 deletions
diff --git a/math/p5-MatrixReal/Makefile b/math/p5-MatrixReal/Makefile
new file mode 100644
index 000000000000..3a33abd720a0
--- /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 000000000000..fb9cf50cd0b3
--- /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 000000000000..e3736fd90f89
--- /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 000000000000..fd54b2a9b863
--- /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 000000000000..95fb6fba0367
--- /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