diff options
Diffstat (limited to 'cad/salome-sierpinsky')
-rw-r--r-- | cad/salome-sierpinsky/Makefile | 14 | ||||
-rw-r--r-- | cad/salome-sierpinsky/files/patch-bin_Makefile.am | 11 | ||||
-rw-r--r-- | cad/salome-sierpinsky/pkg-descr | 19 | ||||
-rw-r--r-- | cad/salome-sierpinsky/pkg-plist | 29 |
4 files changed, 73 insertions, 0 deletions
diff --git a/cad/salome-sierpinsky/Makefile b/cad/salome-sierpinsky/Makefile new file mode 100644 index 000000000000..c2339e3d9b1f --- /dev/null +++ b/cad/salome-sierpinsky/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: cad/salome-sierpinsky +# Date created: 20 May 2009 +# Whom: Stas Timokhin <devel@stasyan.com> +# +# $FreeBSD$ + +CATEGORIES= cad science + +MASTERDIR= ${.CURDIR}/../salome + +PKGNAMESUFFIX= -sierpinsky +SAL_MODULE_UPPER= SIERPINSKY + +.include "${MASTERDIR}/Makefile" diff --git a/cad/salome-sierpinsky/files/patch-bin_Makefile.am b/cad/salome-sierpinsky/files/patch-bin_Makefile.am new file mode 100644 index 000000000000..45f50178b448 --- /dev/null +++ b/cad/salome-sierpinsky/files/patch-bin_Makefile.am @@ -0,0 +1,11 @@ +--- bin/Makefile.am.orig 2010-01-06 22:18:23.000000000 +0600 ++++ bin/Makefile.am 2010-01-06 22:18:31.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-sierpinsky/pkg-descr b/cad/salome-sierpinsky/pkg-descr new file mode 100644 index 000000000000..e1f67c31ea8f --- /dev/null +++ b/cad/salome-sierpinsky/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 SIERPINSKY module. + +WWW: http://www.salome-platform.org +- Stas Timokhin +devel@stasyan.com diff --git a/cad/salome-sierpinsky/pkg-plist b/cad/salome-sierpinsky/pkg-plist new file mode 100644 index 000000000000..081f6e9919da --- /dev/null +++ b/cad/salome-sierpinsky/pkg-plist @@ -0,0 +1,29 @@ +adm_local/unix/config_files/check_SIERPINSKY.m4 +adm_local/unix/config_files/check_gd.m4 +idl/salome/Sierpinsky.idl +include/salome/SIERPINSKY_Gen_i.hxx +include/salome/SIERPINSKY_version.h +include/salome/Sierpinsky.hh +%%PYTHON_SITELIBDIR%%/salome/SIERPINSKY_ORB/__init__.py +%%PYTHON_SITELIBDIR%%/salome/SIERPINSKY_ORB__POA/__init__.py +%%PYTHON_SITELIBDIR%%/salome/Sierpinsky_idl.py +lib/salome/libSIERPINSKY.la +lib/salome/libSIERPINSKY.so +lib/salome/libSIERPINSKY.so.0 +lib/salome/libSIERPINSKYEngine.la +lib/salome/libSIERPINSKYEngine.so +lib/salome/libSIERPINSKYEngine.so.0 +lib/salome/libSalomeIDLSIERPINSKY.la +lib/salome/libSalomeIDLSIERPINSKY.so +lib/salome/libSalomeIDLSIERPINSKY.so.0 +share/salome/resources/sierpinsky/SIERPINSKY.png +share/salome/resources/sierpinsky/SIERPINSKYCatalog.xml +share/salome/resources/sierpinsky/SIERPINSKY_icons.qm +share/salome/resources/sierpinsky/SIERPINSKY_msg_en.qm +share/salome/resources/sierpinsky/SalomeApp.xml +share/salome/resources/sierpinsky/go.png +share/salome/resources/sierpinsky/graph1.xml +share/salome/resources/sierpinsky/graph2.xml +@dirrm share/salome/resources/sierpinsky +@dirrm %%PYTHON_SITELIBDIR%%/salome/SIERPINSKY_ORB__POA +@dirrm %%PYTHON_SITELIBDIR%%/salome/SIERPINSKY_ORB |