From owner-svn-ports-all@freebsd.org Mon Jun 18 23:50:23 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4A7AA10069D8; Mon, 18 Jun 2018 23:50:23 +0000 (UTC) (envelope-from yuri@freebsd.org) Received: from shell1.rawbw.com (shell1.rawbw.com [198.144.192.42]) by mx1.freebsd.org (Postfix) with ESMTP id C9F897A3AD; Mon, 18 Jun 2018 23:50:22 +0000 (UTC) (envelope-from yuri@freebsd.org) Received: from yv.noip.me (c-24-4-131-132.hsd1.ca.comcast.net [24.4.131.132]) (authenticated bits=0) by shell1.rawbw.com (8.15.1/8.15.1) with ESMTPSA id w5INoKA0074469 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO); Mon, 18 Jun 2018 16:50:21 -0700 (PDT) (envelope-from yuri@freebsd.org) X-Authentication-Warning: shell1.rawbw.com: Host c-24-4-131-132.hsd1.ca.comcast.net [24.4.131.132] claimed to be yv.noip.me Reply-To: yuri@freebsd.org Subject: Re: svn commit: r472505 - in head/science: . py-abipy To: Mathieu Arnold Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201806160037.w5G0bZJp066568@repo.freebsd.org> <20180618202619.4ff3ympyappfqjcq@atuin.in.mat.cc> From: Yuri Message-ID: <0e82903e-dc32-872c-8f88-199f379a804c@freebsd.org> Date: Mon, 18 Jun 2018 16:50:19 -0700 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 MIME-Version: 1.0 In-Reply-To: <20180618202619.4ff3ympyappfqjcq@atuin.in.mat.cc> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jun 2018 23:50:23 -0000 On 06/18/18 13:26, Mathieu Arnold wrote: > I'm replying to one of those ports you add that nobody will probably > ever need. Could you at least do them right, like, using PY_FLAVOR in > dependency lines? You are wrong that nobody is going to use it. This port is used together with science/abinit. And Abinit is a major software for performig DFT (Density Functional Theory) computations to compute quantum electron densities in molecules. It is used in quantum chemistry, and DFT comes up in at least 10% of chemistry papers now. Walter Kohn (https://en.wikipedia.org/wiki/Walter_Kohn) got Nobel Prize for DFT in 1998. PY_FLAVOR vs. FLAVOR: you said before that you was undecided and didn't think about it. If this has changed, and PY_FLAVOR is now recommended, I will use it then. Yuri