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
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
ocaml-jsonm Non-blocking streaming JSON codec for OCaml
1.0.2_2 converters on this many watch lists=0 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.0.2_1Version of this port present on the latest quarterly branch.
Maintainer: danfe@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2015-08-05 18:52:37
Last Update: 2024-03-11 21:50:58
Commit Hash: 8025aa1
License: ISCL
WWW:
https://erratique.ch/software/jsonm
Description:
Jsonm is an OCaml non-blocking streaming codec to decode and encode the JSON data format. It can process JSON text without blocking on IO and without a complete in-memory representation of the data. The uncut codec also processes whitespace and (non-standard) JSON with JavaScript comments.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (23 items)
Collapse this list.
  1. /usr/local/share/licenses/ocaml-jsonm-1.0.2_2/catalog.mk
  2. /usr/local/share/licenses/ocaml-jsonm-1.0.2_2/LICENSE
  3. /usr/local/share/licenses/ocaml-jsonm-1.0.2_2/ISCL
  4. bin/jsontrip
  5. lib/ocaml/site-lib/jsonm/META
  6. lib/ocaml/site-lib/jsonm/jsonm.a
  7. lib/ocaml/site-lib/jsonm/jsonm.cma
  8. lib/ocaml/site-lib/jsonm/jsonm.cmi
  9. lib/ocaml/site-lib/jsonm/jsonm.cmti
  10. lib/ocaml/site-lib/jsonm/jsonm.cmx
  11. lib/ocaml/site-lib/jsonm/jsonm.cmxa
  12. lib/ocaml/site-lib/jsonm/jsonm.cmxs
  13. lib/ocaml/site-lib/jsonm/jsonm.mli
  14. lib/ocaml/site-lib/jsonm/opam
  15. share/doc/ocaml/jsonm/CHANGES.md
  16. share/doc/ocaml/jsonm/LICENSE.md
  17. share/doc/ocaml/jsonm/README.md
  18. share/doc/ocaml/jsonm/examples.ml
  19. share/doc/ocaml/jsonm/jtree.ml
  20. share/doc/ocaml/jsonm/odoc-pages/index.mld
  21. @owner
  22. @group
  23. @mode
Collapse this list.
Dependency lines:
  • ocaml-jsonm>0:converters/ocaml-jsonm
To install the port:
cd /usr/ports/converters/ocaml-jsonm/ && make install clean
To add the package, run one of these commands:
  • pkg install converters/ocaml-jsonm
  • pkg install ocaml-jsonm
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: ocaml-jsonm
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1678200026 SHA256 (jsonm-1.0.2.tbz) = ea29239feb4053201df3e1e6d27c2ce123882ac4658e1c8bea9958be118a7bd6 SIZE (jsonm-1.0.2.tbz) = 22368

Packages (timestamps in pop-ups are UTC):
ocaml-jsonm
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.0.2_21.0.2_2-1.0.2_21.0.2_2-0.9.1-
FreeBSD:13:quarterly1.0.2_11.0.2_1--1.0.2_1---
FreeBSD:14:latest1.0.2_21.0.2_2-1.0.2_21.0.2_2---
FreeBSD:14:quarterly1.0.2_11.0.2_1--1.0.2_1---
FreeBSD:15:latest1.0.2_21.0.2_2n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. ocamlbuild : devel/ocaml-ocamlbuild
  2. opam-installer : devel/ocaml-opam
  3. META : devel/ocaml-topkg
  4. META : devel/ocaml-uutf
  5. ocamlc : lang/ocaml
Runtime dependencies:
  1. META : devel/ocaml-uutf
  2. 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-jsonm-1.0.2_2: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings
Options name:
converters_ocaml-jsonm
USES:
tar:tbz
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://erratique.ch/software/jsonm/releases/
Collapse this list.

Number of commits found: 13

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.0.2_2
11 Mar 2024 21:50:58
commit hash: 8025aa10ceb960b62c9a826fb56eb1ac68ea1ce3commit hash: 8025aa10ceb960b62c9a826fb56eb1ac68ea1ce3commit hash: 8025aa10ceb960b62c9a826fb56eb1ac68ea1ce3commit hash: 8025aa10ceb960b62c9a826fb56eb1ac68ea1ce3 files touched by this commit
Guido Falsi (madpilot) search for other commits by this committer
Author: Benjamin Jacobs
lang/ocaml: Update to 4.14.1

The 'force-safe-string; setting is NOT enabled, as opposed to the
new upstream default. OCaml users are encouraged to migrate to safe
strings as soon as possible.

- The X11 library isn't part of lang/ocaml anymore, users should
install x11-toolkits/ocaml-graphics.
- Add new 'ocaml' USES
- Bump PORTREVISION on dependent ports, due to ABI Change.

The update includes the following updates to existing ports (needed
to keep them working):

- devel/ocaml-camlp4: Updated to 4.14+1
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.0.2_1
05 Jul 2023 09:55:16
commit hash: 2b40e4609399858e2bfbddcf961bd7c947f6ed2ccommit hash: 2b40e4609399858e2bfbddcf961bd7c947f6ed2ccommit hash: 2b40e4609399858e2bfbddcf961bd7c947f6ed2ccommit hash: 2b40e4609399858e2bfbddcf961bd7c947f6ed2c files touched by this commit
Guido Falsi (madpilot) search for other commits by this committer
lang/ocaml: Update to 4.08.1

This update allows (and for some requires) to also update dependencies
to newer versions. Where possible I updated to the latest version.

