Brings us in line with clang in base, and should fix the builds errors
due to membar instructions used in libestdc++ headers. ok kettenis@,
maintainer timeout.
some tweaks by me.
- retire local sample SQL schemas in files/; up-to-date ones from
upstream are installed in the doc dir.
- remove "from upstream" section of files/pdns.conf; instead use
this file as a header only, catted together with upstream's up-to-date
version. add uid setting in sample config.
Main port changes:
- Add myself as second maintainer
- Licence tag from MIT-like to boost
Changelog:
http://www.boost.org/users/history/version_1_66_0.html
ok jca@ and landry@ (Tested in a bulk, thanks!)
"Fine with me" from Brad (maintainer)
ok daniel@
Camlp5 is a preprocessor and pretty-printer for OCaml programs. It also
provides parsing and printing tools.
As a preprocessor, it allows one to:
* extend the syntax of OCaml,
* redefine the whole syntax of the language.
As a pretty printer, it allows one to:
* display OCaml programs in an elegant way,
* convert from one syntax to another,
* check the results of syntax extensions.
Camlp5 also provides some parsing and pretty printing tools:
* extensible grammars
* extensible printers
* stream parsers and lexers
* pretty print module
It works as a shell command and can also be used in the OCaml toplevel.
Seems to work fine on all papers I've thrown at it.
Tested by myself and kili@ on all BUILD_DEPENDS too. No tree breakage
that we can see.
Like what is currently in-tree, this update is currently using the
in-built poppler, as it seems TeX Live only works with old versions.
Kili is working on fixing this.
OK kili@, thanks!
----------------------------------------------------------------------
----------------------------------------------------------------------
- move to https
- use the per-project canonical homepage (reachable thru the main
- homepage; pinentry doesn't seem to have such homepage)
ok pea@ ajacoutot@