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
Dmitry Marakasov
amdmi3 at amdmi3.ru
Sun Mar 8 07:03:07 PDT 2009
* Stanislav Sedov (stas at 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 at amdmi3.ru ..: jabber: amdmi3 at jabber.ru http://www.amdmi3.ru
More information about the cvs-ports
mailing list