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
Remember
I remember
I started running short on disk space for the non-production FreshPorts hosts. This time, I have decided to ask for donations. See my recent blog post which points to my Patreon account.
Port details
p5-MatrixReal Perl module implementing a Matrix of Reals
2.10 math Deleted on this many watch lists=2 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 2.10Version of this port present on the latest quarterly branch.
Maintainer: perl@FreeBSD.org search for ports maintained by this maintainer
Port Added: unknown
Last Update: 2013-11-22 19:07:32
SVN Revision: 334605
People watching this port, also watch:: p5-Devel-Symdump, p5-HTML-Mason, p5-Error
Also Listed In: perl5
License: ART10 GPLv1
WWW:
http://search.cpan.org/dist/Math-MatrixReal/
Description:
p5-MatrixReal is port of the perl module Math::MatrixReal, implementing a matrix of Reals. Math::MatrixReal needs support for operator overloading to support operations on matrixes as though they were just another basic perl type. In addition to the basics (+, -, *) also supported are: matrix norm, matrix transposition, matrix inverse, determinant of a matrix, order and numerical condition of a matrix, scalar product of vectors, vector product of vectors, vector length, projection of row and column vectors, a comfortable way for reading in a matrix from a file, the keyboard or your code, solving linear equations, etc. It also has an implementation of Kleene's algorithm for finding minimal costs for paths in a graph. WWW: http://search.cpan.org/dist/Math-MatrixReal/
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

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:
  • p5-MatrixReal>0:math/p5-MatrixReal
No installation instructions:
This port has been deleted.
PKGNAME: p5-MatrixReal
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: pkg-fallout
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. perl5.16.3 : lang/perl5.16
Runtime dependencies:
  1. perl5.16.3 : lang/perl5.16
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 (14 items)
Collapse this list.
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. ftp://ftp.auckland.ac.nz/pub/perl/CPAN/modules/by-module/Math/
  3. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Math/
  4. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Math/
  5. ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/Math/
  6. ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/modules/by-module/Math/
  7. ftp://ftp.mirrorservice.org/sites/cpan.perl.org/CPAN/modules/by-module/Math/
  8. ftp://ftp.sunet.se/pub/lang/perl/CPAN/modules/by-module/Math/
  9. http://at.cpan.org/modules/by-module/Math/
  10. http://backpan.perl.org/modules/by-module/Math/
  11. http://ftp.jaist.ac.jp/pub/CPAN/modules/by-module/Math/
  12. http://ftp.twaren.net/Unix/Lang/CPAN/modules/by-module/Math/
  13. http://www.cpan.dk/modules/by-module/Math/
  14. http://www.cpan.dk/modules/by-module/Math/
Collapse this list.

Number of commits found: 27

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.10
22 Nov 2013 19:07:32
Revision:334605Original commit files touched by this commit
sunpoet search for other commits by this committer
- Respect upstream naming: rename math/p5-MatrixReal to math/p5-Math-MatrixReal
- Bump PORTREVISION for math/p5-MatrixReal PORTNAME/path change
- While I'm here:
  - Remove unnecessary DISTNAME and MASTER_SITE_SUBDIR
  - Add LICENSE
  - Sort *_DEPENDS
2.10
22 Nov 2013 08:34:19
Revision:334557Original commit files touched by this commit
culot search for other commits by this committer
- Update to 2.10

Changes:	http://search.cpan.org/dist/Math-MatrixReal/CHANGES
2.09
05 Nov 2013 06:56:19
Revision:332813Original commit files touched by this commit
vanilla search for other commits by this committer
Support STAGEDIR.
2.09
20 Sep 2013 20:55:06
Revision:327746Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
math)
2.09
29 Aug 2013 17:29:58
Revision:325611Original commit files touched by this commit
sunpoet search for other commits by this committer
- Remove Author line
2.09
29 Aug 2013 17:16:53
Revision:325610Original commit files touched by this commit
sunpoet search for other commits by this committer
- Add WWW
- Use single space after WWW:
- Remove Author line
2.09
02 Aug 2013 18:52:11
Revision:324174Original commit files touched by this commit
mat search for other commits by this committer
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
2.09
29 Mar 2013 00:44:54
Revision:315509Original commit files touched by this commit
eadler search for other commits by this committer
For perl@ owned ports:

