A graphical pre- and post-processor for numerical simulation programs
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 Port Added: 16 Mar 2005 12:49:41 Also Listed In:linux
GiD has been designed as a universal, adaptive and user-friendly graphical
user interface for geometrical modelling, data input and visualisation of
results for all types of numerical simulation programs. Typical problems
that can be successfully tackled with GiD include most situations in solid
and structural mechanics, fluid dynamics, electromagnetics, heat transfer,
geomechanics, etc. using finite element, finite volume, boundary element,
finite difference or point based (meshless) numerical procedures.
GiD is ideal to be used in a multi-user environment in universities,
research centers and enterprises for development and applications of
different numerical simulation programs
Note: The Academic version is free to download and use and can be upgraded
to a professional version by buying a license.
WWW: http://gid.cimne.upc.es/
cad/linux-GiD doesn't work on amd64
When I ported this I added amd64 to give the "benefit of
doubt" however I had the chance top test it but it doesn't
work, it coredumps.
PR: ports/91188
Submitted by: Pedro F. Giffuni <giffunip@asme.org>
The tochnog port installs some plugins into a directory which is owned by
the the cad/linux-gid port, but it doesn't adds a dependency to linux-gid,
since tochnog can be used standalone.
The right thing to do would be to add a slave port which installs the
plugins only. The slave port would have to depend upon linux-gid and
tochnog.
Since the linux-gid port installs now in X11BASE and tochnog installs in
LOCALBASE, we have a plist problem ATM too.
In light of the recent discussion about the right base directory for ports
which use X11 bits I decided to go the quick route until everything is
decided:
- move linux-gid back to LOCALBASE
- let tochnog still install the plugins
This reverts back to the status quo (a working tochnog/linux-gid). Someone
with a good asbestos suite may want to mark the tochnog port BROKEN.
Dependencies explained by: pfgshield-freebsd@yahoo.com
Mega-patch to cleanup the ports infrastructure regarding our linux bits:
- USE_LINUX now implies NO_FILTER_SHLIBS=yes. It also doesn't use FreeBSD
tools to strip binaries anymore, so it's not neccesary anymore to override
STRIP and STRIP_CMD.
- USE_LINUX_PREFIX implies NO_MTREE now.
- In the USE_LINUX case, USE_XLIB now depends upon the linux X11 libraries
instead upon the native FreeBSD libraries.
- The variable LINUX_BASE_PORT contains a string which is suitable as an
item in *_DEPENDS, so if a port BATCH_DEPENDS or FETCH_DEPENDS upon the
default (or overriden) linux base, ${LINUX_BASE_PORT} should be used
instead of a hardcoded reference.
- Change all ports to comply to the "new world order".
- The Ports Collection now allows to override the default linux_base port.
Specify e.g. OVERRIDE_LINUX_BASE_PORT=rh-9 in /etc/make.conf to use
${PORTSDIR}/emulators/linux_base-rh-9 (the logic is to use
(Only the first 15 lines of the commit message are shown above )