notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: devel/ocaml-camlp4/distinfo
SVNWeb

Number of commits found: 4

Sat, 16 Apr 2022
[ 07:19 Alexey Dokuchaev (danfe) search for other commits by this committer ]    commit hash:317aa0442c9942009c1f9c558f8fb6e49d4568ab  commit hash:317aa0442c9942009c1f9c558f8fb6e49d4568ab  commit hash:317aa0442c9942009c1f9c558f8fb6e49d4568ab  317aa04  (Only the first 10 of 27 ports in this commit are shown above. View all ports for this commit)
OCaml: transient update of the stack to version 4.07.1

This is the first step in modernizing our OCaml ports infrastructure,
as we had accumulated substantial technical debt over the years when
many of its consumer ports had not received proper care and updates.

It is currently considered as the lowest supported version (baseline)
in majority of open-source OCaml projects, which would help to pull
up other ports, e.g. `devel/ocaml-dune' in smaller, manageable pieces.

For conservative hackers among us and for compatibility with RHEL 8
which is also on it, having 4.07 in the tree would allow users stick
to that package (pkg lock it) if needed.

PR:		250408, 262781
Exp-run by:	antoine
Mon, 24 Jun 2019
[ 10:14 danfe search for other commits by this committer ] Original commit   Revision:505020 (Only the first 10 of 56 ports in this commit are shown above. View all ports for this commit)
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
Wed, 1 Jun 2016
[ 13:15 mat search for other commits by this committer ] Original commit   Revision:416242 (Only the first 10 of 145 ports in this commit are shown above. View all ports for this commit)
Github cleanup.

- Use the version tag instead of commit hash when they're the same.
- Remove unnneeded variables.
- Simplify go- ports when possible.
- Various fixes.

Sponsored by:	Absolight
Fri, 1 May 2015
[ 14:15 pi search for other commits by this committer ] Original commit   Revision:385114
New port: devel/ocaml-camlp4

Camlp4 is a software system for writing extensible parsers for
programming languages. It provides a set of OCaml libraries that are
used to define grammars as well as loadable syntax extensions of such
grammars. Camlp4 stands for Caml Preprocessor and Pretty-Printer and
one of its most important applications is the definition of
domain-specific extensions of the syntax of OCaml.

Camlp4 was part of the official OCaml distribution until its version
4.01.0. Since then it has been replaced by a simpler system which is
easier to maintain and to learn: ppx rewriters and extension points.

WWW: https://github.com/ocaml/camlp4

PR:		195773
Submitted by:	Michael Grunewald <michipili@gmail.com>

Number of commits found: 4