Version: 1.8.1, Package name: findlib-1.8.1 |
Maintained by: Anil Madhavapeddy |
Master sites: |
Description findlib provides a scheme to manage reusable Objective Caml software components in the form of libraries, and includes tools that support this scheme. A library installed as a findlib component is also called a package. The point is that the findlib scheme allows it to store metainformation about the library, especially how it can be used in programs. The packages are kept in the filesystem hierarchy, but the directory structure is defined by findlib, and there is no way to deviate from this standard. The library contains functions to look the directory up that stores a package, to query metainformation about a package, and to retrieve dependency information about multiple packages. There is also a tool that allows the user to enter queries on the command-line. In order to simplify compilation and linkage, there are new frontends of the various OCaml compilers that can directly deal with packages. |
Filesize: 255.414 KB |
Version History (View Complete History) |
|
2020-06-09 11:34:15 by Christopher Zimmermann | Files touched by this commit (36) |
Log message: Update lang/ocaml to 4.10.0 tested on sparc64, update to lang/camlp4 and ok by jca@ ok daniel@ thanks. |
2019-09-26 03:46:11 by Christopher Zimmermann | Files touched by this commit (43) |
Log message: Update OCaml to 4.09 reviewed ports wise and help with @pkgpath, ok by sthen@ reviewed and help with bytecode-only plists, minor nits and ok by jca@ tested on sparc 64 by @jca tested on aarch64 by Kurt Miller tested on amd64 by me Thanks for reviews and testing! |
2019-09-18 11:49:37 by Christopher Zimmermann | Files touched by this commit (42) |
Log message: Upgrade lang/ocaml to 4.08.1 * net unison needed some patchign to avoid deprecated library functions. * all ports depending on the exact version of OCaml need revision bumps. * net/unison needed some help to avoid deprecated library functions. ok krw@, testing on i386 and ok daniel@ |
2019-09-07 12:45:02 by Christopher Zimmermann | Files touched by this commit (2) |
Log message: update to 1.8.1 ok krw@ |
2019-07-12 14:50:18 by Stuart Henderson | Files touched by this commit (845) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2019-03-04 05:51:17 by Christopher Zimmermann | Files touched by this commit (133) |
Log message: Upgrade OCaml and dependent ports testing and OKs by avsm@, jca@, krw@ Thanks a lot ! |
2016-07-06 11:49:32 by Kenneth R Westerback | Files touched by this commit (3) |
Log message: Tweak PLIST/PFRAG so build/package works on non-dynlink-native archs again. Remember to crank REVISION this time. |
2016-07-04 13:01:55 by Kenneth R Westerback | Files touched by this commit (5) |
Log message: Update to latest (1.6.2). Don't try to create the man3 directory or remove the .3 man pages that are not generated because (according to the Makefile comment) ocamldoc is hopeless at at generating them. Placate portcheck by using ${PREFIX} instead of a hardcoded directory. Maintainer timeout. PLIST tweaks and ok chrisz@ |
2016-06-23 13:23:54 by Kenneth R Westerback | Files touched by this commit (31) |
Log message: 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. |
2015-08-30 09:43:47 by Anil Madhavapeddy | Files touched by this commit (4) |
Log message: update to findlib-1.5.5 This introduces a strong dependency on ocaml-camlp4 in order to get the safe_camlp4 script. This could be split into a subpackage in the future, to get a base findlib package that does not depend on camlp4 ok jca@, tested by krw@ daniel@ jsg@ |
2014-10-22 08:56:42 by Christopher Zimmermann | Files touched by this commit (1) |
Log message: fix sed syntax. Thanks to naddy@ for reporting. |
2014-10-21 13:12:28 by Christopher Zimmermann | Files touched by this commit (4) |
Log message: Update to 1.5.4 ok avsm@ |
2010-11-20 10:22:46 by Marc Espie | Files touched by this commit (296) |
Log message: new depends |
2010-11-06 16:06:59 by Marc Espie | Files touched by this commit (10) |
Log message: tk/tcl wantlib conversion |
2010-10-24 15:36:04 by Antoine Jacoutot | Files touched by this commit (26) |
Log message: Remove USE_X11. |
2010-10-19 01:43:05 by Marc Espie | Files touched by this commit (132) |
Log message: USE_GROFF=Yes |
2009-08-10 00:34:30 by Matthias Kilian | Files touched by this commit (55) |
Log message: WANTLIB changes after xcb addition and bump. |
2009-06-20 16:05:11 by Anil Madhavapeddy | Files touched by this commit (23) |
Log message: update to ocaml-3.11.1 and bump dependent package PKGNAMEs |
2009-04-03 15:30:50 by Nikolay Sturm | Files touched by this commit (15) |
Log message: bump after ocaml update |
2009-03-11 15:31:39 by Anil Madhavapeddy | Files touched by this commit (7) |
Log message: update to findlib-1.2.4 |
2007-09-15 15:14:03 by Michael Erdely | Files touched by this commit (110) |
Log message: Remove surrounding quotes in COMMENT-*/PERMIT_*/IGNORE |
2007-04-05 11:26:27 by Marc Espie | Files touched by this commit (815) |
Log message: more base64 checksums |
2006-12-26 16:09:32 by Anil Madhavapeddy | Files touched by this commit (3) |
Log message: Fix findlib to correctly detect posix threading instead of vm threads for ocaml apps compiled using it. Issue was that the configure script which tried threads gets confused by the spurious OpenBSD linker warnings about sprintf and falls back to VM threads. Bump PKGNAME, and trim an unneeded line from PLIST while here. Reported by Adam Montague <amontague@siriushosting.com> and Ivan M Makarenko <I.Makarenko@zsttk.ru>. |
2006-12-26 15:39:32 by Anil Madhavapeddy | Files touched by this commit (14) |
Log message: bump PKGNAME on ocaml ports for recent ocaml-3.09.3 dependency change |
2006-11-13 05:51:15 by Steven Mestdagh | Files touched by this commit (40) |
Log message: USE_X11 |
2006-08-03 17:55:11 by Marc Espie | Files touched by this commit (31) |
Log message: new lib specs |
2006-05-28 21:46:29 by Anil Madhavapeddy | Files touched by this commit (7) |
Log message: update to findlib-1.1.2pl1 |
2005-01-05 10:29:43 by Christian Weisgerber | Files touched by this commit (94) |
Log message: SIZE |
2004-12-30 05:06:22 by Marc Espie | Files touched by this commit (3) |
Log message: repair some dependency paths. |
2004-12-20 03:35:37 by Aleksander Piotrowski | Files touched by this commit (57) |
Log message: Add WANTLIB markers |
2004-09-24 03:40:16 by Marc Espie | Files touched by this commit (3) |
Log message: kill INSTALL/DEINSTALL |
2004-09-15 12:39:34 by Marc Espie | Files touched by this commit (72) |
Log message: new plists |
2004-08-16 15:12:37 by Christian Weisgerber | Files touched by this commit (1) |
Log message: add missing Tcl/Tk dependency; ok sturm@ |
2004-08-10 14:41:47 by Xavier Santolaria | Files touched by this commit (9) |
Log message: more new-style MODULES. |