RSS 5 projects tagged "build automation"

No download No website Updated 11 Mar 2013 mk-configure

Screenshot
Pop 129.94
Vit 18.57

mk-configure is a lightweight replacement for GNU autotools written in and for bmake (a portable version of NetBSD make). The main goal is to have only one top-level tool instead of aclocal+automake+autoconf+autoheader. Other goals are clean design, simplicity, and "no code generation".

Download No website Updated 25 May 2011 OpenCms ANT build

Screenshot
Pop 35.62
Vit 1.71

OpenCms ANT Build allows multiple OpenCms developers to develop OpenCms modules in their favorite IDEs. This combines the benefit of versioning, file editing support, and merging of concurrent changes with a defined upstream to the OpenCms development / test / production server.

Download Website Updated 15 Nov 2010 bmake

Screenshot
Pop 31.65
Vit 31.55

bmake is a program designed to simplify the maintenance of other programs. Its input is a list of specifications as to the files upon which programs and other files depend. If no -f makefile makefile option is given, bmake will try to open 'makefile' and then 'Makefile' in order to find the specifications.

No download No website Updated 20 May 2010 Prebake

Screenshot
Pop 31.18
Vit 33.32

Build systems fail to scale to large projects when rebuilding a small portion requires stat-ing every project file. Prebake is a build system that uses a long-lived service to hook into the file-system and watch for changes so it can avoid unnecessary I/O for incremental builds. It also solves common problems with Ant and Make: missing dependencies and build cruft from deleted source files. It does away with missing dependencies by doing away with explicit dependencies altogether. Build dependencies are inferred by intersecting globs; if one product takes *.c and produces *.o, and another takes *.o and produces *.lib, then the latter depends on the former. Prebake also gets the benefits of both a declarative build syntax (a la make) and the flexibility of hand coded shell scripts. It uses tightly sandboxed JavaScript and "mobile functions" to get the flexibility of a scripting language with the hard controls on side effects that allow for repeatable builds. In practice, the JS in build files looks declarative, like JSON, but the dynamism is there when you need it.

No download Website Updated 24 Jan 2013 Fubsy

Screenshot
Pop 28.23
Vit 1.52

Fubsy is a tool for efficiently building software. In concrete terms, it lets you conditionally (re)build targets from sources based on which sources have changed since the last build. Typically, targets and sources are all files in a directory tree. In theory, they can be any resource on a computer. More abstractly, Fubsy is an engine for conditional execution of actions based on the dependencies between related resources.

Screenshot

Project Spotlight

Areca Backup

A backup software system.

Screenshot

Project Spotlight

Webmin

A Web-based interface for Unix system administration.