diff options
author | asami <asami@FreeBSD.org> | 1997-06-03 22:21:08 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-06-03 22:21:08 +0000 |
commit | 2552fbd80a6dfad6714125001477d532b8583bef (patch) | |
tree | b64ed07dadaedcfeea6f7723e5a87b82910a25de /math/umatrix | |
parent | 4845fef74f08a9720b83cc6861c579852df9447b (diff) | |
download | FreeBSD-ports-2552fbd80a6dfad6714125001477d532b8583bef.zip FreeBSD-ports-2552fbd80a6dfad6714125001477d532b8583bef.tar.gz |
A very simple matrix package.
PR: (half of) 3457
Submitted by: Sandro Sigala <ssigala@globalnet.it>
Diffstat (limited to 'math/umatrix')
-rw-r--r-- | math/umatrix/Makefile | 18 | ||||
-rw-r--r-- | math/umatrix/pkg-comment | 1 | ||||
-rw-r--r-- | math/umatrix/pkg-descr | 7 | ||||
-rw-r--r-- | math/umatrix/pkg-plist | 2 |
4 files changed, 28 insertions, 0 deletions
diff --git a/math/umatrix/Makefile b/math/umatrix/Makefile new file mode 100644 index 0000000..6ad107b --- /dev/null +++ b/math/umatrix/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: umatrix +# Version required: 1.1 +# Date created: 1 May 1997 +# Whom: Sandro Sigala <ssigala@globalnet.it> +# +# $Id$ +# + +DISTNAME= umatrix-1.1 +CATEGORIES= math +MASTER_SITES= ${MASTER_SITE_LOCAL} + +MAINTAINER= ssigala@globalnet.it + +GNU_CONFIGURE= yes +MAN1= umatrix.1 + +.include <bsd.port.mk> diff --git a/math/umatrix/pkg-comment b/math/umatrix/pkg-comment new file mode 100644 index 0000000..c06b09f --- /dev/null +++ b/math/umatrix/pkg-comment @@ -0,0 +1 @@ +Simple matrix package diff --git a/math/umatrix/pkg-descr b/math/umatrix/pkg-descr new file mode 100644 index 0000000..5a0a592f --- /dev/null +++ b/math/umatrix/pkg-descr @@ -0,0 +1,7 @@ +uMatrix is a very simple package written in two days useful for matrices +introduction in high schools. It is able of compute the determinant of +the matrix (of any order), compute the matrices product and some other +minor operations. + +Sandro Sigala +ssigala@globalnet.it diff --git a/math/umatrix/pkg-plist b/math/umatrix/pkg-plist new file mode 100644 index 0000000..e5e43c9 --- /dev/null +++ b/math/umatrix/pkg-plist @@ -0,0 +1,2 @@ +bin/umatrix +man/man1/umatrix.1.gz |