notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Newsfeed changes

The news feed page[s] were not laid out well. Two pages, disjointed information, hard to figure out how to use the optional parameters...

Thankfully, someone told me.

The new page is ready for your review. Please compare these two:

You may also be interested in the Github issue.
Port details
ocaml-lwt_ssl OpenSSL asynchronously cooperative bindings for OCaml
1.2.0_2 security on this many watch lists=2 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.2.0Version of this port present on the latest quarterly branch.
Maintainer: freebsd@dev.thsi.be search for ports maintained by this maintainer
Port Added: 2024-05-22 17:18:07
Last Update: 2024-12-31 07:41:54
Commit Hash: c79c880
People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
License: LGPL21+
WWW:
https://github.com/ocsigen/lwt_ssl
Description:
This OCaml library provide a non-blocking interface to OpenSSL that is compatible with application using the "lwt" cooperative threading library.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (19 items)
Collapse this list.
  1. /usr/local/share/licenses/ocaml-lwt_ssl-1.2.0_2/catalog.mk
  2. /usr/local/share/licenses/ocaml-lwt_ssl-1.2.0_2/LICENSE
  3. /usr/local/share/licenses/ocaml-lwt_ssl-1.2.0_2/LGPL21+
  4. lib/ocaml/site-lib/lwt_ssl/META
  5. lib/ocaml/site-lib/lwt_ssl/dune-package
  6. lib/ocaml/site-lib/lwt_ssl/lwt_ssl.a
  7. lib/ocaml/site-lib/lwt_ssl/lwt_ssl.cma
  8. lib/ocaml/site-lib/lwt_ssl/lwt_ssl.cmi
  9. lib/ocaml/site-lib/lwt_ssl/lwt_ssl.cmt
  10. lib/ocaml/site-lib/lwt_ssl/lwt_ssl.cmti
  11. lib/ocaml/site-lib/lwt_ssl/lwt_ssl.cmx
  12. lib/ocaml/site-lib/lwt_ssl/lwt_ssl.cmxa
  13. lib/ocaml/site-lib/lwt_ssl/lwt_ssl.cmxs
  14. lib/ocaml/site-lib/lwt_ssl/lwt_ssl.ml
  15. lib/ocaml/site-lib/lwt_ssl/lwt_ssl.mli
  16. lib/ocaml/site-lib/lwt_ssl/opam
  17. @owner
  18. @group
  19. @mode
Collapse this list.
Dependency lines:
  • ocaml-lwt_ssl>0:security/ocaml-lwt_ssl
To install the port:
cd /usr/ports/security/ocaml-lwt_ssl/ && make install clean
To add the package, run one of these commands:
  • pkg install security/ocaml-lwt_ssl
  • pkg install ocaml-lwt_ssl
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: ocaml-lwt_ssl
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1710454010 SHA256 (ocsigen-lwt_ssl-1.2.0_GH0.tar.gz) = 209333cdb033676e2b1116ffd1b5e430a645d66f277d885984d46db270346174 SIZE (ocsigen-lwt_ssl-1.2.0_GH0.tar.gz) = 14955

Packages (timestamps in pop-ups are UTC):
ocaml-lwt_ssl
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.2.0_21.2.0_2-1.2.0_21.2.0_2---
FreeBSD:13:quarterly1.2.0_21.2.0_2-1.2.0_21.2.0_2---
FreeBSD:14:latest1.2.0_21.2.0_2-1.2.0_21.2.0_2---
FreeBSD:14:quarterly1.2.0_21.2.0_2-1.2.0_21.2.0_2---
FreeBSD:15:latest1.2.0_21.2.0_2n/a1.2.0_2n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. ocaml-lwt>=5.7.0 : devel/ocaml-lwt
  2. META : security/ocaml-ssl
  3. ocaml-dune>=3.7.1_2 : devel/ocaml-dune
  4. ocamlc : lang/ocaml
Runtime dependencies:
  1. ocaml-lwt>=5.7.0 : devel/ocaml-lwt
  2. META : security/ocaml-ssl
  3. ocamlc : lang/ocaml
Patch dependencies:
  1. ocamlc : lang/ocaml
Extract dependencies:
  1. ocamlc : lang/ocaml
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for ocaml-lwt_ssl-1.2.0_2: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings
Options name:
security_ocaml-lwt_ssl
USES:
ocaml:dune
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/ocsigen/lwt_ssl/tar.gz/1.2.0?dummy=/
Collapse this list.

