aboutsummaryrefslogtreecommitdiffstats
path: root/converters/ocaml-base64
Commit message (Collapse)AuthorAgeFilesLines
* Update OCaml to version 4.05.0 (this is the last version where stringsdanfe2019-06-241-0/+2
| | | | | | | | | | | | | | | | | | | | 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
* Reset vg@'s ports after he resigned.rene2018-02-241-1/+1
| | | | With hat: portmgr-secretary
* Don't use GH_TAGNAME when DISTVERSION* variables can be used.mat2015-12-082-3/+3
| | | | | With hat: portmgr Sponsored by: Absolight
* New port: converters/ocaml-base64vg2015-08-063-0/+36
Base64 is a group of similar binary-to-text encoding schemes that represent binary data in an ASCII string format by translating it into a radix-64 representation. It is specified in RFC 4648. WWW: https://github.com/mirage/ocaml-base64