The NetBSD Project

CVS log for pkgsrc/devel/ocaml-react/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / devel / ocaml-react

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.24 / (download) - annotate - [select for diffs], Sat Dec 30 21:20:06 2023 UTC (2 months, 2 weeks ago) by zafer
Branch: MAIN
CVS Tags: HEAD
Changes since 1.23: +2 -2 lines
Diff to previous 1.23 (colored)

https

Revision 1.23 / (download) - annotate - [select for diffs], Tue May 24 18:59:31 2022 UTC (21 months, 3 weeks ago) by jaapb
Branch: MAIN
CVS Tags: pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2
Changes since 1.22: +2 -2 lines
Diff to previous 1.22 (colored)

Replaced mk/ocaml.mk with lang/ocaml/ocaml.mk in ocaml packages

Revision 1.22 / (download) - annotate - [select for diffs], Tue May 10 08:11:07 2022 UTC (22 months, 1 week ago) by jaapb
Branch: MAIN
Changes since 1.21: +2 -3 lines
Diff to previous 1.21 (colored)

Updated devel/ocaml-react to version 1.2.2.

Minor changes - adding support for the OCaml 5.0 release mostly.

Revision 1.21 / (download) - annotate - [select for diffs], Mon Mar 8 08:12:59 2021 UTC (3 years ago) by jaapb
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (colored)

Recursive revbump associated with update of lang/ocaml

Revision 1.20 / (download) - annotate - [select for diffs], Sun Jan 26 17:31:01 2020 UTC (4 years, 1 month ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (colored)

all: migrate homepages from http to https

pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.

Revision 1.19 / (download) - annotate - [select for diffs], Mon Nov 12 16:10:22 2018 UTC (5 years, 4 months ago) by jaapb
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored)

Revbumps associated with update of lang/ocaml.

Revision 1.18 / (download) - annotate - [select for diffs], Thu Jul 19 15:15:25 2018 UTC (5 years, 8 months ago) by jaapb
Branch: MAIN
CVS Tags: pkgsrc-2018Q3-base, pkgsrc-2018Q3
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored)

Recursive revbump associated with the update of lang/ocaml to 4.07.

Revision 1.17 / (download) - annotate - [select for diffs], Sat Apr 7 10:38:59 2018 UTC (5 years, 11 months ago) by jaapb
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base, pkgsrc-2018Q2
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored)

Revbump for devel/ocaml-react.

No upstream changes, just dealing with new files installed by the new
version of jbuilder.

Revision 1.16 / (download) - annotate - [select for diffs], Wed Jan 10 16:53:10 2018 UTC (6 years, 2 months ago) by jaapb
Branch: MAIN
CVS Tags: pkgsrc-2018Q1-base, pkgsrc-2018Q1
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored)

Recursive revbump associated with the update to OCaml 4.06.

Revision 1.15 / (download) - annotate - [select for diffs], Fri Sep 8 09:51:22 2017 UTC (6 years, 6 months ago) by jaapb
Branch: MAIN
CVS Tags: pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3
Changes since 1.14: +2 -1 lines
Diff to previous 1.14 (colored)

Recursive revbump associated with update of ocaml to 4.05

Revision 1.14 / (download) - annotate - [select for diffs], Tue Jul 11 11:02:44 2017 UTC (6 years, 8 months ago) by jaapb
Branch: MAIN
Changes since 1.13: +5 -28 lines
Diff to previous 1.13 (colored)

Updated package to latest version, 1.2.1. Incorporated license change
(BSD3 to ISC) that was not mentioned in changelog. Changes include:

