From owner-freebsd-ports@FreeBSD.ORG Tue Dec 2 08:01:01 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B47916A4D6 for ; Tue, 2 Dec 2003 08:01:01 -0800 (PST) Received: from smtp.infracaninophile.co.uk (ns0.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 97BED43FEC for ; Tue, 2 Dec 2003 08:00:58 -0800 (PST) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [127.0.0.1]) hB2G0EKU010204 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 2 Dec 2003 16:00:46 GMT (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost)id hB2G0DjW010203; Tue, 2 Dec 2003 16:00:13 GMT (envelope-from matthew) Date: Tue, 2 Dec 2003 16:00:13 +0000 From: Matthew Seaman To: Clement Laforet Message-ID: <20031202160013.GA9854@happy-idiot-talk.infracaninophile.co.uk> References: <20031202130020.GA34672@sativa.0x45.org> <20031202134904.GA25931@happy-idiot-talk.infracaninophile.co.uk> <20031202150414.01292cea.sheepkiller@cultdeadsheep.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="RnlQjJ0d97Da+TV1" Content-Disposition: inline In-Reply-To: <20031202150414.01292cea.sheepkiller@cultdeadsheep.org> User-Agent: Mutt/1.5.5.1i X-Spam-Status: No, hits=-4.9 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=2.60 X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on happy-idiot-talk.infracaninophile.co.uk cc: ports@freebsd.org cc: vinc@freebsd-fr.org Subject: Re: Want to create/maintain a port X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2003 16:01:01 -0000 --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 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--