The ocaml port now is MAKE_JOBS safe.

Changes to dependent ports included in this commit:

- devel/ocaml-sexplib: Rename to devel/ocaml-sexplib0 adapting to
  upstream. Update to 0.16.0
- devel/coccinelle: Update to 1.1.1, moved to github
- devel/ocaml-camlp4: Update to 4.08+1
- devel/ocaml-camomile: Use dune for build, adapt port
- devel/ocaml-cppo: Fix lib files installation [1]
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.0.2
11 Mar 2023 08:12:40
commit hash: ea359fcd8ad36504871b74590413253f44169aa6commit hash: ea359fcd8ad36504871b74590413253f44169aa6commit hash: ea359fcd8ad36504871b74590413253f44169aa6commit hash: ea359fcd8ad36504871b74590413253f44169aa6 files touched by this commit
Alexey Dokuchaev (danfe) search for other commits by this committer
converters/ocaml-jsonm: update the port to version 1.0.2

- Drop dependency on `uchar' and `bytes' compatibility modules
- Remove needless knobs and fix Makefile formatting while here

Reported by:	portscout
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
1.0.1_1
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.0.1_1
13 Aug 2022 18:51:14
commit hash: 875d7c7d1985049af69dcafec40b6669c562781ccommit hash: 875d7c7d1985049af69dcafec40b6669c562781ccommit hash: 875d7c7d1985049af69dcafec40b6669c562781ccommit hash: 875d7c7d1985049af69dcafec40b6669c562781c files touched by this commit
Matthias Andree (mandree) search for other commits by this committer
*: bump PORTREVISION of all devel/xxhash users...

...except archivers/py-borgbackup, which requires a more complete fix.
1.0.1
20 Jul 2022 14:21:03
commit hash: 9ee281eef7279ea8489901eddf3d6bbcfc4dd176commit hash: 9ee281eef7279ea8489901eddf3d6bbcfc4dd176commit hash: 9ee281eef7279ea8489901eddf3d6bbcfc4dd176commit hash: 9ee281eef7279ea8489901eddf3d6bbcfc4dd176 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
converters: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alex Keda <admin@lissyara.su>
  *  Alex Semenyaka <alex@rinet.ru>
  *  Alexandr Kovalenko <never@nevermind.kiev.ua>
  *  Andreas Klemm <andreas@klemm.gtn.com>
  *  Andrey A. Chernov <ache@FreeBSD.org>
  *  Anton Berezin <tobez@FreeBSD.org>
  *  Blaz Zupan <blaz@amis.net>
  *  Brent J. Nordquist <bjn@visi.com>
  *  Carlos J. Puga Medina <cpm@fbsd.es>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.0.1
26 Sep 2021 11:14:09
commit hash: 2dd72cdfb1bf63935b02d047b626ff4ce60012bacommit hash: 2dd72cdfb1bf63935b02d047b626ff4ce60012bacommit hash: 2dd72cdfb1bf63935b02d047b626ff4ce60012bacommit hash: 2dd72cdfb1bf63935b02d047b626ff4ce60012ba files touched by this commit
Alexey Dokuchaev (danfe) search for other commits by this committer
converters/ocaml-jsonm: update the port to version 1.0.1 and

- Chase HTTP/1.1 301 redirection when fetching the distfile
- Update license (ISCL), assume maintainership of the port
- Use provided build scripts instead of performing it manually
- Convert to static pkg-plist, 16 lines don't warrant dynamic

devel/ocaml-uutf: (required) update the port to version 1.0.2
and make changes similar to the above;

devel/ocaml-topkg: call `do-build' recipe in ${BUILD_WRKSRC}.
0.9.1
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
0.9.1
24 Jun 2019 10:14:57
Revision:505020Original commit files touched by this commit
danfe search for other commits by this committer
Update OCaml to version 4.05.0 (this is the last version where strings
are unsafe by default, which is the main motivation why it was picked,
but not the very latest one) and synchronize the rest of the stack and
dependent ports with it, particularly:

  - Update `devel/ocaml-ocamlbuild' to version 0.14.0 and unbreak,
    register build dependency on all ports that require it (should
    be part of USE_OCAML, but we do not want to make any Mk-related
    changes the for time being)
  - Update `devel/ocaml-camlp4' to version 4.05+2
  - Update `devel/ocaml-camlp5' to version 7.07 (the project had
    moved to GitHub)
  - Mark `devel/ocaml-deriving-ocsigen' as BROKEN for now, it is
    very outdated and requires quite a lot of work
  - Update `x11-toolkits/ocaml-labltk' to version 8.06.3

PR:		218333
Exp-run by:	antoine
0.9.1
23 Feb 2018 21:09:47
Revision:462745Original commit files touched by this commit
rene search for other commits by this committer
Reset vg@'s ports after he resigned.

With hat:	portmgr-secretary
0.9.1
01 Apr 2016 13:29:17
Revision:412344Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.

With hat:	portmgr
Sponsored by:	Absolight
0.9.1
05 Aug 2015 18:52:26
Revision:393604Original commit files touched by this commit
vg search for other commits by this committer
New port: converters/ocaml-jsonm

Jsonm is an OCaml non-blocking streaming codec to decode and encode the
JSON data format. It can process JSON text without blocking on IO and
without a complete in-memory representation of the data.

The uncut codec also processes whitespace and (non-standard) JSON with
JavaScript comments.

WWW: http://erratique.ch/software/jsonm

Number of commits found: 13