FreshPorts -- The Place For Ports notbug Wed, 8 Feb 2012 4:50 PM GMT
Port details
freemat 4.0_2 math on this many watch lists=1 search for ports that depend on this port
An environment for rapid engineering and scientific processing
Maintained by: glarkin@FreeBSD.org search for ports maintained by this maintainer
Port Added: 02 Apr 2005 21:13:42
Also Listed In: science
License: GPLv2


FreeMat is an environment for rapid engineering and scientific processing.
It is similar to commercial systems such as MATLAB from Mathworks and IDL
from Research Systems, but is Open Source.

FreeMat includes several novel features such as a codeless interface to
external C/C++/FORTRAN code, parallel/distributed algorithm development
(via MPI), and plotting and visualization capabilities.

WWW: http://freemat.sourceforge.net/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Slave ports
math/freemat-mpi

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: devel/pkg-config, devel/ffcall, lang/gcc46, devel/binutils, x11-toolkits/qt4-gui, devel/qt4-moc, net/qt4-network, x11/qt4-opengl, devel/qmake4, devel/qt4-rcc, graphics/qt4-svg, devel/qt4-uic, textproc/qt4-xml, devel/cmake
Required To Run: lang/gcc46, x11-toolkits/qt4-gui, net/qt4-network, x11/qt4-opengl, graphics/qt4-svg, textproc/qt4-xml
Required Libraries: math/lapack, devel/pcre, math/fftw3, math/fftw3-float, math/arpack, audio/portaudio, math/blas, math/lapack, math/suitesparse, graphics/libGLU
There are no ports dependent upon this port

To install the port: cd /usr/ports/math/freemat/ && make install clean
To add the package: pkg_add -r FreeMat


Configuration Options
     No options to configure

Master Sites:
http://heanet.dl.sourceforge.net/project/freemat/FreeMat4/
http://sunet.dl.sourceforge.net/project/freemat/FreeMat4/
http://iweb.dl.sourceforge.net/project/freemat/FreeMat4/
http://switch.dl.sourceforge.net/project/freemat/FreeMat4/
http://surfnet.dl.sourceforge.net/project/freemat/FreeMat4/
http://kent.dl.sourceforge.net/project/freemat/FreeMat4/
http://freefr.dl.sourceforge.net/project/freemat/FreeMat4/
http://voxel.dl.sourceforge.net/project/freemat/FreeMat4/
http://jaist.dl.sourceforge.net/project/freemat/FreeMat4/
http://osdn.dl.sourceforge.net/project/freemat/FreeMat4/
http://nchc.dl.sourceforge.net/project/freemat/FreeMat4/
http://ncu.dl.sourceforge.net/project/freemat/FreeMat4/
http://transact.dl.sourceforge.net/project/freemat/FreeMat4/
http://softlayer.dl.sourceforge.net/project/freemat/FreeMat4/
http://internode.dl.sourceforge.net/project/freemat/FreeMat4/
http://ufpr.dl.sourceforge.net/project/freemat/FreeMat4/
http://waix.dl.sourceforge.net/project/freemat/FreeMat4/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 40

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
22 Nov 2011 11:14:10
Original commit files touched by this commit  4.0_2
bf search for other commits by this committer
adjust linking and comments in dependent ports after the math/atlas update;
math/atlas-devel will be updated to use the same constructs at a later date

PR:             162706
Approved by:    miwi (portmgr)
Feature safe:   yes
17 Oct 2011 10:08:33
Original commit files touched by this commit  4.0_2
bf search for other commits by this committer
- update fftw3* to 3.3 [1], and adjust dependent ports
- make use of optimizations by default, where possible
(quad flavor to follow shortly, and mpi at a later date)

Suggestions and patches from:   ache, C. Burns, wen
23 Sep 2011 22:26:39
Original commit files touched by this commit  4.0_1
amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
20 Mar 2011 12:54:45
Original commit files touched by this commit  4.0_1
miwi search for other commits by this committer
- Get Rid MD5 support
24 Sep 2010 14:58:15
Original commit files touched by this commit  4.0_1
glarkin search for other commits by this committer
- Added new patches to support building under gcc 4.5 due to impending
  default gcc version change when USE_FORTRAN=yes. Patches included from
  http://bugs.gentoo.org/show_bug.cgi?id=318045. [1]

