FreshPorts -- The Place For Ports notbug Sun, 27 May 2012 3:50 AM BST
Port details
med 2.3.6_4 french on this many watch lists=1 search for ports that depend on this port
Modelisation et Echanges de Donnees

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: 23 Jul 2003 14:36:09
Also Listed In: science
License: GPLv3


MED stands for "Modélisation et Échanges de Données", i.e. Data Modelization
and Exchanges.

MED « fichier », c'est :

	* Un modèle d'échange de données commun centré sur les notions de
	maillage et de résultat. Ce modèle décrit quelles sont les données
	exportées et échangées entre les codes.

	* Une API (Application Programming Interface) d'accès aux données
	qui se présente sous la forme d'une bibliothèque informatique écrite
	en C et FORTRAN 77. Cette bibliothèque est distribuée sous licence
	GNU LGPL.

	* Des données échangées et stockées dans des fichiers au format HDF
	(Hierarchical Data Format).

WWW: http://www.code-aster.org/outils/med/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: x11-toolkits/tk85, devel/gmake, lang/gcc46, devel/binutils, devel/autoconf
Required To Run: x11-toolkits/tk85, lang/gcc46
Required Libraries: science/hdf5-18
There are no ports dependent upon this port

To install the port: cd /usr/ports/french/med/ && make install clean
To add the package: pkg_add -r fr-med


Configuration Options
     No options to configure

Master Sites:
http://www.code-aster.org/V2/UPLOAD/DOC/Telechargement/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 44

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
23 Sep 2011 22:26:39
Original commit files touched by this commit  2.3.6_4
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
15 Jul 2011 07:00:46
Original commit files touched by this commit  2.3.6_4
sunpoet search for other commits by this committer
- Bump PORTREVISION for science/hdf5-18 shlib change
26 Feb 2011 10:23:19
Original commit files touched by this commit  2.3.6_3
thierry search for other commits by this committer
Chase the upgrade of science/cgnslib to 2.5-5; this implies to
switch some dependencies from science/hdf5 to science/hdf5-18.

As a side note: I think that all ports depending on science/hdf5
could be switched to science/hdf5-18, by defining H5_USE_16_API
when necessary, and then science/hdf5 could be deprecated.

PR:             ports/154736
04 Dec 2010 07:34:27
Original commit files touched by this commit  2.3.6_2
ade search for other commits by this committer
Sync to new bsd.autotools.mk
16 Oct 2010 11:52:47
Original commit files touched by this commit  2.3.6_2
ade search for other commits by this committer
Punt autoconf267->autoconf268
16 Sep 2010 21:23:24
Original commit files touched by this commit  2.3.6_2
  Sanity Test Failure
thierry search for other commits by this committer
Chase Code_Aster's upgrade and depends on Tcl/Tk 8.5.
15 Sep 2010 18:35:24
Original commit files touched by this commit  2.3.6_1
ade search for other commits by this committer
Autotools update.   Read ports/UPDATING 20100915 for details.

Approved by:    portmgr (for Mk/bsd.port.mk part)
Tested by:      Multiple -exp runs
19 Jun 2010 15:08:23
Original commit files touched by this commit  2.3.6
thierry search for other commits by this committer
Fix plist when NOPORTEXAMPLES is defined.

Feature safe:   yes
26 Mar 2010 18:30:45
Original commit files touched by this commit  2.3.6
thierry search for other commits by this committer
Upgrade to 2.3.6.
02 Aug 2009 19:36:34
Original commit files touched by this commit  2.3.5
mezz search for other commits by this committer
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:      marcus and kwm
Pointyhat-exp:  a few times by pav
Tested by:      pgollucci, "Romain Tartière" <romain@blogreen.org>, and
                a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:    marcus
Approved by:    portmgr
10 Feb 2009 15:04:40
Original commit files touched by this commit  2.3.5
thierry search for other commits by this committer
Fix compilation with gcc-43.

Reported by:    pointyhat via pav
20 Jan 2009 18:29:54
Original commit files touched by this commit  2.3.5
thierry search for other commits by this committer
Chase Aster's main tarball. No change.
14 Jan 2009 20:25:24
Original commit files touched by this commit  2.3.5
thierry search for other commits by this committer
- Upgrade to 2.3.5;

- Use aster's distfiles.
24 Aug 2008 13:04:58
Original commit files touched by this commit  2.3.4
amdmi3 search for other commits by this committer
- Respect NOPORTDOCS, NOPORTEXAMPLES
- Fix plist

Reported by:    QAT
21 Aug 2008 06:18:49
Original commit files touched by this commit  2.3.4
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)
20 Aug 2008 00:57:32
Original commit files touched by this commit  2.3.4
ade search for other commits by this committer
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62

Tested by:      exp build run (erwin)
23 Apr 2008 20:50:47
Original commit files touched by this commit  2.3.4
thierry search for other commits by this committer
Upgrade to 2.3.4.
23 Mar 2008 10:15:50
Original commit files touched by this commit  2.3.3
thierry search for other commits by this committer
Upgrade to 2.3.3.
30 Sep 2007 04:47:37
Original commit files touched by this commit  2.3.1_3
linimon search for other commits by this committer
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.

