diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-02-13 06:15:00 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-02-13 06:15:00 +0800 |
commit | feb9198ac352820b7a1ca27db400bf1caa14b039 (patch) | |
tree | 7fe0e0b4eb7861e9f42b7ead3f80517e793d3dc2 /cad/salome-light | |
parent | 6b3ea37871ea2f340759bc4958fcf357dc14ee77 (diff) | |
download | freebsd-ports-gnome-feb9198ac352820b7a1ca27db400bf1caa14b039.tar.gz freebsd-ports-gnome-feb9198ac352820b7a1ca27db400bf1caa14b039.tar.zst freebsd-ports-gnome-feb9198ac352820b7a1ca27db400bf1caa14b039.zip |
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 LIGHT module.
WWW: http://www.salome-platform.org
- Stas Timokhin
devel@stasyan.com
PR: ports/143469
Submitted by: Stas Timokhin <devel at stasyan.com>
Diffstat (limited to 'cad/salome-light')
-rw-r--r-- | cad/salome-light/Makefile | 14 | ||||
-rw-r--r-- | cad/salome-light/files/patch-bin_Makefile.am | 11 | ||||
-rw-r--r-- | cad/salome-light/pkg-descr | 19 | ||||
-rw-r--r-- | cad/salome-light/pkg-plist | 14 |
4 files changed, 58 insertions, 0 deletions
diff --git a/cad/salome-light/Makefile b/cad/salome-light/Makefile new file mode 100644 index 000000000000..4a096e70f41c --- /dev/null +++ b/cad/salome-light/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: cad/salome-light +# Date created: 20 May 2009 +# Whom: Stas Timokhin <devel@stasyan.com> +# +# $FreeBSD$ + +CATEGORIES= cad science + +MASTERDIR= ${.CURDIR}/../salome + +PKGNAMESUFFIX= -light +SAL_MODULE_UPPER= LIGHT + +.include "${MASTERDIR}/Makefile" diff --git a/cad/salome-light/files/patch-bin_Makefile.am b/cad/salome-light/files/patch-bin_Makefile.am new file mode 100644 index 000000000000..11d771dd8efc --- /dev/null +++ b/cad/salome-light/files/patch-bin_Makefile.am @@ -0,0 +1,11 @@ +--- bin/Makefile.am.orig 2010-01-06 21:50:51.000000000 +0600 ++++ bin/Makefile.am 2010-01-06 21:51:06.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-light/pkg-descr b/cad/salome-light/pkg-descr new file mode 100644 index 000000000000..ef489e228eb5 --- /dev/null +++ b/cad/salome-light/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 LIGHT module. + +WWW: http://www.salome-platform.org +- Stas Timokhin +devel@stasyan.com diff --git a/cad/salome-light/pkg-plist b/cad/salome-light/pkg-plist new file mode 100644 index 000000000000..e050935d8ff9 --- /dev/null +++ b/cad/salome-light/pkg-plist @@ -0,0 +1,14 @@ +adm_local/unix/config_files/check_LIGHT.m4 +include/salome/LIGHT_version.h +lib/salome/libLIGHT.la +lib/salome/libLIGHT.so +lib/salome/libLIGHT.so.0 +share/salome/resources/light/LIGHT.png +share/salome/resources/light/LIGHT_images.qm +share/salome/resources/light/LIGHT_msg_en.qm +share/salome/resources/light/LightApp.xml +share/salome/resources/light/SalomeApp.xml +share/salome/resources/light/line_icon.png +share/salome/resources/light/paragraph_icon.png +share/salome/resources/light/queen.txt +@dirrm share/salome/resources/light |