Date: Sun, 8 Mar 2009 17:02:18 +0300 From: Dmitry Marakasov <amdmi3@amdmi3.ru> To: Stanislav Sedov <stas@FreeBSD.org> Cc: cvs-ports@FreeBSD.org, Alexey Dokuchaev <danfe@FreeBSD.org>, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/comms Makefile ports/comms/dfu-util Makefile distinfo pkg-descr pkg-message ports/comms/dfu-util/files patch-configure.ac patch-src-commands.h patch-src-dfu.c patch-src-dfu.h patch-src-main.c patch-src-sam7dfu.c Message-ID: <20090308140218.GB15919@hades.panopticon> In-Reply-To: <20090308132643.34f3e62c.stas@FreeBSD.org> References: <200902182307.n1IN7vbc037733@repoman.freebsd.org> <20090308115813.d143106e.stas@FreeBSD.org> <20090308102321.GA67531@FreeBSD.org> <20090308132643.34f3e62c.stas@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
* Stanislav Sedov (stas@FreeBSD.org) wrote: > At least this is what many ports follow and what comes to be from my > line of mentorship chain. :-) As it was said, tabs are definitely not dominant for WWW: lines. % find /usr/ports -name pkg-descr -exec cat {} \; > dsc % cat dsc|grep '^WWW:' |wc -l 16783 % cat dsc|grep '^WWW: ' |wc -l # space 14326 % cat dsc|grep '^WWW: ' |wc -l # multiple spaces 343 % cat dsc|grep '^WWW: ' |wc -l # tab 2424 I personally prefer a single space, but when there's Author: as well, tabs make it loog good. In either case, I don't think this is worth bikeshedding, period. If we're that much for consistency, let's steamroll it. -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amdmi3@amdmi3.ru ..: jabber: amdmi3@jabber.ru http://www.amdmi3.ru
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090308140218.GB15919>