Commit Graph

15 Commits

Author SHA1 Message Date
espie
bcf3856632 PERMIT_* / REGRESS->TEST sweep 2013-03-11 10:50:00 +00:00
chrisz
0081341c9f update lang/ocaml to 4.00.1.
Let all ocaml ports RUN_DEPEND on the version of ocaml they were built with.
2012-11-30 19:38:09 +00:00
avsm
6ab97a4958 let omake compile with ocaml-4.00.0
- do not -Werror due to new warnings in the compiler trigger failures
- install examples
- bump REVISION
From Christopher Zimmermann <madroach@gmerlin.de>, fixes from me
2012-08-19 00:06:31 +00:00
pascal
22a126276a Add @conflict with osh. 2012-06-26 22:08:39 +00:00
dcoppa
841328cec5 Add some patches from upstream.
One fixes a problem with dpb display, as reported by jasper@

OK jasper@
2010-11-22 08:50:26 +00:00
espie
5855efb734 move depends to new style 2010-11-15 19:45:56 +00:00
avsm
09774bdfe0 update to ocaml-3.11.1 and bump dependent package PKGNAMEs 2009-06-20 22:05:11 +00:00
sturm
78dcff8378 bump after ocaml update 2009-04-03 21:30:50 +00:00
avsm
3dc674f002 update to omake-0.9.8.5-3 with patch to work with ocaml-3.11 2009-03-11 21:21:17 +00:00
merdely
376b75df06 Remove quotes surrounding COMMENT*/PERMIT_*/BROKEN 2007-09-16 02:52:56 +00:00
sturm
b67038d83e WANTLIB 2007-04-14 21:20:19 +00:00
espie
470294650d base64 distinfo with SHA256 2007-04-05 15:37:40 +00:00
avsm
45a6e1fb7c bump PKGNAME on ocaml ports for recent ocaml-3.09.3 dependency change 2006-12-26 22:39:31 +00:00
espie
923844a882 Add WANTLIB, fixing very shoddy porting work from Anil.
Shame on you !
2006-06-10 11:13:09 +00:00
avsm
9407804068 initial import of omake-0.9.6.1-1
--
OMake is a build system designed for scalability and portability.
It uses a syntax similar to make utilities you may have used, but
it features many additional enhancements, such as:

Support for projects spanning several directories or directory
hierarchies.  Fast, reliable, automated, scriptable dependency
analysis using MD5 digests, with full support for incremental builds.
Fully scriptable, includes a library that providing support for
standard tasks in C, C++, OCaml, and LaTeX projects, or a mixture
thereof.  Full native support for rules that build several files
at once.

OMake provides a uniform interface on Linux/Unix (including 64-bit
architectures), Win32, Cygwin, Mac OS X, and other platforms that
are supported by OCaml.

Active filesystem monitoring, where the build automatically restarts
whenever you modify a source file. This can be very useful during
the edit/compile cycle.  A built-in command-interpreter osh that
can be used interactively.
2006-06-01 02:16:59 +00:00