From owner-cvs-all@FreeBSD.ORG Fri Feb 12 22:16:31 2010 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C1F9410656A5; Fri, 12 Feb 2010 22:16:31 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AE0E88FC28; Fri, 12 Feb 2010 22:16:31 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o1CMGVXc002613; Fri, 12 Feb 2010 22:16:31 GMT (envelope-from pgollucci@repoman.freebsd.org) Received: (from pgollucci@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o1CMGVTj002612; Fri, 12 Feb 2010 22:16:31 GMT (envelope-from pgollucci) Message-Id: <201002122216.o1CMGVTj002612@repoman.freebsd.org> From: "Philip M. Gollucci" Date: Fri, 12 Feb 2010 22:16:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/cad Makefile ports/cad/salome-smesh Makefile pkg-descr pkg-plist ports/cad/salome-smesh/files patch-DriverMED_Makefile.am patch-DriverSTL_R_SMDS_Mesh.cxx patch-SMDS_MemoryLimit.cxx patch-SMESH_Makefile.am patch-SMESH_Mesh_i.cxx patch-SMESH_SMDS_Mesh.cxx ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Feb 2010 22:16:31 -0000 pgollucci 2010-02-12 22:16:31 UTC FreeBSD ports repository Modified files: cad Makefile Added files: cad/salome-smesh Makefile pkg-descr pkg-plist cad/salome-smesh/files patch-DriverMED_Makefile.am patch-DriverSTL_R_SMDS_Mesh.cxx patch-SMDS_MemoryLimit.cxx patch-SMESH_Makefile.am patch-SMESH_Mesh_i.cxx patch-SMESH_SMDS_Mesh.cxx patch-admlocal_unix_config_Makefile.am patch-bin_Makefile.am patch-check_Platform.m4 patch-configure.ac Log: 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 SMESH module. WWW: http://www.salome-platform.org - Stas Timokhin devel@stasyan.com PR: ports/143469 Submitted by: Stas Timokhin Revision Changes Path 1.121 +1 -0 ports/cad/Makefile 1.1 +14 -0 ports/cad/salome-smesh/Makefile (new) 1.1 +11 -0 ports/cad/salome-smesh/files/patch-DriverMED_Makefile.am (new) 1.1 +10 -0 ports/cad/salome-smesh/files/patch-DriverSTL_R_SMDS_Mesh.cxx (new) 1.1 +64 -0 ports/cad/salome-smesh/files/patch-SMDS_MemoryLimit.cxx (new) 1.1 +12 -0 ports/cad/salome-smesh/files/patch-SMESH_Makefile.am (new) 1.1 +13 -0 ports/cad/salome-smesh/files/patch-SMESH_Mesh_i.cxx (new) 1.1 +56 -0 ports/cad/salome-smesh/files/patch-SMESH_SMDS_Mesh.cxx (new) 1.1 +10 -0 ports/cad/salome-smesh/files/patch-admlocal_unix_config_Makefile.am (new) 1.1 +11 -0 ports/cad/salome-smesh/files/patch-bin_Makefile.am (new) 1.1 +12 -0 ports/cad/salome-smesh/files/patch-check_Platform.m4 (new) 1.1 +31 -0 ports/cad/salome-smesh/files/patch-configure.ac (new) 1.1 +19 -0 ports/cad/salome-smesh/pkg-descr (new) 1.1 +1371 -0 ports/cad/salome-smesh/pkg-plist (new)