From owner-cvs-all@FreeBSD.ORG Wed Aug 13 10:35:22 2003 Return-Path: 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 7AAF437B401; Wed, 13 Aug 2003 10:35:22 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BFA343FA3; Wed, 13 Aug 2003 10:35:22 -0700 (PDT) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h7DHZL0U052163; Wed, 13 Aug 2003 10:35:21 -0700 (PDT) (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h7DHZL1f052157; Wed, 13 Aug 2003 10:35:21 -0700 (PDT) Message-Id: <200308131735.h7DHZL1f052157@repoman.freebsd.org> From: Greg Lewis Date: Wed, 13 Aug 2003 10:35:21 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/astro Makefile ports/astro/squeuer Makefile distinfo pkg-deinstall pkg-descr pkg-install pkg-message pkg-plist patch-etc::squeuer.conf.unix X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Wed, 13 Aug 2003 17:35:23 -0000 glewis 2003/08/13 10:35:21 PDT FreeBSD ports repository Modified files: astro Makefile Added files: astro/squeuer Makefile distinfo pkg-deinstall pkg-descr pkg-install pkg-message pkg-plist astro/squeuer/files patch-etc::rc.d::S71squeuer.sh patch-etc::squeuer.conf.unix Log: . Add a port of SQueuer, a queueing proxy for Seti@Home: SQueuer is a queueing proxy for Seti@Home with the following features: * Keeps a configurable sized queue of work units so that the client will always be able to get a new work unit immediately upon finishing one. * Queues results for uploading should the main Seti@Home site be overloaded or down. Results are never lost and the client is never delayed waiting to upload a result. * Can handle multiple users running the Seti@Home client on multiple machines all connecting to SQueuer. * Platform independent. SQueuer has been tested and found to work on different versions of Unix, MacOS and Windows. All it requires is a Perl 5 interpreter. Revision Changes Path 1.69 +1 -0 ports/astro/Makefile 1.1 +50 -0 ports/astro/squeuer/Makefile (new) 1.1 +1 -0 ports/astro/squeuer/distinfo (new) 1.1 +24 -0 ports/astro/squeuer/files/patch-etc::rc.d::S71squeuer.sh (new) 1.1 +22 -0 ports/astro/squeuer/files/patch-etc::squeuer.conf.unix (new) 1.1 +15 -0 ports/astro/squeuer/pkg-deinstall (new) 1.1 +18 -0 ports/astro/squeuer/pkg-descr (new) 1.1 +34 -0 ports/astro/squeuer/pkg-install (new) 1.1 +19 -0 ports/astro/squeuer/pkg-message (new) 1.1 +5 -0 ports/astro/squeuer/pkg-plist (new)