- Renamed and conditionalized some patches to support tgammaf function
  on OSVERSION < 800023.  Previously, it was included even when present
  in the system math library.  Also fixed name-mangling problem in the
  patches.  Declarations were wrapped in 'extern "C"', but the
  definitions were not, causing a linker error.

- Added a patch to CMakeLists.txt to prevent cmake from changing rpath
  during the installation phase.  That caused libstdc++ from /usr/lib
  to be used instead of the one supplied with gcc 4.5.

Requested by:   gerald [1]
21 Apr 2010 14:50:16
Original commit files touched by this commit  4.0_1
glarkin search for other commits by this committer
- Unbreak build (compiler errors due to out-of-date moc) by removing
  *.moc.cpp from WRKSRC before starting build.  The upstream distro
  incorrectly included files built from an old moc-qt4 binary.  These
  files are regenerated with the correct version of moc-qt4 during the
  build.
- Fix portlint warnings

Reported by:    QAT
28 Mar 2010 06:47:48
Original commit files touched by this commit  4.0_1
dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
09 Dec 2009 01:07:45
Original commit files touched by this commit  4.0
glarkin search for other commits by this committer
- Upgraded to 4.0
- Take maintainership
08 Dec 2009 13:34:02
Original commit files touched by this commit  3.6_6
pav search for other commits by this committer
- Unbreak

PR:             ports/139444
Submitted by:   Stas Timokhin <stast@bsdportal.ru>
13 Sep 2009 00:08:01
Original commit files touched by this commit  3.6_5
gerald search for other commits by this committer
Bump PORTREVISION for everything that sets USE_FORTRAN=yes which now
implies lang/gcc44 up from lang/gcc43.

Approved by:    portmgr
22 Aug 2009 00:28:34
Original commit files touched by this commit  3.6_4
  Sanity Test Failure
amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with M
30 May 2009 08:30:52
Original commit files touched by this commit  3.6_4
itetcu search for other commits by this committer
Broken. See: http://t64.tecnik93.com/index.php?action=describe_port&id=10887

Tested by:      miwi@ on i386
18 May 2009 15:08:58
Original commit files touched by this commit  3.6_4
pav search for other commits by this committer
- Chase fftw3 update
07 Feb 2009 15:28:39
Original commit files touched by this commit  3.6_3
gerald search for other commits by this committer
No longer pass FC, F77 and FFLAGS to CONFIGURE_ENV; this is now done via
Mk/bsd.gcc.mk.
07 Jan 2009 16:34:27
Original commit files touched by this commit  3.6_3
gerald search for other commits by this committer
Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3.
21 Aug 2008 06:18:49
Original commit files touched by this commit  3.6_2
rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
01 Aug 2008 09:46:54
Original commit files touched by this commit  3.6_2
arved search for other commits by this committer
Remove unneeded rundeps on qt4 buildtools

PR:             123362
Submitted by:   Max Brazhnikov
18 Jun 2008 22:52:56
Original commit files touched by this commit  3.6_1
pav search for other commits by this committer
- Delete expired port math/umfpack: outdated subset of math/sparsesuite
06 Jun 2008 13:44:06
Original commit files touched by this commit  3.6_1
edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
19 Apr 2008 17:56:05
Original commit files touched by this commit  3.6
  Sanity Test Failure
miwi search for other commits by this committer
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
        Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
        ehaupt, nox, itetcu, flz, pav

PR:             116263
Tested on:      pointyhat
Approved by:    portmgr (pav)
19 Mar 2008 16:33:17
Original commit files touched by this commit  3.6
thierry search for other commits by this committer
Upgrade to 3.6.

Changelog at
<https://sourceforge.net/project/shownotes.php?release_id=584869>.

Note: LLVM support is disabled ATM.
24 Sep 2007 20:45:47
Original commit files touched by this commit  3.5
thierry search for other commits by this committer
Upgrade to 3.5.

Changelog at
<https://sourceforge.net/project/shownotes.php?release_id=541670>.
20 Aug 2007 13:58:39
Original commit files touched by this commit  3.4
thierry search for other commits by this committer
- Upgrade to 3.4.

  Primarily a bug fix release. The most significant change from 3.3 is
  the fixes for the 64-bit build.

