mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
A very simple matrix package.
PR: (half of) 3457 Submitted by: Sandro Sigala <ssigala@globalnet.it>
This commit is contained in:
parent
21291fbe43
commit
8826c6c22a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=6708
18
math/umatrix/Makefile
Normal file
18
math/umatrix/Makefile
Normal file
@ -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>
|
1
math/umatrix/pkg-comment
Normal file
1
math/umatrix/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Simple matrix package
|
7
math/umatrix/pkg-descr
Normal file
7
math/umatrix/pkg-descr
Normal file
@ -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
|
2
math/umatrix/pkg-plist
Normal file
2
math/umatrix/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
bin/umatrix
|
||||
man/man1/umatrix.1.gz
|
Loading…
Reference in New Issue
Block a user