From owner-cvs-ports@FreeBSD.ORG Sun Jul 20 21:19:13 2008 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B3F391065673; Sun, 20 Jul 2008 21:19:13 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B06288FC25; Sun, 20 Jul 2008 21:19:13 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m6KLJD6R076516; Sun, 20 Jul 2008 21:19:13 GMT (envelope-from beech@repoman.freebsd.org) Received: (from beech@localhost) by repoman.freebsd.org (8.14.2/8.14.1/Submit) id m6KLJDOs076515; Sun, 20 Jul 2008 21:19:13 GMT (envelope-from beech) Message-Id: <200807202119.m6KLJDOs076515@repoman.freebsd.org> From: Beech Rintoul Date: Sun, 20 Jul 2008 21:19:13 +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/science Makefile ports/science/silo Makefile distinfo pkg-descr pkg-plist ports/science/silo/files patch-tests+Makefile.in X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Jul 2008 21:19:13 -0000 beech 2008-07-20 21:19:13 UTC FreeBSD ports repository Modified files: science Makefile Added files: science/silo Makefile distinfo pkg-descr pkg-plist science/silo/files patch-tests+Makefile.in Log: - New port silo-4.6.1 A mesh and field I/O library and scientific database Silo is a library for reading and writing a wide variety of scientific data to binary, disk files. The files Silo produces and the data within them can be easily shared and exchanged between wholly independently developed applications running on disparate computing platforms. Consequently, Silo facilitates the development of general purpose tools for processing scientific data. One of the more popular tools that process Silo data files is the VisIt visualization tool. Silo supports gridless (point) meshes, structured meshes, unstructured-zoo and unstructured-arbitrary-polyhedral meshes, block structured AMR meshes, constructive solid geometry (CSG) meshes, piecewise-constant (e.g. zone-centered) and piecewise-linear (e.g. node-centered) variables defined on the node, edge, face or volume elements of meshes as well as the decomposition of meshes into arbitrary subset hierarchies including materials and mixing materials. In addition, Silo supports a wide variety of other useful objects to address various scientific computing application needs.Although the Silo library is a serial library, it has some key features which enable it to be applied quite effectively and scalably in parallel. PR: ports/125725 Submitted by: Pedro F. Giffuni Revision Changes Path 1.129 +1 -0 ports/science/Makefile 1.1 +78 -0 ports/science/silo/Makefile (new) 1.1 +3 -0 ports/science/silo/distinfo (new) 1.1 +11 -0 ports/science/silo/files/patch-tests+Makefile.in (new) 1.1 +24 -0 ports/science/silo/pkg-descr (new) 1.1 +16 -0 ports/science/silo/pkg-plist (new)