From owner-cvs-all@FreeBSD.ORG Fri Oct 3 16:15:37 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 57E0A16A4B3; Fri, 3 Oct 2003 16:15:37 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C954443FF5; Fri, 3 Oct 2003 16:15:36 -0700 (PDT) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h93NFaXJ019944; Fri, 3 Oct 2003 16:15:36 -0700 (PDT) (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h93NFacB019943; Fri, 3 Oct 2003 16:15:36 -0700 (PDT) (envelope-from maho) Message-Id: <200310032315.h93NFacB019943@repoman.freebsd.org> From: Maho Nakata Date: Fri, 3 Oct 2003 16:15:36 -0700 (PDT) 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/atlas-devel Makefile distinfo pkg-descr pkg-plist ports/math/atlas-devel/files alpha-patch answer blas.h lapack.h non-thread-patch patch-config.c thread-patch 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: Fri, 03 Oct 2003 23:15:37 -0000 maho 2003/10/03 16:15:36 PDT FreeBSD ports repository Modified files: math Makefile Added files: math/atlas-devel Makefile distinfo pkg-descr pkg-plist math/atlas-devel/files alpha-patch answer blas.h lapack.h non-thread-patch patch-config.c thread-patch Log: Add new port atlas-devel, developer version of math/atlas Revision Changes Path 1.228 +1 -0 ports/math/Makefile 1.1 +111 -0 ports/math/atlas-devel/Makefile (new) 1.1 +1 -0 ports/math/atlas-devel/distinfo (new) 1.1 +9 -0 ports/math/atlas-devel/files/alpha-patch (new) 1.1 +10 -0 ports/math/atlas-devel/files/answer (new) 1.1 +857 -0 ports/math/atlas-devel/files/blas.h (new) 1.1 +5085 -0 ports/math/atlas-devel/files/lapack.h (new) 1.1 +18 -0 ports/math/atlas-devel/files/non-thread-patch (new) 1.1 +77 -0 ports/math/atlas-devel/files/patch-config.c (new) 1.1 +28 -0 ports/math/atlas-devel/files/thread-patch (new) 1.1 +23 -0 ports/math/atlas-devel/pkg-descr (new) 1.1 +56 -0 ports/math/atlas-devel/pkg-plist (new)