summaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-02-12 22:16:00 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-02-12 22:16:00 +0000
commitc2a31e94e8573117af57ad8560fd0a14926d1ae4 (patch)
tree9b09896d65421575f88ca70cb353d0308e622219 /cad
parentSALOME is a free software that provides a generic platform for Pre (diff)
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 RANDOMIZER module. WWW: http://www.salome-platform.org - Stas Timokhin devel@stasyan.com PR: ports/143469 Submitted by: Stas Timokhin <devel at stasyan.com>
Notes
Notes: svn path=/head/; revision=249730
Diffstat (limited to 'cad')
-rw-r--r--cad/Makefile1
-rw-r--r--cad/salome-randomizer/Makefile14
-rw-r--r--cad/salome-randomizer/files/patch-bin_Makefile.am11
-rw-r--r--cad/salome-randomizer/files/patch-check_RANDOMIZER.m420
-rw-r--r--cad/salome-randomizer/pkg-descr19
-rw-r--r--cad/salome-randomizer/pkg-plist15
6 files changed, 80 insertions, 0 deletions
diff --git a/cad/Makefile b/cad/Makefile
index 46346e9c4eae..c3797325b949 100644
--- a/cad/Makefile
+++ b/cad/Makefile
@@ -78,6 +78,7 @@
SUBDIR += salome-light
SUBDIR += salome-med
SUBDIR += salome-multipr
+ SUBDIR += salome-randomizer
SUBDIR += sceptre
SUBDIR += scotch
SUBDIR += scv
diff --git a/cad/salome-randomizer/Makefile b/cad/salome-randomizer/Makefile
new file mode 100644
index 000000000000..124d22f4d7e7
--- /dev/null
+++ b/cad/salome-randomizer/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: cad/salome-randomizer
+# Date created: 20 May 2009
+# Whom: Stas Timokhin <devel@stasyan.com>
+#
+# $FreeBSD$
+
+CATEGORIES= cad science
+
+MASTERDIR= ${.CURDIR}/../salome
+
+PKGNAMESUFFIX= -randomizer
+SAL_MODULE_UPPER= RANDOMIZER
+
+.include "${MASTERDIR}/Makefile"
diff --git a/cad/salome-randomizer/files/patch-bin_Makefile.am b/cad/salome-randomizer/files/patch-bin_Makefile.am
new file mode 100644
index 000000000000..0d1d853a9f68
--- /dev/null
+++ b/cad/salome-randomizer/files/patch-bin_Makefile.am
@@ -0,0 +1,11 @@
+--- bin/Makefile.am.orig 2010-01-06 21:53:04.000000000 +0600
++++ bin/Makefile.am 2010-01-06 21:53:17.000000000 +0600
+@@ -23,7 +23,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 =
diff --git a/cad/salome-randomizer/files/patch-check_RANDOMIZER.m4 b/cad/salome-randomizer/files/patch-check_RANDOMIZER.m4
new file mode 100644
index 000000000000..e5c1aa60951d
--- /dev/null
+++ b/cad/salome-randomizer/files/patch-check_RANDOMIZER.m4
@@ -0,0 +1,20 @@
+--- adm_local/unix/config_files/check_RANDOMIZER.m4.orig 2009-08-15 12:27:55.000000000 +0700
++++ adm_local/unix/config_files/check_RANDOMIZER.m4 2009-08-15 12:28:05.000000000 +0700
+@@ -37,7 +37,7 @@
+ [ --with-rnd=DIR root directory path of RANDOMIZER module installation ],
+ RANDOMIZER_DIR="$withval",RANDOMIZER_DIR="")
+
+-if test "x$RANDOMIZER_DIR" == "x" ; then
++if test "x$RANDOMIZER_DIR" = "x" ; then
+ # no --with-rnd-dir option used
+ if test "x$RANDOMIZER_ROOT_DIR" != "x" ; then
+ # RANDOMIZER_ROOT_DIR environment variable defined
+@@ -49,7 +49,7 @@
+ Randomizer_ok=yes
+ AC_MSG_RESULT(Using Randomizer module distribution in ${RANDOMIZER_DIR})
+
+- if test "x$RANDOMIZER_ROOT_DIR" == "x" ; then
++ if test "x$RANDOMIZER_ROOT_DIR" = "x" ; then
+ RANDOMIZER_ROOT_DIR=${RANDOMIZER_DIR}
+ fi
+
diff --git a/cad/salome-randomizer/pkg-descr b/cad/salome-randomizer/pkg-descr
new file mode 100644
index 000000000000..951683176634
--- /dev/null
+++ b/cad/salome-randomizer/pkg-descr
@@ -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 RANDOMIZER module.
+
+WWW: http://www.salome-platform.org
+- Stas Timokhin
+devel@stasyan.com
diff --git a/cad/salome-randomizer/pkg-plist b/cad/salome-randomizer/pkg-plist
new file mode 100644
index 000000000000..73ed743b38ba
--- /dev/null
+++ b/cad/salome-randomizer/pkg-plist
@@ -0,0 +1,15 @@
+adm_local/unix/config_files/check_RANDOMIZER.m4
+bin/salome/RANDOMIZER.py
+idl/salome/Randomizer.idl
+include/salome/Randomizer.hh
+%%PYTHON_SITELIBDIR%%/salome/RANDOMIZER_ORB/__init__.py
+%%PYTHON_SITELIBDIR%%/salome/RANDOMIZER_ORB__POA/__init__.py
+%%PYTHON_SITELIBDIR%%/salome/Randomizer_idl.py
+lib/salome/libSalomeIDLRANDOMIZER.la
+lib/salome/libSalomeIDLRANDOMIZER.so
+lib/salome/libSalomeIDLRANDOMIZER.so.0
+share/salome/resources/randomizer/RANDOMIZERCatalog.xml
+share/salome/resources/randomizer/SalomeApp.xml
+@dirrm share/salome/resources/randomizer
+@dirrm %%PYTHON_SITELIBDIR%%/salome/RANDOMIZER_ORB__POA
+@dirrm %%PYTHON_SITELIBDIR%%/salome/RANDOMIZER_ORB