From owner-cvs-all@FreeBSD.ORG Mon Sep 8 05:46:01 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0CBD916A4BF; Mon, 8 Sep 2003 05:46:01 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2922143F75; Mon, 8 Sep 2003 05:46:00 -0700 (PDT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h88Ck00U063468; Mon, 8 Sep 2003 05:46:00 -0700 (PDT) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h88Cjxto063467; Mon, 8 Sep 2003 05:45:59 -0700 (PDT) Message-Id: <200309081245.h88Cjxto063467@repoman.freebsd.org> From: Edwin Groothuis Date: Mon, 8 Sep 2003 05:45:59 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/science Makefile ports/science/at Makefile distinfo pkg-descr pkg-plist ports/science/at/files patch-aa X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Sep 2003 12:46:01 -0000 edwin 2003/09/08 05:45:59 PDT FreeBSD ports repository Modified files: science Makefile Added files: science/at Makefile distinfo pkg-descr pkg-plist science/at/files patch-aa Log: New port: science/at Acoustic ToolBox The Acoustic ToolBox includes four acoustic models: BELLHOP: A beam/ray trace code KRAKEN: A normal mode code SCOOTER: A finite element FFP code SPARC: A time domain FFP code A common input structure has been used throughout so that only minor modifications are needed to switch from one program to another. All the models produce shade files which can be processed using a common set of plotting routines to plot transmission loss vs. range or vs. range and depth. These plotting routines are contained in the GLOBAL directory. PR: ports/42378 Submitted by: Heiner Strauss Revision Changes Path 1.30 +1 -0 ports/science/Makefile 1.1 +35 -0 ports/science/at/Makefile (new) 1.1 +1 -0 ports/science/at/distinfo (new) 1.1 +85 -0 ports/science/at/files/patch-aa (new) 1.1 +17 -0 ports/science/at/pkg-descr (new) 1.1 +227 -0 ports/science/at/pkg-plist (new)