From owner-cvs-all@FreeBSD.ORG Fri Mar 19 20:50:46 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 4AD3F16A4CE; Fri, 19 Mar 2004 20:50:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43DEF43D1F; Fri, 19 Mar 2004 20:50:46 -0800 (PST) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2K4okGe090619; Fri, 19 Mar 2004 20:50:46 -0800 (PST) (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2K4ojeP090618; Fri, 19 Mar 2004 20:50:45 -0800 (PST) (envelope-from maho) Message-Id: <200403200450.i2K4ojeP090618@repoman.freebsd.org> From: Maho Nakata Date: Fri, 19 Mar 2004 20:50:45 -0800 (PST) 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/dft++ Makefile distinfo pkg-descr pkg-plist ports/science/dft++/files patch-makefile-pw patch-makefile-wl patch-makefile.local-pw patch-makefile.local-wl 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: Sat, 20 Mar 2004 04:50:46 -0000 maho 2004/03/19 20:50:45 PST FreeBSD ports repository Modified files: science Makefile Added files: science/dft++ Makefile distinfo pkg-descr pkg-plist science/dft++/files patch-makefile-pw patch-makefile-wl patch-makefile.local-pw patch-makefile.local-wl Log: A Density functional software. This software has a unique design based upon the DFT++ algebraic framework introduced in Computer Physics Communications 128, 1-45 (June 2000). This framework allows us to transparently separate the computational guts (cache optimization, parallelization, etc.) from the introduction of new representations (plane waves, wavelets) and new physics (new density functionals, linear response theory, dielectric solutions). The software is fully cache and register optimized, and runs in serial, threaded, MPI and mixed threaded-MPI parallel environments. Revision Changes Path 1.42 +1 -0 ports/science/Makefile 1.1 +83 -0 ports/science/dft++/Makefile (new) 1.1 +8 -0 ports/science/dft++/distinfo (new) 1.1 +26 -0 ports/science/dft++/files/patch-makefile-pw (new) 1.1 +11 -0 ports/science/dft++/files/patch-makefile-wl (new) 1.1 +99 -0 ports/science/dft++/files/patch-makefile.local-pw (new) 1.1 +99 -0 ports/science/dft++/files/patch-makefile.local-wl (new) 1.1 +20 -0 ports/science/dft++/pkg-descr (new) 1.1 +11 -0 ports/science/dft++/pkg-plist (new)