Number of commits found: 4

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.2.0_2
31 Dec 2024 07:41:54
commit hash: c79c88017bf5ed4603cd14c2890910f40f53c847commit hash: c79c88017bf5ed4603cd14c2890910f40f53c847commit hash: c79c88017bf5ed4603cd14c2890910f40f53c847commit hash: c79c88017bf5ed4603cd14c2890910f40f53c847 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
Mk/**ocaml.mk: Convert remaining bsd.ocaml.mk to Uses/ocaml.mk

- Instead of USE_OCAML=yes use USES=ocaml. If empty USES=ocaml implies
  build and run
- Instead of USE_OCAMLFIND_PLIST use USES=ocaml:findplist which also
  implies USES=ocaml:findlib
- Instead of USE_OCAML_CAMLP4 use USES=ocaml:camlp4
- Instead of USE_OCAML_FINDLIB use USES=ocaml:findlib
- Instead of USE_OCAML_LDCONFIG use USES=ocaml:ldconfig
- Instead of USE_OCAML_WASH use USES=ocaml:wash
- Instead of NO_OCAML_BUILDDEPENDS use USES=ocaml:run
- Instead of NO_OCAML_RUNDDEPENDS use USES=ocaml:build
- Instead of USE_OCAML_TK use USES=ocaml:tk which actually implies
  USES=ocaml:tkbuild and USES=ocaml:tkrun
- Instead of NO_OCAMLTK_BUILDDEPENDS use USES=ocaml:tkrun
- Instead of NO_OCAMLTK_RUNDEPENDS use USES=ocaml:tkbuild
- USES=ocaml:dune remains unchanged
- Prepare to add/remove keywords easily

Approved by: mat (portmgr)
Reviewed by: freebsd@dev.thsi.be
Differential Revision: https://reviews.freebsd.org/D48227
1.2.0_2
15 Oct 2024 11:17:56
commit hash: fc9200867e270303c170dd81260957cb00fb0092commit hash: fc9200867e270303c170dd81260957cb00fb0092commit hash: fc9200867e270303c170dd81260957cb00fb0092commit hash: fc9200867e270303c170dd81260957cb00fb0092 files touched by this commit
Guido Falsi (madpilot) search for other commits by this committer
devel/ocaml-sexplib0: Bump revisions after dependency update

PR:		282086
1.2.0_1
09 Oct 2024 05:28:31
commit hash: 9133b766df7c5f71d498d5c5ebe8a3b7e00fdf77commit hash: 9133b766df7c5f71d498d5c5ebe8a3b7e00fdf77commit hash: 9133b766df7c5f71d498d5c5ebe8a3b7e00fdf77commit hash: 9133b766df7c5f71d498d5c5ebe8a3b7e00fdf77 files touched by this commit
Zsolt Udvari (uzsolt) search for other commits by this committer
Author: Benjamin Jacobs
*/*: Bump PORTREVISIONS after ocaml-ppxlib update

Commit ID: 25d9e3539b7ff862de62ea62a5044fc6e5faf953

PR:		279337
1.2.0
22 May 2024 17:16:28
commit hash: bb2bea65dbac365184f0efd68e9b79201fe5c533commit hash: bb2bea65dbac365184f0efd68e9b79201fe5c533commit hash: bb2bea65dbac365184f0efd68e9b79201fe5c533commit hash: bb2bea65dbac365184f0efd68e9b79201fe5c533 files touched by this commit
Guido Falsi (madpilot) search for other commits by this committer
Author: Benjamin Jacobs
ocaml: Updates to ocaml compiler and several ocaml ports

- Update devel/ocaml to 4.14.2 [1]
- Specify runtime dependency on GNU AS as full path, this fixes
  build on armv6 - armv7 [1] [2]
- converters/ocaml-base64: Update to 3.5.1, add LICENSE, other
  improvements
- converters/ocaml-jsonm: Strip shared objects [3]
- databases/ocaml-dbm: Update to 1.3, move to gitlub, other
  improvements
- devel/menhir: Update to 20231231
- devel/ocaml-base: Unbreak non-x86 [2]
- devel/ocaml-camlp-streams: Silence patch and strip commands
- devel/ocaml-ipaddr: Update to 5.5.0
- devel/ocaml-lwt: Update to 5.7.0 [4]
(Only the first 15 lines of the commit message are shown above View all of this commit message)

Number of commits found: 4