diff options
author | obache <obache@pkgsrc.org> | 2008-08-31 13:20:34 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-08-31 13:20:34 +0000 |
commit | f4dd391d1ccbba06fac1d992635f963ae8a1abb4 (patch) | |
tree | 654b04bb8aa8255c4387002e9b812479bfd69fa6 /devel/pcre-ocaml | |
parent | d22efa4bb913f679d5eb91f0290b449f81dd614f (diff) | |
download | pkgsrc-f4dd391d1ccbba06fac1d992635f963ae8a1abb4.tar.gz |
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>
for the patch!
2007-07-12: Improved build scripts for Windows.
Thanks to Christophe Troestler
<Christophe.Troestler@umh.ac.be> 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> for this contribution!
2007-04-23: callback_exn -> caml_callback_exn.
Updated OCamlMakefile.
Diffstat (limited to 'devel/pcre-ocaml')
-rw-r--r-- | devel/pcre-ocaml/Makefile | 6 | ||||
-rw-r--r-- | devel/pcre-ocaml/PLIST | 13 | ||||
-rw-r--r-- | devel/pcre-ocaml/distinfo | 8 |
3 files changed, 19 insertions, 8 deletions
diff --git a/devel/pcre-ocaml/Makefile b/devel/pcre-ocaml/Makefile index 0cb1d3879b3..a1097223241 100644 --- a/devel/pcre-ocaml/Makefile +++ b/devel/pcre-ocaml/Makefile @@ -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 @@ DEPENDS+= ocaml-findlib-[0-9]*:../../devel/ocaml-findlib 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 --git a/devel/pcre-ocaml/PLIST b/devel/pcre-ocaml/PLIST index 4d4f891d1c5..75ae94d397d 100644 --- a/devel/pcre-ocaml/PLIST +++ b/devel/pcre-ocaml/PLIST @@ -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 --git a/devel/pcre-ocaml/distinfo b/devel/pcre-ocaml/distinfo index b41af99c3ce..59bb16fa947 100644 --- a/devel/pcre-ocaml/distinfo +++ b/devel/pcre-ocaml/distinfo @@ -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 |