Import omake-0.9.8.5 as devel/omake.
authorobache <obache>
Sat, 29 May 2010 10:43:14 +0000 (10:43 +0000)
committerobache <obache>
Sat, 29 May 2010 10:43:14 +0000 (10:43 +0000)
commit91f229f94d8557ca915670c02cac8fe09b50f0c1
tree236c5084084d5bd6f4c25bf85429e94c23db5ad4
parent00c23fd61584bbcecf392246ec78629ea364e06f
Import omake-0.9.8.5 as devel/omake.
Based on PR#43374 by YAMAMOTO Takeshi, some improvements.

OMake is a build system, similar to GNU make, but with many additional
features, including:
- Support for large projects spanning multiple directories;
- Support for commands that produce several targets at once;
- Fast, accurate, automated dependency analysis using MD5 digests;
- Portability: omake provides a consistent interface on Win32
  and on Unix systems including Linux, OSX, and Cygwin;
- Builtin functions that provide the most common features of
  programs like grep, sed, and awk;
- Active filesystem monitoring, where the build automatically
  restarts whenever you modify a source file.
devel/omake/DESCR [new file with mode: 0644]
devel/omake/Makefile [new file with mode: 0644]
devel/omake/PLIST [new file with mode: 0644]
devel/omake/distinfo [new file with mode: 0644]
devel/omake/patches/patch-aa [new file with mode: 0644]
devel/omake/patches/patch-ab [new file with mode: 0644]