summaryrefslogtreecommitdiff
path: root/devel/pcre-ocaml
AgeCommit message (Collapse)AuthorFilesLines
2012-05-07Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)dholland1-2/+2
It turns out there were a lot of these.
2012-03-04Update to pcre-ocaml 6.2.5asau4-20/+17
Changes: 2012-01-04: Fixed native code debug build target by updating OCamlMakefile. Thanks to Stephane Glondu <glondu@debian.org> for the patch! 2011-12-15: Fixed a Windows portability bug in the C-bindings. Thanks to Evgenii Lepikhin <johnlepikhin@gmail.com> for the patch! 2011-11-09: Updated OCamlMakefile to fix linking order. 2011-01-16: Added support for limit recursion flag. Thanks to Delphin Lecucq <Delphin.LECUCQ@3ds.com> for the patch! 2010-10-31: Improved Windows support with MSVC. Thanks to Sylvain Le Gall <sylvain@le-gall.net> for the patch! 2010-04-01: Added new function: * regexp_or 2009-06-20: Fixed bug in configuration functions that could lead to a segfault. Thanks to Gerd Stolpmann <gerd@gerd-stolpmann.de> for the patch! 2009-05-07: Changed API wrt. error handling and thus made a major release. Improved behavior in the presence of recursion limit errors. Thanks to Martin Jambon <martinj@mylife.com> for this patch! 2009-04-23: Fixed build problem on MinGW. Thanks to Gerd Stolpmann <gerd@gerd-stolpmann.de> for the patch! 2009-03-08: Fixed build problem on Mac OS X with macports. Thanks to Ralph Douglass <ralph@grayskies.net> for the initial patch. Update OCamlMakefile. Improved Godi-distribution.
2012-03-03Recursive bump for pcre-8.30* (shlib major change)wiz2-3/+4
2011-12-06Recursive bump for lang/ocaml buildlink addition.sbd1-1/+2
2010-02-10Don't try to play with ldconf.joerg2-4/+4
2010-01-30DESTDIR supportjoerg3-7/+9
2009-06-14Remove @dirrm entries from PLISTsjoerg1-7/+1
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2008-08-31Update devel/pcre-ocaml to 5.15.0.obache3-8/+19
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.
2008-05-26Second round of explicit pax dependencies. As reminded by tnn@,joerg1-3/+3
many packages used to use ${PAX}. Use the common way of directly calling pax, it is created as tool after all.
2008-03-04Resign from maintaining a lot of packages, so everyone is free to updaterillig1-2/+2
them at will.
2007-06-09Only a few architectures can handle native code. For all the others,rillig6-5/+47
generating byte-code only must suffice. Patch provided in PR 36049 by Jaap Boender.
2007-01-18Update devel/pcre-ocaml to 5.11.2tonio2-7/+6
OcamlMakefile fixes
2006-08-11Add buildlink3.mk file.wiz1-0/+21
2006-08-11ocaml-findlib-register is used during bin-install, sowiz1-2/+3
it is needed during installation. Use DEPENDS instead of BUILD_DEPENDS on ocaml-findlib for this reason. Bump PKGREVISION.
2006-05-20Imported pcre-ocaml.rillig4-0/+56
This OCaml-library interfaces the PCRE (Perl-compatible regular expressions) library which is written in C. it can be used for matching regular expressions which are written in "Perl"-style.