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
Port details
ocaml-react OCaml module for functional reactive programming
1.2.2 devel on this many watch lists=3 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.2Version of this port present on the latest quarterly branch.
There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2011-12-25 19:58:57
Last Update: 2025-01-17 21:45:12
Commit Hash: ed281c3
People watching this port, also watch:: ssss, ocaml-ocurl, autoconf, dmtx-utils, gnupg1
License: ISCL
WWW:
https://erratique.ch/software/react
Description:
React is an Ocaml module for functional reactive programming. It provides support to programs with time varying values: applicative events and signals. React doesn't define any primitive event or signal, this lets the client choose the concrete timeline.
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 (3 items)
Collapse this list.
  1. /usr/local/share/licenses/ocaml-react-1.2.2/catalog.mk
  2. /usr/local/share/licenses/ocaml-react-1.2.2/LICENSE
  3. /usr/local/share/licenses/ocaml-react-1.2.2/ISCL
Collapse this list.
Dependency lines:
  • ocaml-react>0:devel/ocaml-react
To install the port:
cd /usr/ports/devel/ocaml-react/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/ocaml-react
  • pkg install ocaml-react
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: ocaml-react
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1647102380 SHA256 (react-1.2.2.tbz) = c4add315d6f1f153d115ee7ca8dd60c1265ff4d408c266125fcb5124fd228f99 SIZE (react-1.2.2.tbz) = 40013

Packages (timestamps in pop-ups are UTC):
ocaml-react
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.2.21.2.2-1.2.21.2.2-1.2.1-
FreeBSD:13:quarterly1.2.21.2.2-1.2.21.2.21.2.1_11.2.1_11.2.1_1
FreeBSD:14:latest1.2.21.2.2-1.2.21.2.21.2.1-1.2.1
FreeBSD:14:quarterly1.2.21.2.2-1.2.21.2.21.2.1_11.2.1_11.2.1_1
FreeBSD:15:latest1.2.21.2.2n/a1.2.2n/a1.2.1_11.2.1_11.2.1_1
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. ocamlbuild : devel/ocaml-ocamlbuild
  2. ocamlc : lang/ocaml
  3. ocamlfind : devel/ocaml-findlib
Runtime dependencies:
  1. cppo : devel/ocaml-cppo
  2. ocamlc : lang/ocaml
  3. ocamlfind : devel/ocaml-findlib
Patch dependencies:
  1. ocamlc : lang/ocaml
Extract dependencies:
  1. ocamlc : lang/ocaml
This port is required by:
for Build
  1. devel/ocaml-lwt

Deleted ports which required this port:

Expand this list of 2 deleted ports
  1. www/eliom*
  2. www/ocsigen*
  3. Collapse this list of deleted ports.
for Run
  1. devel/ocaml-lwt

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. www/eliom*
  2. Collapse this list of deleted ports.
* - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...

Configuration Options:
No options to configure
Options name:
devel_ocaml-react
USES:
ocaml:findplist,ldconfig tar:tbz
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. http://erratique.ch/software/react/releases/
Collapse this list.

Number of commits found: 26

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.2.2
17 Jan 2025 21:45:12
commit hash: ed281c3689a780defec267ae413cb3acbd1e6bedcommit hash: ed281c3689a780defec267ae413cb3acbd1e6bedcommit hash: ed281c3689a780defec267ae413cb3acbd1e6bedcommit hash: ed281c3689a780defec267ae413cb3acbd1e6bed files touched by this commit
Piotr Kubaj (pkubaj) search for other commits by this committer
devel/ocaml-react: fix build on powerpc
1.2.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.2
07 Jun 2024 19:15:59
commit hash: e33d07dba3277ae1a327531330a20641332f39f7commit hash: e33d07dba3277ae1a327531330a20641332f39f7commit hash: e33d07dba3277ae1a327531330a20641332f39f7commit hash: e33d07dba3277ae1a327531330a20641332f39f7 files touched by this commit
Guido Falsi (madpilot) search for other commits by this committer
Author: Thierry Thomas
devel/ocaml-react: update to 1.2.2

PR:		262794
1.2.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)
1.2.1_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)
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.2.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.2.1
20 Jul 2022 14:21:35
commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
devel: remove 'Created by' lines

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

  *  "Waitman Gobble" <uzimac@da3m0n8t3r.com>
  *  <jkoshy@FreeBSD.org>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron H. K. Diep <ahkdiep@gmail.com>
  *  Aaron Hurt <ahurt@anbcs.com>
  *  Abel Chow <abel_chow@yahoo.com>
  *  Adam McLaurin
  *  Adam Saponara <as@php.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.2.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.
