diff options
author | fjoe <fjoe@FreeBSD.org> | 2008-03-31 20:44:30 +0000 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2008-03-31 20:44:30 +0000 |
commit | b5750805db481beb0904d40aef161b450c1f7333 (patch) | |
tree | 4d386ab020aeae88de87bc848d4f136715b77431 /devel/Makefile | |
parent | 29a39b12f379f590c495f0818d159c00ac66f7e8 (diff) | |
download | FreeBSD-ports-b5750805db481beb0904d40aef161b450c1f7333.zip FreeBSD-ports-b5750805db481beb0904d40aef161b450c1f7333.tar.gz |
New port: dmucs
DMUCS is a system that allows a group of users to share a compilation farm.
Each compilation request from each user will be sent to the fastest available
machine, every time. The system has these fine qualities:
* Supports multiple users compiling simultaneously, and scales well to handle
the new loads.
* Supports multiple operating systems in the compilation farm.
* Uses all processors of a multi-processor compilation host.
* Makes best use of compilation hosts with widely differing CPU speeds.
* Guarantees that a compilation host will not be overloaded by compilations.
* Takes into account the load on a host caused by non-compilation tasks.
* Supports the dynamic addition and removal of hosts to the compilation farm.
* Works with distcc, which need not be altered in any way.
WWW: http://dmucs.sourceforge.net/
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 97b45a1..73ed89f 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -260,6 +260,7 @@ SUBDIR += djgpp-gcc SUBDIR += dmake SUBDIR += dmalloc + SUBDIR += dmucs SUBDIR += doctorj SUBDIR += dotconf SUBDIR += dotconf++ |