Number of maintainers vs. number of ports

Vasil Dimov vd at FreeBSD.org
Mon May 22 12:16:05 UTC 2006


On Mon, May 22, 2006 at 03:03:12PM +0300, Vasil Dimov wrote:
> On Mon, May 22, 2006 at 04:30:32AM -0700, Jeremy Chadwick wrote:
> [...]
> > 
> > It would be interesting to see these statistics generated for ports
> > that *are not* maintained by ports at freebsd.org.
> > 
> It's not that hard to do it yourself:
> 
> $ cut -f 6 -d '|' /usr/ports/INDEX-6 |grep -v ports at FreeBSD.org |wc -l
>    10411
> 
> $ cut -f 6 -d '|' /usr/ports/INDEX-6 |grep -v ports at FreeBSD.org |sort -u |wc -l
>     1512
> 
> 10411/1512 = 6.89
> 
Ofcourse grep -i should have been used, but it does not really change
things:

10404/1510 = 6.89

-- 
Vasil Dimov
gro.DSBeerF at dv

Testing can show the presence of bugs, but not their absence.
                -- Edsger W. Dijkstra
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 155 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-ports/attachments/20060522/2bb1f1e7/attachment.pgp


More information about the freebsd-ports mailing list