Port details |
- matharray Class library for mathematical manipulation of matrices
- 1.2 math
=0 1.2Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2006-10-31 06:21:20
- Last Update: 2013-08-28 18:26:01
- SVN Revision: 325546
- Also Listed In: gnustep
- License: LGPL20
- Description:
- MathArray is a general library of classes for performing mathematical
operations on arrays (vectors, matrices, etc) of values. It can
operate on any standard 'C' number type plus numbers of complex
type. MathArray is implemented using a "class cluster" concept,
allowing one to perform mathematical calculations on a number without
necessarily being aware of what type (class) of number is being
operated on. MathArray knows implicitly what types of operations can
be performed on what types of numbers and will automatically cast
itself to the correct number type representation to handle the
specific operation. Standard operations include addition, scalar and
matrix multiplication and logical operations. Mathematical operations
in the standard C math library are also supported, as well as
user-defined functions.
MathArray also does much more. Arrays can be manipulated, transposed
and concatenated. One can extract subarrays or include subarrays within
larger arrays.
LICENSE: LGPL2 or later
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- matharray>0:math/matharray
- No installation instructions:
- This port has been deleted.
- PKGNAME: matharray
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- GNUstep.sh : devel/gnustep-make
- libgnustep-base.so : lang/gnustep-base
- gmake : devel/gmake
- Runtime dependencies:
-
- GNUstep.sh : devel/gnustep-make
- libgnustep-base.so : lang/gnustep-base
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 13
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.2 28 Aug 2013 18:26:01 |
theraven (src committer) |
Update to latest GNUstep core libraries.
Update dependent packages with more recent releases.
Remove old and bit-rotted ones.
Switch to using clang 3.3 and libobjc2 1.7 by default, so modern Objective-C
features work out of the box and remove a lot of configurable options for
sub-optimal (and, often, unsupported / deprecated upstream) configurations.
Take maintainership of GNUstep-related ports.
Several of the ports left in have scary warnings which mean that they are likely
broken in lots of cases. Future commits will fix them.
Approved by: bapt |
1.2 13 Oct 2012 13:39:59 |
dinoex |
- cleanup comments
Feature safe: yes |
1.2 26 Jun 2012 05:43:33 |
dinoex |
- reset MAINTAINER |
1.2 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
1.2 16 Oct 2010 14:11:21 |
dinoex |
- LICENSE LGPL20 |
1.2 05 Jun 2010 06:14:28 |
dinoex |
LICENSE LGPL21 |
1.2 30 May 2010 12:28:39 |
dinoex |
- drop USE_GNUSTEP_PREFIX |
1.2 25 Dec 2009 17:38:26 |
dinoex |
- update to 1.2 |
1.1 16 Jan 2009 17:02:30 |
dinoex |
- add LICENSE: |
1.1 09 Sep 2007 18:31:50 |
dinoex |
- update to 1.1 |
1.0 31 Jan 2007 18:18:14 |
dinoex |
- add category gnustep
PR: 103931
Approved by: pav |
1.0 13 Jan 2007 03:57:25 |
dinoex |
- update to use new bsd.gnustep.mk
Approved by: gurkan@linuks.mine.nu |
1.0 31 Oct 2006 06:20:44 |
dinoex |
MathArray is a general library of classes for performing mathematical
operations on arrays (vectors, matrices, etc) of values. It can
operate on any standard 'C' number type plus numbers of complex
type. MathArray is implemented using a "class cluster" concept,
allowing one to perform mathematical calculations on a number without
necessarily being aware of what type (class) of number is being
operated on. MathArray knows implicitly what types of operations can
be performed on what types of numbers and will automatically cast
itself to the correct number type representation to handle the
specific operation. Standard operations include addition, scalar and
matrix multiplication and logical operations. Mathematical operations
in the standard C math library are also supported, as well as
user-defined functions.
MathArray also does much more. Arrays can be manipulated, transposed
and concatenated. One can extract subarrays or include subarrays within
larger arrays. |
Number of commits found: 13
|