Date: Sun, 2 May 2010 23:31:28 +0200 From: Thierry Thomas <thierry@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: freebsd-ports-bugs@FreeBSD.org, Stas Timokhin <devel@stasyan.com> Subject: Re: ports/143878: Fix for port cad/salome (incorrect use of bsd.autotools.mk ) Message-ID: <20100502213128.GN21904@graf.pompo.net> In-Reply-To: <201005022121.o42LLXg6091969@freefall.freebsd.org> References: <201005022121.o42LLXg6091969@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--xs+9IvWevLaxKUtW Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Sun 2 may 10 at 23:21:33 +0200, thierry@FreeBSD.org <thierry@FreeBSD.org> wrote: > Synopsis: Fix for port cad/salome (incorrect use of bsd.autotools.mk ) > > Responsible-Changed-From-To: freebsd-ports-bugs->thierry > Responsible-Changed-By: thierry > Responsible-Changed-When: Dim 2 mai 2010 21:20:50 UTC > Responsible-Changed-Why: > > Take it. > > > http://www.freebsd.org/cgi/query-pr.cgi?pr=143878 Stas sent me some newer patches by e-mail, and they are attached (with some minor fixes to pet portlint). -- Th. Thomas. --xs+9IvWevLaxKUtW Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="salome.diff" diff -urN cad/salome.orig/Makefile cad/salome/Makefile --- cad/salome.orig/Makefile 2010-04-04 18:01:22.000000000 +0200 +++ cad/salome/Makefile 2010-05-02 23:05:25.000000000 +0200 @@ -17,7 +17,7 @@ MAINTAINER= devel@stasyan.com -OPTIONS= \ +OPTIONS= \ GEOM "GEOM module" on \ MED "MED module" on \ SMESH "SMESH module (require MED & GEOM)" on \ @@ -28,7 +28,7 @@ RANDOMIZER "Randomizer module" on \ SIERPINSKY "Sierpinsky module" on \ CPPUNIT "build with C++ unit testing framework" off \ - MPI "build with support parrallel calculation" off + MPI "build with support parallel calculation" off RESOURCEDIR= ${DATADIR}/resources diff -urN cad/salome.orig/Makefile.ext cad/salome/Makefile.ext --- cad/salome.orig/Makefile.ext 2010-02-12 23:17:21.000000000 +0100 +++ cad/salome/Makefile.ext 2010-05-02 22:29:18.000000000 +0200 @@ -4,13 +4,8 @@ USE_GMAKE= yes USE_LDCONFIG= yes SAL_MODULE= ${PKGNAMESUFFIX:S/-//} -#.if ${SAL_MODULE} == "med" || ${SAL_MODULE} == "smesh" || ${SAL_MODULE} == "visu" || ${SAL_MODULE} == "sierpinsky" || ${SAL_MODULE} == "multipr" -.if !${SAL_MODULE} == "gui" USE_FORTRAN=yes USE_GCC= 4.4 -.else -USE_GCC= 4.5 -.endif #SAL_MODULE_UPPER= `${ECHO} ${SAL_MODULE} | ${AWK} '{ print(toupper($$1)); }'` #SAL_MODULE_UPPER= YACS @@ -37,9 +32,8 @@ CONFIGURE_ARGS+= --prefix=${PREFIX} CONFIGURE_ARGS+= --enable-debug CONFIGURE_ENV+= MACHINE=${OPSYS:U} -#CXXFLAGS+= -L${LOCALBASE}/lib -I/usr/include -I${LOCALBASE}/include -D__freebsd__ -DFREEBSD -DHAVE_IOSTREAM -DHAVE_LIMITS_H -DHAVE_IOMANIP -DMPICH_IGNORE_CXX_SEEK CPPFLAGS+= -L${LOCALBASE}/lib -I/usr/include -I${LOCALBASE}/include -D__freebsd__ -DFREEBSD -DHAVE_IOSTREAM -DHAVE_LIMITS_H -DHAVE_IOMANIP -DMPICH_IGNORE_CXX_SEEK -CXXFLAGS+= -ffriend-injection -fno-inline -fpermissive -L${LOCALBASE}/lib -L${LOCALBASE}/lib/salome +CXXFLAGS+= -ffriend-injection -fno-inline -fpermissive -fPIC -L${LOCALBASE}/lib -L${LOCALBASE}/lib/salome CONFIGURE_SCRIPT= ../configure PATCH_WRKSRC= ${WRKDIR}/${DISTNAME}/${SAL_MODULE_UPPER}_SRC_${RELEASENAME} WRKSRC= ${PATCH_WRKSRC} @@ -53,6 +47,7 @@ .if !${SAL_MODULE} == "kernel" .for D in ${${SAL_MODULE_UPPER}_DEPEND} CONFIGURE_ENV+= ${D}_ROOT_DIR=${LOCALBASE} + AUTOTOOLS_ENV+= ${D}_ROOT_DIR=${LOCALBASE} CPPFLAGS+= -L${LOCALBASE}/lib/salome .endfor .endif @@ -74,6 +69,7 @@ .if ${SAL_MODULE} == "smesh" || ${SAL_MODULE} == "sierpinsky" || ${SAL_MODULE} == "multipr" || ${SAL_MODULE} == "visu" BUILD_DEPENDS+= ${RESOURCEDIR}/med:${PORTSDIR}/cad/salome-med RUN_DEPENDS+= ${RESOURCEDIR}/med:${PORTSDIR}/cad/salome-med +AUTOTOOLS_ENV+= MED2HOME=${LOCALBASE} .endif #Depndency from GEOM module @@ -95,12 +91,29 @@ #Dependency from other ports ########################################################################### #Dependency from autotools -USE_AUTOTOOLS= autoconf:262 automake:15 libtool:22 +USE_AUTOTOOLS= autoconf:262 automake:15 libtool:22 aclocal:19 +.if ${SAL_MODULE} == "kernel" + ACLOCAL_ARGS= -I salome_adm/unix/config_files +.else +. if ${SAL_MODULE} == "yacs" + ACLOCAL_ARGS= -I adm/unix/config_files + USE_AUTOTOOLS+= autoheader:262 + AUTOHEADER_ARGS= -I adm/unix/config_files +. else + ACLOCAL_ARGS= -I adm_local/unix/config_files -I ${LOCALBASE}/salome_adm/unix/config_files +. if ${SAL_MODULE} != "gui" + ACLOCAL_ARGS+= -I ${LOCALBASE}/adm_local/unix/config_files +. endif +. endif +.endif +LIBTOOLFLAGS=--force --copy --automake +AUTOMAKE_ARGS=--add-missing --copy --gnu #Dependency from HDF5 .if !${SAL_MODULE} == "randomizer" && !${SAL_MODULE} == "yacs" && !${SAL_MODULE} == "hello" && !${SAL_MODULE} == "pyhello" LIB_DEPENDS+= hdf5.0:${PORTSDIR}/science/hdf5 CONFIGURE_ARGS+= --with-hdf5=${LOCALBASE} +AUTOTOOLS_ENV+= HDF5HOME=${LOCALBASE} .endif #Dependency from Opencascade @@ -108,6 +121,7 @@ LIB_DEPENDS+= TKernel.0:${PORTSDIR}/cad/opencascade CASROOT= ${LOCALBASE}/OpenCAS/ros CONFIGURE_ENV+= CASROOT=${CASROOT} +AUTOTOOLS_ENV+= CASROOT=${CASROOT} #CXXFLAGS+= -I${CASROOT}/inc .endif @@ -141,6 +155,7 @@ CONFIGURE_ENV+= QTDIR=${LOCALBASE} QTFLAGS+= -I${LOCALBASE}/include/qt4 -L${LOCALBASE}/lib/qt4 QT_COMPONENTS= gui opengl svg xml qmake_build moc_build rcc_build uic_build linguist +AUTOTOOLS_ENV+= QTDIR=${LOCALBASE} .endif #Dependency from qscintilla2 @@ -153,7 +168,7 @@ #Dependency from vtk .if !${SAL_MODULE} == "kernel" && !${SAL_MODULE} == "randomizer" LIB_DEPENDS+= vtkCommon.5:${PORTSDIR}/math/vtk5 -CONFIGURE_ENV+= VTKHOME=${LOCALBASE} +CONFIGURE_ENV+= VTKHOME=${LOCALBASE} VTKSUFFIX=-5.4 .endif #Dependency from qwt5 @@ -162,6 +177,7 @@ #CONFIGURE_ENV+= QWTHOME=${LOCALBASE} CONFIGURE_ARGS+= --with-qwt=${LOCALBASE} CPPFLAGS+= -I/${LOCALBASE}/include/qwt/ +AUTOTOOLS_ENV+= QWTHOME=${LOCALBASE} .endif #Dependency from omniORB & py-omniorb @@ -169,6 +185,7 @@ LIB_DEPENDS+= omniORB4.1:${PORTSDIR}/devel/omniORB RUN_DEPENDS+= ${LOCALBASE}/include/omniORBpy.h:${PORTSDIR}/devel/py-omniorb RUN_DEPENDS+= notifd:${PORTSDIR}/devel/omniNotify +AUTOTOOLS_ENV+= OMNIORBDIR=${LOCALBASE} .endif #Dependency from sip @@ -209,8 +226,11 @@ LIB_DEPENDS+= argp.0:${PORTSDIR}/devel/argp-standalone LIB_DEPENDS+= expat.6:${PORTSDIR}/textproc/expat2 LDFLAGS+= -largp +BUILD_DEPENDS+= sphinx-build:${PORTSDIR}/textproc/py-sphinx .endif +RUN_DEPENDS+= bash:${PORTSDIR}/shells/bash + #Don't strip binaries .if ${SAL_MODULE} == "multipr" STRIP= @@ -228,10 +248,10 @@ .endif .endif +#optionally dependency from mpich2 .if ${SAL_MODULE} == "kernel" || ${SAL_MODULE} == "med" .if defined(WITH_MPI) -BUILD_DEPENDS+= ${LOCALBASE}/mpich2/bin/mpicc:${PORTSDIR}/net/mpich2 -RUN_DEPENDS+= ${LOCALBASE}/mpich2/lib/libmpich.so:${PORTSDIR}/net/mpich2 +LIB_DEPENDS+= mpich.1:${PORTSDIR}/net/mpich2 CONFIGURE_ARGS+= --with-mpich=${LOCALBASE}/mpich2 --with-mpi=${LOCALBASE}/mpich2 PLIST_SUB+= MPI="" . else @@ -247,10 +267,21 @@ #MAKE_JOBS_SAFE= yes .if ${SAL_MODULE} == "kernel" -. if ${PYTHON_REL} > 260 post-patch: +. if ${PYTHON_REL} > 260 ${REINPLACE_CMD} 's|fromlist=None)|fromlist=None, level=-1)|g' ${WRKSRC}/src/KERNEL_PY/import_hook.py . endif + ${REINPLACE_CMD} 's|/bin/bash|${LOCALBASE}/bin/bash|g' ${WRKSRC}/bin/appli_clean.sh ${WRKSRC}/bin/runSalome +.endif + +.if ${SAL_MODULE} == "gui" + post-patch: + ${REINPLACE_CMD} 's|/bin/bash|${LOCALBASE}/bin/bash|g' ${WRKSRC}/bin/runLightSalome.sh +.endif + +.if ${SAL_MODULE} == "yacs" + post-patch: + ${CP} ${WRKSRC}/configure.in.base ${WRKSRC}/configure.in .endif .if ${SAL_MODULE} == "kernel" @@ -260,32 +291,43 @@ ${REINPLACE_CMD} 's|__rpc_xdr|XDR|g' ${WRKSRC}/src/Communication/rpc/xdr.h .endif +MMDEPENDS=${SAL_MODULE_UPPER}_DEPEND +AUTOTOOLS_ENV+= ${SAL_MODULE_UPPER}_ROOT_DIR=${PREFIX} + +.for D in ${MMDEPENDS} + AUTOTOOLS_ENV+=${D}_ROOT_DIR=${LOCALBASE} +.endfor + +run-autotools-aclocal: + echo "Start of aclocal" + @(cd ${PATCH_WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ${ACLOCAL} \ + ${ACLOCAL_ARGS}) + echo "End of aclocal" + +run-autotools-autoconf: + echo "Start of autoconf" + @(cd ${PATCH_WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ${AUTOCONF} \ + ${AUTOCONF_ARGS}) + echo "End of autotools" + +run-autotools-automake: + echo "Start of automake" + @(cd ${PATCH_WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ${AUTOMAKE} \ + ${AUTOMAKE_ARGS}) + echo "End of automake" + +.if ${SAL_MODULE} == "yacs" +run-autotools-autoheader: + echo "Start of autoheader" + @(cd ${PATCH_WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ${AUTOHEADER} \ + ${AUTOHEADER_ARGS}) + echo "End of autoheader" +.endif + +patch-autotools: + @(cd ${PATCH_WRKSRC}; ${LIBTOOLIZE} --force;) - pre-configure: -# SAL_MODULE_UPPER=`${ECHO} ${SAL_MODULE} | ${AWK} '{ print(toupper($1)); }'`; \ - MMDEPENDS="${${SAL_MODULE_UPPER}_DEPEND}"; \ - for D in $${MMDEPENDS}; do \ - export "$$D"_ROOT_DIR=${LOCALBASE}; \ - if test "$$D"="MED2"; then \ - export MED2HOME=${LOCALBASE}; \ - fi; \ - if test "$$D"="QWT"; then \ - export QWTHOME=${LOCALBASE}; \ - fi; \ - if test "$$D"="HDF5HOME"; then \ - export HDF5HOME=${LOCALBASE}; \ - fi; \ - if test "$$D"="CASROOT"; then \ - export CASROOT=${CASROOT}; \ - fi; \ - if test "$$D"="QT"; then \ - export QTDIR=${LOCALBASE}; \ - fi; \ - if test "$$D"="OMNIORB"; then \ - export OMNIORBDIR=${LOCALBASE}; \ - fi; \ - echo "$$D"_ROOT_DIR; \ - done; \ - MACHINE=${OPSYS:U}; export MACHINE; set ${SAL_MODULE_UPPER}_ROOT_DIR ${PREFIX}; export ${SAL_MODULE_UPPER}_ROOT_DIR; cd ${WRKSRC}; ${MKDIR} ${BUILD_WRKSRC}; ${SH} ./build_configure +pre-configure: + ${MKDIR} ${BUILD_WRKSRC} .include <bsd.port.post.mk> --xs+9IvWevLaxKUtW Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="salome-kernel.diff" diff -urN cad/salome-kernel.orig/Makefile cad/salome-kernel/Makefile --- cad/salome-kernel.orig/Makefile 2010-04-25 11:02:51.000000000 +0200 +++ cad/salome-kernel/Makefile 2010-05-02 22:48:35.000000000 +0200 @@ -4,13 +4,11 @@ # # $FreeBSD: ports/cad/salome-kernel/Makefile,v 1.2 2010/04/05 09:38:18 erwin Exp $ -CATEGORIES= cad science +CATEGORIES= cad science -MASTERDIR= ${.CURDIR}/../salome +MASTERDIR= ${.CURDIR}/../salome -PKGNAMESUFFIX= -kernel +PKGNAMESUFFIX= -kernel SAL_MODULE_UPPER= KERNEL -BROKEN= does not build - .include "${MASTERDIR}/Makefile" diff -urN cad/salome-kernel.orig/files/patch-KERNEL-SALOME_Comm_i.cxx cad/salome-kernel/files/patch-KERNEL-SALOME_Comm_i.cxx --- cad/salome-kernel.orig/files/patch-KERNEL-SALOME_Comm_i.cxx 2010-02-12 23:14:42.000000000 +0100 +++ cad/salome-kernel/files/patch-KERNEL-SALOME_Comm_i.cxx 2010-05-02 22:44:27.000000000 +0200 @@ -1,6 +1,6 @@ ---- src/Communication/SALOME_Comm_i.cxx.orig 2009-03-18 20:52:29.000000000 +0600 -+++ src/Communication/SALOME_Comm_i.cxx 2009-05-20 10:21:06.000000000 +0700 -@@ -19,10 +19,12 @@ +--- src/Communication/SALOME_Comm_i.cxx.orig 2009-12-01 20:58:49.000000000 +0600 ++++ src/Communication/SALOME_Comm_i.cxx 2010-03-10 22:41:04.000000000 +0600 +@@ -19,10 +19,14 @@ // // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // @@ -10,11 +10,13 @@ #include <rpc/xdr.h> #endif + ++#include <cstdio> ++ +#include "SALOME_Comm_i.hxx" #include "omniORB4/poa.h" #include "omnithread.h" #include "Utils_SINGLETON.hxx" -@@ -32,6 +34,7 @@ +@@ -32,6 +36,7 @@ #include "SenderFactory.hxx" using namespace std; --xs+9IvWevLaxKUtW Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="salome-med.diff" diff -urN cad/salome-med.orig/Makefile cad/salome-med/Makefile --- cad/salome-med.orig/Makefile 2010-02-12 23:15:16.000000000 +0100 +++ cad/salome-med/Makefile 2010-05-02 22:45:45.000000000 +0200 @@ -4,11 +4,11 @@ # # $FreeBSD: ports/cad/salome-med/Makefile,v 1.1 2010/02/12 22:15:16 pgollucci Exp $ -CATEGORIES= cad science +CATEGORIES= cad science -MASTERDIR= ${.CURDIR}/../salome +MASTERDIR= ${.CURDIR}/../salome -PKGNAMESUFFIX= -med +PKGNAMESUFFIX= -med SAL_MODULE_UPPER= MED .include "${MASTERDIR}/Makefile" diff -urN cad/salome-med.orig/files/patch-ParaMEDMED_ParaMEDMEMTest.cxx cad/salome-med/files/patch-ParaMEDMED_ParaMEDMEMTest.cxx --- cad/salome-med.orig/files/patch-ParaMEDMED_ParaMEDMEMTest.cxx 1970-01-01 01:00:00.000000000 +0100 +++ cad/salome-med/files/patch-ParaMEDMED_ParaMEDMEMTest.cxx 2010-05-02 22:44:27.000000000 +0200 @@ -0,0 +1,10 @@ +--- src/ParaMEDMEM/Test/ParaMEDMEMTest.cxx.orig 2010-02-12 13:31:18.000000000 +0000 ++++ src/ParaMEDMEM/Test//ParaMEDMEMTest.cxx 2010-02-12 13:32:06.000000000 +0000 +@@ -23,6 +23,7 @@ + #include <cmath> + #include <list> + #include <stdexcept> ++#include <stdlib.h> + + //================================================================================ + /*! diff -urN cad/salome-med.orig/files/patch-ParaMEDMED_test_AlltoAllvTimeDEC.cxx cad/salome-med/files/patch-ParaMEDMED_test_AlltoAllvTimeDEC.cxx --- cad/salome-med.orig/files/patch-ParaMEDMED_test_AlltoAllvTimeDEC.cxx 1970-01-01 01:00:00.000000000 +0100 +++ cad/salome-med/files/patch-ParaMEDMED_test_AlltoAllvTimeDEC.cxx 2010-05-02 22:44:27.000000000 +0200 @@ -0,0 +1,10 @@ +--- src/ParaMEDMEM/Test/test_AllToAllvTimeDEC.cxx.orig 2010-02-12 13:47:22.000000000 +0000 ++++ src/ParaMEDMEM/Test//test_AllToAllvTimeDEC.cxx 2010-02-12 13:47:35.000000000 +0000 +@@ -21,6 +21,7 @@ + #include <map> + #include <iostream> + #include <mpi.h> ++#include <ctime> + #include <time.h> + + #include "MPIAccessDECTest.hxx" diff -urN cad/salome-med.orig/files/patch-ParaMEDMED_test_AlltoAllvTimeDoubleDEC.cxx cad/salome-med/files/patch-ParaMEDMED_test_AlltoAllvTimeDoubleDEC.cxx --- cad/salome-med.orig/files/patch-ParaMEDMED_test_AlltoAllvTimeDoubleDEC.cxx 1970-01-01 01:00:00.000000000 +0100 +++ cad/salome-med/files/patch-ParaMEDMED_test_AlltoAllvTimeDoubleDEC.cxx 2010-05-02 22:44:27.000000000 +0200 @@ -0,0 +1,10 @@ +--- src/ParaMEDMEM/Test/test_AllToAllvTimeDoubleDEC.cxx.orig 2010-02-12 13:48:18.000000000 +0000 ++++ src/ParaMEDMEM/Test//test_AllToAllvTimeDoubleDEC.cxx 2010-02-12 13:48:32.000000000 +0000 +@@ -23,6 +23,7 @@ + #include <iostream> + #include <mpi.h> + #include <time.h> ++#include <ctime> + + #include "MPIAccessDECTest.hxx" + #include <cppunit/TestAssert.h> diff -urN cad/salome-med.orig/pkg-plist cad/salome-med/pkg-plist --- cad/salome-med.orig/pkg-plist 2010-02-12 23:15:16.000000000 +0100 +++ cad/salome-med/pkg-plist 2010-05-02 22:44:27.000000000 +0200 @@ -659,9 +659,6 @@ share/doc/salome/gui/MED/Edge_8hxx__incl.md5 share/doc/salome/gui/MED/Edge_8hxx__incl.png share/doc/salome/gui/MED/Edge_8txx.html -share/doc/salome/gui/MED/Edge_8txx__dep__incl.map -share/doc/salome/gui/MED/Edge_8txx__dep__incl.md5 -share/doc/salome/gui/MED/Edge_8txx__dep__incl.png share/doc/salome/gui/MED/Edge_8txx__incl.map share/doc/salome/gui/MED/Edge_8txx__incl.md5 share/doc/salome/gui/MED/Edge_8txx__incl.png @@ -687,7 +684,6 @@ share/doc/salome/gui/MED/ExplicitCoincidentDEC_8hxx__incl.map share/doc/salome/gui/MED/ExplicitCoincidentDEC_8hxx__incl.md5 share/doc/salome/gui/MED/ExplicitCoincidentDEC_8hxx__incl.png -share/doc/salome/gui/MED/FIELDcreate_8cxx-example.html share/doc/salome/gui/MED/Geometric2D_8dox.html share/doc/salome/gui/MED/InterpKerIntersectors.html share/doc/salome/gui/MED/Interpolation2D_8hxx.html @@ -705,9 +701,6 @@ share/doc/salome/gui/MED/Interpolation2D_8txx__incl.md5 share/doc/salome/gui/MED/Interpolation2D_8txx__incl.png share/doc/salome/gui/MED/Interpolation3DSurf_8hxx.html -share/doc/salome/gui/MED/Interpolation3DSurf_8hxx__dep__incl.map -share/doc/salome/gui/MED/Interpolation3DSurf_8hxx__dep__incl.md5 -share/doc/salome/gui/MED/Interpolation3DSurf_8hxx__dep__incl.png share/doc/salome/gui/MED/Interpolation3DSurf_8hxx__incl.map share/doc/salome/gui/MED/Interpolation3DSurf_8hxx__incl.md5 share/doc/salome/gui/MED/Interpolation3DSurf_8hxx__incl.png @@ -719,9 +712,6 @@ share/doc/salome/gui/MED/Interpolation3DSurf_8txx__incl.md5 share/doc/salome/gui/MED/Interpolation3DSurf_8txx__incl.png share/doc/salome/gui/MED/Interpolation3D_8hxx.html -share/doc/salome/gui/MED/Interpolation3D_8hxx__dep__incl.map -share/doc/salome/gui/MED/Interpolation3D_8hxx__dep__incl.md5 -share/doc/salome/gui/MED/Interpolation3D_8hxx__dep__incl.png share/doc/salome/gui/MED/Interpolation3D_8hxx__incl.map share/doc/salome/gui/MED/Interpolation3D_8hxx__incl.md5 share/doc/salome/gui/MED/Interpolation3D_8hxx__incl.png @@ -758,9 +748,6 @@ share/doc/salome/gui/MED/Interpolation_8txx__incl.md5 share/doc/salome/gui/MED/Interpolation_8txx__incl.png share/doc/salome/gui/MED/MEDMEM__Field_8cxx.html -share/doc/salome/gui/MED/MEDMEM__Field_8cxx__incl.map -share/doc/salome/gui/MED/MEDMEM__Field_8cxx__incl.md5 -share/doc/salome/gui/MED/MEDMEM__Field_8cxx__incl.png share/doc/salome/gui/MED/MEDMEM__Field_8hxx.html share/doc/salome/gui/MED/MEDMEM__Field_8hxx__dep__incl.map share/doc/salome/gui/MED/MEDMEM__Field_8hxx__dep__incl.md5 @@ -784,9 +771,6 @@ share/doc/salome/gui/MED/MEDMEM__Med_8cxx__incl.md5 share/doc/salome/gui/MED/MEDMEM__Med_8cxx__incl.png share/doc/salome/gui/MED/MEDMEM__Med_8hxx.html -share/doc/salome/gui/MED/MEDMEM__Med_8hxx__dep__incl.map -share/doc/salome/gui/MED/MEDMEM__Med_8hxx__dep__incl.md5 -share/doc/salome/gui/MED/MEDMEM__Med_8hxx__dep__incl.png share/doc/salome/gui/MED/MEDMEM__Med_8hxx__incl.map share/doc/salome/gui/MED/MEDMEM__Med_8hxx__incl.md5 share/doc/salome/gui/MED/MEDMEM__Med_8hxx__incl.png @@ -826,8 +810,6 @@ share/doc/salome/gui/MED/MED__class_8dox.html share/doc/salome/gui/MED/MED__class.html share/doc/salome/gui/MED/MED_small.png -share/doc/salome/gui/MED/MESHcoordinates_8cxx-example.html -share/doc/salome/gui/MED/MESHgeneral_8cxx-example.html share/doc/salome/gui/MED/MPIProcessorGroup_8cxx.html share/doc/salome/gui/MED/MPIProcessorGroup_8cxx__incl.map share/doc/salome/gui/MED/MPIProcessorGroup_8cxx__incl.md5 @@ -855,9 +837,6 @@ share/doc/salome/gui/MED/NonCoincidentDEC_8cxx__incl.md5 share/doc/salome/gui/MED/NonCoincidentDEC_8cxx__incl.png share/doc/salome/gui/MED/NonCoincidentDEC_8hxx.html -share/doc/salome/gui/MED/NonCoincidentDEC_8hxx__dep__incl.map -share/doc/salome/gui/MED/NonCoincidentDEC_8hxx__dep__incl.md5 -share/doc/salome/gui/MED/NonCoincidentDEC_8hxx__dep__incl.png share/doc/salome/gui/MED/NonCoincidentDEC_8hxx__incl.map share/doc/salome/gui/MED/NonCoincidentDEC_8hxx__incl.md5 share/doc/salome/gui/MED/NonCoincidentDEC_8hxx__incl.png @@ -1407,7 +1386,6 @@ share/doc/salome/gui/MED/polygon_8dox.html share/doc/salome/gui/MED/polygon_connectivity_small.png share/doc/salome/gui/MED/polyhedron_connectivity_small.png -share/doc/salome/gui/MED/read__example_8cxx-example.html share/doc/salome/gui/MED/remapping_8dox.html share/doc/salome/gui/MED/structAbsEdgeCmp-members.html share/doc/salome/gui/MED/structAbsEdgeCmp.html @@ -1440,6 +1418,52 @@ share/doc/salome/gui/MED/tools.html share/doc/salome/gui/MED/tools_8dox.html share/doc/salome/gui/MED/tree.html +share/doc/salome/gui/MED/read__example.cxx-example.html +share/doc/salome/gui/MED/QuadraticPolygon_8cxx__dep__incl.png +share/doc/salome/gui/MED/QuadraticPolygon_8cxx__dep__incl.md5 +share/doc/salome/gui/MED/QuadraticPolygon_8cxx__dep__incl.map +share/doc/salome/gui/MED/ParaFIELD_8cxx__dep__incl.png +share/doc/salome/gui/MED/ParaFIELD_8cxx__dep__incl.md5 +share/doc/salome/gui/MED/ParaFIELD_8cxx__dep__incl.map +share/doc/salome/gui/MED/NonCoincidentDEC_8cxx__dep__incl.png +share/doc/salome/gui/MED/NonCoincidentDEC_8cxx__dep__incl.md5 +share/doc/salome/gui/MED/NonCoincidentDEC_8cxx__dep__incl.map +share/doc/salome/gui/MED/MESHgeneral.cxx-example.html +share/doc/salome/gui/MED/MESHcoordinates.cxx-example.html +share/doc/salome/gui/MED/MEDMEM__Meshing_8cxx__dep__incl.png +share/doc/salome/gui/MED/MEDMEM__Meshing_8cxx__dep__incl.md5 +share/doc/salome/gui/MED/MEDMEM__Meshing_8cxx__dep__incl.map +share/doc/salome/gui/MED/MEDMEM__Med_8cxx__dep__incl.png +share/doc/salome/gui/MED/MEDMEM__Med_8cxx__dep__incl.md5 +share/doc/salome/gui/MED/MEDMEM__Med_8cxx__dep__incl.map +share/doc/salome/gui/MED/MEDMEM__Grid_8cxx__dep__incl.png +share/doc/salome/gui/MED/MEDMEM__Grid_8cxx__dep__incl.md5 +share/doc/salome/gui/MED/MEDMEM__Grid_8cxx__dep__incl.map +share/doc/salome/gui/MED/MEDMEM__Field_8cxx__dep__incl.png +share/doc/salome/gui/MED/MEDMEM__Field_8cxx__dep__incl.md5 +share/doc/salome/gui/MED/MEDMEM__Field_8cxx__dep__incl.map +share/doc/salome/gui/MED/InterpolationMatrix_8cxx__dep__incl.png +share/doc/salome/gui/MED/InterpolationMatrix_8cxx__dep__incl.md5 +share/doc/salome/gui/MED/InterpolationMatrix_8cxx__dep__incl.map +share/doc/salome/gui/MED/FIELDcreate.cxx-example.html +share/doc/salome/gui/MED/ExplicitCoincidentDEC_8cxx__dep__incl.png +share/doc/salome/gui/MED/ExplicitCoincidentDEC_8cxx__dep__incl.md5 +share/doc/salome/gui/MED/ExplicitCoincidentDEC_8cxx__dep__incl.map +share/doc/salome/gui/MED/Edge_8cxx__dep__incl.png +share/doc/salome/gui/MED/Edge_8cxx__dep__incl.md5 +share/doc/salome/gui/MED/Edge_8cxx__dep__incl.map +share/doc/salome/gui/MED/DEC_8cxx__dep__incl.png +share/doc/salome/gui/MED/DEC_8cxx__dep__incl.md5 +share/doc/salome/gui/MED/DEC_8cxx__dep__incl.map +share/doc/salome/gui/MED/ComposedEdge_8cxx__dep__incl.png +share/doc/salome/gui/MED/ComposedEdge_8cxx__dep__incl.md5 +share/doc/salome/gui/MED/ComposedEdge_8cxx__dep__incl.map +share/doc/salome/gui/MED/CommInterface_8cxx__dep__incl.png +share/doc/salome/gui/MED/CommInterface_8cxx__dep__incl.md5 +share/doc/salome/gui/MED/CommInterface_8cxx__dep__incl.map +share/doc/salome/gui/MED/AbstractEdge_8cxx__dep__incl.png +share/doc/salome/gui/MED/AbstractEdge_8cxx__dep__incl.md5 +share/doc/salome/gui/MED/AbstractEdge_8cxx__dep__incl.map share/salome/resources/med/Box1.med share/salome/resources/med/Box1Moderate.med share/salome/resources/med/Box2.med @@ -1702,6 +1726,17 @@ %%CPPUNIT%%lib/salome/libMEDSPLITTERTest.la %%CPPUNIT%%lib/salome/libMEDSPLITTERTest.so %%CPPUNIT%%lib/salome/libMEDSPLITTERTest.so.0 +%%CPPUNIT%%%%MPI%%lib/salome/libParaMEDMEMTest.la +%%CPPUNIT%%%%MPI%%lib/salome/libParaMEDMEMTest.so +%%CPPUNIT%%%%MPI%%lib/salome/libParaMEDMEMTest.so.0 +%%CPPUNIT%%%%MPI%%include/salome/MPIAccessDECTest.hxx +%%CPPUNIT%%%%MPI%%include/salome/MPIAccessTest.hxx +%%CPPUNIT%%%%MPI%%include/salome/MPIMainTest.hxx +%%CPPUNIT%%%%MPI%%include/salome/ParaMEDMEMTest.hxx +%%CPPUNIT%%%%MPI%%bin/salome/TestMPIAccess +%%CPPUNIT%%%%MPI%%bin/salome/TestMPIAccessDEC +%%CPPUNIT%%%%MPI%%bin/salome/TestParaMEDMEM +%%CPPUNIT%%%%MPI%%bin/salome/test_perf @dirrm share/salome/resources/med @dirrm share/doc/salome/gui/MED @dirrm %%PYTHON_SITELIBDIR%%/salome/SALOME_TEST__POA --xs+9IvWevLaxKUtW Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="salome-smesh.diff" diff -urN cad/salome-smesh.orig/Makefile cad/salome-smesh/Makefile --- cad/salome-smesh.orig/Makefile 2010-02-12 23:16:31.000000000 +0100 +++ cad/salome-smesh/Makefile 2010-05-02 22:46:48.000000000 +0200 @@ -4,11 +4,11 @@ # # $FreeBSD: ports/cad/salome-smesh/Makefile,v 1.1 2010/02/12 22:16:31 pgollucci Exp $ -CATEGORIES= cad science +CATEGORIES= cad science -MASTERDIR= ${.CURDIR}/../salome +MASTERDIR= ${.CURDIR}/../salome -PKGNAMESUFFIX= -smesh +PKGNAMESUFFIX= -smesh SAL_MODULE_UPPER= SMESH .include "${MASTERDIR}/Makefile" diff -urN cad/salome-smesh.orig/pkg-plist cad/salome-smesh/pkg-plist --- cad/salome-smesh.orig/pkg-plist 2010-02-12 23:16:31.000000000 +0100 +++ cad/salome-smesh/pkg-plist 2010-05-02 22:44:27.000000000 +0200 @@ -83,8 +83,6 @@ bin/salome/smesh_setenv.py bin/salome/smesh_setenv.pyc bin/salome/smesh_setenv.pyo -idl -idl/salome idl/salome/SMESH_Gen.idl idl/salome/SMESH_Mesh.idl idl/salome/SMESH_Hypothesis.idl @@ -93,7 +91,6 @@ idl/salome/SMESH_Group.idl idl/salome/SMESH_Pattern.idl idl/salome/SMESH_MeshEditor.idl -include/salome include/salome/Rn.h include/salome/SMESH.hxx include/salome/SMESH_Gen.hh @@ -404,11 +401,9 @@ %%PYTHON_SITELIBDIR%%/salome/shared_modules/SMESH_shared_modules.pyo %%PYTHON_SITELIBDIR%%/salome/SMESH_BasicHypothesis_idl.py %%PYTHON_SITELIBDIR%%/salome/StdMeshers/__init__.py -%%PYTHON_SITELIBDIR%%/salome/StdMeshers__POA %%PYTHON_SITELIBDIR%%/salome/StdMeshers__POA/__init__.py %%PYTHON_SITELIBDIR%%/salome/SMESH_Filter_idl.py %%PYTHON_SITELIBDIR%%/salome/SMESH/__init__.py -%%PYTHON_SITELIBDIR%%/salome/SMESH__POA %%PYTHON_SITELIBDIR%%/salome/SMESH__POA/__init__.py %%PYTHON_SITELIBDIR%%/salome/SMESH_Gen_idl.py %%PYTHON_SITELIBDIR%%/salome/SMESH_Group_idl.py @@ -1212,9 +1207,6 @@ share/doc/salome/AddNetgenInSalome2.ps share/doc/salome/AddNetgenInSalome2.sxw share/doc/salome/PluginMeshers.html -share/salome -share/salome/resources -share/salome/resources/smesh share/salome/resources/smesh/delete.png share/salome/resources/smesh/mesh_add_sub.png share/salome/resources/smesh/mesh_algo_hexa.png --xs+9IvWevLaxKUtW Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="salome-yacs.diff" diff -urN cad/salome-yacs.orig/Makefile cad/salome-yacs/Makefile --- cad/salome-yacs.orig/Makefile 2010-02-12 23:17:05.000000000 +0100 +++ cad/salome-yacs/Makefile 2010-05-02 22:50:35.000000000 +0200 @@ -4,11 +4,11 @@ # # $FreeBSD: ports/cad/salome-yacs/Makefile,v 1.1 2010/02/12 22:17:05 pgollucci Exp $ -CATEGORIES= cad science +CATEGORIES= cad science -MASTERDIR= ${.CURDIR}/../salome +MASTERDIR= ${.CURDIR}/../salome -PKGNAMESUFFIX= -yacs +PKGNAMESUFFIX= -yacs SAL_MODULE_UPPER= YACS .include "${MASTERDIR}/Makefile" diff -urN cad/salome-yacs.orig/files/patch-adm_unix_make_begin.am cad/salome-yacs/files/patch-adm_unix_make_begin.am --- cad/salome-yacs.orig/files/patch-adm_unix_make_begin.am 1970-01-01 01:00:00.000000000 +0100 +++ cad/salome-yacs/files/patch-adm_unix_make_begin.am 2010-05-02 22:44:27.000000000 +0200 @@ -0,0 +1,8 @@ +--- adm/unix/make_begin.am.orig 2010-04-09 19:23:41.000000000 +0700 ++++ adm/unix/make_begin.am 2010-04-09 19:23:52.000000000 +0700 +@@ -47,4 +47,4 @@ + + # translation (*.qm) files generation (lrelease) + %.qm: resources/%.ts +- $(QT_DIR)/bin/lrelease $< -qm $@ ++ $(QT_DIR)/bin/lrelease-qt4 $< -qm $@ diff -urN cad/salome-yacs.orig/files/patch-doc_Makefile.am cad/salome-yacs/files/patch-doc_Makefile.am --- cad/salome-yacs.orig/files/patch-doc_Makefile.am 1970-01-01 01:00:00.000000000 +0100 +++ cad/salome-yacs/files/patch-doc_Makefile.am 2010-05-02 22:34:19.000000000 +0200 @@ -0,0 +1,11 @@ +--- doc/Makefile.am.orig 2010-04-17 22:44:37.000000000 +0700 ++++ doc/Makefile.am 2010-04-17 22:44:43.000000000 +0700 +@@ -24,7 +24,7 @@ + + yacsdoc_DATA=html/index.html + html/index.html:$(RSTFILES) +- make htm ++ gmake htm + + endif + diff -urN cad/salome-yacs.orig/pkg-plist cad/salome-yacs/pkg-plist --- cad/salome-yacs.orig/pkg-plist 2010-02-12 23:17:05.000000000 +0100 +++ cad/salome-yacs/pkg-plist 2010-05-02 22:37:41.000000000 +0200 @@ -358,6 +358,274 @@ lib/salome/libYACSloader.la lib/salome/libYACSloader.so lib/salome/libYACSloader.so.0 +share/doc/salome/gui/YACS/accesCorba.html +share/doc/salome/gui/YACS/accesLocal.html +share/doc/salome/gui/YACS/advancepy.html +share/doc/salome/gui/YACS/annexe_common.html +share/doc/salome/gui/YACS/batch.html +share/doc/salome/gui/YACS/calcium.html +share/doc/salome/gui/YACS/calculator.html +share/doc/salome/gui/YACS/compInterne.html +share/doc/salome/gui/YACS/components.html +share/doc/salome/gui/YACS/console.html +share/doc/salome/gui/YACS/cppsalome.html +share/doc/salome/gui/YACS/dataflow.html +share/doc/salome/gui/YACS/etapes.html +share/doc/salome/gui/YACS/execpy.html +share/doc/salome/gui/YACS/execution.html +share/doc/salome/gui/YACS/execxml.html +share/doc/salome/gui/YACS/genindex.html +share/doc/salome/gui/YACS/gui.html +share/doc/salome/gui/YACS/gui_components.html +share/doc/salome/gui/YACS/hxx2salome.html +share/doc/salome/gui/YACS/index.html +share/doc/salome/gui/YACS/integration.html +share/doc/salome/gui/YACS/main_menu.html +share/doc/salome/gui/YACS/modification.html +share/doc/salome/gui/YACS/objects.inv +share/doc/salome/gui/YACS/operations.html +share/doc/salome/gui/YACS/optimizer.html +share/doc/salome/gui/YACS/principes.html +share/doc/salome/gui/YACS/progdsc.html +share/doc/salome/gui/YACS/pysalome.html +share/doc/salome/gui/YACS/python.html +share/doc/salome/gui/YACS/rappels.html +share/doc/salome/gui/YACS/references.html +share/doc/salome/gui/YACS/representation.html +share/doc/salome/gui/YACS/salome.html +share/doc/salome/gui/YACS/schemapy.html +share/doc/salome/gui/YACS/schemaxml.html +share/doc/salome/gui/YACS/scratch.html +share/doc/salome/gui/YACS/search.html +share/doc/salome/gui/YACS/searchindex.js +share/doc/salome/gui/YACS/toolbars.html +share/doc/salome/gui/YACS/using.html +share/doc/salome/gui/YACS/yacsgen.html +share/doc/salome/gui/YACS/_images/100000000000021500000199FE12879E.png +share/doc/salome/gui/YACS/_images/100000000000030C00000270AD87A128.png +share/doc/salome/gui/YACS/_images/10000000000003210000012BF34ED8EC.png +share/doc/salome/gui/YACS/_images/1000000000000321000002300A9186FC.png +share/doc/salome/gui/YACS/_images/2d_viewer_0.png +share/doc/salome/gui/YACS/_images/accesCorba.png +share/doc/salome/gui/YACS/_images/accesCorbaIDL.png +share/doc/salome/gui/YACS/_images/accesLocal.png +share/doc/salome/gui/YACS/_images/accesLocalCpp.png +share/doc/salome/gui/YACS/_images/block_node.png +share/doc/salome/gui/YACS/_images/calcium1.png +share/doc/salome/gui/YACS/_images/catalogs.png +share/doc/salome/gui/YACS/_images/common0.png +share/doc/salome/gui/YACS/_images/common1.png +share/doc/salome/gui/YACS/_images/common2.png +share/doc/salome/gui/YACS/_images/component.png +share/doc/salome/gui/YACS/_images/container.png +share/doc/salome/gui/YACS/_images/conteneur.png +share/doc/salome/gui/YACS/_images/control_link.png +share/doc/salome/gui/YACS/_images/data_link.png +share/doc/salome/gui/YACS/_images/ex1.png +share/doc/salome/gui/YACS/_images/functionality_list_0.png +share/doc/salome/gui/YACS/_images/functionality_list_1.png +share/doc/salome/gui/YACS/_images/functionality_list_10.jpg +share/doc/salome/gui/YACS/_images/functionality_list_100.jpg +share/doc/salome/gui/YACS/_images/functionality_list_101.jpg +share/doc/salome/gui/YACS/_images/functionality_list_101a.jpg +share/doc/salome/gui/YACS/_images/functionality_list_102.jpg +share/doc/salome/gui/YACS/_images/functionality_list_103.jpg +share/doc/salome/gui/YACS/_images/functionality_list_104.jpg +share/doc/salome/gui/YACS/_images/functionality_list_105.jpg +share/doc/salome/gui/YACS/_images/functionality_list_106.jpg +share/doc/salome/gui/YACS/_images/functionality_list_107.jpg +share/doc/salome/gui/YACS/_images/functionality_list_108.jpg +share/doc/salome/gui/YACS/_images/functionality_list_11.jpg +share/doc/salome/gui/YACS/_images/functionality_list_12.jpg +share/doc/salome/gui/YACS/_images/functionality_list_16.jpg +share/doc/salome/gui/YACS/_images/functionality_list_18.jpg +share/doc/salome/gui/YACS/_images/functionality_list_19.jpg +share/doc/salome/gui/YACS/_images/functionality_list_19a.jpg +share/doc/salome/gui/YACS/_images/functionality_list_2.png +share/doc/salome/gui/YACS/_images/functionality_list_20.jpg +share/doc/salome/gui/YACS/_images/functionality_list_21.jpg +share/doc/salome/gui/YACS/_images/functionality_list_22.jpg +share/doc/salome/gui/YACS/_images/functionality_list_23.jpg +share/doc/salome/gui/YACS/_images/functionality_list_24.jpg +share/doc/salome/gui/YACS/_images/functionality_list_25.jpg +share/doc/salome/gui/YACS/_images/functionality_list_27.jpg +share/doc/salome/gui/YACS/_images/functionality_list_3.png +share/doc/salome/gui/YACS/_images/functionality_list_30.jpg +share/doc/salome/gui/YACS/_images/functionality_list_31.jpg +share/doc/salome/gui/YACS/_images/functionality_list_32.jpg +share/doc/salome/gui/YACS/_images/functionality_list_33.jpg +share/doc/salome/gui/YACS/_images/functionality_list_34.jpg +share/doc/salome/gui/YACS/_images/functionality_list_35.jpg +share/doc/salome/gui/YACS/_images/functionality_list_36.jpg +share/doc/salome/gui/YACS/_images/functionality_list_37.jpg +share/doc/salome/gui/YACS/_images/functionality_list_38.jpg +share/doc/salome/gui/YACS/_images/functionality_list_39.jpg +share/doc/salome/gui/YACS/_images/functionality_list_4.png +share/doc/salome/gui/YACS/_images/functionality_list_40.jpg +share/doc/salome/gui/YACS/_images/functionality_list_41.jpg +share/doc/salome/gui/YACS/_images/functionality_list_42.jpg +share/doc/salome/gui/YACS/_images/functionality_list_43.jpg +share/doc/salome/gui/YACS/_images/functionality_list_44.jpg +share/doc/salome/gui/YACS/_images/functionality_list_45.jpg +share/doc/salome/gui/YACS/_images/functionality_list_46.jpg +share/doc/salome/gui/YACS/_images/functionality_list_47.jpg +share/doc/salome/gui/YACS/_images/functionality_list_47a.jpg +share/doc/salome/gui/YACS/_images/functionality_list_47b.jpg +share/doc/salome/gui/YACS/_images/functionality_list_47c.jpg +share/doc/salome/gui/YACS/_images/functionality_list_47d.jpg +share/doc/salome/gui/YACS/_images/functionality_list_48.jpg +share/doc/salome/gui/YACS/_images/functionality_list_49.jpg +share/doc/salome/gui/YACS/_images/functionality_list_5.png +share/doc/salome/gui/YACS/_images/functionality_list_50.jpg +share/doc/salome/gui/YACS/_images/functionality_list_51.jpg +share/doc/salome/gui/YACS/_images/functionality_list_52.jpg +share/doc/salome/gui/YACS/_images/functionality_list_53.jpg +share/doc/salome/gui/YACS/_images/functionality_list_54.jpg +share/doc/salome/gui/YACS/_images/functionality_list_55.jpg +share/doc/salome/gui/YACS/_images/functionality_list_56.jpg +share/doc/salome/gui/YACS/_images/functionality_list_57.jpg +share/doc/salome/gui/YACS/_images/functionality_list_58.jpg +share/doc/salome/gui/YACS/_images/functionality_list_59.jpg +share/doc/salome/gui/YACS/_images/functionality_list_6.png +share/doc/salome/gui/YACS/_images/functionality_list_60.jpg +share/doc/salome/gui/YACS/_images/functionality_list_60a.jpg +share/doc/salome/gui/YACS/_images/functionality_list_60b.jpg +share/doc/salome/gui/YACS/_images/functionality_list_61.jpg +share/doc/salome/gui/YACS/_images/functionality_list_61a.jpg +share/doc/salome/gui/YACS/_images/functionality_list_62.jpg +share/doc/salome/gui/YACS/_images/functionality_list_64.jpg +share/doc/salome/gui/YACS/_images/functionality_list_65.jpg +share/doc/salome/gui/YACS/_images/functionality_list_65a.jpg +share/doc/salome/gui/YACS/_images/functionality_list_66.jpg +share/doc/salome/gui/YACS/_images/functionality_list_67.jpg +share/doc/salome/gui/YACS/_images/functionality_list_68.jpg +share/doc/salome/gui/YACS/_images/functionality_list_69.jpg +share/doc/salome/gui/YACS/_images/functionality_list_6a.png +share/doc/salome/gui/YACS/_images/functionality_list_6b.png +share/doc/salome/gui/YACS/_images/functionality_list_6c.png +share/doc/salome/gui/YACS/_images/functionality_list_7.png +share/doc/salome/gui/YACS/_images/functionality_list_70.jpg +share/doc/salome/gui/YACS/_images/functionality_list_71.jpg +share/doc/salome/gui/YACS/_images/functionality_list_72.jpg +share/doc/salome/gui/YACS/_images/functionality_list_73.jpg +share/doc/salome/gui/YACS/_images/functionality_list_74.jpg +share/doc/salome/gui/YACS/_images/functionality_list_75.jpg +share/doc/salome/gui/YACS/_images/functionality_list_76.jpg +share/doc/salome/gui/YACS/_images/functionality_list_77.jpg +share/doc/salome/gui/YACS/_images/functionality_list_77a.jpg +share/doc/salome/gui/YACS/_images/functionality_list_79.jpg +share/doc/salome/gui/YACS/_images/functionality_list_8.png +share/doc/salome/gui/YACS/_images/functionality_list_80.jpg +share/doc/salome/gui/YACS/_images/functionality_list_81.jpg +share/doc/salome/gui/YACS/_images/functionality_list_82.jpg +share/doc/salome/gui/YACS/_images/functionality_list_82a.jpg +share/doc/salome/gui/YACS/_images/functionality_list_83.jpg +share/doc/salome/gui/YACS/_images/functionality_list_84.jpg +share/doc/salome/gui/YACS/_images/functionality_list_85.jpg +share/doc/salome/gui/YACS/_images/functionality_list_86.jpg +share/doc/salome/gui/YACS/_images/functionality_list_87.jpg +share/doc/salome/gui/YACS/_images/functionality_list_88.jpg +share/doc/salome/gui/YACS/_images/functionality_list_89.jpg +share/doc/salome/gui/YACS/_images/functionality_list_9.jpg +share/doc/salome/gui/YACS/_images/functionality_list_90.jpg +share/doc/salome/gui/YACS/_images/functionality_list_92.jpg +share/doc/salome/gui/YACS/_images/functionality_list_94.jpg +share/doc/salome/gui/YACS/_images/functionality_list_95.jpg +share/doc/salome/gui/YACS/_images/functionality_list_96.jpg +share/doc/salome/gui/YACS/_images/functionality_list_98.jpg +share/doc/salome/gui/YACS/_images/functionality_list_99.jpg +share/doc/salome/gui/YACS/_images/general_architecture_0.jpg +share/doc/salome/gui/YACS/_images/ihm.png +share/doc/salome/gui/YACS/_images/in_port.png +share/doc/salome/gui/YACS/_images/input_panel_0.png +share/doc/salome/gui/YACS/_images/input_panel_1.png +share/doc/salome/gui/YACS/_images/loop_node.png +share/doc/salome/gui/YACS/_images/main_menu_0.png +share/doc/salome/gui/YACS/_images/main_menu_10.png +share/doc/salome/gui/YACS/_images/main_menu_11.png +share/doc/salome/gui/YACS/_images/main_menu_12.png +share/doc/salome/gui/YACS/_images/main_menu_2.png +share/doc/salome/gui/YACS/_images/main_menu_3.png +share/doc/salome/gui/YACS/_images/main_menu_4.png +share/doc/salome/gui/YACS/_images/main_menu_5.png +share/doc/salome/gui/YACS/_images/main_menu_6a.png +share/doc/salome/gui/YACS/_images/main_menu_6b.png +share/doc/salome/gui/YACS/_images/main_menu_6c.png +share/doc/salome/gui/YACS/_images/node.png +share/doc/salome/gui/YACS/_images/objCorbaCpp.png +share/doc/salome/gui/YACS/_images/objCorbapy.png +share/doc/salome/gui/YACS/_images/objectBrowser.png +share/doc/salome/gui/YACS/_images/objint1.png +share/doc/salome/gui/YACS/_images/objint2.png +share/doc/salome/gui/YACS/_images/objint3.png +share/doc/salome/gui/YACS/_images/objintcpp.png +share/doc/salome/gui/YACS/_images/objintpy.png +share/doc/salome/gui/YACS/_images/out_port.png +share/doc/salome/gui/YACS/_images/parallele.png +share/doc/salome/gui/YACS/_images/phases.png +share/doc/salome/gui/YACS/_images/progdsc_img1.png +share/doc/salome/gui/YACS/_images/progdsc_img2.png +share/doc/salome/gui/YACS/_images/schema.png +share/doc/salome/gui/YACS/_images/scratch1.jpg +share/doc/salome/gui/YACS/_images/stream_link.png +share/doc/salome/gui/YACS/_images/switch_node.png +share/doc/salome/gui/YACS/_images/toolbars_0.png +share/doc/salome/gui/YACS/_images/toolbars_1.png +share/doc/salome/gui/YACS/_images/toolbars_2.png +share/doc/salome/gui/YACS/_images/toolbars_3.png +share/doc/salome/gui/YACS/_images/toolbars_4.png +share/doc/salome/gui/YACS/_images/tree_view_1.png +share/doc/salome/gui/YACS/_images/tree_view_edition.png +share/doc/salome/gui/YACS/_images/yacs_gui_description_0.png +share/doc/salome/gui/YACS/_sources/accesCorba.txt +share/doc/salome/gui/YACS/_sources/accesLocal.txt +share/doc/salome/gui/YACS/_sources/advancepy.txt +share/doc/salome/gui/YACS/_sources/annexe_common.txt +share/doc/salome/gui/YACS/_sources/batch.txt +share/doc/salome/gui/YACS/_sources/calcium.txt +share/doc/salome/gui/YACS/_sources/calculator.txt +share/doc/salome/gui/YACS/_sources/compInterne.txt +share/doc/salome/gui/YACS/_sources/components.txt +share/doc/salome/gui/YACS/_sources/console.txt +share/doc/salome/gui/YACS/_sources/cppsalome.txt +share/doc/salome/gui/YACS/_sources/dataflow.txt +share/doc/salome/gui/YACS/_sources/etapes.txt +share/doc/salome/gui/YACS/_sources/execpy.txt +share/doc/salome/gui/YACS/_sources/execution.txt +share/doc/salome/gui/YACS/_sources/execxml.txt +share/doc/salome/gui/YACS/_sources/gui.txt +share/doc/salome/gui/YACS/_sources/gui_components.txt +share/doc/salome/gui/YACS/_sources/hxx2salome.txt +share/doc/salome/gui/YACS/_sources/index.txt +share/doc/salome/gui/YACS/_sources/integration.txt +share/doc/salome/gui/YACS/_sources/main_menu.txt +share/doc/salome/gui/YACS/_sources/modification.txt +share/doc/salome/gui/YACS/_sources/operations.txt +share/doc/salome/gui/YACS/_sources/optimizer.txt +share/doc/salome/gui/YACS/_sources/principes.txt +share/doc/salome/gui/YACS/_sources/progdsc.txt +share/doc/salome/gui/YACS/_sources/pysalome.txt +share/doc/salome/gui/YACS/_sources/python.txt +share/doc/salome/gui/YACS/_sources/rappels.txt +share/doc/salome/gui/YACS/_sources/references.txt +share/doc/salome/gui/YACS/_sources/representation.txt +share/doc/salome/gui/YACS/_sources/salome.txt +share/doc/salome/gui/YACS/_sources/schemapy.txt +share/doc/salome/gui/YACS/_sources/schemaxml.txt +share/doc/salome/gui/YACS/_sources/scratch.txt +share/doc/salome/gui/YACS/_sources/toolbars.txt +share/doc/salome/gui/YACS/_sources/using.txt +share/doc/salome/gui/YACS/_sources/yacsgen.txt +share/doc/salome/gui/YACS/_static/README +share/doc/salome/gui/YACS/_static/basic.css +share/doc/salome/gui/YACS/_static/default.css +share/doc/salome/gui/YACS/_static/doctools.js +share/doc/salome/gui/YACS/_static/file.png +share/doc/salome/gui/YACS/_static/jquery.js +share/doc/salome/gui/YACS/_static/minus.png +share/doc/salome/gui/YACS/_static/plus.png +share/doc/salome/gui/YACS/_static/pygments.css +share/doc/salome/gui/YACS/_static/searchtools.js share/salome/resources/yacs/ExecYACS.png share/salome/resources/yacs/ModuleYacs.png share/salome/resources/yacs/SalomeApp.xml @@ -570,6 +838,9 @@ @dirrm share/salome/yacssupervsamples @dirrm share/salome/yacssamples @dirrm share/salome/resources/yacs +@dirrm share/doc/salome/gui/YACS/_images +@dirrm share/doc/salome/gui/YACS/_sources +@dirrm share/doc/salome/gui/YACS/_static @dirrm share/doc/salome/gui/YACS @dirrm %%PYTHON_SITELIBDIR%%/salome/eo__POA @dirrm %%PYTHON_SITELIBDIR%%/salome/eo --xs+9IvWevLaxKUtW--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100502213128.GN21904>