notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
matharray Class library for mathematical manipulation of matrices
1.2 math Deleted on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 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 search for ports maintained by this maintainer
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 ¦ SVNWeb

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.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. GNUstep.sh : devel/gnustep-make
  2. libgnustep-base.so : lang/gnustep-base
  3. gmake : devel/gmake
Runtime dependencies:
  1. GNUstep.sh : devel/gnustep-make
  2. 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:
Expand this list (3 items)
Collapse this list.
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. ftp://ftp.gnustep.org/pub/gnustep/contrib/
  3. http://ftp.gnustep.org/pub/gnustep/contrib/
Collapse this list.

Number of commits found: 13

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.2
28 Aug 2013 18:26:01
Revision:325546Original commit files touched by this commit
theraven (src committer) search for other commits by this 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
Revision:305832Original commit files touched by this commit
dinoex search for other commits by this committer
- cleanup comments
Feature safe: yes
1.2
26 Jun 2012 05:43:33
Original commit files touched by this commit
dinoex search for other commits by this committer
- reset MAINTAINER
1.2
20 Mar 2011 12:54:45
Original commit files touched by this commit
miwi search for other commits by this committer
- Get Rid MD5 support
1.2
16 Oct 2010 14:11:21
Original commit files touched by this commit
dinoex search for other commits by this committer
- LICENSE LGPL20
1.2
05 Jun 2010 06:14:28
Original commit files touched by this commit
dinoex search for other commits by this committer
LICENSE LGPL21
1.2
30 May 2010 12:28:39
Original commit files touched by this commit
dinoex search for other commits by this committer
- drop USE_GNUSTEP_PREFIX
1.2
25 Dec 2009 17:38:26
Original commit files touched by this commit
dinoex search for other commits by this committer
- update to 1.2
1.1
16 Jan 2009 17:02:30
Original commit files touched by this commit
dinoex search for other commits by this committer
- add LICENSE:
1.1
09 Sep 2007 18:31:50
Original commit files touched by this commit
dinoex search for other commits by this committer
- update to 1.1
1.0
31 Jan 2007 18:18:14
Original commit files touched by this commit
dinoex search for other commits by this committer
- add category gnustep
PR:             103931
Approved by:    pav
1.0
13 Jan 2007 03:57:25
Original commit files touched by this commit
dinoex search for other commits by this committer
- update to use new bsd.gnustep.mk
Approved by:    gurkan@linuks.mine.nu
1.0
31 Oct 2006 06:20:44
Original commit files touched by this commit
dinoex search for other commits by this committer
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