Bug 104983 - [NEW PORT] math/matrices: Matrix calculator
Summary: [NEW PORT] math/matrices: Matrix calculator
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Alejandro Pulver
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-31 21:00 UTC by Morten Slot Kristensen
Modified: 2006-11-01 20:30 UTC (History)
0 users

See Also:


Attachments
file.shar (1.78 KB, text/plain)
2006-10-31 21:00 UTC, Morten Slot Kristensen
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Morten Slot Kristensen 2006-10-31 21:00:35 UTC
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/
Comment 1 Alejandro Pulver freebsd_committer freebsd_triage 2006-10-31 22:39:53 UTC
Responsible Changed
From-To: freebsd-ports-bugs->alepulver

I'll take it.
Comment 2 Alejandro Pulver freebsd_committer freebsd_triage 2006-11-01 20:27:02 UTC
State Changed
From-To: open->closed

New port added, thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2006-11-01 20:29:21 UTC
alepulver    2006-11-01 20:26:08 UTC

  FreeBSD ports repository

  Modified files:
    math                 Makefile 
  Added files:
    math/matrices        Makefile distinfo pkg-descr 
  Log:
  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.
  
  Morten Slot Kristensen <ontherenth@gmail.com>
  
  WWW: http://mplus.dk/matrices/
  
  PR:             ports/104983
  Submitted by:   Morten Slot Kristensen
  
  Revision  Changes    Path
  1.431     +1 -0      ports/math/Makefile
  1.1       +28 -0     ports/math/matrices/Makefile (new)
  1.1       +3 -0      ports/math/matrices/distinfo (new)
  1.1       +10 -0     ports/math/matrices/pkg-descr (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"