From owner-cvs-all@FreeBSD.ORG Wed Nov 10 11:33:48 2004 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 4B7BC16A4CE; Wed, 10 Nov 2004 11:33:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D9BA43D1D; Wed, 10 Nov 2004 11:33:48 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id iAABXmm8008592; Wed, 10 Nov 2004 11:33:48 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id iAABXmso008591; Wed, 10 Nov 2004 11:33:48 GMT (envelope-from ahze) Message-Id: <200411101133.iAABXmso008591@repoman.freebsd.org> From: Michael Johnson Date: Wed, 10 Nov 2004 11:33:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/math Makefile ports/math/fftw-float Makefile 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: Wed, 10 Nov 2004 11:33:48 -0000 ahze 2004-11-10 11:33:48 UTC FreeBSD ports repository Modified files: math Makefile Added files: math/fftw-float Makefile Log: Add slave port fftw-float Fast C routines (Single Percision) FFTW is a C subroutine library for computing the Discrete Fourier Transform (DFT) in one or more dimensions, of both real and complex data, and of arbitrary input size. We believe that FFTW, which is free software, should become the FFT library of choice for most applications. Our benchmarks, performed on a variety of platforms, show that FFTW's performance is typically superior to that of other publicly available FFT software. Moreover, FFTW's performance is portable: the program will perform well on most architectures without modification. The FFTW package was developed at MIT by Matteo Frigo and Steven G. Johnson. Please send email to fftw@theory.lcs.mit.edu so that we can keep track of users and send you information about new releases. The latest version of FFTW, benchmarks, links, and other information can be found at the FFTW home page PR: ports/71271 Approved by: pav (co mentor) Revision Changes Path 1.293 +1 -0 ports/math/Makefile 1.1 +15 -0 ports/math/fftw-float/Makefile (new)