aboutsummaryrefslogtreecommitdiffstats
path: root/astro/squeuer
Commit message (Collapse)AuthorAgeFilesLines
* . Don't hardcode /usr/local in pkg-message, use %%LOCALBASE%% and replaceglewis2005-04-052-1/+5
| | | | | | it appropriately. Found by: portlint
* . Update to 2.0.3.glewis2005-04-052-3/+8
|
* - Fix plistkrion2004-04-171-0/+1
|
* . SIZEify.glewis2004-03-191-0/+1
| | | | Submitted by: trevor (except diablo-jre13)
* portlint (remove trailing blank line)kris2003-10-271-1/+0
|
* . Update to 2.0.2.glewis2003-10-032-2/+2
|
* . Add a port of SQueuer, a queueing proxy for Seti@Home:glewis2003-08-149-0/+188
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.