diff options
author | obache <obache@pkgsrc.org> | 2010-05-29 10:43:14 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-05-29 10:43:14 +0000 |
commit | 126d3c39b7f444facb1f751e05cc587e0b04a387 (patch) | |
tree | e41d8ea7f99329a826f808d3cd0aa47d078400f1 /devel/omake/PLIST | |
parent | 22b90877ad9b4343347fd5ed546e1777673190bb (diff) | |
download | pkgsrc-126d3c39b7f444facb1f751e05cc587e0b04a387.tar.gz |
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.
Diffstat (limited to 'devel/omake/PLIST')
-rw-r--r-- | devel/omake/PLIST | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/devel/omake/PLIST b/devel/omake/PLIST new file mode 100644 index 00000000000..90eec6973ba --- /dev/null +++ b/devel/omake/PLIST @@ -0,0 +1,23 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2010/05/29 10:43:14 obache Exp $ +bin/cvs_realclean +bin/ocamldep-omake +bin/omake +bin/osh +lib/omake/OMakefile.default +lib/omake/OMakeroot.default +lib/omake/OMakeroot.om +lib/omake/Pervasives.om +lib/omake/build/C.om +lib/omake/build/Common.om +lib/omake/build/LaTeX.om +lib/omake/build/OCaml.om +lib/omake/build/svn_realclean.om +lib/omake/configure/Configure.om +lib/omake/configure/X.om +lib/omake/configure/fam.om +lib/omake/configure/fs_case_sensitive.om +lib/omake/configure/ncurses.om +lib/omake/configure/readline.om +lib/omake/configure/snprintf.om +lib/omake/parse/C/Lex.om +lib/omake/parse/C/Parse.om |