pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/pcre-ocaml Update devel/pcre-ocaml to 5.15.0.
details: https://anonhg.NetBSD.org/pkgsrc/rev/c40dd22a87e9
branches: trunk
changeset: 546418:c40dd22a87e9
user: obache <obache%pkgsrc.org@localhost>
date: Sun Aug 31 13:20:34 2008 +0000
description:
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 <bgrundmann%janestcapital.com@localhost>
for the patch!
2007-07-12: Improved build scripts for Windows.
Thanks to Christophe Troestler
<Christophe.Troestler%umh.ac.be@localhost> for the patch!
2007-07-12: Improved documentation for Win32 builds, and added some build
scripts usable on Windows.
Thanks to Christophe Troestler
<Christophe.Troestler%umh.ac.be@localhost> for this contribution!
2007-04-23: callback_exn -> caml_callback_exn.
Updated OCamlMakefile.
diffstat:
devel/pcre-ocaml/Makefile | 6 +++---
devel/pcre-ocaml/PLIST | 13 ++++++++++++-
devel/pcre-ocaml/distinfo | 8 ++++----
3 files changed, 19 insertions(+), 8 deletions(-)
diffs (75 lines):
diff -r ab96ff253d2e -r c40dd22a87e9 devel/pcre-ocaml/Makefile
--- a/devel/pcre-ocaml/Makefile Sun Aug 31 13:12:23 2008 +0000
+++ b/devel/pcre-ocaml/Makefile Sun Aug 31 13:20:34 2008 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2008/05/26 02:13:17 joerg Exp $
+# $NetBSD: Makefile,v 1.7 2008/08/31 13:20:34 obache Exp $
#
-DISTNAME= pcre-ocaml-5.11.2
+DISTNAME= pcre-ocaml-5.15.0
CATEGORIES= devel
MASTER_SITES= http://www.ocaml.info/ocaml_sources/
EXTRACT_SUFX= .tar.bz2
@@ -17,7 +17,7 @@
USE_TOOLS+= gmake pax
.if (${MACHINE_ARCH} == "i386") || (${MACHINE_ARCH} == "powerpc") || \
(${MACHINE_ARCH} == "sparc") || (${MACHINE_ARCH} == "x86_64")
-PLIST_SRC= PLIST PLIST.opt
+PLIST_SRC= PLIST.opt PLIST
.else
BUILD_TARGET= byte
.endif
diff -r ab96ff253d2e -r c40dd22a87e9 devel/pcre-ocaml/PLIST
--- a/devel/pcre-ocaml/PLIST Sun Aug 31 13:12:23 2008 +0000
+++ b/devel/pcre-ocaml/PLIST Sun Aug 31 13:20:34 2008 +0000
@@ -1,22 +1,33 @@
-@comment $NetBSD: PLIST,v 1.2 2007/06/09 11:05:00 rillig Exp $
+@comment $NetBSD: PLIST,v 1.3 2008/08/31 13:20:34 obache Exp $
lib/ocaml/site-lib/pcre/META
lib/ocaml/site-lib/pcre/dllpcre_stubs.so
lib/ocaml/site-lib/pcre/libpcre_stubs.a
lib/ocaml/site-lib/pcre/pcre.cma
lib/ocaml/site-lib/pcre/pcre.cmi
lib/ocaml/site-lib/pcre/pcre.mli
+share/examples/pcre-ocaml/OMakefile
share/examples/pcre-ocaml/cloc/Makefile
+share/examples/pcre-ocaml/cloc/OMakefile
share/examples/pcre-ocaml/cloc/README
share/examples/pcre-ocaml/cloc/cloc.ml
+share/examples/pcre-ocaml/cloc/make_win32_cloc.bat
share/examples/pcre-ocaml/count_hash/Makefile
+share/examples/pcre-ocaml/count_hash/OMakefile
share/examples/pcre-ocaml/count_hash/README
share/examples/pcre-ocaml/count_hash/count_hash.ml
share/examples/pcre-ocaml/pcregrep/Makefile
+share/examples/pcre-ocaml/pcregrep/OMakefile
share/examples/pcre-ocaml/pcregrep/README
share/examples/pcre-ocaml/pcregrep/pcregrep.ml
share/examples/pcre-ocaml/subst/Makefile
+share/examples/pcre-ocaml/subst/OMakefile
share/examples/pcre-ocaml/subst/README
share/examples/pcre-ocaml/subst/subst.ml
+@dirrm share/examples/pcre-ocaml/subst
+@dirrm share/examples/pcre-ocaml/pcregrep
+@dirrm share/examples/pcre-ocaml/count_hash
+@dirrm share/examples/pcre-ocaml/cloc
+@dirrm share/examples/pcre-ocaml
@exec %D/libexec/ocaml-findlib-register add %D/lib/ocaml/site-lib/pcre
@unexec %D/libexec/ocaml-findlib-register del %D/lib/ocaml/site-lib/pcre
@dirrm lib/ocaml/site-lib/pcre
diff -r ab96ff253d2e -r c40dd22a87e9 devel/pcre-ocaml/distinfo
--- a/devel/pcre-ocaml/distinfo Sun Aug 31 13:12:23 2008 +0000
+++ b/devel/pcre-ocaml/distinfo Sun Aug 31 13:20:34 2008 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.3 2007/06/09 11:05:00 rillig Exp $
+$NetBSD: distinfo,v 1.4 2008/08/31 13:20:34 obache Exp $
-SHA1 (pcre-ocaml-5.11.2.tar.bz2) = 2a9f44165670a4fc81d9a13f4f7192ebc5a96b71
-RMD160 (pcre-ocaml-5.11.2.tar.bz2) = 6a7d690d49f86fa36845b8e064248677faa9ad98
-Size (pcre-ocaml-5.11.2.tar.bz2) = 46651 bytes
+SHA1 (pcre-ocaml-5.15.0.tar.bz2) = b7fb293867cf2c7d7deddc29e6a445359b0f7604
+RMD160 (pcre-ocaml-5.15.0.tar.bz2) = b2a515f2120e2e6a25f03ee15d60fe766621f5a9
+Size (pcre-ocaml-5.15.0.tar.bz2) = 51120 bytes
SHA1 (patch-aa) = ff7aaec3c2fb06b1c9ab410257b64c8d5d29dcf6
SHA1 (patch-ab) = 1a4de1d021cc9ebafdab8f470750fe097d80905e
Home |
Main Index |
Thread Index |
Old Index