2012-08-18 20:06:31 -04:00
|
|
|
@comment $OpenBSD: PLIST,v 1.4 2012/08/19 00:06:31 avsm Exp $
|
2012-06-26 18:08:39 -04:00
|
|
|
@conflict osh-*
|
2009-03-11 17:21:17 -04:00
|
|
|
@bin bin/cvs_realclean
|
|
|
|
bin/ocamldep-omake
|
|
|
|
@bin bin/omake
|
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-05-31 22:16:59 -04:00
|
|
|
bin/osh
|
|
|
|
lib/omake/
|
|
|
|
lib/omake/OMakefile.default
|
|
|
|
lib/omake/OMakeroot.default
|
|
|
|
lib/omake/OMakeroot.om
|
|
|
|
lib/omake/Pervasives.om
|
|
|
|
lib/omake/build/
|
|
|
|
lib/omake/build/C.om
|
|
|
|
lib/omake/build/Common.om
|
|
|
|
lib/omake/build/LaTeX.om
|
|
|
|
lib/omake/build/OCaml.om
|
2009-03-11 17:21:17 -04:00
|
|
|
lib/omake/build/svn_realclean.om
|
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-05-31 22:16:59 -04:00
|
|
|
lib/omake/configure/
|
|
|
|
lib/omake/configure/Configure.om
|
2009-03-11 17:21:17 -04:00
|
|
|
lib/omake/configure/X.om
|
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-05-31 22:16:59 -04:00
|
|
|
lib/omake/configure/fam.om
|
2009-03-11 17:21:17 -04:00
|
|
|
lib/omake/configure/fs_case_sensitive.om
|
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-05-31 22:16:59 -04:00
|
|
|
lib/omake/configure/ncurses.om
|
|
|
|
lib/omake/configure/readline.om
|
2009-03-11 17:21:17 -04:00
|
|
|
lib/omake/configure/snprintf.om
|
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-05-31 22:16:59 -04:00
|
|
|
lib/omake/parse/
|
|
|
|
lib/omake/parse/C/
|
|
|
|
lib/omake/parse/C/Lex.om
|
|
|
|
lib/omake/parse/C/Parse.om
|
2009-03-11 17:21:17 -04:00
|
|
|
share/doc/omake/
|
|
|
|
share/doc/omake/CHANGELOG.txt
|
|
|
|
share/doc/omake/LICENSE
|
|
|
|
share/doc/omake/LICENSE.OMake
|
|
|
|
share/doc/omake/LICENSE.ocamldep-omake
|
|
|
|
share/doc/omake/html/
|
|
|
|
share/doc/omake/html/announce.txt
|
|
|
|
share/doc/omake/html/changelog.html
|
|
|
|
share/doc/omake/html/contents_motif.gif
|
|
|
|
share/doc/omake/html/download.html
|
2012-08-18 20:06:31 -04:00
|
|
|
share/doc/omake/html/images/
|
|
|
|
share/doc/omake/html/images/announce.ps
|
|
|
|
share/doc/omake/html/images/announce.tex
|
|
|
|
share/doc/omake/html/images/grid.ai
|
|
|
|
share/doc/omake/html/images/omake-manual.ai
|
|
|
|
share/doc/omake/html/images/omake-manual.gif
|
|
|
|
share/doc/omake/html/images/omake.ai
|
|
|
|
share/doc/omake/html/images/omake.eps
|
|
|
|
share/doc/omake/html/images/omake.gif
|
|
|
|
share/doc/omake/html/images/omake.psd
|
|
|
|
share/doc/omake/html/index.html
|
|
|
|
share/doc/omake/html/next_motif.gif
|
|
|
|
share/doc/omake/html/omake-all-index.html
|
|
|
|
share/doc/omake/html/omake-autoconf.html
|
|
|
|
share/doc/omake/html/omake-base.html
|
|
|
|
share/doc/omake/html/omake-build-examples.html
|
|
|
|
share/doc/omake/html/omake-build.html
|
|
|
|
share/doc/omake/html/omake-contents.html
|
|
|
|
share/doc/omake/html/omake-detail.html
|
|
|
|
share/doc/omake/html/omake-doc.css
|
|
|
|
share/doc/omake/html/omake-doc.html
|
|
|
|
share/doc/omake/html/omake-fun-index.html
|
|
|
|
share/doc/omake/html/omake-grammar.html
|
|
|
|
share/doc/omake/html/omake-language-examples.html
|
|
|
|
share/doc/omake/html/omake-language-naming.html
|
|
|
|
share/doc/omake/html/omake-language.html
|
|
|
|
share/doc/omake/html/omake-obj-index.html
|
|
|
|
share/doc/omake/html/omake-option-index.html
|
|
|
|
share/doc/omake/html/omake-options.html
|
|
|
|
share/doc/omake/html/omake-pervasives.html
|
|
|
|
share/doc/omake/html/omake-quickstart.html
|
|
|
|
share/doc/omake/html/omake-references.html
|
|
|
|
share/doc/omake/html/omake-rules.html
|
|
|
|
share/doc/omake/html/omake-shell.html
|
|
|
|
share/doc/omake/html/omake-system.html
|
|
|
|
share/doc/omake/html/omake-target-index.html
|
|
|
|
share/doc/omake/html/omake-toc.html
|
|
|
|
share/doc/omake/html/omake-var-index.html
|
|
|
|
share/doc/omake/html/omake.html
|
|
|
|
share/doc/omake/html/omake_lists.html
|
|
|
|
share/doc/omake/html/omake_papers.html
|
|
|
|
share/doc/omake/html/omake_users.html
|
|
|
|
share/doc/omake/html/osh.html
|
|
|
|
share/doc/omake/html/previous_motif.gif
|
2009-03-11 17:21:17 -04:00
|
|
|
share/doc/omake/omake-doc.pdf
|
|
|
|
share/doc/omake/omake-doc.ps
|
|
|
|
share/doc/omake/omake-doc.txt
|