Use your unused CPU cycles to aid in computations analyzing radio
telescope information for possible signs of ET.
This version of SETI@home is based on BOINC (Berkeley Open
Infrastructure for Network Computing). Several other projects
besides SETI@home are using BOINC. BOINC lets you participate in
more than one project, and it lets you specify what fraction of
your computer time should go to each project.
This port requires net/boinc-client and together these supersede
the astro/setiathome port which is now known as SETI-Classic.
Be sure to join the "FreeBSD" team on the SETI website once you're
up and running.
WWW: http://setiweb.ssl.berkeley.edu/
PR: ports/72715
Submitted by: J.R. Oldroyd <fbsd@opal.com>
original code is a non-portable Linuxism; this patch changes it to a non-
portable FreeBSDism. A more elaborate and portable patch will be submitted
to the author.
Approved by: portmgr (krion), maintainer
- Support the "9999" string: visibility > 10km
- All the world is not North America
- Support Pressure values in hectopascals
- Support weather stations outside of North America:
Move Station ID detection out of the token parser loop
- Bump PORTREVISION and take Maintainership
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet