From owner-svn-ports-all@freebsd.org Sat May 18 14:03:54 2019 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 614E8158E164; Sat, 18 May 2019 14:03:54 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E478883994; Sat, 18 May 2019 14:03:53 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id BCAE09597; Sat, 18 May 2019 14:03:53 +0000 (UTC) From: Jan Beich To: Alexey Dokuchaev Cc: Jason Bacon , svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org, "Jason W. Bacon" Subject: Re: svn commit: r501873 - in head/biology: . gemma gemma/files References: <201905171445.x4HEjKE4084764@repo.freebsd.org> <20190518102522.GA45838@FreeBSD.org> <205369ac-7666-0d45-7f76-a473915a0eb9@gmail.com> <20190518131804.GA12903@FreeBSD.org> Date: Sat, 18 May 2019 16:03:48 +0200 In-Reply-To: <20190518131804.GA12903@FreeBSD.org> (Alexey Dokuchaev's message of "Sat, 18 May 2019 13:18:04 +0000") Message-ID: <4l5r-g8qj-wny@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain X-Rspamd-Queue-Id: E478883994 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.88 / 15.00]; local_wl_from(0.00)[freebsd.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.88)[-0.885,0]; ASN(0.00)[asn:11403, ipnet:96.47.64.0/20, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 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: Sat, 18 May 2019 14:03:54 -0000 Alexey Dokuchaev writes: > On Sat, May 18, 2019 at 08:09:45AM -0500, Jason Bacon wrote: > >> Ultimately I chose to follow the pattern of lowercasing the port >> directory (except for special cases like perl and cran) and matching >> the case of PORTNAME with upstream > > Vast majority of upstream names use mixed case (most common is first > capital letter), but we and GNU/Linux people don't do that: look at > package names of Firefox, DeaDBeeF, PostgreSQL, etc. - DeaDBeeF installs bin/deadbeef, built from deadbeef-0.7.2.tar.bz2 - Firefox installs bin/firefox, built from firefox-67.0.source.tar.xz - PostgreSQL installs libraries under lib/postgresql + include/postgresql, built from postgresql-11.3.tar.bz2 See also https://en.wikipedia.org/wiki/Faulty_generalization