- Reorder includes to avoid conflicts when QT3 is installed.
06 Aug 2007 21:15:48
Original commit files touched by this commit  3.3
thierry search for other commits by this committer
Upgrade to FreeMat-3.3.

Changelog at
<https://sourceforge.net/project/shownotes.php?release_id=528262>.
14 Jul 2007 03:35:36
Original commit files touched by this commit  3.2_1
maho search for other commits by this committer
Now we use USE_FORTRAN=yes to use FORTRAN compiler.
19 May 2007 20:32:57
Original commit files touched by this commit  3.2_1
flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
30 Apr 2007 17:12:09
Original commit files touched by this commit  3.2
thierry search for other commits by this committer
Upgrade to 3.2.

Latest News at <http://freemat.sourceforge.net/wiki/index.php/Main_Page>.
15 Apr 2007 22:03:07
Original commit files touched by this commit  3.1
thierry search for other commits by this committer
Upgrade to 3.1.

Changelog at
<https://sourceforge.net/project/shownotes.php?group_id=91526&release_id=501211>
11 Feb 2007 17:07:13
Original commit files touched by this commit  3.0
thierry search for other commits by this committer
Upgrade to 3.0.

Partial changelog at
<https://sourceforge.net/project/shownotes.php?group_id=91526&release_id=478524>
18 Jan 2007 16:43:30
Original commit files touched by this commit  1.10_3
rafan search for other commits by this committer
- Chase lapack share library version
13 Jan 2007 00:45:33
Original commit files touched by this commit  1.10_3
maho search for other commits by this committer
* Migrate to gfortran.
* Bump port revision.
* Use gfortran compiled atlas/blas.
21 Aug 2006 20:50:50
Original commit files touched by this commit  1.10_2
thierry search for other commits by this committer
- Upgrade net/lam to 7.1.2 and remove net/lam7;

- Chase lam7 -> lam in the dependent ports;

- Mark math/freemat IGNORE if WITH_MPI is defined and add a note about
  FreeMat 2.0 and QT4.
06 May 2006 01:28:22
Original commit files touched by this commit  1.10_2
mnag search for other commits by this committer
- Bump PORTREVISION and change lib version because math/gsl are updated.
- portlint(1)
25 Nov 2005 15:48:16
Original commit files touched by this commit  1.10_1
pav search for other commits by this committer
- Add SHA256
02 May 2005 20:46:12
Original commit files touched by this commit  1.10_1
jylefort search for other commits by this committer
Bump PORTREVISION after the libgsl update.

Obtained from:  thierry
02 May 2005 13:00:18
Original commit files touched by this commit  1.10
jylefort search for other commits by this committer
Chase the libgsl update.
29 Apr 2005 21:43:28
Original commit files touched by this commit  1.10
thierry search for other commits by this committer
Try to fix on sparc64 and amd64.

Reported by:    Kris via pointyhat
12 Apr 2005 03:26:57
Original commit files touched by this commit  1.10
obrien search for other commits by this committer
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
11 Apr 2005 08:04:41
Original commit files touched by this commit  1.10
obrien search for other commits by this committer
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
02 Apr 2005 21:12:57
Original commit files touched by this commit  1.10
thierry search for other commits by this committer
Add freemat 1.10, an environment for rapid engineering and
scientific processing.

It is similar to commercial systems such as MATLAB from Mathworks
and IDL from Research Systems, but is Open Source.

Number of commits found: 40

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
drupal6Feb 07
drupal7Feb 07
bugzillaFeb 06
bugzilla2Feb 06
bugzilla3Feb 06
php5*Feb 06
mathopdFeb 03
firefoxFeb 01
linux-firefoxFeb 01
linux-seamonkeyFeb 01
linux-thunderbirdFeb 01
seamonkeyFeb 01
seamonkey2Feb 01
thunderbirdFeb 01
thunderbird3Feb 01

14 vulnerabilities affecting 33 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23141
Broken 190
Deprecated 96
Ignore 726
Forbidden 2
Restricted 329
No CDROM 109
Vulnerable 1
Expired 7
Set to expire 93
Interactive 63
new 24 hours 13
new 48 hours27
new 7 days49
new fortnight82
new month139

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.275 seconds.