Date: Wed, 13 Aug 2003 10:35:21 -0700 (PDT) From: Greg Lewis <glewis@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org 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 Message-ID: <200308131735.h7DHZL1f052157@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308131735.h7DHZL1f052157>