diff options
author | stb <stb@FreeBSD.org> | 1999-05-17 18:58:12 +0800 |
---|---|---|
committer | stb <stb@FreeBSD.org> | 1999-05-17 18:58:12 +0800 |
commit | 9725dcb30b2854d8712f7c80e60aca8b63c7bd69 (patch) | |
tree | 2af48d1aee5ab611144930c9bcaef131a34b8c5e /astro/setiathome | |
parent | 28651f905e67867782988c3b4e6e8074f71bd8af (diff) | |
download | freebsd-ports-gnome-9725dcb30b2854d8712f7c80e60aca8b63c7bd69.tar.gz freebsd-ports-gnome-9725dcb30b2854d8712f7c80e60aca8b63c7bd69.tar.zst freebsd-ports-gnome-9725dcb30b2854d8712f7c80e60aca8b63c7bd69.zip |
- Add ftp.cdrom.com to MASTER_SITES
- Add new options to man page
Diffstat (limited to 'astro/setiathome')
-rw-r--r-- | astro/setiathome/Makefile | 3 | ||||
-rw-r--r-- | astro/setiathome/files/setiathome.1 | 27 |
2 files changed, 20 insertions, 10 deletions
diff --git a/astro/setiathome/Makefile b/astro/setiathome/Makefile index 5a4693952bc1..980cfa4d7288 100644 --- a/astro/setiathome/Makefile +++ b/astro/setiathome/Makefile @@ -3,12 +3,13 @@ # Date created: 22 Apr 1999 # Whom: stb@freebsd.org # -# $Id: Makefile,v 1.7 1999/05/06 22:50:03 stb Exp $ +# $Id: Makefile,v 1.8 1999/05/17 08:18:01 stb Exp $ # PKGNAME= setiathome-1.1 CATEGORIES= astro MASTER_SITES= http://setiathome.ssl.berkeley.edu/software/ \ + ftp://ftp.cdrom.com/pub/setiathome/ \ http://www.freebsd.org/~stb/mirror/setiathome.ssl.berkeley.edu/software/ MAINTAINER= stb@freebsd.org diff --git a/astro/setiathome/files/setiathome.1 b/astro/setiathome/files/setiathome.1 index ae6756739f2c..ccf317d51f0b 100644 --- a/astro/setiathome/files/setiathome.1 +++ b/astro/setiathome/files/setiathome.1 @@ -15,7 +15,7 @@ is the UNIX version of the client. It downloads radio telescope data from a network server, analyzes the data looking for signals of extraterrestrial origin, and uploads results to the server, repeating this cycle indefinitely. See -http://setiahome.ssl.berkeley.edu for more information. +http://setiahome.ssl.berkeley.edu/ for more information. .Pp The first time you run .Nm @@ -45,7 +45,7 @@ that starts at system start-up. You can also use this script to set up a working directory .Pa ( /var/db/setiathome ) , -and lets you register with or log in to +and register with or log in to .Tn SETI@home by calling it with the argument .Ar register . @@ -74,7 +74,7 @@ to .Bd -ragged -offset indent .Li */10 * * * * cd .Va working directory -.Li && Nm -email >/dev/null +.Li && setiathome -email >/dev/null .Ed to the user's crontab. .Sh OPTIONS @@ -93,6 +93,18 @@ Set "nice" priority to Send email (to login email address) on errors. Useful if you run in background directed to .Pa /dev/null . +.It Fl proxy Ar host:port +Use the HTTP proxy server +.Ar host +at port +.Ar port +to download work units and upload results. Alternatively, you can set the +environment variable +.Ev HTTP_PROXY . +.It Fl stop_after_process +Process the current work unit and exit before uploading the result. +.It Fl stop_after_xfer +Process the current work unit and upload the result, then exit. .El .Pp .Sh FILES @@ -111,10 +123,7 @@ setiathome uses a lock file to prevent multiple instances from running in the same directory. .Sh AUTHORS .Tn SETI@home -was developed by -.An David Anderson , Jeff Cobb , Charlie Fenton , David Gedye , -.An Kyle Granger , Eric Korpela , Matt Lebofsky , Peter Leiser , -.An Brad Silen , Woody Sullivan , -and -.An Dan Werthimer . +was developed by David Anderson, Jeff Cobb, Charles Congdon, Charlie Fenton, +David Gedye, Kyle Granger, Eric Korpela, Matt Lebofsky, Peter Leiser, Brad +Silen, Woody Sullivan, and Dan Werthimer. .Pp |