SALOME is a free software that provides a generic platform for Pre

and Post-Processing for numerical simulation.
+Supports interoperability between CAD modeling and
 computation software (CAD-CAE link)
+Makes easier the integration of new components on heterogeneous systems
 for numerical computation
+Sets the priority to multi-physics coupling between computation software
+Provides a generic user interface, user-friendly and efficient,
 which helps to reduce the costs and  delays of carrying out the studies
+Reduces training time to the specific time for learning the software solution
 which has been based on this platform
+All functionalities are accessible through the programmatic
 integrated Python console

This package contains Post-pro (VISU) module.

WWW: http://www.salome-platform.org
- Stas Timokhin
devel@stasyan.com

PR:		ports/143469
Submitted by:	Stas Timokhin <devel at stasyan.com>
This commit is contained in:
Philip M. Gollucci 2010-02-12 22:16:48 +00:00
parent 6dfd21bd1e
commit e781241d96
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=249733
8 changed files with 1117 additions and 0 deletions

View file

@ -81,6 +81,7 @@
SUBDIR += salome-randomizer
SUBDIR += salome-sierpinsky
SUBDIR += salome-smesh
SUBDIR += salome-visu
SUBDIR += sceptre
SUBDIR += scotch
SUBDIR += scv

14
cad/salome-visu/Makefile Normal file
View file

@ -0,0 +1,14 @@
# New ports collection makefile for: cad/salome-visu
# Date created: 20 May 2009
# Whom: Stas Timokhin <devel@stasyan.com>
#
# $FreeBSD$
CATEGORIES= cad science
MASTERDIR= ${.CURDIR}/../salome
PKGNAMESUFFIX= -visu
SAL_MODULE_UPPER= VISU
.include "${MASTERDIR}/Makefile"

View file

@ -0,0 +1,10 @@
--- src/VISUGUI/VisuGUI.h.orig 2009-06-09 09:02:43.000000000 +0700
+++ src/VISUGUI/VisuGUI.h 2009-06-09 09:02:52.000000000 +0700
@@ -36,6 +36,7 @@
#include <map>
#include <set>
+#include <limits>
class SUIT_ViewManager;
class SVTK_ViewWindow;

View file

@ -0,0 +1,10 @@
--- src/VISUGUI/VisuGUI_DeformedShapeAndScalarMapDlg.h.orig 2009-06-09 09:08:07.000000000 +0700
+++ src/VISUGUI/VisuGUI_DeformedShapeAndScalarMapDlg.h 2009-06-09 09:08:17.000000000 +0700
@@ -43,6 +43,7 @@
#include <set>
#include <vector>
+#include <limits>
class SalomeApp_Module;
class VisuGUI_InputPane;

View file

@ -0,0 +1,11 @@
--- bin/Makefile.am.orig 2010-01-06 22:19:41.000000000 +0600
+++ bin/Makefile.am 2010-01-06 22:19:47.000000000 +0600
@@ -22,7 +22,7 @@
include $(top_srcdir)/adm_local/unix/make_common_starter.am
# non-distributed files
-nodist_salomescript_DATA = VERSION
+nodist_salomescript_DATA =
# distributed files
dist_salomescript_SCRIPTS =

View file

@ -0,0 +1,20 @@
--- adm_local/unix/config_files/check_VISU.m4.orig 2009-08-14 21:49:26.000000000 +0700
+++ adm_local/unix/config_files/check_VISU.m4 2009-08-14 21:49:34.000000000 +0700
@@ -40,7 +40,7 @@
[ --with-visu=DIR root directory path of VISU module installation ],
VISU_DIR="$withval",VISU_DIR="")
-if test "x$VISU_DIR" == "x" ; then
+if test "x$VISU_DIR" = "x" ; then
# no --with-visu-dir option used
if test "x$VISU_ROOT_DIR" != "x" ; then
# VISU_ROOT_DIR environment variable defined
@@ -52,7 +52,7 @@
Visu_ok=yes
AC_MSG_RESULT(Using VISU module distribution in ${VISU_DIR})
- if test "x$VISU_ROOT_DIR" == "x" ; then
+ if test "x$VISU_ROOT_DIR" = "x" ; then
VISU_ROOT_DIR=${VISU_DIR}
fi
AC_SUBST(VISU_ROOT_DIR)

19
cad/salome-visu/pkg-descr Normal file
View file

@ -0,0 +1,19 @@
SALOME is a free software that provides a generic platform for Pre
and Post-Processing for numerical simulation.
+Supports interoperability between CAD modeling and
computation software (CAD-CAE link)
+Makes easier the integration of new components on heterogeneous systems
for numerical computation
+Sets the priority to multi-physics coupling between computation software
+Provides a generic user interface, user-friendly and efficient,
which helps to reduce the costs and delays of carrying out the studies
+Reduces training time to the specific time for learning the software solution
which has been based on this platform
+All functionalities are accessible through the programmatic
integrated Python console
This package contains Post-pro (VISU) module.
WWW: http://www.salome-platform.org
- Stas Timokhin
devel@stasyan.com

1032
cad/salome-visu/pkg-plist Normal file

File diff suppressed because it is too large Load diff