Date: Tue, 2 Dec 2003 16:00:13 +0000 From: Matthew Seaman <m.seaman@infracaninophile.co.uk> To: Clement Laforet <sheepkiller@cultdeadsheep.org> Cc: vinc@freebsd-fr.org Subject: Re: Want to create/maintain a port Message-ID: <20031202160013.GA9854@happy-idiot-talk.infracaninophile.co.uk> In-Reply-To: <20031202150414.01292cea.sheepkiller@cultdeadsheep.org> References: <20031202130020.GA34672@sativa.0x45.org> <20031202134904.GA25931@happy-idiot-talk.infracaninophile.co.uk> <20031202150414.01292cea.sheepkiller@cultdeadsheep.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--RnlQjJ0d97Da+TV1 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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@infracaninophile.co.uk> wrote: > > % grep 'ports@freebsd.org' /usr/ports/INDEX | \ > > perl -aln -F'\|' -e 'print $F[0];' >=20 > hummmm... > [clement@lucifer|(510)| clement]$ awk -F\| '$6 ~ /ports@FreeBSD.org/ {pri= nt $1;}' /usr/ports/INDEX-5 | wc -l > 2458 >=20 > 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] =3D~ 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] =3D~ m/ports\@freebsd\.org= /i);' < /usr/ports/INDEX | sort | uniq -c 10 ports@FreeBSD.ORG 15 ports@FreeBSD.Org 2463 ports@FreeBSD.org 1 ports@Freebsd.ORG 88 ports@freebsd.org Cheers, Matthew --=20 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 --RnlQjJ0d97Da+TV1 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/zLcNdtESqEQa7a0RAreDAJ9WAUsnbhV+RNigiet8litdzqaTVgCfd5p6 TYBHnRrRqYAYNBSFyJw77Y0= =fo7U -----END PGP SIGNATURE----- --RnlQjJ0d97Da+TV1--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031202160013.GA9854>