From owner-cvs-ports@FreeBSD.ORG Tue Nov 15 11:09:46 2005 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0275516A420; Tue, 15 Nov 2005 11:09:46 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D110E43D46; Tue, 15 Nov 2005 11:09:45 +0000 (GMT) (envelope-from clsung@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 jAFB9j6G045263; Tue, 15 Nov 2005 11:09:45 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jAFB9jcU045262; Tue, 15 Nov 2005 11:09:45 GMT (envelope-from clsung) Message-Id: <200511151109.jAFB9jcU045262@repoman.freebsd.org> From: Cheng-Lung Sung Date: Tue, 15 Nov 2005 11:09:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/p5-Text-Ngram Makefile distinfo pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Nov 2005 11:09:46 -0000 clsung 2005-11-15 11:09:45 UTC FreeBSD ports repository Modified files: textproc/p5-Text-Ngram Makefile distinfo pkg-plist Log: - update to 0.08 - fixed a bug (thanks to Greg) that had apparently been lurking around since the beginning of times (bug would only expose itself whenever the lowercase flag not set, which wouldn't happen often, as it probably isn't common to search for case-sensitive ngrams); digging deeper to understand the bug, by the way, has unleashed a hell of confusion given that the documentation has a couple of minor bugs that can become a major PITA in certain situations... the module is safe to use if you don't want to do major hacks with uppercased ngrams, but another version will probably be available soon (for certain values of soon) - added tests for behavior with lowercase flag not set - add SHA256 checksums PR: 88542 Submitted by: aaron Revision Changes Path 1.4 +2 -2 ports/textproc/p5-Text-Ngram/Makefile 1.4 +3 -2 ports/textproc/p5-Text-Ngram/distinfo 1.2 +1 -1 ports/textproc/p5-Text-Ngram/pkg-plist