- Fix COMMENT
- Trim header
2.09
05 Jan 2012 21:55:02
Original commit files touched by this commit
swills search for other commits by this committer
- Add TEST_DEPENDS to allow testing
2.09
06 Nov 2011 03:07:32
Original commit files touched by this commit
clsung search for other commits by this committer
- Update to 2.09
2.08
24 Oct 2011 09:11:38
Original commit files touched by this commit
dougb search for other commits by this committer
The vast majority of pkg-descr files had the following format when they
had both lines:

Author: ...
WWW: ....

So standardize on that, and move them to the end of the file when necessary.

Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.

s/AUTHOR/Author/

A few other various formatting issues
2.08
07 Oct 2011 11:22:46
Original commit files touched by this commit
culot search for other commits by this committer
- Fix LICENSE (Artistic 1 instead of Artistic 2)
- Pet portlint(1)

PR:             ports/161336
Submitted by:   Simon Olofsson <simon@olofsson.de>
2.08
19 Apr 2011 06:09:30
Original commit files touched by this commit
bapt search for other commits by this committer
- update to 2.08
- add licenses
- changes: http://cpansearch.perl.org/src/LETO/Math-MatrixReal-2.08/CHANGES
2.05
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
2.05
11 Mar 2008 14:59:11
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 1.15
2.03
31 Jan 2008 02:35:36
Original commit files touched by this commit
clsung search for other commits by this committer
- Update to 2.03

Changes:        http://search.cpan.org/dist/Math-MatrixReal/CHANGES
2.02
17 Jun 2007 02:10:13
Original commit files touched by this commit
leeym search for other commits by this committer
- update to 2.02
2.01
14 Mar 2007 08:22:36
Original commit files touched by this commit
linimon search for other commits by this committer
Reset sander@haldjas.folklore.ee due to maintainer-timeouts and no response
to email.

Hat:            portmgr
2.01
15 Jun 2006 01:12:14
Original commit files touched by this commit
aaron search for other commits by this committer
- Update from v1.9 to v2.01
- Update pkg-descr

PR:             ports/98326
Submitted by:   aaron
Approved by:    maintainer timeout, tobez (implicit)
1.9
22 Jan 2006 12:56:47
Original commit files touched by this commit
edwin search for other commits by this committer
SHA256ify

Approved by: krion@
1.9
22 Jan 2006 02:26:24
Original commit files touched by this commit
edwin search for other commits by this committer
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry

Approved by:    krion@
PR:             ports/88711 (related)
1.9
31 Mar 2004 03:12:58
Original commit files touched by this commit
trevor search for other commits by this committer
SIZEify (maintainer timeout)
1.9
06 Jul 2003 04:29:38
Original commit files touched by this commit
kuriyama search for other commits by this committer
Update to 1.9.

Submitted by:   Mathieu Arnold <m@absolight.net>
PR:             ports/52322
No response from: maintainer
1.3a5
21 Feb 2003 12:44:05
Original commit files touched by this commit
knu search for other commits by this committer
De-pkg-comment.
14 Apr 2001 23:31:53
commit hash: fp1.12561@dev.null.freshports.orgcommit hash: fp1.12561@dev.null.freshports.orgcommit hash: fp1.12561@dev.null.freshports.orgcommit hash: fp1.12561@dev.null.freshports.org files touched by this commit
steve search for other commits by this committer
Remove empty directories on uninstall.    
01 Mar 2001 06:39:18
commit hash: fp1.10151@dev.null.freshports.orgcommit hash: fp1.10151@dev.null.freshports.orgcommit hash: fp1.10151@dev.null.freshports.orgcommit hash: fp1.10151@dev.null.freshports.org files touched by this commit
vanilla search for other commits by this committer
Remove do-configure section, use PERL_CONFIGURE now.    
08 Oct 2000 04:10:26
commit hash: fp1.4777@dev.null.freshports.orgcommit hash: fp1.4777@dev.null.freshports.orgcommit hash: fp1.4777@dev.null.freshports.orgcommit hash: fp1.4777@dev.null.freshports.org files touched by this commit
asami search for other commits by this committer
Convert category math to new layout.  

Number of commits found: 27