Date: Sun, 8 Mar 2009 15:27:44 +0300 From: Stanislav Sedov <stas@FreeBSD.org> To: Alexey Dokuchaev <danfe@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: <20090308152744.1882e2f9.stas@FreeBSD.org> In-Reply-To: <20090308114229.GA76913@FreeBSD.org> References: <200902182307.n1IN7vbc037733@repoman.freebsd.org> <20090308115813.d143106e.stas@FreeBSD.org> <20090308102321.GA67531@FreeBSD.org> <20090308132643.34f3e62c.stas@FreeBSD.org> <20090308114229.GA76913@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Sun, 8 Mar 2009 11:42:29 +0000 Alexey Dokuchaev <danfe@FreeBSD.org> mentioned: > 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 > > > > I think this will be more representative, as not every pkg-descr contains WWW field and not every that have it have Author also. So I checked only those that contain both. % find * -name pkg-descr | xargs grep -l '^WWW:' | xargs grep -l '^Author:' | xargs grep -hc '^WWW: ' | awk ' { s += $1; } END { print s " of " NR; }' 866 of 1527 In any case, that was just an suggestion to improve the look of pkg-descr. - -- Stanislav Sedov ST4096-RIPE -----BEGIN PGP SIGNATURE----- iEYEARECAAYFAkmzucQACgkQK/VZk+smlYGi4gCeOLsRuSjBjbPxdAbaZnPnvyGr Do0AmwVfWglAyi9cIStZtWL6kWEL1Uv+ =Ednr -----END PGP SIGNATURE----- !DSPAM:49b3b9b0967002412889331!
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090308152744.1882e2f9.stas>