FreshPorts -- The Place For Ports Tue, 9 Feb 2010 5:36 PM GMT
Do I have any twitter.com followers? I'd like to get control of twitter.com/pgcon, since I run pgcon...
Port details
freemat 4.0 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 22:13:42
Also Listed In: science


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

Required To Build: devel/pkg-config, devel/ffcall, lang/gcc44, x11-toolkits/qt4-gui, net/qt4-network, x11/qt4-opengl, devel/qt4-moc, devel/qt4-rcc, devel/qt4-uic, devel/qmake4, textproc/qt4-xml, graphics/qt4-svg, devel/cmake
Required To Run: lang/gcc44, x11-toolkits/qt4-gui, net/qt4-network, x11/qt4-opengl, textproc/qt4-xml, graphics/qt4-svg
Required Libraries: math/lapack, devel/pcre, math/fftw3, math/fftw3-float, math/arpack, audio/portaudio, math/blas, math/lapack, math/suitesparse, graphics/libGLU

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://transact.dl.sourceforge.net/project/freemat/FreeMat4/
http://softlayer.dl.sourceforge.net/project/freemat/FreeMat4/
http://internode.dl.sourceforge.net/project/freemat/FreeMat4/
http://biznetnetworks.dl.sourceforge.net/project/freemat/FreeMat4/
http://upfr.dl.sourceforge.net/project/freemat/FreeMat4/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 33

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
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 01: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 01: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 09: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 16: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 07: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 10: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 23: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 14: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 18: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 21: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 14: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 22: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 04: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 21: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 18: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 23: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 21: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 02: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 21: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 14: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 22: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 04: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 09: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 22: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: 33

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsFeb 08
otrsFeb 08
apache13*Feb 03
apache13*Feb 03
apache13+ipv6*Feb 03
apache13-modperl*Feb 03
apache13-modssl*Feb 03
apache13-modssl*Feb 03
apache13-modssl+ipv6*Feb 03
apache13-ssl*Feb 03
squid*Feb 02
squid30*Feb 02
squid31*Feb 02
bugzillaFeb 01
ircd-ratboxJan 28

5 vulnerabilities affecting 16 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 21261
Broken 172
Deprecated 36
Ignore 906
Forbidden 2
Restricted 386
No CDROM 142
Vulnerable 56
Expired 14
Set to expire 25
Interactive 79
new 24 hours 7
new 48 hours9
new 7 days29
new fortnight88
new month197

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

Add tab to Netscape 6

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