From owner-cvs-src@FreeBSD.ORG Wed Sep 28 18:18:29 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D2C2116A41F; Wed, 28 Sep 2005 18:18:29 +0000 (GMT) (envelope-from schweikh@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A084143D4C; Wed, 28 Sep 2005 18:18:29 +0000 (GMT) (envelope-from schweikh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8SIITxL042220; Wed, 28 Sep 2005 18:18:29 GMT (envelope-from schweikh@repoman.freebsd.org) Received: (from schweikh@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8SIITwf042217; Wed, 28 Sep 2005 18:18:29 GMT (envelope-from schweikh) Message-Id: <200509281818.j8SIITwf042217@repoman.freebsd.org> From: Jens Schweikhardt Date: Wed, 28 Sep 2005 18:18:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/games/fortune/datfiles limerick X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 18:18:30 -0000 schweikh 2005-09-28 18:18:29 UTC FreeBSD src repository Modified files: games/fortune/datfiles limerick Log: Nuke duplicates found via fuzzy logic: - typos - different spelling, punctuation, whitespace - phonetically similar names - words rearranged ("was once" vs "once was" etc) If a limerick appeared as a single one and as part of a double or triple, the singleton was removed. With a little help from: sort limerick|uniq -d This still turns up 20 lines being repeated, but the respective limericks are sufficiently unique to leave them in (i.e. most differ in at least two lines). Nuke spaces in front of colons while I'm here. Revision Changes Path 1.9 +15 -401 src/games/fortune/datfiles/limerick