Port details |
- newmat C++ matrix library
- 1.1_1 math =3 1.1_1Version of this port present on the latest quarterly branch.
- Maintainer: stephen@FreeBSD.org
- Port Added: 2001-12-06 12:48:27
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: fam, libwmf, autoconf, libunicode, p5-libwww
- License: not specified in port
- WWW:
- http://www.robertnz.net/nm_intro.htm
- Description:
- The package is intended for scientists and engineers who need to manipulate
a variety of types of matrices using standard matrix operations. Emphasis is
on the kind of operations needed in statistical calculations such as least
squares, linear equation solve and eigenvalues.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/math/newmat/ && make install clean
- To add the package, run one of these commands:
- pkg install math/newmat
- pkg install newmat
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: newmat
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (newmat11.tar.gz) = daf313a4db0db14dfcce236ad3cdc514d449e62ddd4f1b07cc31179b0787db6f
SIZE (newmat11.tar.gz) = 247137
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- math_newmat
- USES:
- gmake
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.1_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.1_1 20 Jul 2022 14:22:24 |
Tobias C. Berner (tcberner) |
math: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Alessando Sagratini <ale_sagra@hotmail.com>
* Alex Dupre <ale@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Amarendra Godbole <amarendra.godbole@gmail.com>
* Anders Nordby <anders@FreeBSD.org>
* Andreas Fehlner (fehlner@gmx.de)
* Andrew L. Neporada <andrew@chg.ru>
* Andrey <gugu@zoo.rambler.ru>
* Andrey Zakhvatov (Only the first 15 lines of the commit message are shown above ) |
1.1_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.1_1 19 Jun 2017 01:09:20 |
stephen |
- Take maintainership. |
1.1_1 01 Feb 2017 05:28:26 |
jbeich |
math/newmat: unbreak with clang 4.0
newmat6.cpp:431:13: error: ordered comparison between pointer and zero ('int *'
and 'int')
if (indx > 0) { delete [] indx; indx = 0; }
~~~~ ^ ~
Reported by: antoine (via exp-run) |
1.1_1 10 Dec 2014 22:29:15 |
gahr |
- Reset maintainership of my ports |
1.1_1 15 Nov 2014 12:20:54 |
antoine |
Cleanup plist |
1.1_1 14 Feb 2014 08:56:26 |
gahr |
- STAGE-clean
- Build a shlib version as well
- Remove article from COMMENT line |
1.1_1 20 Sep 2013 20:55:06 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
math) |
1.1_1 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
1.1_1 21 Feb 2008 21:20:01 |
gahr |
My reference e-mail address as a ports maintainer is now gahr@FreeBSD.org.
Approved by: miwi (mentor) |
1.1_1 22 Jan 2008 00:33:23 |
miwi |
- File was rerolled for build fix with gcc 4.2
- Pass maintainership to submitter
- Bump PORTREVISION
PR: 119876
Submitted by: "Pietro Cerutti" <gahr@gahr.ch> |
1.1 27 May 2007 03:00:29 |
kris |
BROKEN with gcc 4.2 |
1.1 10 May 2006 22:37:39 |
edwin |
Remove USE_REINPLACE from ports starting with M |
1.1 25 Nov 2005 15:48:16 |
pav |
- Add SHA256 |
1.1 11 Mar 2005 09:08:33 |
vs |
Chase rerolled tarball (I couldn't find out the changes, though) |
1.1 25 Jan 2005 20:42:00 |
vs |
Fix broken plist I missed in the previous commit
Noticed by: cluster via kris |
1.1 24 Jan 2005 13:45:47 |
vs |
Unbreak: Update to 1.1 (gcc34)
PR: ports/76508
Submitted by: Johan van Selst |
1.0_2 16 Aug 2004 02:47:09 |
kris |
BROKEN on 5.x: Does not compile with gcc 3.4.2 |
1.0_2 17 Mar 2004 18:29:46 |
trevor |
SIZEify. |
1.0_2 04 Feb 2004 05:10:27 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
1.0_1 20 May 2003 07:02:09 |
hoek |
www.robertnz.com -> www.robertnz.net to make fetch -A happy. |
1.0_1 20 Feb 2003 18:42:25 |
knu |
De-pkg-comment. |
1.0_1 28 Jan 2003 10:56:23 |
fjoe |
Forgot to bump PORTREVISION |
1.0 27 Jan 2003 23:09:09 |
fjoe |
- update to 10.0a (NOTE: the author didn't change tarball name)
- fix fetching
- fix WWW: in pkg-descr
PR: 47567 (partially) |
1.0 07 Nov 2002 03:10:58 |
adamw |
Fix PORTCOMMENTs that were killing INDEX builds.
105 pointy hats to: me
Approved by: pat |
1.0 01 Oct 2002 03:13:17 |
ijliao |
make the patch work on both -current and -stable |
1.0 16 Sep 2002 17:51:55 |
ijliao |
fix build on -current
PR: 42672
Submitted by: Craig Rodrigues <rodrigc@attbi.com> |
1.0 22 Jun 2002 17:06:27 |
ijliao |
Replace ${PERL} with ${REINPLACE_CMD}
PR: 39656
Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de> |
1.0 14 Jun 2002 22:04:33 |
pat |
Install library properly without stripping the symbols
PR: 39138
Submitted by: Matthew Landauer <mlandauer@yahoo.com> |
10 Feb 2002 01:18:41 |
pat |
Chase the checksum - Minor bug and documentation typos fixed |
06 Dec 2001 15:48:27 |
ijliao |
add newmat A C++ matrix library |