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
2024-11-06 Today brought in a new category: filesystems. Sadly, the website did not process it well. I am working on that. It may take a few days.
2024-11-07 Commit processing is halted. I have a fix for the new category. It is making its way through the system.
UPDATE: the backend is processing the original filesystems commit now. It should take about an hour.
UPDATE: as of 20:30 UTC, the filesystems commit has been processed. Commit processing is now up to date.
Port details
ocaml-ocplib-endian Optimized manipulation of integers over the standard byte-array types of OCaml
1.2 devel 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.2Version 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-10-08 12:56:48
Commit Hash: d9c44a6
People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
License: LGPL21+
WWW:
https://github.com/OCamlPro/ocplib-endian
Description:
This OCaml library allows to read and write 8/16/32/64-bits integers from and to Bigstring, Bytes and String, using a specific endianness.
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 (35 items)
Collapse this list.
  1. /usr/local/share/licenses/ocaml-ocplib-endian-1.2/catalog.mk
  2. /usr/local/share/licenses/ocaml-ocplib-endian-1.2/LICENSE
  3. /usr/local/share/licenses/ocaml-ocplib-endian-1.2/LGPL21+
  4. lib/ocaml/site-lib/ocplib-endian/META
  5. lib/ocaml/site-lib/ocplib-endian/bigstring/endianBigstring.cmi
  6. lib/ocaml/site-lib/ocplib-endian/bigstring/endianBigstring.cmt
  7. lib/ocaml/site-lib/ocplib-endian/bigstring/endianBigstring.cmti
  8. lib/ocaml/site-lib/ocplib-endian/bigstring/endianBigstring.cmx
  9. lib/ocaml/site-lib/ocplib-endian/bigstring/endianBigstring.ml
  10. lib/ocaml/site-lib/ocplib-endian/bigstring/endianBigstring.mli
  11. lib/ocaml/site-lib/ocplib-endian/bigstring/ocplib_endian_bigstring.a
  12. lib/ocaml/site-lib/ocplib-endian/bigstring/ocplib_endian_bigstring.cma
  13. lib/ocaml/site-lib/ocplib-endian/bigstring/ocplib_endian_bigstring.cmxa
  14. lib/ocaml/site-lib/ocplib-endian/bigstring/ocplib_endian_bigstring.cmxs
  15. lib/ocaml/site-lib/ocplib-endian/dune-package
  16. lib/ocaml/site-lib/ocplib-endian/endianBytes.cmi
  17. lib/ocaml/site-lib/ocplib-endian/endianBytes.cmt
  18. lib/ocaml/site-lib/ocplib-endian/endianBytes.cmti
  19. lib/ocaml/site-lib/ocplib-endian/endianBytes.cmx
  20. lib/ocaml/site-lib/ocplib-endian/endianBytes.ml
  21. lib/ocaml/site-lib/ocplib-endian/endianBytes.mli
  22. lib/ocaml/site-lib/ocplib-endian/endianString.cmi
  23. lib/ocaml/site-lib/ocplib-endian/endianString.cmt
  24. lib/ocaml/site-lib/ocplib-endian/endianString.cmti
  25. lib/ocaml/site-lib/ocplib-endian/endianString.cmx
  26. lib/ocaml/site-lib/ocplib-endian/endianString.ml
  27. lib/ocaml/site-lib/ocplib-endian/endianString.mli
  28. lib/ocaml/site-lib/ocplib-endian/ocplib_endian.a
  29. lib/ocaml/site-lib/ocplib-endian/ocplib_endian.cma
  30. lib/ocaml/site-lib/ocplib-endian/ocplib_endian.cmxa
  31. lib/ocaml/site-lib/ocplib-endian/ocplib_endian.cmxs
  32. lib/ocaml/site-lib/ocplib-endian/opam
  33. @owner
  34. @group
  35. @mode
Collapse this list.
Dependency lines:
  • ocaml-ocplib-endian>0:devel/ocaml-ocplib-endian
To install the port:
cd /usr/ports/devel/ocaml-ocplib-endian/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/ocaml-ocplib-endian
  • pkg install ocaml-ocplib-endian
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: ocaml-ocplib-endian
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1710446606 SHA256 (OCamlPro-ocplib-endian-1.2_GH0.tar.gz) = 97ae74e8aeead46a0475df14af637ce78e2372c07258619ad8967506f2d4b320 SIZE (OCamlPro-ocplib-endian-1.2_GH0.tar.gz) = 18061

Packages (timestamps in pop-ups are UTC):
ocaml-ocplib-endian
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.21.2-1.21.2---
FreeBSD:13:quarterly1.21.2-1.21.2---
FreeBSD:14:latest1.21.2-1.21.2---
FreeBSD:14:quarterly1.21.2-1.21.2---
FreeBSD:15:latest1.21.2n/a1.2n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. cppo : devel/ocaml-cppo
  2. ocamlc : lang/ocaml
  3. ocaml-dune>=3.7.1_2 : devel/ocaml-dune
Runtime dependencies:
  1. ocamlc : lang/ocaml
Patch dependencies:
  1. ocamlc : lang/ocaml
Extract dependencies:
  1. ocamlc : lang/ocaml
This port is required by:
for Build
  1. devel/ocaml-lwt
for Run
  1. devel/ocaml-lwt

Configuration Options:
===> The following configuration options are available for ocaml-ocplib-endian-1.2: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings
Options name:
devel_ocaml-ocplib-endian
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/OCamlPro/ocplib-endian/tar.gz/1.2?dummy=/
Collapse this list.

Number of commits found: 2

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.2
08 Oct 2024 12:56:48
commit hash: d9c44a62acbfe6ed3268bdf1e3f34e089756ada9commit hash: d9c44a62acbfe6ed3268bdf1e3f34e089756ada9commit hash: d9c44a62acbfe6ed3268bdf1e3f34e089756ada9commit hash: d9c44a62acbfe6ed3268bdf1e3f34e089756ada9 files touched by this commit
Zsolt Udvari (uzsolt) search for other commits by this committer
Author: Benjamin Jacobs
math/alt-ergo: Update to 2.5.4, many new ports

Replace GNU configure to dune builds system.
Add do-test target.
Submitter takes maintainership.
Update WWW.
Switch to DISTVERSION.

The last update of alt-ergo in ports tree was about 10 years ago, the newest
version requires many new libraries in ports tree.
New ports:
  devel/ocaml-dolmen
  devel/ocaml-gen
  devel/ocaml-hmap
  devel/ocaml-linol
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.2
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: 2