From owner-svn-ports-head@freebsd.org Tue Mar 14 12:25:15 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 63258D0A3C2; Tue, 14 Mar 2017 12:25:15 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 41C82166D; Tue, 14 Mar 2017 12:25:15 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 8A335798D; Tue, 14 Mar 2017 12:25:14 +0000 (UTC) Date: Tue, 14 Mar 2017 12:25:14 +0000 From: Alexey Dokuchaev To: Tijl Coosemans Cc: Mathieu Arnold , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, mexas@bris.ac.uk Subject: Re: svn commit: r436025 - in head/lang: . OpenCoarrays OpenCoarrays/files Message-ID: <20170314122514.GA39417@FreeBSD.org> References: <201703122025.v2CKPT3j040756@repo.freebsd.org> <20170312210236.GA75488@FreeBSD.org> <20170312225202.76a6f57b@kalimero.tijl.coosemans.org> <00a0ce93-cfc3-c93d-d0df-09a800258698@FreeBSD.org> <20170314131123.7e074dd8@kalimero.tijl.coosemans.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170314131123.7e074dd8@kalimero.tijl.coosemans.org> User-Agent: Mutt/1.7.1 (2016-10-04) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Mar 2017 12:25:15 -0000 On Tue, Mar 14, 2017 at 01:11:30PM +0100, Tijl Coosemans wrote: > On Tue, 14 Mar 2017 12:54:57 +0100 Mathieu Arnold > wrote: > > This was uncalled for. > > > > The *only* reason we use to lowercase the name of a port when upstream > > is not lowercased is if it provides a lowercased binary to run. No, we always prefer lowercase, with a few known exceptions. Every sane packaging ecosystem does the same (GNU/Linux distributions, Homebrew, you name it). > > Say, for example, sysutils/lsof was called upstream LsOf, then we would > > still call our port lsof, because it provides a binary called lsof. > > This is not the case here, it only provides caf and cafrun. > > So people searching for OpenCoarrays will not find it straight away. They will, because search is universally case-insensitive (that includes Google and FreshPorts.org) by default. > I'm on the fence about this, so I went with the name used by the > maintainer. I like using lowercase everywhere because you don't have > to worry about case then, but I'm fine either way. Note that the port > can still be found with the original name: > > % make -C /usr/ports search name=OpenCoarrays > Port: opencoarrays-1.8.4 > Path: /usr/ports/lang/opencoarrays > Info: Transport layer for coarray Fortran compilers Exactly. ./danfe