From owner-cvs-all@FreeBSD.ORG Mon Mar 31 20:44:31 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2B07D106566B; Mon, 31 Mar 2008 20:44:31 +0000 (UTC) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1C9378FC1E; Mon, 31 Mar 2008 20:44:31 +0000 (UTC) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2VKiUTQ064500; Mon, 31 Mar 2008 20:44:30 GMT (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2VKiUg3064499; Mon, 31 Mar 2008 20:44:30 GMT (envelope-from fjoe) Message-Id: <200803312044.m2VKiUg3064499@repoman.freebsd.org> From: Max Khon Date: Mon, 31 Mar 2008 20:44:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/dmucs Makefile distinfo pkg-descr ports/devel/dmucs/files patch-COSMIC-error.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Mar 2008 20:44:31 -0000 fjoe 2008-03-31 20:44:30 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/dmucs Makefile distinfo pkg-descr devel/dmucs/files patch-COSMIC-error.c Log: 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/ Revision Changes Path 1.3028 +1 -0 ports/devel/Makefile 1.1 +22 -0 ports/devel/dmucs/Makefile (new) 1.1 +3 -0 ports/devel/dmucs/distinfo (new) 1.1 +10 -0 ports/devel/dmucs/files/patch-COSMIC-error.c (new) 1.1 +14 -0 ports/devel/dmucs/pkg-descr (new)