Subject: CVS commit: pkgsrc/textproc/ocaml-uutf
From: Jaap Boender
Date: 2017-07-11 12:39:47
Message id: 20170711103947.952B7FACB@cvs.NetBSD.org

Log Message:
Updated package to latest version, 1.0.1. Changes include:

v1.0.1 2016-03-07 La Forclaz (VS)
---------------------------------

- OCaml 4.05.0 compatibility (removal of `Uchar.dump`).

v1.0.0 2016-11-23 Zagreb
------------------------

- `Uutf.String.fold_utf_{8,16be,16le}`, allow substring folding via
  optional arguments. Thanks to Raphaël Proust for the idea and the
  patch.
- OCaml standard library `Uchar.t` support.
  - Removes and substitutes `type Uutf.uchar = int` by the (abstract)
    `Uchar.t` type. `Uchar.{of,to}_int` allows to recover the previous
    representation.
  - Removes `Uutf.{is_uchar,cp_to_string,pp_cp}`. `Uchar.{is_valid,dump}`
    can be used instead.
- Safe string support. Manual sources and destinations now work on bytes
  rather than strings.
- Build depend on topkg.
- Relicense from BSD3 to ISC.

Files:
RevisionActionfile
1.11modifypkgsrc/textproc/ocaml-uutf/Makefile
1.2modifypkgsrc/textproc/ocaml-uutf/PLIST
1.3modifypkgsrc/textproc/ocaml-uutf/buildlink3.mk
1.4modifypkgsrc/textproc/ocaml-uutf/distinfo