From owner-cvs-all@FreeBSD.ORG Sun Mar 8 12:40:48 2009 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B1A341065670 for ; Sun, 8 Mar 2009 12:40:48 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from mx0.deglitch.com (backbone.deglitch.com [IPv6:2001:16d8:fffb:4::abba]) by mx1.freebsd.org (Postfix) with ESMTP id 5D7C08FC1C for ; Sun, 8 Mar 2009 12:40:48 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from DSPAM-Daemon (localhost [127.0.0.1]) by mx0.deglitch.com (Postfix) with SMTP id BAE908FC4E for ; Sun, 8 Mar 2009 15:27:27 +0300 (MSK) Received: from orion.SpringDaemons.com (drsun1.static.corbina.ru [85.21.245.235]) by mx0.deglitch.com (Postfix) with ESMTPA id 8D5148FC1D; Sun, 8 Mar 2009 15:27:26 +0300 (MSK) Received: from orion (localhost [127.0.0.1]) by orion.SpringDaemons.com (Postfix) with SMTP id D3E7439B2B; Sun, 8 Mar 2009 15:27:48 +0300 (MSK) Date: Sun, 8 Mar 2009 15:27:44 +0300 From: Stanislav Sedov To: Alexey Dokuchaev 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> Organization: The FreeBSD Project X-XMPP: ssedov@jabber.ru X-Voice: +7 916 849 20 23 X-PGP-Fingerprint: F21E D6CC 5626 9609 6CE2 A385 2BF5 5993 EB26 9581 X-Mailer: carrier-pigeon Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-DSPAM-Result: Innocent X-DSPAM-Processed: Sun Mar 8 15:27:27 2009 X-DSPAM-Confidence: 0.9899 X-DSPAM-Improbability: 1 in 9809 chance of being spam X-DSPAM-Probability: 0.0000 X-DSPAM-Signature: 49b3b9af967002057124955 Cc: cvs-ports@FreeBSD.org, Dmitry Marakasov , 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 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: Sun, 08 Mar 2009 12:40:49 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Sun, 8 Mar 2009 11:42:29 +0000 Alexey Dokuchaev 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 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:49b3b9af967002057124955!