Date: Tue, 31 Oct 2006 20:54:04 GMT From: Morten Slot Kristensen<ontherenth@gmal.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/104983: [NEW PORT] math/matrices: Matrix calculator Message-ID: <200610312054.k9VKs4jZ043067@www.freebsd.org> Resent-Message-ID: <200610312100.k9VL0anl093827@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 104983 >Category: ports >Synopsis: [NEW PORT] math/matrices: Matrix calculator >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Oct 31 21:00:35 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Morten Slot Kristensen >Release: FreeBSD 6.1-RELEASE i386 >Organization: >Environment: FreeBSD localhost 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sat Oct 7 23:19:56 CEST 2006 morten@localhost:/usr/src/sys/i386/compile/KERNEL-071006 i386 >Description: This is a program which can calculate with several martices. It can multiplicate (by matrix or number), add, substract, invert, transpose and get the determinant of matrices. And these calculations can be done on matrices of any order. It has two interfaces: GTK GUI and console-interface. WWW: http://mplus.dk/matrices/ >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # matrices/ # matrices/Makefile # matrices/distinfo # matrices/pkg-descr # echo c - matrices/ mkdir -p matrices/ > /dev/null 2>&1 echo x - matrices/Makefile sed 's/^X//' >matrices/Makefile << 'END-of-matrices/Makefile' X# New ports collection makefile for: matrices X# Date created: Oct. 29 - 2006 X# Whom: Morten Slot Kristensen X# X# $FreeBSD$ X# X XPORTNAME= matrices XPORTVERSION= 1.0 XCATEGORIES= math XMASTER_SITES= http://mplus.dk/${PORTNAME}/ X XMAINTAINER= ontherenth@gmail.com XCOMMENT= Matrix calculator (with both GUI & console-interface) X XGNU_CONFIGURE= yes XPLIST_FILES= bin/${PORTNAME} XUSE_GNOME= glib20 gtk20 X XMAN1= ${PORTNAME}.1 X X.include <bsd.port.mk> END-of-matrices/Makefile echo x - matrices/distinfo sed 's/^X//' >matrices/distinfo << 'END-of-matrices/distinfo' XMD5 (matrices-1.0.tar.gz) = fc13e41f4b25da6ffb9b4a185a0d93cc XSHA256 (matrices-1.0.tar.gz) = c32d22e469d0ae1d356b4e65eb4cb862916e74503d1d1de8b07d07848cc641d9 XSIZE (matrices-1.0.tar.gz) = 69915 END-of-matrices/distinfo echo x - matrices/pkg-descr sed 's/^X//' >matrices/pkg-descr << 'END-of-matrices/pkg-descr' XThis is a program which can calculate with several martices. XIt can multiplicate (by matrix or number), add, substract, invert, Xtranspose and get the determinant of matrices. And these calculations Xcan be done on matrices of any order. X XIt has two interfaces: GTK GUI and console-interface. X XMorten Slot Kristensen <ontherenth@gmail.com> X XWWW: http://mplus.dk/matrices/ END-of-matrices/pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200610312054.k9VKs4jZ043067>