Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 1E14F63BEE5 for ; Mon, 22 Aug 2011 12:58:12 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id EADBD14A1BE; Mon, 22 Aug 2011 12:58:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8AA2C14A1B2 for ; Mon, 22 Aug 2011 12:58:09 +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 kRa+-qGsxfDD for ; Mon, 22 Aug 2011 12:58:09 +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 0B3BD14A1A5 for ; Mon, 22 Aug 2011 12:58:08 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id D937A175DD; Mon, 22 Aug 2011 12:58:08 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Mon, 22 Aug 2011 12:58:08 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/pcre To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20110822125808.D937A175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wiz Date: Mon Aug 22 12:58:08 UTC 2011 Modified Files: pkgsrc/devel/pcre: Makefile distinfo pkgsrc/devel/pcre/patches: patch-aa patch-ab Log Message: Update to 8.13. Add comments to patches. Release 8.13 16-Aug-2011 ------------------------ This is mainly a bug-fix release. There has been a lot of internal refactoring. The Unicode tables have been updated. The only new feature in the library is the passing of *MARK information to callouts. Some additions have been made to pcretest to make testing easier and more comprehensive. There is a new option for pcregrep to adjust its internal buffer size. To generate a diff of this commit: cvs rdiff -u -r1.59 -r1.60 pkgsrc/devel/pcre/Makefile cvs rdiff -u -r1.41 -r1.42 pkgsrc/devel/pcre/distinfo cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/pcre/patches/patch-aa cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/pcre/patches/patch-ab Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.