Date: Mon, 26 Dec 2011 15:35:06 +0000 (UTC) From: Eitan Adler <eadler@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/ocaml-cppo Makefile distinfo pkg-descr pkg-plist Message-ID: <201112261535.pBQFZ61L015667@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
eadler 2011-12-26 15:35:06 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/ocaml-cppo Makefile distinfo pkg-descr pkg-plist Log: Cppo is an equivalent of the C preprocessor targeted at the OCaml language The main purpose of cppo is to provide a lightweight tool for simple macro substitution (#define) and file inclusion (#include) for the occasional case when this is useful in OCaml. Processing specific sections of files by calling external programs is also possible via #ext directives. The implementation of cppo relies on the standard library of OCaml and on the standard parsing tools Ocamllex and Ocamlyacc, which contribute to the robustness of cppo across OCaml versions. WWW: http://martin.jambon.free.fr/cppo.html PR: ports/162749 Submitted by: <michael.grunewald@laposte.net> Revision Changes Path 1.4776 +1 -0 ports/devel/Makefile 1.1 +25 -0 ports/devel/ocaml-cppo/Makefile (new) 1.1 +2 -0 ports/devel/ocaml-cppo/distinfo (new) 1.1 +13 -0 ports/devel/ocaml-cppo/pkg-descr (new) 1.1 +1 -0 ports/devel/ocaml-cppo/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201112261535.pBQFZ61L015667>