- Allow signals to be created and `S.stop`ped instantaneously (#18)
  Previously this could lead to failed assertions in updates (e.g.
  `S.bind` trying to switch to an uninitialized signal). Thanks
  to Arthur Wendling for the report.
- Fix implementation of `S.Bool.flip`, its initial value on creation
  could be wrong in dynamic creation (#17). Thanks to Arthur Wendling
  for the report.
- Fix bug in `S.Option.value` with `` `Always`` on `S.const None` (#19).
  Thanks to Arthur Wendling for the report.

Revision 1.13 / (download) - annotate - [select for diffs], Fri Dec 30 11:16:59 2016 UTC (7 years, 2 months ago) by jaapb
Branch: MAIN
CVS Tags: pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

Recursive revbump associated with ocaml update to 4.04.

Revision 1.12 / (download) - annotate - [select for diffs], Sat Jun 25 14:29:01 2016 UTC (7 years, 8 months ago) by jaapb
Branch: MAIN
CVS Tags: pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2
Changes since 1.11: +4 -8 lines
Diff to previous 1.11 (colored)

Package uses ocamlbuild - also cleaned up Makefile a bit. No upstream
changes.

Revision 1.11 / (download) - annotate - [select for diffs], Thu May 5 11:45:39 2016 UTC (7 years, 10 months ago) by jaapb
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

Recursive revbump associated with ocaml update.

Revision 1.10 / (download) - annotate - [select for diffs], Sat Feb 6 12:55:08 2016 UTC (8 years, 1 month ago) by jaapb
Branch: MAIN
CVS Tags: pkgsrc-2016Q1-base, pkgsrc-2016Q1
Changes since 1.9: +2 -1 lines
Diff to previous 1.9 (colored)

Set PKGNAME/DISTNAME to work with new ocaml.mk.

Revision 1.9 / (download) - annotate - [select for diffs], Tue Jun 30 11:52:57 2015 UTC (8 years, 8 months ago) by jaapb
Branch: MAIN
CVS Tags: pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

Recursive revbump associated with update of lang/ocaml to 4.02.2.

Revision 1.8 / (download) - annotate - [select for diffs], Tue Jan 20 15:22:53 2015 UTC (9 years, 1 month ago) by jaapb
Branch: MAIN
CVS Tags: pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1
Changes since 1.7: +2 -1 lines
Diff to previous 1.7 (colored)

Revbump associated with ocaml 4.02.1

Revision 1.7 / (download) - annotate - [select for diffs], Thu Nov 27 13:38:15 2014 UTC (9 years, 3 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2014Q4-base, pkgsrc-2014Q4
Changes since 1.6: +3 -3 lines
Diff to previous 1.6 (colored)

Correctly sanitize environment.

Revision 1.6 / (download) - annotate - [select for diffs], Thu Oct 9 21:38:49 2014 UTC (9 years, 5 months ago) by jaapb
Branch: MAIN
Changes since 1.5: +30 -35 lines
Diff to previous 1.5 (colored)

Updated ocaml-react to latest version, 1.2.0. Changes include:
- Fix bug in dynamic creation of S.{diff,changes} (#8).
- Fix bug in dynamic creation of S.switch (#7).
- Add support for toplevel: automatically `open React` on `#require "react"`.
- Add `S.Bool.{flip,edge,fall,rise}`.
- Fix `S.switch` rank's initialisation.
- Add `E.l{1,2,3,4,5,6}`, lifting combinators on events.
- Add `E.Option.{some,value}`.
- Add `S.{Float,Int}.{zero,one,minus_one}`.
- Add `S.Bool.{zero,one}`.
- Add `S.Option.{none,some,value}`.
- Add `{S,E}.on` equivalent to `{S,E}.when_`.
- Deprecate `{S,E}.when_` (syntax error prone).
- Fix `S.bind`.
- Use package builder topkg for distribution.
- Add support for update steps, see the `React.Step` module. Allows to
  specify simultaneous primitive signal updates and event occurences.
  The functions returned by `{S,E}.create` now have an optional
  `?step` argument; if unused the previous semantics is preserved.
- Add support for strong stops, can be used on platforms where weak
  arrays are not to prevent leaks. The function `{E,S}.stop` now have
  an optional `?strong` argument; if unused the previous semantics is
  preserved.
- Change signature of `S.switch`. Any existing call `S.switch ~eq s es` can
  be replaced by `S.(switch ~eq (hold ~eq:( == ) s es))`.

Revision 1.5 / (download) - annotate - [select for diffs], Fri Nov 1 11:30:22 2013 UTC (10 years, 4 months ago) by jaapb
Branch: MAIN
CVS Tags: pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2, pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

Revision bump associated with the update of lang/ocaml to version 4.01.

Revision 1.4 / (download) - annotate - [select for diffs], Wed Oct 31 11:17:33 2012 UTC (11 years, 4 months ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4
Changes since 1.3: +1 -3 lines
Diff to previous 1.3 (colored)

Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.

Revision 1.3 / (download) - annotate - [select for diffs], Mon Oct 8 15:18:22 2012 UTC (11 years, 5 months ago) by jaapb
Branch: MAIN
Changes since 1.2: +2 -1 lines
Diff to previous 1.2 (colored)

Revision bump associated with the update of lang/ocaml to version 4.

Revision 1.2 / (download) - annotate - [select for diffs], Thu Aug 16 11:49:30 2012 UTC (11 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3
Changes since 1.1: +9 -9 lines
Diff to previous 1.1 (colored)

Update to 0.9.4, provided by Jaap Boender in PR 46806:
This is an update of the package to its newest version. There are no changes
in functionality, only in the build system. The package itself has also been
improved slightly (use of PLIST_VARS, most notably).

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Tue May 29 14:45:14 2012 UTC (11 years, 9 months ago) by wiz
Branch: TNF
CVS Tags: pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-20120529
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Initial import of ocaml-react-0.9.3, packaged by Jaap Boender in PR 45184.

React is an OCaml module for functional reactive programming (FRP).
It provides support to program with time varying values: declarative events
and signals.

Revision 1.1 / (download) - annotate - [select for diffs], Tue May 29 14:45:14 2012 UTC (11 years, 9 months ago) by wiz
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>