non port: devel/ocaml-cmdliner/Makefile |
SVNWeb
|
Number of commits found: 9 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Fri, 17 Sep 2021
|
[ 17:12 Alexey Dokuchaev (danfe) ] 5e8a538
devel/ocaml-cmdliner: fix installation + other minor changes
- Chase HTTP/1.1 301 redirection when fetching the distfile
- Reword the COMMENT and assume maintainership of the port
- Packages are installed in their dedicated subdirectory under
${OCAML_SITELIBDIR}, not the ${OCAML_SITELIBDIR} itself
|
[ 12:40 Alexey Dokuchaev (danfe) ] c5a8ab8
devel/ocaml-cmdliner: prepare for OCaml 4.06+
- Update to version 1.0.4, now licensed under ISCL
- Set LICENSE_FILE as it is not just a boilerplate but contains
actual copyright information
- Drop dependency on `devel/ocaml-ocamlbuild' (unused since v1.0.3)
- Don't hand-roll build and installation routines, use provided
- Convert to static pkg-plist and install documentation files
- Mark as parallel build unsafe for the moment due to this error:
File "cmdliner.ml", line 1:
Error: Corrupted compilation unit description
or this:
File "cmdliner.ml", line 1:
Error: The files cmdliner_arg.cmi and cmdliner_term.cmi
make inconsistent assumptions over interface Cmdliner_term
|
Wed, 7 Apr 2021
|
[ 08:09 Mathieu Arnold (mat) ] cf118cc (Only the first 10 of 8873 ports in this commit are shown above. )
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Mon, 24 Jun 2019
|
[ 10:14 danfe ] (Only the first 10 of 56 ports in this commit are shown above. )
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, 14 Dec 2016
|
[ 21:48 johans ] (Only the first 10 of 38 ports in this commit are shown above. )
Stepping down as maintainer for some ports.
|
Wed, 14 Oct 2015
|
[ 10:48 johans ]
Update ocaml cmdliner to 0.9.8
|
Sun, 17 May 2015
|
[ 13:01 johans ]
Add new port devel/ocaml-cmdliner
Cmdliner is an OCaml module for the declarative definition of command
line interfaces.
It provides a simple and compositional mechanism to convert command line
arguments to OCaml values and pass them to your functions. The module
automatically handles syntax errors, help messages and UNIX man page
generation. It supports programs with single or multiple commands
(like darcs or git) and respects most of the POSIX and GNU conventions.
This module is required to update lang/js_of_ocaml
|
Number of commits found: 9 |