Commit Graph

12 Commits

Author SHA1 Message Date
krw
56c1537015 Update ocaml-pcre to 7.2.3. Bump revision of ports depending on ocaml-pcre. 2016-11-01 22:02:59 +00:00
krw
50b44b65e0 Stop building Ocaml's internal ocamlbuild and use the ocaml-ocamlbuild port
where needed.

The next step towards Ocaml 4.3.0.

Bulk build by sthen@ identified several laggards which are included here.

ok anil@ sthen@ so final 4.3.0 polishing can be done in-tree.
2016-06-23 19:23:53 +00:00
naddy
b565ffc051 g/c PFRAG.shared from OCaml ports; ok chrisz@ 2016-03-29 11:27:00 +00:00
avsm
61ba8212b1 update to ocaml-pcre-7.0.5
ok jca@, tested by krw@ daniel@ jsg@
2015-08-30 16:02:58 +00:00
sthen
71d9d55774 chown to set permissions to avoid needing root to "make clean" after build 2014-10-30 23:39:23 +00:00
kili
5088070bc2 Bump after lang/ocaml pkgname change (first round, more bumps will follow). 2014-08-22 22:21:53 +00:00
espie
bcf3856632 PERMIT_* / REGRESS->TEST sweep 2013-03-11 10:50:00 +00:00
chrisz
0081341c9f update lang/ocaml to 4.00.1.
Let all ocaml ports RUN_DEPEND on the version of ocaml they were built with.
2012-11-30 19:38:09 +00:00
avsm
b1de06d819 update to ocaml-pcre-7.0.2
* fix on non-native arch (sparc64)
* use OASIS configure_style to simplify port

From: Christopher Zimmermann <madroach@gmerlin.de>
2012-08-18 22:22:41 +00:00
sthen
2a6f9b3f23 fix dynamically linking against ocaml-pcre and some general cleanup, from
Christopher Zimmermann
2012-07-18 08:04:11 +00:00
jasper
a0492d2d5f - update to 6.2.5
from  Christopher Zimmermann
2012-05-22 11:46:40 +00:00
sthen
af4daa9c19 import ocaml-pcre; ok jasper@
This OCaml-library interfaces the PCRE (Perl-compatible regular expression)
library which is written in C. it can be used for matching regular expressions
which are written in the PERL style.
 
It is reentrant - and thus thread safe. This is not the case with the "Str"
module of OCaml, which builds on the GNU "regex"-library. Using reentrant
libraries also means more convenience for programmers. They do not have to
reason about states in which the library might be in.
 
The high-level functions for replacement and substitution, all implemented
in OCaml, are much faster than the ones of the "Str"-module. In fact, when
compiled to native code, they even seem to be significantly faster than
those of PERL.
2011-09-15 15:50:23 +00:00