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

Alexey Dokuchaev danfe at FreeBSD.org
Sun Mar 8 04:42:30 PDT 2009


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 at 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


More information about the cvs-all mailing list