Date: Sun, 8 Mar 2009 11:42:29 +0000 From: Alexey Dokuchaev <danfe@FreeBSD.org> To: Stanislav Sedov <stas@FreeBSD.org> Cc: cvs-ports@FreeBSD.org, Dmitry Marakasov <amdmi3@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: <20090308114229.GA76913@FreeBSD.org> 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
On Sun, Mar 08, 2009 at 01:26:43PM +0300, Stanislav Sedov wrote: > On Sun, 8 Mar 2009 10:23:21 +0000 > Alexey Dokuchaev <danfe@FreeBSD.org> mentioned: > > > On Sun, Mar 08, 2009 at 11:58:13AM +0300, Stanislav Sedov wrote: > > > > > > A small note: we used to separate WWW and Author fields in pkg-descr > > > by tabs and not spaces. > > > > This is not true. > > > > At least this is what many ports follow and what comes to be from my > line of mentorship chain. :-) $ find ports -name pkg-descr | xargs grep -hc '^WWW: ' | awk ' { s += $1; } END { print s " of " NR; }' 14877 of 19868 ./danfe
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090308114229.GA76913>