diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-06-03 22:21:08 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-06-03 22:21:08 +0000 |
commit | 8826c6c22ae7d92d9ef150000fef282cdcff25e1 (patch) | |
tree | 8775cb45f3cc435be549c20d4874090a3dadc474 /math | |
parent | 21291fbe43da6a91a03ee8b047270e80db63ddae (diff) |
Notes
Diffstat (limited to 'math')
-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 000000000000..6ad107b4e668 --- /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 000000000000..c06b09f0fbaf --- /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 000000000000..5a0a592fdd0b --- /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 000000000000..e5e43c96e911 --- /dev/null +++ b/math/umatrix/pkg-plist @@ -0,0 +1,2 @@ +bin/umatrix +man/man1/umatrix.1.gz |