From owner-cvs-all@FreeBSD.ORG Sun May 4 20:33:40 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 4532C37B401; Sun, 4 May 2003 20:33:40 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB1C743F3F; Sun, 4 May 2003 20:33:39 -0700 (PDT) (envelope-from maho@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 h453Xd0U018173; Sun, 4 May 2003 20:33:39 -0700 (PDT) (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h453XdvB018172; Sun, 4 May 2003 20:33:39 -0700 (PDT) Message-Id: <200305050333.h453XdvB018172@repoman.freebsd.org> From: Maho Nakata Date: Sun, 4 May 2003 20:33:39 -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/scalapack Makefile distinfo pkg-descr pkg-message pkg-plist ports/math/scalapack/files Makefile PBtools.h.patch example1.cc example1.f manpages patch-SLmake.inc 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, 05 May 2003 03:33:40 -0000 maho 2003/05/04 20:33:39 PDT FreeBSD ports repository Modified files: math Makefile Added files: math/scalapack Makefile distinfo pkg-descr pkg-message pkg-plist math/scalapack/files Makefile PBtools.h.patch example1.cc example1.f manpages patch-SLmake.inc Log: Add scalapack 1.7, the ScaLAPACK Scalable LAPACK library. PR: 40521 Submitted by: NAKATA, Maho Revision Changes Path 1.212 +1 -0 ports/math/Makefile 1.1 +76 -0 ports/math/scalapack/Makefile (new) 1.1 +10 -0 ports/math/scalapack/distinfo (new) 1.1 +11 -0 ports/math/scalapack/files/Makefile (new) 1.1 +19 -0 ports/math/scalapack/files/PBtools.h.patch (new) 1.1 +434 -0 ports/math/scalapack/files/example1.cc (new) 1.1 +324 -0 ports/math/scalapack/files/example1.f (new) 1.1 +617 -0 ports/math/scalapack/files/manpages (new) 1.1 +62 -0 ports/math/scalapack/files/patch-SLmake.inc (new) 1.1 +7 -0 ports/math/scalapack/pkg-descr (new) 1.1 +21 -0 ports/math/scalapack/pkg-message (new) 1.1 +164 -0 ports/math/scalapack/pkg-plist (new)