PR:             ports/116639
Submitted by:   aDe
14 Jul 2007 10:02:06
Original commit files touched by this commit  2.3.1_2
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  2.3.1_2
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}.
25 Jan 2007 22:33:32
Original commit files touched by this commit  2.3.1_1
thierry search for other commits by this committer
Fix plist: since the gfortran migration, some tests are no more installed.

Reported by:    pointyhat via pav
17 Jan 2007 06:07:24
Original commit files touched by this commit  2.3.1_1
maho search for other commits by this committer
forgot to commit. a build fix for gfortran.
17 Jan 2007 06:06:55
Original commit files touched by this commit  2.3.1_1
maho search for other commits by this committer
* Migrate to gfortran.
* Bump port revision.
* Always use F90.
12 Dec 2006 18:24:23
Original commit files touched by this commit  2.3.1
thierry search for other commits by this committer
- Upgrade MED to 2.3.1;

- Assign better CATEGORIES;

- Support gfortran;

- Add a regression-test target.
14 Aug 2006 23:06:39
Original commit files touched by this commit  2.2.3_2
clsung search for other commits by this committer
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include dns/ editors/ emulators/ finance/
  games/ graphics/ maintained by ports@

PR:             ports/101916
Submitted by:   Gea-Suan Lin <gslin_AT_gslin dot org>
07 Jun 2006 13:33:22
Original commit files touched by this commit  2.2.3_2
sat search for other commits by this committer
- Limit INDEX contents to 7-bit ASCII characters for greater compatibility
07 May 2006 11:09:22
Original commit files touched by this commit  2.2.3_2
edwin search for other commits by this committer
Remove USE_REINPLACE from all categories starting with F
23 Feb 2006 10:40:45
Original commit files touched by this commit  2.2.3_2
ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
21 Jan 2006 09:01:47
Original commit files touched by this commit  2.2.3_1
thierry search for other commits by this committer
- Fix plist [1]

- Fix xmdump.

Reported by:    pointyhat via Kris [1]
15 Jan 2006 23:15:21
Original commit files touched by this commit  2.2.3
thierry search for other commits by this committer
Upgrade to 2.2.3.
24 Nov 2005 16:18:42
Original commit files touched by this commit  2.2.2
pav search for other commits by this committer
- Add SHA256
15 Nov 2005 06:52:12
Original commit files touched by this commit  2.2.2
ade search for other commits by this committer
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
        http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
12 Apr 2005 03:26:57
Original commit files touched by this commit  2.2.2
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  2.2.2
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'.
17 Jan 2005 21:08:51
Original commit files touched by this commit  2.2.2
thierry search for other commits by this committer
Upgrade to 2.2.2.
09 Jul 2004 17:43:11
Original commit files touched by this commit  2.1.5_1
marcus search for other commits by this committer
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port.  Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version.  To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER.  Both macros accept the same argument: a libtool version.

For example, to use the ports version of libtool-1.5, add the following to
your Makefile:

USE_LIBTOOL_VER=        15

To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:

USE_INC_LIBTOOL_VER=    15

With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).

PR:             63944
Based on work by:eik and marcus
Approved by:    ade (autotools maintainer)
Tested by:      kris on pointyhat
Bound to be hidden problems:    You bet
28 Apr 2004 20:30:20
Original commit files touched by this commit  2.1.5_1
thierry search for other commits by this committer
Fix pkg-plist and install examples.
Noticed on dosirak & bento.

Approved by:    mat (mentor).
14 Mar 2004 06:17:56
Original commit files touched by this commit  2.1.5_1
ade search for other commits by this committer
Whoa there, boy, that's a mighty big commit y'all have there...

Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

        USE_LIBTOOL=YES         ->      USE_LIBTOOL_VER=13
        USE_AUTOCONF=YES        ->      USE_AUTOCONF_VER=213
        USE_AUTOMAKE=YES        ->      USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
25 Feb 2004 22:55:55
Original commit files touched by this commit  2.1.5_1
pav search for other commits by this committer
Chase repomove graphics/hdf* -> science/hdf*
04 Feb 2004 05:21:48
Original commit files touched by this commit  2.1.5_1
marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
29 Jan 2004 07:24:56
Original commit files touched by this commit  2.1.5
trevor search for other commits by this committer
SIZEify.
10 Dec 2003 23:09:50
Original commit files touched by this commit  2.1.5
pav search for other commits by this committer
- www.code-aster.org was reorganized. fix fetching

PR:             ports/60121
Submitted by:   Thierry Thomas <thierry@pompo.net>
23 Jul 2003 14:35:27
Original commit Encoding Errors (not all of the commit message was ASCII) files touched by this commit  2.1.5
oliver search for other commits by this committer
Add med 2.1.5, mod?lisation et ?changes de Donn?es.

PR:             54761
Submitted by:   thierry@pompo.net

Number of commits found: 44

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
haproxyMay 24
foswikiMay 21
inspircd*May 21
inspircd12*May 21
sympaMay 21
sympa5May 21
libxml2May 18
pidgin-otrMay 16
sudoMay 16
chromiumMay 15
chromiumMay 15
pivotx*May 14
socatMay 14
libpurpleMay 12
php5May 12

12 vulnerabilities affecting 17 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 23674
Broken 193
Deprecated 147
Ignore 736
Forbidden 3
Restricted 328
No CDROM 110
Vulnerable 0
Expired 44
Set to expire 188
Interactive 54
new 24 hours 4
new 48 hours19
new 7 days61
new fortnight185
new month255

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.206 seconds.