From owner-cvs-all@FreeBSD.ORG Thu Nov 9 20:08:02 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 196FA16A4C2; Thu, 9 Nov 2006 20:08:02 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A380743D73; Thu, 9 Nov 2006 20:08:01 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA9K81E0080728; Thu, 9 Nov 2006 20:08:01 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA9K81uY080727; Thu, 9 Nov 2006 20:08:01 GMT (envelope-from dinoex) Message-Id: <200611092008.kA9K81uY080727@repoman.freebsd.org> From: Dirk Meyer Date: Thu, 9 Nov 2006 20:08:01 +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/net Makefile ports/net/zillion Makefile distinfo pkg-descr pkg-plist 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: Thu, 09 Nov 2006 20:08:02 -0000 dinoex 2006-11-09 20:08:01 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/zillion Makefile distinfo pkg-descr pkg-plist Log: The Zillion Project is a distributed computing project reminiscent of the good old Zilla.app of NeXTstep days. It is based on GNUstep, the most promising OPENSTEP replacement as of today. Jobs can be created from simple template projects and can be submitted with a single command to the Zillion Server which in turn will distribute the job amongst the registered clients. No other network resources than the distributed objects (DO) port of the server machine has to be available. The key features are as follows: * Rapid turn around cycles for job submission * Dynamic addition/removal of client nodes * Full OO-design * No need for shared network resources * Real-time capabilities * Lean and clean * Open and free WWW: http://zillion.sourceforge.net/ Revision Changes Path 1.1760 +1 -0 ports/net/Makefile 1.1 +28 -0 ports/net/zillion/Makefile (new) 1.1 +3 -0 ports/net/zillion/distinfo (new) 1.1 +16 -0 ports/net/zillion/pkg-descr (new) 1.1 +9 -0 ports/net/zillion/pkg-plist (new)