From owner-svn-ports-head@FreeBSD.ORG Sun Jan 25 18:04:26 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 702EB7D0; Sun, 25 Jan 2015 18:04:26 +0000 (UTC) Date: Sun, 25 Jan 2015 18:04:26 +0000 From: Alexey Dokuchaev To: Lars Engels Subject: Re: svn commit: r377721 - in head/devel/newfile: . files Message-ID: <20150125180426.GA11307@FreeBSD.org> References: <201501231039.t0NAdYS5095664@svn.freebsd.org> <20150123110243.GA64051@FreeBSD.org> <54C234F6.4070805@FreeBSD.org> <20150123122120.GA91455@FreeBSD.org> <54C3583E.1070205@FreeBSD.org> <20150124140220.GF67556@e-new.0x20.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150124140220.GF67556@e-new.0x20.net> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, Johannes Jost Meixner , Kubilay Kocak , ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 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: Sun, 25 Jan 2015 18:04:26 -0000 On Sat, Jan 24, 2015 at 03:02:21PM +0100, Lars Engels wrote: > On Sat, Jan 24, 2015 at 07:30:54PM +1100, Kubilay Kocak wrote: > > I'd like to enable easy discovery by users and better search relevance > > by matching upstream names as closely as possible. [...] > > > > Other than the subjective prettiness factor, which I don't have a > > position on, what technical considerations or issues are there, if any, > > with dotted ports? > > There might be scripts which expect the first dot in the version part of > a package's name and not in the name itself. Right, but not only that. I've mentioned that it had bitten us in the past and digged these two commits: http://svnweb.freebsd.org/ports?view=revision&revision=288024 http://svnweb.freebsd.org/ports?view=revision&revision=288046 One could argue if we should still care about defunct csup/cvsup or whether "standard Unix file-cleaners will come through and nuke this directory", or whether traditional concept of a "file extension" should affect directory names, but IMHO all these illustrate fragility of dotted directories quite clearly already. Even if one disagrees with my sens esthetique, the fact that dotted dirnames did create problems in the past kind of suggests that they might pop up in the future. Then again -- they are ugly; as Lars had mentioned, dots could be expected to be used exclusively in versions; etc. -- better avoid to this mess once and for all. I'll probably cook up a patch to PHB on this matter. ./danfe