64740c8f28
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.
69 lines
1.5 KiB
Makefile
69 lines
1.5 KiB
Makefile
# $FreeBSD$
|
|
#
|
|
|
|
SUBDIR += SETIsupport
|
|
SUBDIR += accrete
|
|
SUBDIR += celestia
|
|
SUBDIR += dgpsip
|
|
SUBDIR += ephem
|
|
SUBDIR += fooseti
|
|
SUBDIR += gkrellmearth
|
|
SUBDIR += gkrellmoon
|
|
SUBDIR += gkrellmseti
|
|
SUBDIR += gkrellsun
|
|
SUBDIR += gpsdrive
|
|
SUBDIR += gpsman
|
|
SUBDIR += jday
|
|
SUBDIR += ksetisaver
|
|
SUBDIR += ksetispy
|
|
SUBDIR += ksetiwatch
|
|
SUBDIR += libnova
|
|
SUBDIR += linux-setiathome
|
|
SUBDIR += luna
|
|
SUBDIR += match
|
|
SUBDIR += mymoon
|
|
SUBDIR += nightfall
|
|
SUBDIR += openuniverse
|
|
SUBDIR += p5-Astro-ADS
|
|
SUBDIR += p5-Astro-Catalog
|
|
SUBDIR += p5-Astro-DSS
|
|
SUBDIR += p5-Astro-MoonPhase
|
|
SUBDIR += p5-Astro-SIMBAD
|
|
SUBDIR += p5-Astro-SunTime
|
|
SUBDIR += p5-Astro-Sunrise
|
|
SUBDIR += p5-GPS
|
|
SUBDIR += p5-Geo-METAR
|
|
SUBDIR += p5-SETI-Stats
|
|
SUBDIR += phoon
|
|
SUBDIR += planets
|
|
SUBDIR += py-metar
|
|
SUBDIR += pyweather
|
|
SUBDIR += rmap
|
|
SUBDIR += roadmap
|
|
SUBDIR += saoimage
|
|
SUBDIR += sattrack
|
|
SUBDIR += setiathome
|
|
SUBDIR += spacechart
|
|
SUBDIR += squeuer
|
|
SUBDIR += sscalc
|
|
SUBDIR += starplot
|
|
SUBDIR += stars
|
|
SUBDIR += sunclock
|
|
SUBDIR += tkseti
|
|
SUBDIR += wmglobe
|
|
SUBDIR += wmjupiter
|
|
SUBDIR += wmmoonclock
|
|
SUBDIR += wmsolar
|
|
SUBDIR += wmspaceweather
|
|
SUBDIR += wmsun
|
|
SUBDIR += x3arth
|
|
SUBDIR += xearth
|
|
SUBDIR += xephem
|
|
SUBDIR += xglobe
|
|
SUBDIR += xphoon
|
|
SUBDIR += xplanet
|
|
SUBDIR += xtide
|
|
SUBDIR += xworld
|
|
|
|
.include <bsd.port.subdir.mk>
|