mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
- Add ftp.cdrom.com to MASTER_SITES
- Add new options to man page
This commit is contained in:
parent
e24a4aa491
commit
4ccc559270
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=18864
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user