From owner-cvs-all@FreeBSD.ORG Tue Feb 8 11:44:47 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2575316A4CE; Tue, 8 Feb 2005 11:44:47 +0000 (GMT) Received: from www.portaone.com (support.portaone.com [195.70.151.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BBED43D58; Tue, 8 Feb 2005 11:44:46 +0000 (GMT) (envelope-from sobomax@portaone.com) Received: from [192.168.0.128] ([192.168.2.2]) (authenticated bits=0) by www.portaone.com (8.12.11/8.12.11) with ESMTP id j18BiggC092117 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 8 Feb 2005 12:44:43 +0100 (CET) (envelope-from sobomax@portaone.com) Message-ID: <4208A619.6050004@portaone.com> Date: Tue, 08 Feb 2005 13:44:25 +0200 From: Maxim Sobolev Organization: Porta Software Ltd User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ruslan Ermilov References: <200502072115.j17LFGc1044164@repoman.freebsd.org> In-Reply-To: <200502072115.j17LFGc1044164@repoman.freebsd.org> Content-Type: text/plain; charset=KOI8-U; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.80/685/Wed Jan 26 10:08:24 2005 clamav-milter version 0.80j on www.portaone.com X-Virus-Status: Clean cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/games/fortune/tools do_uniq.py X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Feb 2005 11:44:47 -0000 Another good reason to bring Python into the base system. ;-) -Maxim Ruslan Ermilov wrote: > ru 2005-02-07 21:15:16 UTC > > FreeBSD src repository > > Added files: > games/fortune/tools do_uniq.py > Log: > An aggressive little script I used to trim out duplicate fortunes. > > Revision Changes Path > 1.1 +63 -0 src/games/fortune/tools/do_uniq.py (new) > > >