Want to create/maintain a port
Matthew Seaman
m.seaman at infracaninophile.co.uk
Tue Dec 2 08:01:01 PST 2003
On Tue, Dec 02, 2003 at 03:04:14PM +0100, Clement Laforet wrote:
> On Tue, 2 Dec 2003 13:49:04 +0000
> Matthew Seaman <m.seaman at infracaninophile.co.uk> wrote:
> > % grep 'ports at freebsd.org' /usr/ports/INDEX | \
> > perl -aln -F'\|' -e 'print $F[0];'
>
> hummmm...
> [clement at lucifer|(510)| clement]$ awk -F\| '$6 ~ /ports at FreeBSD.org/ {print $1;}' /usr/ports/INDEX-5 | wc -l
> 2458
>
> many more than 88 ;)
Oops. Yes. Dumb mistake. How embarrassing. This is from an INDEX
created today:
% perl -aln -F'\|' -e 'print $F[0] if ($F[5] =~ m/ports\@freebsd\.org/i);' < /usr/ports/INDEX | wc -l
2577
Seems that there are five different capitalizations of that e-mail
address in the system:
% perl -aln -F'\|' -e 'print $F[5] if ($F[5] =~ m/ports\@freebsd\.org/i);' < /usr/ports/INDEX | sort | uniq -c
10 ports at FreeBSD.ORG
15 ports at FreeBSD.Org
2463 ports at FreeBSD.org
1 ports at Freebsd.ORG
88 ports at freebsd.org
Cheers,
Matthew
--
Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks
Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614 Bucks., SL7 1TH UK
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-ports/attachments/20031202/2c529ce8/attachment.bin
More information about the freebsd-ports
mailing list