diff options
author | glewis <glewis@FreeBSD.org> | 2003-08-14 01:35:21 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2003-08-14 01:35:21 +0800 |
commit | 7c8c835f0ebd7c32ad9846ba5fc46e8b654130e6 (patch) | |
tree | 6ea0c758a3ee93b9c9aca190718a33b9c11d4012 /astro/Makefile | |
parent | e7b421810ece0862c7293a6cecc110bea8b3a812 (diff) | |
download | freebsd-ports-gnome-7c8c835f0ebd7c32ad9846ba5fc46e8b654130e6.tar.gz freebsd-ports-gnome-7c8c835f0ebd7c32ad9846ba5fc46e8b654130e6.tar.zst freebsd-ports-gnome-7c8c835f0ebd7c32ad9846ba5fc46e8b654130e6.zip |
. 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.
Diffstat (limited to 'astro/Makefile')
-rw-r--r-- | astro/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/astro/Makefile b/astro/Makefile index 78a8c8a74e58..d015b1949637 100644 --- a/astro/Makefile +++ b/astro/Makefile @@ -44,6 +44,7 @@ SUBDIR += sattrack SUBDIR += setiathome SUBDIR += spacechart + SUBDIR += squeuer SUBDIR += sscalc SUBDIR += starplot SUBDIR += stars |