From owner-cvs-all@FreeBSD.ORG Sat Jul 14 07:51:26 2012 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 1033) id D296A106566C; Sat, 14 Jul 2012 07:51:26 +0000 (UTC) Date: Sat, 14 Jul 2012 07:51:26 +0000 From: Alexey Dokuchaev To: Ruslan Mahmatkhanov Message-ID: <20120714075126.GA62010@FreeBSD.org> References: <201207131023.q6DANo8l081040@repoman.freebsd.org> <20120714070300.GA55269@FreeBSD.org> <500120A8.700@yandex.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <500120A8.700@yandex.ru> User-Agent: Mutt/1.4.2.1i Cc: Koop Mast , cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/games/gcompris Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Jul 2012 07:51:26 -0000 On Sat, Jul 14, 2012 at 11:32:56AM +0400, Ruslan Mahmatkhanov wrote: > Alexey Dokuchaev wrote on 14.07.2012 11:03: > >On Fri, Jul 13, 2012 at 10:23:50AM +0000, Koop Mast wrote: > >>kwm 2012-07-13 10:23:50 UTC > >> > >> Modified files: > >> games/gcompris Makefile distinfo pkg-descr pkg-plist > >> Log: > >> [...] > >> Add tab in WWW line in pkg-descr. > > > >I think the last change takes us backwards: space is preferred separator in > >WWW: line of pkg-descr AFAICT. > > I always replace this space with a tab (in a manner as vars and values > are separated in Makefile). Does it documented somewhere? And what the > reason may be of space is preferable? Thanks. Well, pkg-descr is not a Makefile. In makefiles, tabs help to align the values nicely, as it helps readability a lot. On the contrary, pkg-descr is mostly simple text, so there is not need to abuse tab here where single space perfectly suffices and IMHO looks a lot better. Sadly, as with other stylish rather than functional issues, it does not seem to be documented. Hopefully after switch to SVN it would be easier to isolate this kind of mechanical commits, and I will ask permission to convert every port to single space + submit a patch to someone on doc@ team to be added to PH. ./danfe