summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1997-06-03 22:21:08 +0000
committerSatoshi Asami <asami@FreeBSD.org>1997-06-03 22:21:08 +0000
commit8826c6c22ae7d92d9ef150000fef282cdcff25e1 (patch)
tree8775cb45f3cc435be549c20d4874090a3dadc474 /math
parentPatch to fix build on -current. This port isn't broken anymore. Also, (diff)
A very simple matrix package.
PR: (half of) 3457 Submitted by: Sandro Sigala <ssigala@globalnet.it>
Notes
Notes: svn path=/head/; revision=6708
Diffstat (limited to 'math')
-rw-r--r--math/umatrix/Makefile18
-rw-r--r--math/umatrix/pkg-comment1
-rw-r--r--math/umatrix/pkg-descr7
-rw-r--r--math/umatrix/pkg-plist2
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