Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by narn.NetBSD.org (Postfix) with ESMTP id 664EE63B8A9 for ; Sun, 31 Aug 2008 13:20:35 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 1F67A63B1F0; Sun, 31 Aug 2008 13:20:35 +0000 (UTC) Received: from cvs.netbsd.org (unknown [IPv6:2001:4f8:4:7:2e0:81ff:fe25:eab4]) by mail.netbsd.org (Postfix) with ESMTP id 46DD463B157 for ; Sun, 31 Aug 2008 13:20:34 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 28586175D0; Sun, 31 Aug 2008 13:20:34 +0000 (UTC) From: OBATA Akio Subject: CVS commit: pkgsrc/devel/pcre-ocaml To: pkgsrc-changes@NetBSD.org Reply-To: obache@netbsd.org Message-Id: <20080831132034.28586175D0@cvs.netbsd.org> Date: Sun, 31 Aug 2008 13:20:34 +0000 (UTC) Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: obache Date: Sun Aug 31 13:20:34 UTC 2008 Modified Files: pkgsrc/devel/pcre-ocaml: Makefile PLIST distinfo Log Message: Update devel/pcre-ocaml to 5.15.0. Patch privided by PR 39348. Changes: 2008-05-06: Fixed build problem with newer versions of PCRE. 2008-03-14: Synced with Jane Street tree. 2008-01-25: Added new function: * names This function returns the names of all named substrings in a regular expression. Thanks to Benedikt Grundmann for the patch! 2007-07-12: Improved build scripts for Windows. Thanks to Christophe Troestler for the patch! 2007-07-12: Improved documentation for Win32 builds, and added some build scripts usable on Windows. Thanks to Christophe Troestler for this contribution! 2007-04-23: callback_exn -> caml_callback_exn. Updated OCamlMakefile. To generate a diff of this commit: cvs rdiff -r1.6 -r1.7 pkgsrc/devel/pcre-ocaml/Makefile cvs rdiff -r1.2 -r1.3 pkgsrc/devel/pcre-ocaml/PLIST cvs rdiff -r1.3 -r1.4 pkgsrc/devel/pcre-ocaml/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.