Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id 538DA63B9BC for ; Fri, 7 Sep 2012 09:55:38 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 0B75514A1DE; Fri, 7 Sep 2012 09:55:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BE18F14A1A8 for ; Fri, 7 Sep 2012 09:55:35 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 586SbypoRZJS for ; Fri, 7 Sep 2012 09:55:35 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 283F714A19A for ; Fri, 7 Sep 2012 09:55:34 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 29D66175DD; Fri, 7 Sep 2012 09:55:35 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Fri, 7 Sep 2012 09:55:35 +0000 From: "Jens Rehsack" Subject: CVS commit: pkgsrc/textproc/p5-Lingua-EN-Tagger To: pkgsrc-changes@NetBSD.org Reply-To: sno@netbsd.org X-Mailer: log_accum Message-Id: <20120907095535.29D66175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: sno Date: Fri Sep 7 09:55:34 UTC 2012 Modified Files: pkgsrc/textproc/p5-Lingua-EN-Tagger: Makefile distinfo Log Message: Updating package for CPAN module Lingua::EN::Tagger in textproc/p5-Lingua-EN-Tagger from 0.16nb2 to 0.20. pkgsrc changes: - add newly introduced dependency to www/p5-HTML-Tagset Upstream changes since 0.16: 0.20 Aaron Coburn 7/6/12 Escaped curly braces in regex patterns. In perl 5.17 this becomes necessary. 0.19 Aaron Coburn 5/28/12 Added missing metadata fields to Makefile.PL 0.18 Aaron Coburn 5/11/12 Added requirement for 5.8 for proper unicode support. Modified get_sentences routine for $ chars as with preceeding issue. 0.17 Aaron Coburn 5/10/12 Added better error handling for loading YAML files. Fixed error in get_sentences routine related to (, [ and { characters being fused to the preceding word. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/p5-Lingua-EN-Tagger/Makefile cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/textproc/p5-Lingua-EN-Tagger/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.