1.2.1
08 Jan 2020 09:30:14
Revision:522365Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Add LICENSE
- Add LICENSE_FILE
- Remove incorrect ocaml dependency logic
- Update WWW
1.2.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
1.2.1
19 Mar 2017 14:19:13
Revision:436499Original commit files touched by this commit
vanilla search for other commits by this committer
Change EXTRACT_SUFX to USES.
1.2.1
19 Mar 2017 14:17:27
Revision:436498Original commit files touched by this commit
vanilla search for other commits by this committer
Update to 1.2.1.
1.2.0
14 Dec 2016 21:48:10
Revision:428596Original commit files touched by this commit
johans search for other commits by this committer
Stepping down as maintainer for some ports.
1.2.0
16 May 2015 20:36:38
Revision:386577Original commit files touched by this commit
johans search for other commits by this committer
Remove plist forgotten in previous commit
1.2.0
16 May 2015 20:36:16
Revision:386576Original commit files touched by this commit
johans search for other commits by this committer
- Update ocaml-react to 1.2.0
- Manual build and install
- Adopt port
0.9.4_1
16 May 2015 07:37:22
Revision:386500Original commit files touched by this commit
marino search for other commits by this committer
Reset 14 ocaml ports maintained by Jaap Boender per his request

"I don't use FreeBSD very much anymore, so I'm not really the best person
 to fix this. (As a corollary, if anyone wants to take over maintainership
 of any or all of the ports, I'm still listed as maintainer of, they are
 most welcome to.)"

Given that Jaap hasn't submitted or handled any PRs since before staging,
I think it will be more effective to just reset all the ports and let
people pick up the ones they like.  Thanks for your past support, Jaap!

PR:	199845
0.9.4_1
27 Oct 2014 10:40:08
Revision:371546Original commit files touched by this commit
bapt search for other commits by this committer
Cleanup plist
0.9.4_1
22 Jul 2014 05:25:15
Revision:362516Original commit files touched by this commit
antoine search for other commits by this committer
Unbreak on the package builders by using the same option as ocaml (X11 on by
default)
0.9.4_1
21 Jul 2014 17:47:53
Revision:362457Original commit files touched by this commit Sanity Test Failure
adamw search for other commits by this committer
Remove some instances of WITHOUT_X11 and use an X11 OPTION
instead.
0.9.4_1
26 Mar 2014 23:04:13
Revision:349304Original commit files touched by this commit
marino search for other commits by this committer
ocaml-(react, lwt): Use ldconfig again

USE_OCAML_LDCONFIG should be working again, so fix the last two Ocaml
ports to use it, and bump them too.
0.9.4
26 Mar 2014 20:01:23
Revision:349285Original commit files touched by this commit
marino search for other commits by this committer
devel/ocaml-react: Upgrade version 0.9.2 -> 0.9.4 and stage

The maintainer patch worked out of the box, but it came from a time
before staging.  Significant rework was necessary to provide stage
support, but luckily Jaap already added this support for the pkgsrc
version he maintains (also at devel/ocaml-react over there).

PR:		ports/176057
Submitted by:	maintainer (Jaap Boender)
Stage support:	Taken from pkgsrc
0.9.2_1
20 Sep 2013 17:13:47
Revision:327724Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
0.9.2_1
07 Jan 2012 18:17:09
Original commit files touched by this commit
scheidell search for other commits by this committer
- patch to make devel/ocaml-react work with ocamlfind [1]
- Add check for X11 so ocaml-nox11 is used as dependency if WITHOUT_X11 is
defined [2]

PR:             ports/163717 [1]
Submitted by:   jaapb@kerguelen.org (maintainer) [1]
Reviewed by:    scheidell [2]
Approved by:    jaapb@kerguelen.org (maintainer), gabor (mentor)
0.9.2
03 Jan 2012 01:28:28
Original commit files touched by this commit
eadler search for other commits by this committer
- destdir check should only be done in install phase

Submitted by:   pointyhat
Reviewed by:    jsa
0.9.2
25 Dec 2011 19:58:39
Original commit files touched by this commit
eadler search for other commits by this committer
React is an Ocaml module for functional reactive programming. It provides
support to programs with time varying values: applicative events and signals.
React doesn't define any primitive event or signal, this lets the client
choose the concrete timeline.

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

PR:             ports/156472
Submitted by:   Jaap Boender <jaapb@kerguelen.org>

Number of commits found: 26